[Python-modules-commits] r15065 - in packages/pastewebkit/tags (13 files)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Sat Dec 11 16:11:09 UTC 2010
Date: Saturday, December 11, 2010 @ 16:11:05
Author: piotr
Revision: 15065
[svn-buildpackage] Tagging pastewebkit 1.0-5
Added:
packages/pastewebkit/tags/1.0-5/
packages/pastewebkit/tags/1.0-5/debian/changelog
(from rev 15063, packages/pastewebkit/trunk/debian/changelog)
packages/pastewebkit/tags/1.0-5/debian/control
(from rev 15063, packages/pastewebkit/trunk/debian/control)
packages/pastewebkit/tags/1.0-5/debian/copyright
(from rev 15063, packages/pastewebkit/trunk/debian/copyright)
packages/pastewebkit/tags/1.0-5/debian/install
(from rev 15064, packages/pastewebkit/trunk/debian/install)
packages/pastewebkit/tags/1.0-5/debian/patches/
packages/pastewebkit/tags/1.0-5/debian/rules
(from rev 15063, packages/pastewebkit/trunk/debian/rules)
packages/pastewebkit/tags/1.0-5/debian/source/format
(from rev 15063, packages/pastewebkit/trunk/debian/source/format)
Deleted:
packages/pastewebkit/tags/1.0-5/debian/changelog
packages/pastewebkit/tags/1.0-5/debian/control
packages/pastewebkit/tags/1.0-5/debian/copyright
packages/pastewebkit/tags/1.0-5/debian/rules
packages/pastewebkit/tags/1.0-5/debian/source/format
Deleted: packages/pastewebkit/tags/1.0-5/debian/changelog
===================================================================
--- packages/pastewebkit/trunk/debian/changelog 2010-12-10 09:09:13 UTC (rev 15055)
+++ packages/pastewebkit/tags/1.0-5/debian/changelog 2010-12-11 16:11:05 UTC (rev 15065)
@@ -1,74 +0,0 @@
-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-5/debian/changelog (from rev 15063, packages/pastewebkit/trunk/debian/changelog)
===================================================================
--- packages/pastewebkit/tags/1.0-5/debian/changelog (rev 0)
+++ packages/pastewebkit/tags/1.0-5/debian/changelog 2010-12-11 16:11:05 UTC (rev 15065)
@@ -0,0 +1,87 @@
+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-5/debian/control
===================================================================
--- packages/pastewebkit/trunk/debian/control 2010-12-10 09:09:13 UTC (rev 15055)
+++ packages/pastewebkit/tags/1.0-5/debian/control 2010-12-11 16:11:05 UTC (rev 15065)
@@ -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-dev, python-support (>= 0.6.4),
- python-setuptools (>= 0.6b3-1~), python-docutils
-Standards-Version: 3.8.3
-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}, 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-5/debian/control (from rev 15063, packages/pastewebkit/trunk/debian/control)
===================================================================
--- packages/pastewebkit/tags/1.0-5/debian/control (rev 0)
+++ packages/pastewebkit/tags/1.0-5/debian/control 2010-12-11 16:11:05 UTC (rev 15065)
@@ -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 (>= 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
+
Deleted: packages/pastewebkit/tags/1.0-5/debian/copyright
===================================================================
--- packages/pastewebkit/trunk/debian/copyright 2010-12-10 09:09:13 UTC (rev 15055)
+++ packages/pastewebkit/tags/1.0-5/debian/copyright 2010-12-11 16:11:05 UTC (rev 15065)
@@ -1,68 +0,0 @@
-This package was debianized by Piotr Ożarowski <piotr at debian.org> on
-Thu, 4 May 2006 21:34:00 +0200.
-
-It was downloaded from http://pypi.python.org/pypi/PasteWebKit
-
-Upstream Author:
-
- Ian Bicking <ianb at colorstudy.com>
-
-Copyright:
-
- Copyright (c) 2005-2008 Ian Bicking and Contributors
-
-License: MIT License
-
- Permission is hereby granted, free of charge, to any person obtaining a copy of
- this software and associated documentation files (the "Software"), to deal in
- the Software without restriction, including without limitation the rights to
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
- of the Software, and to permit persons to whom the Software is furnished to do
- so, subject to the following conditions:
-
- The above copyright notice and this permission notice shall be included in all
- copies or substantial portions of the Software.
-
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
- SOFTWARE.
-
------------------------------------------------------------
-
-files in paste/webkit/FakeWebware directery (except paste/webkit/FakeWebware/WebKit):
-
- Copyright (c) 1999-2007 by Chuck Esterbrook
-
- Permission to use, copy, modify, and distribute this software and its
- documentation for any purpose and without fee is hereby granted, provided that
- the above copyright notice appear in all copies and that both that copyright
- notice and this permission notice appear in supporting documentation, and that
- the names of the authors not be used in advertising or publicity pertaining to
- distribution of the software without specific, written prior permission.
-
- THE AUTHORS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
- AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY
- DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
- ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
- CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-
- All trademarks referred to in the source code, documentation, sample files or
- otherwise, are reserved by their respective owners.
-
-
-paste/webkit/FakeWebware/MiscUtils/M2PickleRPC.py file:
-
- Copyright (c) 1999-2002 Ng Pheng Siong. All rights reserved
-
------------------------------------------------------------
-
-The Debian packaging is (C) 2006-2008, Piotr Ożarowski <piotr at debian.org> and
-is licensed under the GPL.
-
-On Debian systems, the complete text of the GNU General Public License
-can be found in `/usr/share/common-licenses/GPL'.
Copied: packages/pastewebkit/tags/1.0-5/debian/copyright (from rev 15063, packages/pastewebkit/trunk/debian/copyright)
===================================================================
--- packages/pastewebkit/tags/1.0-5/debian/copyright (rev 0)
+++ packages/pastewebkit/tags/1.0-5/debian/copyright 2010-12-11 16:11:05 UTC (rev 15065)
@@ -0,0 +1,65 @@
+This package was debianized by Piotr Ożarowski <piotr at debian.org> on
+Thu, 4 May 2006 21:34:00 +0200.
+
+It was downloaded from http://pypi.python.org/pypi/PasteWebKit
+
+Upstream Author:
+
+ Ian Bicking <ianb at colorstudy.com>
+
+Copyright:
+
+ Copyright (c) 2005-2008 Ian Bicking and Contributors
+
+License: MIT License
+
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
+ this software and associated documentation files (the "Software"), to deal in
+ the Software without restriction, including without limitation the rights to
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
+ of the Software, and to permit persons to whom the Software is furnished to do
+ so, subject to the following conditions:
+
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
+
+-----------------------------------------------------------
+
+files in paste/webkit/FakeWebware directery (except paste/webkit/FakeWebware/WebKit):
+
+ Copyright (c) 1999-2007 by Chuck Esterbrook
+
+ Permission to use, copy, modify, and distribute this software and its
+ documentation for any purpose and without fee is hereby granted, provided that
+ the above copyright notice appear in all copies and that both that copyright
+ notice and this permission notice appear in supporting documentation, and that
+ the names of the authors not be used in advertising or publicity pertaining to
+ distribution of the software without specific, written prior permission.
+
+ THE AUTHORS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
+ AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY
+ DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
+ CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+
+ All trademarks referred to in the source code, documentation, sample files or
+ otherwise, are reserved by their respective owners.
+
+
+paste/webkit/FakeWebware/MiscUtils/M2PickleRPC.py file:
+
+ Copyright (c) 1999-2002 Ng Pheng Siong. All rights reserved
+
+-----------------------------------------------------------
+
+The Debian packaging is © 2006-2010, Piotr Ożarowski <piotr at debian.org> and
+is licensed under the MIT license as well.
Copied: packages/pastewebkit/tags/1.0-5/debian/install (from rev 15064, packages/pastewebkit/trunk/debian/install)
===================================================================
--- packages/pastewebkit/tags/1.0-5/debian/install (rev 0)
+++ packages/pastewebkit/tags/1.0-5/debian/install 2010-12-11 16:11:05 UTC (rev 15065)
@@ -0,0 +1 @@
+paste/webkit/paster_templates/* /usr/share/paster_templates/
Deleted: packages/pastewebkit/tags/1.0-5/debian/rules
===================================================================
--- packages/pastewebkit/trunk/debian/rules 2010-12-10 09:09:13 UTC (rev 15055)
+++ packages/pastewebkit/tags/1.0-5/debian/rules 2010-12-11 16:11:05 UTC (rev 15065)
@@ -1,55 +0,0 @@
-#!/usr/bin/make -f
-
-#export DH_VERBOSE=1
-
-DEB_UPSTREAM_VERSION=$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^-]+).*,\1,p')
-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%)
-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/PasteWebKit-${DEB_UPSTREAM_VERSION}-py$*-nspkg.pth
- # provided by paste-common package:
- rm -f debian/python-pastewebkit/usr/lib/python$*/site-packages/pastewebkit/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-5/debian/rules (from rev 15063, packages/pastewebkit/trunk/debian/rules)
===================================================================
--- packages/pastewebkit/tags/1.0-5/debian/rules (rev 0)
+++ packages/pastewebkit/tags/1.0-5/debian/rules 2010-12-11 16:11:05 UTC (rev 15065)
@@ -0,0 +1,58 @@
+#!/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
Deleted: packages/pastewebkit/tags/1.0-5/debian/source/format
===================================================================
--- packages/pastewebkit/trunk/debian/source/format 2010-12-10 09:09:13 UTC (rev 15055)
+++ packages/pastewebkit/tags/1.0-5/debian/source/format 2010-12-11 16:11:05 UTC (rev 15065)
@@ -1 +0,0 @@
-1.0
Copied: packages/pastewebkit/tags/1.0-5/debian/source/format (from rev 15063, packages/pastewebkit/trunk/debian/source/format)
===================================================================
--- packages/pastewebkit/tags/1.0-5/debian/source/format (rev 0)
+++ packages/pastewebkit/tags/1.0-5/debian/source/format 2010-12-11 16:11:05 UTC (rev 15065)
@@ -0,0 +1 @@
+3.0 (quilt)
More information about the Python-modules-commits
mailing list