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

nobse at users.alioth.debian.org nobse at users.alioth.debian.org
Tue May 16 15:06:03 UTC 2006


Author: nobse
Date: Tue May 16 15:06:02 2006
New Revision: 644

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=644
Log:
Run debconf-updatepo in clean target.

Modified:
    packages/libapache2-mod-python/trunk/debian/changelog
    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=644&op=diff
==============================================================================
--- packages/libapache2-mod-python/trunk/debian/changelog (original)
+++ packages/libapache2-mod-python/trunk/debian/changelog Tue May 16 15:06:02 2006
@@ -13,12 +13,13 @@
   * Added Robert and myself to uploaders.
   * Removed python2.2 packages. (closes: #353805, #362474)
   * Depend on debconf | debconf-2.0. (closes: #331996)
+  * Run debconf-updatepo in clean target.
   * Adjusted README.Debian to it reflects the new packages.
   * Updated standards-version to 3.7.2.0, no changes required.
   * Splitted out patches and used dpatch instead.
   * Fixed debconf templates to make lintian happy.
 
- -- Norbert Tretkowski <nobse at debian.org>  Tue, 16 May 2006 09:54:49 -0500
+ -- Norbert Tretkowski <nobse at debian.org>  Tue, 16 May 2006 10:04:59 -0500
 
 libapache2-mod-python (3.1.3-3) unstable; urgency=high
 

Modified: packages/libapache2-mod-python/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/libapache2-mod-python/trunk/debian/rules?rev=644&op=diff
==============================================================================
--- packages/libapache2-mod-python/trunk/debian/rules (original)
+++ packages/libapache2-mod-python/trunk/debian/rules Tue May 16 15:06:02 2006
@@ -40,6 +40,8 @@
 	# Add here commands to clean up after the build process.
 	-$(MAKE) distclean
 	rm -f config.log
+
+	debconf-updatepo
 
 	dh_clean
 




More information about the Python-modules-commits mailing list