[pkg-php-pear] Bug#827485: Acknowledgement (phing: properly handle Ubuntu versions in changelog)

Nish Aravamudan nish.aravamudan at canonical.com
Fri Jun 17 16:23:11 UTC 2016


I apologize, a stale patch was submitted earlier, here is the correct
one:

diff --git a/debian/rules b/debian/rules
index 32255a7..cb1f09a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-UPSTREAM := $(shell head -1 debian/changelog | sed 's/.*(//;s/-.?*).*//')
+UPSTREAM := $(shell head -1 debian/changelog | sed 's/.*(//;s/-[^-]*).*//')
 
 %:
        dh $@ --buildsystem=phppear --with phppear



More information about the pkg-php-pear mailing list