summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorGuido Guenther <agx@sigxcpu.org>2006-09-27 12:01:00 +0200
committerGuido Guenther <agx@bogon.sigxcpu.org>2006-09-27 12:01:00 +0200
commitaadce8574d2be33ea48570a16f3b44600c4a4c49 (patch)
treef3f946baa05cdfa55a95d67e5d958f44332c452c /debian/control
parentbd9dc5d64f2eeb38bacd11d4fc35d841ae9a51e5 (diff)
git-import-orig: don't try import new upstream versions when there are uncommitted changes
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index 3f292e0..8acedec 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