better descriptions
authorGuido Günther <agx@sigxcpu.org>
Fri, 28 Nov 2008 18:16:29 +0000 (19:16 +0100)
committerGuido Guenther <agx@sigxcpu.org>
Fri, 28 Nov 2008 18:17:42 +0000 (19:17 +0100)
git-dch
git-import-dsc
git-import-orig

diff --git a/git-dch b/git-dch
index d35642287eb57ef6d1da45e1af2cb8169b16481e..3ca423dfb409b26eb555c61b005dda5a053d1322 100755 (executable)
--- a/git-dch
+++ b/git-dch
@@ -16,7 +16,7 @@
 #    along with this program; if not, write to the Free Software
 #    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 #
-"""Generate Debian changelog entries from git changelogs"""
+"""Generate Debian changelog entries from git commit messages"""
 
 import sys
 import re
index cfc1c812b3746c1d44c1ea577fbc3091fc2d1caa..16ae03381e4a5ac2c8e7563e1cab0ca69f94d025 100755 (executable)
@@ -15,7 +15,7 @@
 #    You should have received a copy of the GNU General Public License
 #    along with this program; if not, write to the Free Software
 #    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
-"""make a git archive out of a Debian source package"""
+"""Import a Debian source package into a git repository"""
 
 import sys
 import re
index ca5b5013171341f236ace1e06a430b676f5d8164..05cfcc1fe156e495bfe42b34f9859f6f79b24504 100755 (executable)
@@ -16,7 +16,7 @@
 #    along with this program; if not, write to the Free Software
 #    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 #
-"""Import a new upstream version"""
+"""Import a new upstream version into a git repository"""
 
 import sys
 import os