diff options
author | Guido Guenther <agx@sigxcpu.org> | 2006-11-30 09:53:24 +0100 |
---|---|---|
committer | Guido Guenther <agx@bogon.sigxcpu.org> | 2006-11-30 09:53:24 +0100 |
commit | 286ee3661d590ed3901b5c8c1200bafd943c14a6 (patch) | |
tree | 73ca3b4fb5336ce53c27e4b3b8cfbcf2d6b604fb | |
parent | db0c34db4bb38772ba9004d09784e57e55d656c7 (diff) | |
download | git-buildpackage-286ee3661d590ed3901b5c8c1200bafd943c14a6.tar.gz git-buildpackage-286ee3661d590ed3901b5c8c1200bafd943c14a6.tar.bz2 git-buildpackage-286ee3661d590ed3901b5c8c1200bafd943c14a6.zip |
first upload to experimentaldebian/0.2.12
bump dependency on git-load-dirs to a version that actually includes the
git-load-dirs executable
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 0369d7f1..14e96c8d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +git-buildpackage (0.2.12) experimental; urgency=low + + * upload to experimental (Closes: #389710) + * bump dependency on git-load-dirs again + + -- Guido Guenther <agx@sigxcpu.org> Thu, 30 Nov 2006 09:47:33 +0100 + git-buildpackage (0.2.11) git-buildpackage; urgency=low * git-buildpackage: use pipes module instead of os.system diff --git a/debian/control b/debian/control index 15adae4e..95e0130c 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Standards-Version: 3.7.2 Package: git-buildpackage Architecture: all -Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, devscripts, git-load-dirs (>= 1.0.33.1) +Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, devscripts, git-load-dirs (>= 1.0.35) Description: Suite to help with Debian packages in Git repositories This package contains the following tools: * git-import-dsc: import an existing Debian source package into a git |