GIT 1.0.8 v1.0.8
authorJunio C Hamano <junkio@cox.net>
Sun, 8 Jan 2006 05:32:48 +0000 (21:32 -0800)
committerJunio C Hamano <junkio@cox.net>
Sun, 8 Jan 2006 05:32:48 +0000 (21:32 -0800)
1  2 
Makefile

diff --combined 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:
        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