[Python-modules-commits] r2063 - in /packages/libapache2-mod-python/trunk/debian: changelog control rules

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Thu Apr 12 20:12:17 UTC 2007


Author: piotr
Date: Thu Apr 12 20:12:17 2007
New Revision: 2063

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2063
Log:
* New upstream release
* Remove configure and mod_python.h files in clean rule to make the diff.gz
  file smaller
* Current Python version in libapache2-mod-pythonX.Y package name (Provides:
  field) filled in automatically.
* Added XS-Vcs-Browser field

Modified:
    packages/libapache2-mod-python/trunk/debian/changelog
    packages/libapache2-mod-python/trunk/debian/control
    packages/libapache2-mod-python/trunk/debian/rules

Modified: packages/libapache2-mod-python/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/libapache2-mod-python/trunk/debian/changelog?rev=2063&op=diff
==============================================================================
--- packages/libapache2-mod-python/trunk/debian/changelog (original)
+++ packages/libapache2-mod-python/trunk/debian/changelog Thu Apr 12 20:12:17 2007
@@ -1,3 +1,14 @@
+libapache2-mod-python (3.3.1-1) UNRELEASED; urgency=low
+
+  * New upstream release
+  * Remove configure and mod_python.h files in clean rule to make the diff.gz
+    file smaller
+  * Current Python version in libapache2-mod-pythonX.Y package name (Provides:
+    field) filled in automatically.
+  * Added XS-Vcs-Browser field
+
+ -- Piotr Ożarowski <piotr at debian.org>  Thu, 12 Apr 2007 20:52:05 +0200
+
 libapache2-mod-python (3.2.10-4) unstable; urgency=low
 
   * Added XS-Vcs-Svn field

Modified: packages/libapache2-mod-python/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/libapache2-mod-python/trunk/debian/control?rev=2063&op=diff
==============================================================================
--- packages/libapache2-mod-python/trunk/debian/control (original)
+++ packages/libapache2-mod-python/trunk/debian/control Thu Apr 12 20:12:17 2007
@@ -6,13 +6,14 @@
 Build-Depends: debhelper (>= 5.0.38), debconf, autoconf, python-dev (>= 2.4.3-11), apache2-threaded-dev (>= 2.2.3-1), dpatch, python-central (>= 0.5.6), po-debconf
 XS-Python-Version: current
 XS-Vcs-Svn: svn://svn.debian.org/python-modules/packages/libapache2-mod-python/trunk/
+XS-Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/libapache2-mod-python/?op=log
 Standards-Version: 3.7.2.1
  
 Package: libapache2-mod-python
 Architecture: any
 Depends: ${python:Depends}, debconf | debconf-2.0, ${shlibs:Depends}, apache2.2-common, apache2
 Suggests: libapache2-mod-python-doc
-Provides: ${python:Provides}, libapache2-mod-python2.4
+Provides: ${python:Provides}, libapache2-mod-python${python:Versions}
 Replaces: libapache2-mod-python2.4 (<< 3.2.8-3), libapache2-mod-python2.3 (<< 3.2.8-3)
 Conflicts: libapache2-mod-python2.4, libapache2-mod-python2.3, libapache2-mod-python2.2, libapache-mod-python, libapache-mod-python2.1, libapache-mod-python2.2, libapache-mod-python2.3
 XB-Python-Version: ${python:Versions}

Modified: packages/libapache2-mod-python/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/libapache2-mod-python/trunk/debian/rules?rev=2063&op=diff
==============================================================================
--- packages/libapache2-mod-python/trunk/debian/rules (original)
+++ packages/libapache2-mod-python/trunk/debian/rules Thu Apr 12 20:12:17 2007
@@ -40,7 +40,7 @@
 
 	# Add here commands to clean up after the build process.
 	-$(MAKE) distclean
-	rm -f config.log
+	rm -f config.log configure src/include/mod_python.h
 
 	debconf-updatepo
 




More information about the Python-modules-commits mailing list