[Python-modules-commits] r1419 - in
/packages/pastewebkit/trunk/debian: changelog control examples
rules watch
pox-guest at users.alioth.debian.org
pox-guest at users.alioth.debian.org
Mon Oct 23 15:58:36 UTC 2006
Author: pox-guest
Date: Mon Oct 23 15:58:35 2006
New Revision: 1419
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=1419
Log:
New upstream release
Removed:
packages/pastewebkit/trunk/debian/examples
Modified:
packages/pastewebkit/trunk/debian/changelog
packages/pastewebkit/trunk/debian/control
packages/pastewebkit/trunk/debian/rules
packages/pastewebkit/trunk/debian/watch
Modified: packages/pastewebkit/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/pastewebkit/trunk/debian/changelog?rev=1419&op=diff
==============================================================================
--- packages/pastewebkit/trunk/debian/changelog (original)
+++ packages/pastewebkit/trunk/debian/changelog Mon Oct 23 15:58:35 2006
@@ -1,14 +1,22 @@
-pastewebkit (0.9-4) UNRELEASED; urgency=low
+pastewebkit (1.0-1) unstable; urgency=low
- * NOT RELEASED YET
- * Added debian/pycompat file
- * Fixed a little bashism in debian/rules
+ * 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> Sat, 12 Aug 2006 18:12:00 +0200
+ -- Piotr Ozarowski <ozarow at gmail.com> Mon, 23 Oct 2006 17:36:34 +0200
pastewebkit (0.9-3) unstable; urgency=low
Modified: packages/pastewebkit/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/pastewebkit/trunk/debian/control?rev=1419&op=diff
==============================================================================
--- packages/pastewebkit/trunk/debian/control (original)
+++ packages/pastewebkit/trunk/debian/control Mon Oct 23 15:58:35 2006
@@ -3,8 +3,8 @@
Priority: optional
Maintainer: Piotr Ozarowski <ozarow at gmail.com>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 5.0.37.2)
-Build-Depends-Indep: python (>= 2.3.5-7), python-all-dev, python-central (>= 0.4.17), python-setuptools (>= 0.6b3-1), python-docutils
+Build-Depends: debhelper (>= 5.0.38)
+Build-Depends-Indep: python (>= 2.3.5-7), python-all-dev, python-central (>= 0.5.6), python-setuptools (>= 0.6b3-1), python-docutils
Standards-Version: 3.7.2
XS-Python-Version: >= 2.4
@@ -17,5 +17,5 @@
implementation uses WSGI internally very heavily, and builds upon the
framework-neutral tools and services in Paste
.
- Homepage: http://pythonpaste.org/
+ Homepage: http://www.pythonpaste.org/webkit/
Modified: packages/pastewebkit/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/pastewebkit/trunk/debian/rules?rev=1419&op=diff
==============================================================================
--- packages/pastewebkit/trunk/debian/rules (original)
+++ packages/pastewebkit/trunk/debian/rules Mon Oct 23 15:58:35 2006
@@ -51,14 +51,10 @@
dh_installchangelogs -i
dh_installdocs -i
dh_link usr/share/doc/python-pastewebkit/docs /usr/share/doc/python-paste/docs/webkit
- dh_installexamples -i
dh_pycentral -i
- dh_python -i
- dh_strip -i
dh_compress -i -X.py
dh_fixperms -i
dh_installdeb -i
- dh_shlibdeps -i
dh_gencontrol -i
dh_md5sums -i
dh_builddeb -i
Modified: packages/pastewebkit/trunk/debian/watch
URL: http://svn.debian.org/wsvn/python-modules/packages/pastewebkit/trunk/debian/watch?rev=1419&op=diff
==============================================================================
--- packages/pastewebkit/trunk/debian/watch (original)
+++ packages/pastewebkit/trunk/debian/watch Mon Oct 23 15:58:35 2006
@@ -1,3 +1,3 @@
version=3
-http://cheeseshop.python.org/packages/source/P/PasteWebKit/ PasteWebKit-(.*)\.tar\.gz
+http://cheeseshop.python.org/packages/source/P/PasteWebKit/PasteWebKit-(.*)\.tar\.gz
More information about the Python-modules-commits
mailing list