[Python-modules-commits] r17215 - in packages/pastewebkit/tags (7 files)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Sat May 28 16:36:02 UTC 2011


    Date: Saturday, May 28, 2011 @ 16:36:01
  Author: piotr
Revision: 17215

[svn-buildpackage] Tagging pastewebkit 1.0-6

Added:
  packages/pastewebkit/tags/1.0-6/
  packages/pastewebkit/tags/1.0-6/debian/changelog
    (from rev 17210, packages/pastewebkit/trunk/debian/changelog)
  packages/pastewebkit/tags/1.0-6/debian/control
    (from rev 17210, packages/pastewebkit/trunk/debian/control)
  packages/pastewebkit/tags/1.0-6/debian/rules
    (from rev 17210, packages/pastewebkit/trunk/debian/rules)
Deleted:
  packages/pastewebkit/tags/1.0-6/debian/changelog
  packages/pastewebkit/tags/1.0-6/debian/control
  packages/pastewebkit/tags/1.0-6/debian/rules

Deleted: packages/pastewebkit/tags/1.0-6/debian/changelog
===================================================================
--- packages/pastewebkit/trunk/debian/changelog	2011-05-25 18:28:57 UTC (rev 17146)
+++ packages/pastewebkit/tags/1.0-6/debian/changelog	2011-05-28 16:36:01 UTC (rev 17215)
@@ -1,87 +0,0 @@
-pastewebkit (1.0-5) unstable; urgency=low
-
-  * Move paster's templates to /usr/share/paster_templates/
-  * Add cast_sys.version_info_to_tuple patch as Python2.7's sys.version_info
-    is not pickable (it's a named tuple in Python >= 2.7) - closes: #606616
-    Thanks to Jakub Wilk for his outstanding quality assurance work on Python
-    in Debian
-  * Change source package format to 3.0 (quilt)
-  * Change Debian packaging license to MIT (to match upstream)
-  * Standards-Version bumped to 3.9.1 (no changes needed)
-
- -- Piotr Ożarowski <piotr at debian.org>  Sat, 11 Dec 2010 15:23:32 +0100
-
-pastewebkit (1.0-4) unstable; urgency=low
-
-  [ Sandro Tosi ]
-  * Switch Vcs-Browser field to viewsvn
-
-  [ Piotr Ożarowski ]
-  * Make sure all Python versions use site-packages as temporary
-    installation directory for modules (closes: #547876)
-  * Standards-Version bumped to 3.8.3 (no changes needed)
-
- -- Piotr Ożarowski <piotr at debian.org>  Fri, 25 Sep 2009 22:57:39 +0200
-
-pastewebkit (1.0-3) unstable; urgency=low
-
-  * Remove paste-common dependency, python-support will provide all needed
-    namespace, require python-paste (>= 1.7-1~) instead
-  * Replace python-setuptools runtime dependency with new python-pkg-resources
-    (closes: 468712)
-  * Change setuptools' required build version to (>= 0.6b3-1~) to ease
-    backports
-  * Add info about files in paste/webkit/FakeWebware to debian/copyright
-
- -- Piotr Ożarowski <piotr at debian.org>  Sat, 24 May 2008 20:42:06 +0200
-
-pastewebkit (1.0-2) unstable; urgency=low
-
-  * Switch to python-support. All paste packages will now depend on
-    paste-common (>= 1.6-1) to make sure all use pysupport
-  * Compress binary package with bzip2
-  * Vcs-Svn, Vcs-Browser and Homepage fields added
-  * Changed my address to piotr at debian.org
-  * Bump Standards-Version to 3.7.3 (no changes needed)
-
- -- Piotr Ożarowski <piotr at debian.org>  Sat, 05 Jan 2008 21:43:51 +0100
-
-pastewebkit (1.0-1) unstable; urgency=low
-
-  * New upstream release
-  * Documentation changes:
-    - Files are now generated from sources
-    - Add link in python-paste's docs
-    - Add python-docutils in build dependencies
-  * debian/rules cleaned:
-    + Fixed a little bashism
-    + dh_python removed, dh_pycentral will generate all data now
-    + Unneeded dh_installexamples, dh_strip and dh_shlibdeps calls removed
-  * debian/control:
-    + bumped debhelper and python-central required versions due to dh_python
-      call removal
-    + Homepage updated
-  * Added debian/pycompat file
-  * Test files are no longer installed as examples
-
- -- Piotr Ozarowski <ozarow at gmail.com>  Mon, 23 Oct 2006 17:36:34 +0200
-
-pastewebkit (0.9-3) unstable; urgency=low
-
-  * Update for the new python policy
-  * Convert to python-central
-
- -- Piotr Ozarowski <ozarow at gmail.com>  Fri, 16 Jun 2006 03:10:36 +0200
-
-pastewebkit (0.9-2) unstable; urgency=low
-
-  * Common paste* modules file moved to paste-common package
-
- -- Piotr Ozarowski <ozarow at gmail.com>  Sun, 14 May 2006 03:40:22 +0200
-
-pastewebkit (0.9-1) unstable; urgency=low
-
-  * Initial release (closes: #366188)
-
- -- Piotr Ozarowski <ozarow at gmail.com>  Wed, 10 May 2006 18:57:29 +0200
-

Copied: packages/pastewebkit/tags/1.0-6/debian/changelog (from rev 17210, packages/pastewebkit/trunk/debian/changelog)
===================================================================
--- packages/pastewebkit/tags/1.0-6/debian/changelog	                        (rev 0)
+++ packages/pastewebkit/tags/1.0-6/debian/changelog	2011-05-28 16:36:01 UTC (rev 17215)
@@ -0,0 +1,95 @@
+pastewebkit (1.0-6) unstable; urgency=low
+
+  * Convert 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>  Sat, 28 May 2011 18:12:19 +0200
+
+pastewebkit (1.0-5) unstable; urgency=low
+
+  * Move paster's templates to /usr/share/paster_templates/
+  * Add cast_sys.version_info_to_tuple patch as Python2.7's sys.version_info
+    is not pickable (it's a named tuple in Python >= 2.7) - closes: #606616
+    Thanks to Jakub Wilk for his outstanding quality assurance work on Python
+    in Debian
+  * Change source package format to 3.0 (quilt)
+  * Change Debian packaging license to MIT (to match upstream)
+  * Standards-Version bumped to 3.9.1 (no changes needed)
+
+ -- Piotr Ożarowski <piotr at debian.org>  Sat, 11 Dec 2010 15:23:32 +0100
+
+pastewebkit (1.0-4) unstable; urgency=low
+
+  [ Sandro Tosi ]
+  * Switch Vcs-Browser field to viewsvn
+
+  [ Piotr Ożarowski ]
+  * Make sure all Python versions use site-packages as temporary
+    installation directory for modules (closes: #547876)
+  * Standards-Version bumped to 3.8.3 (no changes needed)
+
+ -- Piotr Ożarowski <piotr at debian.org>  Fri, 25 Sep 2009 22:57:39 +0200
+
+pastewebkit (1.0-3) unstable; urgency=low
+
+  * Remove paste-common dependency, python-support will provide all needed
+    namespace, require python-paste (>= 1.7-1~) instead
+  * Replace python-setuptools runtime dependency with new python-pkg-resources
+    (closes: 468712)
+  * Change setuptools' required build version to (>= 0.6b3-1~) to ease
+    backports
+  * Add info about files in paste/webkit/FakeWebware to debian/copyright
+
+ -- Piotr Ożarowski <piotr at debian.org>  Sat, 24 May 2008 20:42:06 +0200
+
+pastewebkit (1.0-2) unstable; urgency=low
+
+  * Switch to python-support. All paste packages will now depend on
+    paste-common (>= 1.6-1) to make sure all use pysupport
+  * Compress binary package with bzip2
+  * Vcs-Svn, Vcs-Browser and Homepage fields added
+  * Changed my address to piotr at debian.org
+  * Bump Standards-Version to 3.7.3 (no changes needed)
+
+ -- Piotr Ożarowski <piotr at debian.org>  Sat, 05 Jan 2008 21:43:51 +0100
+
+pastewebkit (1.0-1) unstable; urgency=low
+
+  * New upstream release
+  * Documentation changes:
+    - Files are now generated from sources
+    - Add link in python-paste's docs
+    - Add python-docutils in build dependencies
+  * debian/rules cleaned:
+    + Fixed a little bashism
+    + dh_python removed, dh_pycentral will generate all data now
+    + Unneeded dh_installexamples, dh_strip and dh_shlibdeps calls removed
+  * debian/control:
+    + bumped debhelper and python-central required versions due to dh_python
+      call removal
+    + Homepage updated
+  * Added debian/pycompat file
+  * Test files are no longer installed as examples
+
+ -- Piotr Ozarowski <ozarow at gmail.com>  Mon, 23 Oct 2006 17:36:34 +0200
+
+pastewebkit (0.9-3) unstable; urgency=low
+
+  * Update for the new python policy
+  * Convert to python-central
+
+ -- Piotr Ozarowski <ozarow at gmail.com>  Fri, 16 Jun 2006 03:10:36 +0200
+
+pastewebkit (0.9-2) unstable; urgency=low
+
+  * Common paste* modules file moved to paste-common package
+
+ -- Piotr Ozarowski <ozarow at gmail.com>  Sun, 14 May 2006 03:40:22 +0200
+
+pastewebkit (0.9-1) unstable; urgency=low
+
+  * Initial release (closes: #366188)
+
+ -- Piotr Ozarowski <ozarow at gmail.com>  Wed, 10 May 2006 18:57:29 +0200
+

Deleted: packages/pastewebkit/tags/1.0-6/debian/control
===================================================================
--- packages/pastewebkit/trunk/debian/control	2011-05-25 18:28:57 UTC (rev 17146)
+++ packages/pastewebkit/tags/1.0-6/debian/control	2011-05-28 16:36:01 UTC (rev 17215)
@@ -1,23 +0,0 @@
-Source: pastewebkit
-Section: python
-Priority: optional
-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 (>= 2.3.5-11), python-all, python-support (>= 0.6.4),
- python-setuptools (>= 0.6b3-1~), python-docutils
-Standards-Version: 3.9.1
-Homepage: http://pythonpaste.org/webkit/
-XS-Python-Version: >= 2.4
-Vcs-Svn: svn://svn.debian.org/python-modules/packages/pastewebkit/trunk/
-Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pastewebkit/trunk/
-
-Package: python-pastewebkit
-Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-paste (>= 1.7-1~), python-pastedeploy, python-pastescript,
- python-pkg-resources
-Description: port/reimplementation of Webware WebKit in WSGI and Paste
- This is a reimplementation of the Webware WebKit servlet API. This
- implementation uses WSGI internally very heavily, and builds upon the
- framework-neutral tools and services in Paste
-

Copied: packages/pastewebkit/tags/1.0-6/debian/control (from rev 17210, packages/pastewebkit/trunk/debian/control)
===================================================================
--- packages/pastewebkit/tags/1.0-6/debian/control	                        (rev 0)
+++ packages/pastewebkit/tags/1.0-6/debian/control	2011-05-28 16:36:01 UTC (rev 17215)
@@ -0,0 +1,23 @@
+Source: pastewebkit
+Section: python
+Priority: optional
+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.6.6-3),
+ python-setuptools (>= 0.6b3-1~), python-docutils
+Standards-Version: 3.9.2
+Homepage: http://pythonpaste.org/webkit/
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/pastewebkit/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pastewebkit/trunk/
+X-Python-Version: >= 2.4
+
+Package: python-pastewebkit
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, python-paste, python-pastedeploy, python-pastescript,
+ python-pkg-resources
+Description: port/reimplementation of Webware WebKit in WSGI and Paste
+ This is a reimplementation of the Webware WebKit servlet API. This
+ implementation uses WSGI internally very heavily, and builds upon the
+ framework-neutral tools and services in Paste
+

Deleted: packages/pastewebkit/tags/1.0-6/debian/rules
===================================================================
--- packages/pastewebkit/trunk/debian/rules	2011-05-25 18:28:57 UTC (rev 17146)
+++ packages/pastewebkit/tags/1.0-6/debian/rules	2011-05-28 16:36:01 UTC (rev 17215)
@@ -1,58 +0,0 @@
-#!/usr/bin/make -f
-
-#export DH_VERBOSE=1
-
-PYVERS=$(shell pyversions -vr)
-DOCS=$(shell cd docs && find ./ -name "*.txt" -printf "%p " | sed "s/.txt//g")
-
-clean:
-	dh_testdir
-	dh_testroot
-	rm -rf dist build
-	find . -name '*\.py[co]' -delete
-	dh_clean build-docs $(PYVERS:%=install-python%)
-
-build: build-docs
-
-build-docs:
-	dh_installdirs
-	for NAME in $(DOCS); do \
-	    rst2html --cloak-email-addresses --no-toc-backlinks "docs/$$NAME.txt" \
-	      > "debian/python-pastewebkit/usr/share/doc/python-pastewebkit/docs/$$NAME.html"; \
-	done
-	touch $@
-
-install: build $(PYVERS:%=install-python%)
-	dh_install
-
-install-python%:
-	python$* setup.py install --prefix=/usr \
-		--single-version-externally-managed \
-		--root $(CURDIR)/debian/python-pastewebkit \
-		--install-lib=/usr/lib/python$*/site-packages
-	# pth file is not needed since all paste* packages are installed in the same directory
-	rm -f debian/python-pastewebkit/usr/lib/python$*/site-packages/*.pth
-	# installed to /usr/share/paster_templates/ via dh_install
-	rm -rf debian/python-pastewebkit/usr/lib/python$*/site-packages/paste/webkit/paster_templates/
-	# provided by paste-common package:
-	rm -f debian/python-pastewebkit/usr/lib/python$*/site-packages/paste/__init__.py
-
-binary-indep: build install
-	dh_testdir -i
-	dh_testroot -i
-	dh_installchangelogs -i
-	dh_installdocs -i
-	dh_link usr/share/doc/python-pastewebkit/docs /usr/share/doc/python-paste/docs/webkit
-	dh_pysupport -i
-	dh_compress -i -X.py
-	dh_fixperms -i
-	dh_installdeb -i
-	dh_gencontrol -i
-	dh_md5sums -i
-	dh_builddeb -i -- -Z bzip2
-
-binary-arch:
-
-binary: binary-indep binary-arch
-
-.PHONY: build clean binary-indep binary-arch binary install build

Copied: packages/pastewebkit/tags/1.0-6/debian/rules (from rev 17210, packages/pastewebkit/trunk/debian/rules)
===================================================================
--- packages/pastewebkit/tags/1.0-6/debian/rules	                        (rev 0)
+++ packages/pastewebkit/tags/1.0-6/debian/rules	2011-05-28 16:36:01 UTC (rev 17215)
@@ -0,0 +1,57 @@
+#!/usr/bin/make -f
+
+#export DH_VERBOSE=1
+
+PYVERS=$(shell pyversions -vr)
+DOCS=$(shell cd docs && find ./ -name "*.txt" -printf "%p " | sed "s/.txt//g")
+PKGDIR=$(CURDIR)/debian/python-pastewebkit
+include /usr/share/python/python.mk
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -rf dist build
+	find . -name '*\.py[co]' -delete
+	dh_clean build-docs $(PYVERS:%=install-python%)
+
+build: build-docs
+
+build-docs:
+	dh_installdirs
+	for NAME in $(DOCS); do \
+	    rst2html --cloak-email-addresses --no-toc-backlinks "docs/$$NAME.txt" \
+	      > "debian/python-pastewebkit/usr/share/doc/python-pastewebkit/docs/$$NAME.html"; \
+	done
+	touch $@
+
+install: build $(PYVERS:%=install-python%)
+	dh_install
+
+install-python%:
+	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' -or -name 'namespace_packages.txt' -delete
+	# installed to /usr/share/paster_templates/ via dh_install
+	rm -rf debian/python-pastewebkit/usr/lib/python$*/site-packages/paste/webkit/paster_templates/
+	rm -rf $(PKGDIR)$(call py_libdir,$*)/paste/webkit/paster_templates
+
+binary-indep: build install
+	dh_testdir -i
+	dh_testroot -i
+	dh_installchangelogs -i
+	dh_installdocs -i
+	dh_link usr/share/doc/python-pastewebkit/docs /usr/share/doc/python-paste/docs/webkit
+	dh_python2 -i
+	dh_compress -i -X.py
+	dh_fixperms -i
+	dh_installdeb -i
+	dh_gencontrol -i
+	dh_md5sums -i
+	dh_builddeb -i -- -Z bzip2
+
+binary-arch:
+
+binary: binary-indep binary-arch
+
+.PHONY: build clean binary-indep binary-arch binary install build




More information about the Python-modules-commits mailing list