r2163 - in zope.fixers/trunk/debian (changelog control rules)
jinty-guest at users.alioth.debian.org
jinty-guest at users.alioth.debian.org
Sun Apr 10 17:11:51 UTC 2011
Date: Sunday, April 10, 2011 @ 17:11:45
Author: jinty-guest
Revision: 2163
* Import ubuntu package into Debian.
* Also remove *.pyc files when cleaning.
Modified:
zope.fixers/trunk/debian/changelog
zope.fixers/trunk/debian/control
zope.fixers/trunk/debian/rules
Modified: zope.fixers/trunk/debian/changelog
===================================================================
--- zope.fixers/trunk/debian/changelog 2011-04-10 16:59:27 UTC (rev 2162)
+++ zope.fixers/trunk/debian/changelog 2011-04-10 17:11:45 UTC (rev 2163)
@@ -1,3 +1,10 @@
+zope.fixers (1.0-1) unstable; urgency=low
+
+ * Import ubuntu package into Debian.
+ * Also remove *.pyc files when cleaning.
+
+ -- Brian Sutherland <brian at vanguardistas.net> Sun, 10 Apr 2011 18:59:59 +0200
+
zope.fixers (1.0-0ubuntu2) natty; urgency=low
* debian/control:
Modified: zope.fixers/trunk/debian/control
===================================================================
--- zope.fixers/trunk/debian/control 2011-04-10 16:59:27 UTC (rev 2162)
+++ zope.fixers/trunk/debian/control 2011-04-10 17:11:45 UTC (rev 2163)
@@ -1,7 +1,8 @@
Source: zope.fixers
Section: zope
Priority: extra
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
+Maintainer: Debian/Ubuntu Zope Team <pkg-zope-developers at lists.alioth.debian.org>
+Uploaders: Brian Sutherland <brian at vanguardistas.net>
Build-Depends: debhelper (>= 7.0.50~), python3-all, python3-setuptools
Standards-Version: 3.9.1
X-Python3-Version: >= 3.1
Modified: zope.fixers/trunk/debian/rules
===================================================================
--- zope.fixers/trunk/debian/rules 2011-04-10 16:59:27 UTC (rev 2162)
+++ zope.fixers/trunk/debian/rules 2011-04-10 17:11:45 UTC (rev 2163)
@@ -7,6 +7,7 @@
python3 setup.py clean
rm -rf build
find -name __pycache__ | xargs -r rm -rf
+ find -name *.pyc -exec rm -f {} \;
override_dh_auto_build:
python3 setup.py build
More information about the pkg-zope-developers
mailing list