diff options
author | Guido Guenther <agx@sigxcpu.org> | 2006-09-27 12:01:00 +0200 |
---|---|---|
committer | Guido Guenther <agx@bogon.sigxcpu.org> | 2006-09-27 12:01:00 +0200 |
commit | aadce8574d2be33ea48570a16f3b44600c4a4c49 (patch) | |
tree | f3f946baa05cdfa55a95d67e5d958f44332c452c /debian | |
parent | bd9dc5d64f2eeb38bacd11d4fc35d841ae9a51e5 (diff) | |
download | git-buildpackage-aadce8574d2be33ea48570a16f3b44600c4a4c49.tar.gz git-buildpackage-aadce8574d2be33ea48570a16f3b44600c4a4c49.tar.bz2 git-buildpackage-aadce8574d2be33ea48570a16f3b44600c4a4c49.zip |
git-import-orig: don't try import new upstream versions when there are uncommitted changes
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 6 |
2 files changed, 11 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 5149bcb4..dde4c5f9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +git-buildpackage (0.2.1) git-buildpackage; urgency=low + + * UNRELEASED + * git-import-orig: don't try import new upstream versions when there + are uncommitted changes + + -- Guido Guenther <agx@sigxcpu.org> Wed, 27 Sep 2006 12:00:03 +0200 + git-buildpackage (0.2) git-buildpackage; urgency=low * git-import-dsc: import of debian native packages diff --git a/debian/control b/debian/control index 3f292e01..8acedec9 100644 --- a/debian/control +++ b/debian/control @@ -8,10 +8,10 @@ Standards-Version: 3.7.2 Package: git-buildpackage Architecture: all Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, devscripts, git-load-dirs -Description: bunch of scripts to ease the development of Debian packages with git +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 - repository + repository * git-import-orig: import a new upstream version into the git repository - * git-debuild: build a package out of a git repository, check for local + * git-buildpackage: build a package out of a git repository, check for local modifications and tag appropriately |