1. 12 8月, 2005 1 次提交
    • M
      Debian packaging fixes. · 5acc5bfd
      Matthias Urlichs 提交于
      - Split gitk off to its own package;
        it needs tk installed, but nothing else does.
      - Refer to GPL properly, don't install COPYING.
      - Fix maintainer.
      - Use dh_movefiles instead of dh_install;
        we don't want to list everything *except* gitk.
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      5acc5bfd
  2. 07 8月, 2005 2 次提交
    • J
      Fix build rules for debian package. · f29eaed1
      Junio C Hamano 提交于
      Run install-tools target to install the tools to accept e-mail
      patches.  Also clean up the main Makefile a bit.
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      f29eaed1
    • J
      GIT 0.99.4 (release candidate) · 7a590132
      Junio C Hamano 提交于
      This is my first attempt to adjust Debian and RPM to pass
      prefix, to prepare the 0.99.4 release.
      
      It updates debian/rules and git-core.spec.in to properly pass
      prefix when building binary packages.  It also updates
      debian/changelog to make the resulting binary package name
      0.99.4; this is not needed on the RPM side (it takes the version
      number from the main Makefile).
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      7a590132
  3. 27 7月, 2005 1 次提交
  4. 24 7月, 2005 1 次提交
    • R
      [PATCH] Deb packages should include the binaries · 71fb3de0
      Ryan Anderson 提交于
      The Deb packages were missing a dependency on "build install" from the
      binary target - this fixes that, and cleans up some inconsistencies
      elsewhere in the rulesets.
      
      Traditionally, Debian packaging uses a file called "build-stamp" (or
      "install-stamp", etc) in the main source tree.  The initial deb package
      support for Git tried to move this "build-stamp" file into the debian/
      directory, but some instances were missed.  That problem, however, was
      incidental - the real fix is the missing dependency mentioned above.
      Signed-off-by: NRyan Anderson <ryan@michonline.com>
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      71fb3de0
  5. 23 7月, 2005 1 次提交
  6. 16 7月, 2005 1 次提交