From: Junio C Hamano Date: Sun, 8 Jan 2006 05:32:48 +0000 (-0800) Subject: GIT 1.0.8 X-Git-Tag: v1.0.8^0 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/8fc11b5aa98540f7caab87e22e5aae63512893a2?ds=inline;hp=-c GIT 1.0.8 --- 8fc11b5aa98540f7caab87e22e5aae63512893a2 diff --combined Makefile index cfb793b829,30479b4a19..119a45f7bc --- a/Makefile +++ b/Makefile @@@ -55,7 -55,7 +55,7 @@@ all # Define USE_STDEV below if you want git to care about the underlying device # change being considered an inode change from the update-cache perspective. - GIT_VERSION = 1.0.7 -GIT_VERSION = 1.0.0 ++GIT_VERSION = 1.0.8 # CFLAGS and LDFLAGS are for the users to override from the command line. @@@ -489,12 -489,6 +489,6 @@@ dist: git.spec git-tar-tre rpm: dist $(RPMBUILD) -ta $(GIT_TARNAME).tar.gz - deb: dist - rm -rf $(GIT_TARNAME) - $(TAR) zxf $(GIT_TARNAME).tar.gz - dpkg-source -b $(GIT_TARNAME) - cd $(GIT_TARNAME) && fakeroot debian/rules binary - ### Cleaning rules clean: @@@ -504,8 -498,6 +498,6 @@@ rm -f *.spec *.pyc *.pyo */*.pyc */*.pyo rm -rf $(GIT_TARNAME) rm -f $(GIT_TARNAME).tar.gz git-core_$(GIT_VERSION)-*.tar.gz - rm -f git-core_$(GIT_VERSION)-*.dsc - rm -f git-*_$(GIT_VERSION)-*.deb $(MAKE) -C Documentation/ clean $(MAKE) -C templates clean $(MAKE) -C t/ clean