[Python-modules-commits] r7610 - in packages/py-sendfile/trunk/debian (rules)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Tue Feb 17 21:10:14 UTC 2009


    Date: Tuesday, February 17, 2009 @ 21:10:13
  Author: piotr
Revision: 7610

define DEB_UPSTREAM_VERSION

Modified:
  packages/py-sendfile/trunk/debian/rules

Modified: packages/py-sendfile/trunk/debian/rules
===================================================================
--- packages/py-sendfile/trunk/debian/rules	2009-02-17 21:07:19 UTC (rev 7609)
+++ packages/py-sendfile/trunk/debian/rules	2009-02-17 21:10:13 UTC (rev 7610)
@@ -4,6 +4,7 @@
 
 PYVERS=$(shell pyversions -vr)
 PKGDIR=$(CURDIR)/debian/python-sendfile
+DEB_UPSTREAM_VERSION=$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^-]+).*,\1,p')
 
 clean:
 	dh_testdir




More information about the Python-modules-commits mailing list