[Python-modules-commits] r14724 - in packages/python-webob/trunk/debian (4 files)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Fri Oct 22 10:36:14 UTC 2010
Date: Friday, October 22, 2010 @ 10:35:59
Author: piotr
Revision: 14724
* New upstream release
* add_docs_conf.patch removed (no longer needed)
* Fix /usr/share/doc/python-paste/docs dir name (webob instead of weberror
* Bump Standards-Version to 3.9.1 (no changes needed)
Modified:
packages/python-webob/trunk/debian/changelog
packages/python-webob/trunk/debian/control
packages/python-webob/trunk/debian/rules
Deleted:
packages/python-webob/trunk/debian/patches/
Modified: packages/python-webob/trunk/debian/changelog
===================================================================
--- packages/python-webob/trunk/debian/changelog 2010-10-22 10:17:32 UTC (rev 14723)
+++ packages/python-webob/trunk/debian/changelog 2010-10-22 10:35:59 UTC (rev 14724)
@@ -1,3 +1,12 @@
+python-webob (1.0-1) unstable; urgency=low
+
+ * New upstream release
+ * add_docs_conf.patch removed (no longer needed)
+ * Fix /usr/share/doc/python-paste/docs dir name (webob instead of weberror
+ * Bump Standards-Version to 3.9.1 (no changes needed)
+
+ -- Piotr Ożarowski <piotr at debian.org> Fri, 22 Oct 2010 12:18:36 +0200
+
python-webob (0.9.8-1) unstable; urgency=low
* New upstream release
Modified: packages/python-webob/trunk/debian/control
===================================================================
--- packages/python-webob/trunk/debian/control 2010-10-22 10:17:32 UTC (rev 14723)
+++ packages/python-webob/trunk/debian/control 2010-10-22 10:35:59 UTC (rev 14724)
@@ -3,10 +3,10 @@
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Christoph Haas <haas at debian.org>, Piotr Ożarowski <piotr at debian.org>
-Build-Depends: debhelper (>= 5), quilt
+Build-Depends: debhelper (>= 5)
Build-Depends-Indep: python (>= 2.3.3), python-all, python-support (>= 0.6.4),
python-setuptools (>= 0.6b3-1~), python-sphinx (>= 0.6)
-Standards-Version: 3.8.4
+Standards-Version: 3.9.1
XS-Python-Version: all
Homepage: http://pythonpaste.org/webob/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-webob/trunk/
Modified: packages/python-webob/trunk/debian/rules
===================================================================
--- packages/python-webob/trunk/debian/rules 2010-10-22 10:17:32 UTC (rev 14723)
+++ packages/python-webob/trunk/debian/rules 2010-10-22 10:35:59 UTC (rev 14724)
@@ -3,11 +3,9 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-include /usr/share/quilt/quilt.make
-
package=python-webob
-clean: unpatch
+clean:
rm -f build-*
dh_testdir
dh_testroot
@@ -27,7 +25,7 @@
/usr/share/doc/$(package)/docs/_static/jquery.js
echo "$(package): extra-license-file usr/share/doc/$(package)/docs/_sources/license.txt" \
>> debian/$(package)/usr/share/lintian/overrides/$(package)
- dh_link usr/share/doc/$(package)/docs /usr/share/doc/python-paste/docs/weberror
+ dh_link usr/share/doc/$(package)/docs /usr/share/doc/python-paste/docs/webob
touch $@
install: build
More information about the Python-modules-commits
mailing list