Package: conglomerate Version: 0.9.1-2 Severity: normal Tags: patch Hi,
Attached is the diff for my conglomerate 0.9.1-2.1 NMU.
diff -Nru /tmp/F3Rw2xGkLD/conglomerate-0.9.1/debian/changelog /tmp/neObBMhdAP/conglomerate-0.9.1/debian/changelog --- /tmp/F3Rw2xGkLD/conglomerate-0.9.1/debian/changelog 2006-09-22 13:19:43.000000000 +0200 +++ /tmp/neObBMhdAP/conglomerate-0.9.1/debian/changelog 2006-09-22 13:19:44.000000000 +0200 @@ -1,3 +1,11 @@ +conglomerate (0.9.1-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * When determining upstream version, allow + and ~; fixes uninstallability, + patch from Martin Orr. (Closes: #387585) + + -- Steinar H. Gunderson <[EMAIL PROTECTED]> Fri, 22 Sep 2006 13:07:56 +0200 + conglomerate (0.9.1-2) unstable; urgency=low * Hyphenated user-friendly in ./debian/control, Closes: #341067 diff -Nru /tmp/F3Rw2xGkLD/conglomerate-0.9.1/debian/rules /tmp/neObBMhdAP/conglomerate-0.9.1/debian/rules --- /tmp/F3Rw2xGkLD/conglomerate-0.9.1/debian/rules 2006-09-22 13:19:43.000000000 +0200 +++ /tmp/neObBMhdAP/conglomerate-0.9.1/debian/rules 2006-09-22 13:19:44.000000000 +0200 @@ -4,7 +4,7 @@ PACKAGE = conglomerate -upstreamversion=$(shell dpkg-parsechangelog | grep Version | head -1 | sed -e 's/Version: //g' -e 's/-[A-Za-z0-9\.]*$$//g') +upstreamversion=$(shell dpkg-parsechangelog | grep Version | head -1 | sed -e 's/Version: //g' -e 's/-[A-Za-z0-9\.\+~]*$$//g') # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1

