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/control | |
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/control')
-rw-r--r-- | debian/control | 6 |
1 files changed, 3 insertions, 3 deletions
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 |