[Python-modules-commits] r8275 - in packages/mod-wsgi/trunk/debian (4 files)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Sat Apr 18 21:39:36 UTC 2009


    Date: Saturday, April 18, 2009 @ 21:39:35
  Author: piotr
Revision: 8275

* Switch Vcs-Browser field to viewsvn
* New upstream release
* Don't ignore errors in postrm maintainer script
* Standards-Version bumped to 3.8.1
  + add debian/README.source file

Modified:
  packages/mod-wsgi/trunk/debian/changelog
  packages/mod-wsgi/trunk/debian/control
  packages/mod-wsgi/trunk/debian/copyright
  packages/mod-wsgi/trunk/debian/libapache2-mod-wsgi.postrm

Modified: packages/mod-wsgi/trunk/debian/changelog
===================================================================
--- packages/mod-wsgi/trunk/debian/changelog	2009-04-18 20:58:31 UTC (rev 8274)
+++ packages/mod-wsgi/trunk/debian/changelog	2009-04-18 21:39:35 UTC (rev 8275)
@@ -1,10 +1,16 @@
-mod-wsgi (2.3-2) UNRELEASED; urgency=low
+mod-wsgi (2.4-1) unstable; urgency=low
 
-  * debian/control
-    - switch Vcs-Browser field to viewsvn
+  [ Sandro Tosi ]
+  * Switch Vcs-Browser field to viewsvn
 
- -- Sandro Tosi <morph at debian.org>  Mon, 03 Nov 2008 22:13:38 +0100
+  [ Piotr Ożarowski ]
+  * New upstream release
+  * Don't ignore errors in postrm maintainer script
+  * Standards-Version bumped to 3.8.1
+    + add debian/README.source file
 
+ -- Piotr Ożarowski <piotr at debian.org>  Sat, 18 Apr 2009 22:06:03 +0200
+
 mod-wsgi (2.3-1) unstable; urgency=low
 
   * New upstream release (Closes: #496067). This upload covers the changes of

Modified: packages/mod-wsgi/trunk/debian/control
===================================================================
--- packages/mod-wsgi/trunk/debian/control	2009-04-18 20:58:31 UTC (rev 8274)
+++ packages/mod-wsgi/trunk/debian/control	2009-04-18 21:39:35 UTC (rev 8275)
@@ -5,7 +5,7 @@
 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
 Homepage: http://www.modwsgi.org/
-Standards-Version: 3.7.3
+Standards-Version: 3.8.1
 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/copyright
===================================================================
--- packages/mod-wsgi/trunk/debian/copyright	2009-04-18 20:58:31 UTC (rev 8274)
+++ packages/mod-wsgi/trunk/debian/copyright	2009-04-18 21:39:35 UTC (rev 8275)
@@ -9,7 +9,7 @@
 
 Copyright: 
 
-    Copyright 2007 GRAHAM DUMPLETON
+    Copyright 2007-2009 GRAHAM DUMPLETON
 
 License:
 
@@ -28,5 +28,5 @@
 On Debian systems the full text of the Apache License, Version 2,
 can be found in `/usr/share/common-licenses/Apache-2.0'.
 
-The Debian packaging is (C) 2007-2008, Bernd Zeimetz <bernd at bzed.de> and
+The Debian packaging is © 2007-2009, Bernd Zeimetz <bernd at bzed.de> and
 is licensed under the Apache License, Version 2.0, see below.

Modified: packages/mod-wsgi/trunk/debian/libapache2-mod-wsgi.postrm
===================================================================
--- packages/mod-wsgi/trunk/debian/libapache2-mod-wsgi.postrm	2009-04-18 20:58:31 UTC (rev 8274)
+++ packages/mod-wsgi/trunk/debian/libapache2-mod-wsgi.postrm	2009-04-18 21:39:35 UTC (rev 8275)
@@ -1,4 +1,5 @@
 #! /bin/sh
+set -e
 
 if [ "$1" = "purge" -o "$1" = "remove" ]; then
     # remove pseudo conffile




More information about the Python-modules-commits mailing list