[Python-modules-commits] r5052 - in packages/pylons/trunk/debian (changelog control rules)

haas at users.alioth.debian.org haas at users.alioth.debian.org
Sun Apr 20 10:36:04 UTC 2008


    Date: Sunday, April 20, 2008 @ 10:36:03
  Author: haas
Revision: 5052

Upgraded to beta4 of 0.9.7 (experimental package)

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	2008-04-19 18:52:59 UTC (rev 5051)
+++ packages/pylons/trunk/debian/changelog	2008-04-20 10:36:03 UTC (rev 5052)
@@ -1,14 +1,10 @@
-pylons (0.9.6.1-2) UNRELEASED; urgency=low
+pylons (0.9.7~beta4-1) experimental; urgency=low
 
-  [ Sandro Tosi ]
-  * debian/control
-    - uniforming Vcs-Browser field
+  * New upstream release. Uploaded to experimental for testing.
+  * Commented out dpatch in debian/rules because it seems not to be used.
 
-  [ Piotr Ożarowski ]
-  * Move python-myghty from Depends to Suggests
+ -- Christoph Haas <haas at debian.org>  Sat, 19 Apr 2008 12:11:42 +0200
 
- -- Piotr Ożarowski <piotr at debian.org>  Thu, 28 Feb 2008 23:51:44 +0100
-
 pylons (0.9.6.1-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/pylons/trunk/debian/control
===================================================================
--- packages/pylons/trunk/debian/control	2008-04-19 18:52:59 UTC (rev 5051)
+++ packages/pylons/trunk/debian/control	2008-04-20 10:36:03 UTC (rev 5052)
@@ -5,23 +5,24 @@
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>,
  Piotr Ożarowski <piotr at debian.org>
 Build-Depends: debhelper (>= 5), dpatch, python (>= 2.3.3), python-all-dev,
- python-support (>= 0.6.4), python-setuptools (>= 0.6b3-1)
-Standards-Version: 3.7.2
+ python-support (>= 0.6.4), python-setuptools (>= 0.6b3)
+Standards-Version: 3.7.3
 XS-Python-Version: all
 Homepage: http://pylonshq.com/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/pylons/trunk/
-Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/pylons/trunk/?op=log
+Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/pylons/?op=log
 
 Package: python-pylons
 Architecture: all
-Depends: ${python:Depends}, python, python-routes (>= 1.7), python-nose (>= 0.9.1),
- python-paste (>= 1.4), python-pastedeploy (>= 1.3.1), python-pastescript (>= 1.3.6),
- python-beaker (>= 0.7.5), python-mako (>= 0.1.8), python-simplejson (>= 1.7.1),
- python-formencode (>= 0.7), python-webhelpers (>= 0.3.2), python-decorator (>= 2.1.0)
+Depends: ${python:Depends}, python, python-routes (>= 1.8), python-nose (>= 0.10.1),
+ python-paste (>= 1.6), python-pastedeploy (>= 1.3.1), python-pastescript (>= 1.6.2),
+ python-beaker (>= 0.9.3), python-mako (>= 0.1.10), python-myghty (>= 1.1),
+ python-formencode (>= 1.0.1), python-webhelpers (>= 0.6~20080418), python-decorator (>= 2.1.0),
+ python-simplejson (>= 1.7.1), python-tempita, python-webob, python-weberror
 Recommends: python-sqlalchemy | python-sqlobject
 Suggests: python (>= 2.5) | python-celementtree | python-elementreee,
- python-myghty (>= 1.1), python-cheetah (>= 1.0-1.1), python-kid (>= 0.9.1-3),
- python-genshi (>= 0.3.6), python-pygments (>= 0.7), python-pudge (>= 0.1.3)
+ python-cheetah (>= 1.0-1.1), python-kid (>= 0.9.1-3), python-genshi (>= 0.3.6),
+ python-pygments (>= 0.7), python-pudge (>= 0.1.3)
 XB-Python-Version: ${python:Versions}
 Description: Python web framework emphasizing flexibility and rapid development
  Pylons combines the very best ideas from the worlds of Ruby, Python and Perl,

Modified: packages/pylons/trunk/debian/rules
===================================================================
--- packages/pylons/trunk/debian/rules	2008-04-19 18:52:59 UTC (rev 5051)
+++ packages/pylons/trunk/debian/rules	2008-04-20 10:36:03 UTC (rev 5052)
@@ -4,11 +4,12 @@
 #export DH_VERBOSE=1
 package=python-pylons
 
-unpatch:
-	dpatch deapply-all
-	rm -rf patch-stamp debian/patched
+#unpatch:
+#	dpatch deapply-all
+#	rm -rf patch-stamp debian/patched
 
-clean: unpatch
+#clean: unpatch
+clean:
 	rm -f build-*
 	dh_testdir
 	dh_testroot
@@ -22,11 +23,12 @@
 	python setup.py build
 	touch $@
 
-patch-stamp:
-	dpatch apply-all
-	touch patch-stamp
+#patch-stamp:
+#	dpatch apply-all
+#	touch patch-stamp
 
-build: patch-stamp build-stamp
+#build: patch-stamp build-stamp
+build: build-stamp
 
 install: build
 	dh_testdir
@@ -48,7 +50,7 @@
 	dh_compress -X.py
 	dh_fixperms
 	dh_pysupport
-	chmod 644 `find debian/$(package) -type f -perm 755`
+	find debian/$(package) -type f -perm 755 | xargs -r chmod 644
 	mv $(CURDIR)/debian/$(package)/usr/share/python-support/python-pylons/tests/ \
 	    $(CURDIR)/debian/$(package)/usr/share/doc/python-pylons
 	dh_installdeb




More information about the Python-modules-commits mailing list