]> git.donarmstrong.com Git - debhelper.git/commitdiff
r250: *
authorjoey <joey>
Tue, 17 Aug 1999 05:44:20 +0000 (05:44 +0000)
committerjoey <joey>
Tue, 17 Aug 1999 05:44:20 +0000 (05:44 +0000)
debian/changelog
debian/rules

index 74b9ccd5d8a9ae2855a4f6d9e2b369b52e4d0801..37788e5b66dbaad1083e0bbabd550a5ebbe0eaea 100644 (file)
@@ -1,3 +1,9 @@
+debhelper (2.0.23) unstable; urgency=low
+
+  * 
+
+ -- Joey Hess <joeyh@master.debian.org>  Mon, 16 Aug 1999 22:43:39 -0700
+
 debhelper (2.0.22) unstable; urgency=low
 
   * Checked all of debhelper into CVS.
index 929f0c417a9b48126257821c7d4b4371bd4ae00b..8f9976f9f97b8956010c9cdd1f7446c6bf30050f 100755 (executable)
@@ -124,7 +124,7 @@ link-stamp:
 # number, then commits the current code using the contents of the changelog
 # as the cvs changelog, then increments the version number
 commit:
-       cvs -Q commit -m "dpkg-parsechangelog | grep '^  '"
+       cvs -Q commit -m "`dpkg-parsechangelog | grep '^  '`"
        cvs -Q tag rel-$(shell dpkg-parsechangelog | grep ^Version: \
                |cut -d " " -f 2 |tr '.' '-')
        $(MAKE) new