[Python-modules-commits] r10817 - in packages/python-webob/trunk/debian (4 files)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Thu Dec 17 22:28:32 UTC 2009


    Date: Thursday, December 17, 2009 @ 22:28:27
  Author: piotr
Revision: 10817

* New upstream release
* 01-autoclass-autodata patch removed, no longer 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	2009-12-17 19:00:53 UTC (rev 10816)
+++ packages/python-webob/trunk/debian/changelog	2009-12-17 22:28:27 UTC (rev 10817)
@@ -1,3 +1,10 @@
+python-webob (0.9.7-1) UNRELEASED; urgency=low
+
+  * New upstream release
+  * 01-autoclass-autodata patch removed, no longer needed
+
+ -- Piotr Ożarowski <piotr at debian.org>  Thu, 17 Dec 2009 22:00:26 +0100
+
 python-webob (0.9.6.1-1.1) unstable; urgency=low
 
   * Apply patch by Jakub Wilk <ubanus at users.sf.net> to replace "autoclass::"

Modified: packages/python-webob/trunk/debian/control
===================================================================
--- packages/python-webob/trunk/debian/control	2009-12-17 19:00:53 UTC (rev 10816)
+++ packages/python-webob/trunk/debian/control	2009-12-17 22:28:27 UTC (rev 10817)
@@ -3,7 +3,7 @@
 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-dev, python-support (>= 0.6.4),
  python-setuptools (>= 0.6b3-1~), python-sphinx (>= 0.6)
 Standards-Version: 3.8.2

Modified: packages/python-webob/trunk/debian/rules
===================================================================
--- packages/python-webob/trunk/debian/rules	2009-12-17 19:00:53 UTC (rev 10816)
+++ packages/python-webob/trunk/debian/rules	2009-12-17 22:28:27 UTC (rev 10817)
@@ -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
@@ -17,7 +15,7 @@
 
 build: build-docs
 
-build-docs: $(QUILT_STAMPFN)
+build-docs:
 	dh_testdir
 	dh_installdirs
 	mkdir docs/_static # Sphinx needs it
@@ -32,7 +30,7 @@
 
 install: build
 	dh_testdir
-	dh_testroot
+	 dh_testroot
 	dh_installdirs
 	python setup.py install \
 		--no-compile \




More information about the Python-modules-commits mailing list