[Pkg-mediawiki-commits] r326 - mediawiki/trunk/debian

Jonathan Wiltshire jmw at alioth.debian.org
Tue Jun 5 21:07:21 UTC 2012


Author: jmw
Date: 2012-06-05 21:07:21 +0000 (Tue, 05 Jun 2012)
New Revision: 326

Modified:
   mediawiki/trunk/debian/changelog
   mediawiki/trunk/debian/rules
Log:
Do not update debconf translations on clean

Modified: mediawiki/trunk/debian/changelog
===================================================================
--- mediawiki/trunk/debian/changelog	2012-06-05 21:06:42 UTC (rev 325)
+++ mediawiki/trunk/debian/changelog	2012-06-05 21:07:21 UTC (rev 326)
@@ -5,6 +5,7 @@
     auto-sequencer instead
   * Depend on debhelper >=9 and use compat level 9; this
     stops dh_pysupport adding files to the build
+  * Do not run update debconf translations on clean 
 
  -- Jonathan Wiltshire <jmw at debian.org>  Mon, 04 Jun 2012 20:52:39 +0100
 

Modified: mediawiki/trunk/debian/rules
===================================================================
--- mediawiki/trunk/debian/rules	2012-06-05 21:06:42 UTC (rev 325)
+++ mediawiki/trunk/debian/rules	2012-06-05 21:07:21 UTC (rev 326)
@@ -38,8 +38,5 @@
 	sed -e "s#$(DEB_UPSTREAM_VERSION)#$(DEB_NOEPOCH_VERSION)#" \
 			-i debian/mediawiki/usr/share/mediawiki/includes/DefaultSettings.php
 
-clean::
-	debconf-updatepo
-
 %:
 	dh $@




More information about the Pkg-mediawiki-commits mailing list