[Python-modules-commits] r10024 - in packages/mod-wsgi/trunk/debian (5 files)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Sun Oct 11 20:02:59 UTC 2009
Date: Sunday, October 11, 2009 @ 20:02:49
Author: piotr
Revision: 10024
* New upstream release
* configure-apache-version.dpatch removed, no longer needed
* Bump Standards-Version to 3.8.3 (no changes needed)
Modified:
packages/mod-wsgi/trunk/debian/changelog
packages/mod-wsgi/trunk/debian/control
packages/mod-wsgi/trunk/debian/patches/00list
packages/mod-wsgi/trunk/debian/rules
Deleted:
packages/mod-wsgi/trunk/debian/README.source
Deleted: packages/mod-wsgi/trunk/debian/README.source
===================================================================
--- packages/mod-wsgi/trunk/debian/README.source 2009-10-11 19:20:10 UTC (rev 10023)
+++ packages/mod-wsgi/trunk/debian/README.source 2009-10-11 20:02:49 UTC (rev 10024)
@@ -1,6 +0,0 @@
-This package is using dpatch patch system.
-
-To get the fully patched source after unpacking the source package, cd to
-the root level of the source package and run `./debian/rules patch`
-
-See /usr/share/doc/dpatch/README.source.gz for more information.
Modified: packages/mod-wsgi/trunk/debian/changelog
===================================================================
--- packages/mod-wsgi/trunk/debian/changelog 2009-10-11 19:20:10 UTC (rev 10023)
+++ packages/mod-wsgi/trunk/debian/changelog 2009-10-11 20:02:49 UTC (rev 10024)
@@ -1,3 +1,11 @@
+mod-wsgi (2.6-1) unstable; urgency=low
+
+ * New upstream release
+ * configure-apache-version.dpatch removed, no longer needed
+ * Bump Standards-Version to 3.8.3 (no changes needed)
+
+ -- Piotr Ożarowski <piotr at debian.org> Sun, 11 Oct 2009 21:27:30 +0200
+
mod-wsgi (2.5-1~lenny1) stable; urgency=medium
* Rebuild for Lenny (Closes: #526154)
Modified: packages/mod-wsgi/trunk/debian/control
===================================================================
--- packages/mod-wsgi/trunk/debian/control 2009-10-11 19:20:10 UTC (rev 10023)
+++ packages/mod-wsgi/trunk/debian/control 2009-10-11 20:02:49 UTC (rev 10024)
@@ -3,9 +3,9 @@
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Bernd Zeimetz <bzed at debian.org>, Piotr Ożarowski <piotr at debian.org>
-Build-Depends: debhelper (>= 5), python-all-dev, apache2-threaded-dev, dpatch
+Build-Depends: debhelper (>= 5), python-all-dev, apache2-threaded-dev
Homepage: http://www.modwsgi.org/
-Standards-Version: 3.8.1
+Standards-Version: 3.8.3
Vcs-Svn: svn://svn.debian.org/python-modules/packages/mod-wsgi/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/mod-wsgi/trunk/
Modified: packages/mod-wsgi/trunk/debian/patches/00list
===================================================================
--- packages/mod-wsgi/trunk/debian/patches/00list 2009-10-11 19:20:10 UTC (rev 10023)
+++ packages/mod-wsgi/trunk/debian/patches/00list 2009-10-11 20:02:49 UTC (rev 10024)
@@ -1,2 +1 @@
configure-apache-version
-r1352
Modified: packages/mod-wsgi/trunk/debian/rules
===================================================================
--- packages/mod-wsgi/trunk/debian/rules 2009-10-11 19:20:10 UTC (rev 10023)
+++ packages/mod-wsgi/trunk/debian/rules 2009-10-11 20:02:49 UTC (rev 10024)
@@ -6,9 +6,6 @@
#export DH_VERBOSE=1
-# we need dpatch
-include /usr/share/dpatch/dpatch.make
-
APXS2=/usr/bin/apxs2
PYVERS=$(shell pyversions -vs)
PYDEFAULT=$(shell pyversions -dv)
@@ -27,9 +24,9 @@
$(MAKE) -C build-$*
touch $@
-build: patch $(PYVERS:%=build-%/build-stamp)
+build: $(PYVERS:%=build-%/build-stamp)
-clean: unpatch
+clean:
dh_testdir
dh_testroot
rm -rf build-*
@@ -79,4 +76,3 @@
binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary install
-.PHONY: clean-patched patch unpatch
More information about the Python-modules-commits
mailing list