[Python-modules-commits] r26632 - in packages/pylons/trunk/debian (changelog control rules)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Sun Dec 1 20:30:00 UTC 2013
Date: Sunday, December 1, 2013 @ 20:29:59
Author: piotr
Revision: 26632
* no longer tries to import webob.multidict (closes: 721864)
* add python-markupsafe to Depends
* bump python-routes, python-beaker, python-paste, python-pastescript,
python-pastedeploy, python-formencode, python-simplejson,
python-decorator, python-nose, python-mako, python-weberror,
python-webtest, python-tempita and python-webob's minimum required
versions
* Remove Pylons.egg-info, tests/test_units/cache and
tests/test_units/session directories in clean target
* quilt's targets no longer used in debian/rules
* Standards-Version bumped to 3.9.5 (no changes needed)
Modified:
packages/pylons/trunk/debian/changelog
packages/pylons/trunk/debian/control
packages/pylons/trunk/debian/rules
Modified: packages/pylons/trunk/debian/changelog
===================================================================
--- packages/pylons/trunk/debian/changelog 2013-12-01 19:59:42 UTC (rev 26631)
+++ packages/pylons/trunk/debian/changelog 2013-12-01 20:29:59 UTC (rev 26632)
@@ -1,15 +1,24 @@
-pylons (1.0.1~rc1-1) UNRELEASED; urgency=low
+pylons (1.0.1-1) unstable; urgency=low
[ Piotr Ożarowski ]
* New upstream release
+ - no longer tries to import webob.multidict (closes: 721864)
+ - add python-markupsafe to Depends
+ - bump python-routes, python-beaker, python-paste, python-pastescript,
+ python-pastedeploy, python-formencode, python-simplejson,
+ python-decorator, python-nose, python-mako, python-weberror,
+ python-webtest, python-tempita and python-webob's minimum required
+ versions
* ipython_0.11_compatibility patch removed (merged upstream)
- * Minimum required versions of most dependencies updated
- * python-markupsafe added to Depends
+ * Remove Pylons.egg-info, tests/test_units/cache and
+ tests/test_units/session directories in clean target
+ * quilt's targets no longer used in debian/rules
+ * Standards-Version bumped to 3.9.5 (no changes needed)
[ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.
- -- Jakub Wilk <jwilk at debian.org> Sun, 05 May 2013 16:01:50 +0200
+ -- Piotr Ożarowski <piotr at debian.org> Sun, 01 Dec 2013 21:00:37 +0100
pylons (1.0-2) unstable; urgency=low
Modified: packages/pylons/trunk/debian/control
===================================================================
--- packages/pylons/trunk/debian/control 2013-12-01 19:59:42 UTC (rev 26631)
+++ packages/pylons/trunk/debian/control 2013-12-01 20:29:59 UTC (rev 26632)
@@ -3,9 +3,9 @@
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Piotr Ożarowski <piotr at debian.org>, Oleksandr Moskalenko <malex at debian.org>
-Build-Depends: debhelper (>= 5), quilt
+Build-Depends: debhelper (>= 5), dh-python
Build-Depends-Indep: python-all (>= 2.6.6-3), python-setuptools
-Standards-Version: 3.9.2
+Standards-Version: 3.9.5
Homepage: http://pylonshq.com/
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/pylons/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/pylons/trunk/
@@ -13,7 +13,7 @@
Package: python-pylons
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-routes (>= 1.12.3),
- python-paste (>= 1.7.5.1), python-pastedeploy (>= 1.5.0), python-pastescript (>= 1.7.4.2),
+ python-paste (>= 1.7.5.1), python-pastedeploy (>= 1.5.0), python-pastescript (>= 1.7.4),
python-webob (>= 1.1.1), python-weberror (>= 0.10.3), python-webtest (>= 1.3.1),
python-beaker (>= 1.5.4), python-mako (>= 0.5.0), python-tempita (>= 0.5.1),
python-formencode (>= 1.2.4), python-webhelpers (>= 0.6.4), python-decorator (>= 3.3.2),
Modified: packages/pylons/trunk/debian/rules
===================================================================
--- packages/pylons/trunk/debian/rules 2013-12-01 19:59:42 UTC (rev 26631)
+++ packages/pylons/trunk/debian/rules 2013-12-01 20:29:59 UTC (rev 26632)
@@ -4,12 +4,10 @@
#export DH_VERBOSE=1
package=python-pylons
-include /usr/share/quilt/quilt.make
-
-clean: unpatch
+clean:
dh_testdir
dh_testroot
- rm -rf build
+ rm -rf build Pylons.egg-info tests/test_units/cache tests/test_units/session
find . -name '*\.py[co]' -delete
find . -name '\._*' -delete
find . -name '\.DS_Store' -delete
@@ -19,7 +17,7 @@
build-arch:
build-indep:
-install: patch
+install:
dh_testdir
dh_testroot
dh_installdirs
More information about the Python-modules-commits
mailing list