Package: pike7.6
Severity: minor
Tags: patch

letters are allowed in the release part of the version string.

diff -u pike7.6-7.6.24/debian/rules pike7.6-7.6.24/debian/rules
--- pike7.6-7.6.24/debian/rules
+++ pike7.6-7.6.24/debian/rules
@@ -44,7 +44,7 @@
 MACHINE_OPTS=--without-machine-code
 endif

-VERSION:=$(shell dpkg-parsechangelog | grep ^Version | sed -e 's/Version: 
//;s/-[0-9.]*$$//')
+VERSION:=$(shell dpkg-parsechangelog | grep ^Version | sed -e 's/Version: 
//;s/-[^-]*$$//')
 OS=$(shell uname -srm|sed -e 's/ /-/g'|tr '[A-Z]' '[a-z]'|tr '/' '_')
 BUILDDIR=build/$(OS)
 CFARGS=--without-rtldebug \
diff -u pike7.6-7.6.24/debian/changelog pike7.6-7.6.24/debian/changelog
--- pike7.6-7.6.24/debian/changelog
+++ pike7.6-7.6.24/debian/changelog
@@ -1,3 +1,9 @@
+pike7.6 (7.6.24-1ubuntu2) breezy; urgency=low
+
+  * debian/rules: Fix version extraction.
+
+ -- Matthias Klose <[EMAIL PROTECTED]>  Tue, 24 May 2005 22:53:14 +0200
+
 pike7.6 (7.6.24-1ubuntu1) breezy; urgency=low

   * Replace xlibmesa-dev build dependency with libglu-dev-xorg.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to