[Python-modules-commits] r3310 - in /packages/mako/trunk/debian: changelog rules
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Tue Sep 25 21:54:09 UTC 2007
Author: piotr
Date: Tue Sep 25 21:54:09 2007
New Revision: 3310
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=3310
Log:
* New upstream release
* debian/rules cleanups
Modified:
packages/mako/trunk/debian/changelog
packages/mako/trunk/debian/rules
Modified: packages/mako/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/mako/trunk/debian/changelog?rev=3310&op=diff
==============================================================================
--- packages/mako/trunk/debian/changelog (original)
+++ packages/mako/trunk/debian/changelog Tue Sep 25 21:54:09 2007
@@ -1,8 +1,10 @@
-mako (0.1.8-2) UNRELEASED; urgency=low
+mako (0.1.9-1) unstable; urgency=low
+ * New upstream release
* Homepage field added
+ * debian/rules cleanups
- -- Piotr Ożarowski <piotr at debian.org> Fri, 21 Sep 2007 21:44:30 +0200
+ -- Piotr Ożarowski <piotr at debian.org> Tue, 25 Sep 2007 23:40:21 +0200
mako (0.1.8-1) unstable; urgency=low
Modified: packages/mako/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/mako/trunk/debian/rules?rev=3310&op=diff
==============================================================================
--- packages/mako/trunk/debian/rules (original)
+++ packages/mako/trunk/debian/rules Tue Sep 25 21:54:09 2007
@@ -3,7 +3,7 @@
#export DH_VERBOSE=1
DEB_UPSTREAM_VERSION=$(shell dpkg-parsechangelog \
- | grep ^Version: | cut -d ' ' -f 2 | cut -d '-' -f 1)
+ | sed -rne 's,^Version: ([^-]+).*,\1,p')
PYVERS=$(shell pyversions -vr)
@@ -12,7 +12,7 @@
dh_testroot
rm -f build-*
rm -rf build
- find . -name *\.py[co] -exec rm {} \;
+ find . -name '*\.py[co]' -delete
dh_clean
build:
More information about the Python-modules-commits
mailing list