[evolvis-commits] r18580: Do not update debconf translations on clean

mirabilos at evolvis.org mirabilos at evolvis.org
Thu Sep 20 14:23:28 CEST 2012


Author: mirabilos
Date: 2012-09-20 14:23:26 +0200 (Thu, 20 Sep 2012)
New Revision: 18580

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

Modified: trunk/mediawiki/debian/changelog
===================================================================
--- trunk/mediawiki/debian/changelog	2012-09-20 12:23:24 UTC (rev 18579)
+++ trunk/mediawiki/debian/changelog	2012-09-20 12:23:26 UTC (rev 18580)
@@ -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: trunk/mediawiki/debian/rules
===================================================================
--- trunk/mediawiki/debian/rules	2012-09-20 12:23:24 UTC (rev 18579)
+++ trunk/mediawiki/debian/rules	2012-09-20 12:23:26 UTC (rev 18580)
@@ -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 evolvis-commits mailing list