From: joey Date: Tue, 17 Aug 1999 05:44:20 +0000 (+0000) Subject: r250: * X-Git-Tag: version_2.0.101~348 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=fc1364d9ff8142391f25513ae84e7d5670a73979;p=debhelper.git r250: * --- diff --git a/debian/changelog b/debian/changelog index 74b9ccd..37788e5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +debhelper (2.0.23) unstable; urgency=low + + * + + -- Joey Hess 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 929f0c4..8f9976f 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