[Python-modules-commits] r17207 - in packages/paste/trunk/debian (5 files)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Sat May 28 15:26:07 UTC 2011


    Date: Saturday, May 28, 2011 @ 15:26:06
  Author: piotr
Revision: 17207

* objects.inv is no longer compressed (closes: #608759)
* Convert to dh_python2
* Source format changed to 3.0 (quilt)
* No longer conflicts/replaces paste-common
* Standards-Version bumped to 3.9.2 (no changes needed)

Modified:
  packages/paste/trunk/debian/changelog
  packages/paste/trunk/debian/control
  packages/paste/trunk/debian/rules
  packages/paste/trunk/debian/source/format
Deleted:
  packages/paste/trunk/debian/README.source

Deleted: packages/paste/trunk/debian/README.source
===================================================================
--- packages/paste/trunk/debian/README.source	2011-05-28 08:22:41 UTC (rev 17206)
+++ packages/paste/trunk/debian/README.source	2011-05-28 15:26:06 UTC (rev 17207)
@@ -1,4 +0,0 @@
-This package is using dpatch patch system. 
-
-To get the fully patched source after unpacking the source package, cd to
-the root level of the source package and run `./debian/rules patch`

Modified: packages/paste/trunk/debian/changelog
===================================================================
--- packages/paste/trunk/debian/changelog	2011-05-28 08:22:41 UTC (rev 17206)
+++ packages/paste/trunk/debian/changelog	2011-05-28 15:26:06 UTC (rev 17207)
@@ -1,3 +1,13 @@
+paste (1.7.5.1-2) unstable; urgency=low
+
+  * objects.inv is no longer compressed (closes: #608759)
+  * Convert to dh_python2
+  * Source format changed to 3.0 (quilt)
+  * No longer conflicts/replaces paste-common
+  * Standards-Version bumped to 3.9.2 (no changes needed)
+
+ -- Piotr Ożarowski <piotr at debian.org>  Sat, 28 May 2011 17:12:08 +0200
+
 paste (1.7.5.1-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/paste/trunk/debian/control
===================================================================
--- packages/paste/trunk/debian/control	2011-05-28 08:22:41 UTC (rev 17206)
+++ packages/paste/trunk/debian/control	2011-05-28 15:26:06 UTC (rev 17207)
@@ -4,13 +4,13 @@
 Maintainer: Piotr Ożarowski <piotr at debian.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 5)
-Build-Depends-Indep: python-all (>= 2.3.5-11), python-support (>= 1.0.1),
+Build-Depends-Indep: python-all (>= 2.6.6-3),
  python-setuptools (>= 0.6b3-1~), python-sphinx
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 Homepage: http://pythonpaste.org/
-XS-Python-Version: >= 2.4
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/paste/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/paste/trunk/
+X-Python-Version: >= 2.4
 
 Package: python-paste
 Architecture: all
@@ -19,8 +19,6 @@
 Suggests: python-pastedeploy, python-pastescript, python-pastewebkit,
  libapache2-mod-wsgi, libapache2-mod-python (>= 3.2.8-3), libapache2-mod-scgi,
  python-pgsql (>= 2.5.1-1), libjs-jquery
-Replaces: paste-common
-Conflicts: paste-common
 Description: tools for using a Web Server Gateway Interface stack
  Python Paste brings consistency to Python web development and web application
  installation, providing tools for both developers and system administrators.

Modified: packages/paste/trunk/debian/rules
===================================================================
--- packages/paste/trunk/debian/rules	2011-05-28 08:22:41 UTC (rev 17206)
+++ packages/paste/trunk/debian/rules	2011-05-28 15:26:06 UTC (rev 17207)
@@ -6,14 +6,7 @@
 PYVERS=$(shell pyversions -vr)
 PKGDIR=$(CURDIR)/debian/python-paste
 
-# if $py_setup_install_args will contain "--install-layout=deb" dist-packages
-# will be used instead of site-packages for Python >= 2.6;
-# --install-layout=deb and python.mk are available since python >= 2.5.4-1~,
-# here's backwards compatible code:
--include /usr/share/python/python.mk
-ifeq (,$(py_libdir))
-    py_libdir = /usr/lib/python$(subst python,,$(1))/site-packages
-endif
+include /usr/share/python/python.mk
 clean:
 	dh_testdir
 	dh_testroot
@@ -37,7 +30,7 @@
 	python$* setup.py install --root $(PKGDIR) \
 		--single-version-externally-managed $(py_setup_install_args)
 	# pth file is not needed since all paste* packages are installed in same directory
-	find $(PKGDIR) -name '*.pth' -delete
+	find $(PKGDIR) -name '*.pth' -or -name 'namespace_packages.txt' -delete
 	dh_link /usr/share/javascript/mochikit/MochiKit.js \
 		$(call py_libdir,$*)/paste/evalexception/media/MochiKit.packed.js
 	touch $@
@@ -47,11 +40,11 @@
 	dh_testroot -i
 	dh_installchangelogs -i docs/news.txt
 	dh_installdocs -i
-	dh_pysupport -i
+	dh_python2 -i
 	# it's not an extra license file
 	echo "python-paste: extra-license-file usr/share/doc/python-paste/docs/_sources/license.txt" \
 		>> $(PKGDIR)/usr/share/lintian/overrides/python-paste
-	dh_compress -i -X.py -X.js
+	dh_compress -i -X.py -X.js -Xobjects.inv
 	dh_fixperms -i
 	dh_installdeb -i
 	dh_gencontrol -i

Modified: packages/paste/trunk/debian/source/format
===================================================================
--- packages/paste/trunk/debian/source/format	2011-05-28 08:22:41 UTC (rev 17206)
+++ packages/paste/trunk/debian/source/format	2011-05-28 15:26:06 UTC (rev 17207)
@@ -1 +1 @@
-1.0
+3.0 (quilt)




More information about the Python-modules-commits mailing list