summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rwxr-xr-xdebian/rules2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 74b9ccd5..37788e5b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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.
diff --git a/debian/rules b/debian/rules
index 929f0c41..8f9976f9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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