[Python-modules-commits] r18004 - in packages/pylons/trunk/debian (5 files)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Tue Aug 2 20:51:33 UTC 2011


    Date: Tuesday, August 2, 2011 @ 20:51:32
  Author: piotr
Revision: 18004

* Add build-arch and build-indep targets to debian/rules 
* Switch from dh_pysupport to dh_python2
* Source format changed to 3.0 (quilt)
* Standards-Version bumped to 3.9.2 (no changes needed)

Modified:
  packages/pylons/trunk/debian/changelog
  packages/pylons/trunk/debian/control
  packages/pylons/trunk/debian/copyright
  packages/pylons/trunk/debian/rules
  packages/pylons/trunk/debian/source/format

Modified: packages/pylons/trunk/debian/changelog
===================================================================
--- packages/pylons/trunk/debian/changelog	2011-08-02 20:46:22 UTC (rev 18003)
+++ packages/pylons/trunk/debian/changelog	2011-08-02 20:51:32 UTC (rev 18004)
@@ -1,3 +1,12 @@
+pylons (1.0-2) unstable; urgency=low
+
+  * Add build-arch and build-indep targets to debian/rules 
+  * Switch from dh_pysupport to dh_python2
+  * Source format changed to 3.0 (quilt)
+  * Standards-Version bumped to 3.9.2 (no changes needed)
+
+ -- Piotr Ożarowski <piotr at debian.org>  Tue, 02 Aug 2011 21:17:36 +0200
+
 pylons (1.0-1) experimental; urgency=low
 
   * New upstream release

Modified: packages/pylons/trunk/debian/control
===================================================================
--- packages/pylons/trunk/debian/control	2011-08-02 20:46:22 UTC (rev 18003)
+++ packages/pylons/trunk/debian/control	2011-08-02 20:51:32 UTC (rev 18004)
@@ -4,9 +4,8 @@
 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-Indep: python-support (>= 0.6.4), python-all, python-setuptools
-Standards-Version: 3.8.4
-XS-Python-Version: all
+Build-Depends-Indep: python-all (>= 2.6.6-3), python-setuptools
+Standards-Version: 3.9.2
 Homepage: http://pylonshq.com/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/pylons/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pylons/trunk/
@@ -24,7 +23,6 @@
  python-kid (>= 0.9.1-3), python-myghty (>= 1.1), python-pygments (>= 0.7),
  python-migrate, python-docutils (>= 0.4),
  ipython, libapache2-mod-wsgi
-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,
  providing a structured but extremely flexible Python web framework. It's also

Modified: packages/pylons/trunk/debian/copyright
===================================================================
--- packages/pylons/trunk/debian/copyright	2011-08-02 20:46:22 UTC (rev 18003)
+++ packages/pylons/trunk/debian/copyright	2011-08-02 20:51:32 UTC (rev 18004)
@@ -41,10 +41,7 @@
  OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  SUCH DAMAGE.
 
- On Debian GNU/Linux systems, the complete text of the BSD license can be
- found in `/usr/share/common-licenses/BSD'.
 
-
  pylons/i18n/msgfmt.py and pylons/i18n/pygettext.py are are from the Python
  2.4 source distribution which is released under the open source PSF license
  at http://www.python.org/download/releases/2.4.4/license/.

Modified: packages/pylons/trunk/debian/rules
===================================================================
--- packages/pylons/trunk/debian/rules	2011-08-02 20:46:22 UTC (rev 18003)
+++ packages/pylons/trunk/debian/rules	2011-08-02 20:51:32 UTC (rev 18004)
@@ -16,6 +16,8 @@
 	dh_clean
 
 build:
+build-arch:
+build-indep:
 
 install: patch
 	dh_testdir
@@ -34,7 +36,7 @@
 	dh_installexamples
 	dh_compress -X.py
 	dh_fixperms
-	dh_pysupport
+	dh_python2
 	find debian/$(package) -type f -perm 755 | xargs -r chmod 644
 	dh_installdeb
 	dh_gencontrol
@@ -44,4 +46,4 @@
 binary-arch:
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install 
+.PHONY: build build-arch build-indep clean binary-indep binary-arch binary install 

Modified: packages/pylons/trunk/debian/source/format
===================================================================
--- packages/pylons/trunk/debian/source/format	2011-08-02 20:46:22 UTC (rev 18003)
+++ packages/pylons/trunk/debian/source/format	2011-08-02 20:51:32 UTC (rev 18004)
@@ -1 +1 @@
-1.0
+3.0 (quilt)




More information about the Python-modules-commits mailing list