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

Jonathan Wiltshire jmw at alioth.debian.org
Wed Jun 13 22:05:11 UTC 2012


Author: jmw
Date: 2012-06-13 22:05:11 +0000 (Wed, 13 Jun 2012)
New Revision: 330

Modified:
   mediawiki/trunk/debian/changelog
   mediawiki/trunk/debian/rules
Log:
Remove all .gitignore in build tree

Modified: mediawiki/trunk/debian/changelog
===================================================================
--- mediawiki/trunk/debian/changelog	2012-06-13 22:04:12 UTC (rev 329)
+++ mediawiki/trunk/debian/changelog	2012-06-13 22:05:11 UTC (rev 330)
@@ -1,6 +1,8 @@
 mediawiki (1:1.19.1-1) UNRELEASED; urgency=low
 
   * New upstream bug fix release
+    - debian/rules: remove all .gitignore files too, since upstream
+      switched to git VCS
   * Remove last traces of mediaiki-math binary package
   * Remove CDBS logic and dependencies and use dh
     auto-sequencer instead

Modified: mediawiki/trunk/debian/rules
===================================================================
--- mediawiki/trunk/debian/rules	2012-06-13 22:04:12 UTC (rev 329)
+++ mediawiki/trunk/debian/rules	2012-06-13 22:05:11 UTC (rev 330)
@@ -9,7 +9,7 @@
 	# Now some tidying up is required
 	chmod a+x debian/mediawiki/usr/share/mediawiki/maintenance/postgres/compare_schemas.pl
 	chmod a+x debian/mediawiki/usr/share/mediawiki/maintenance/postgres/mediawiki_mysql2postgres.pl
-	find debian/mediawiki -depth \( -name ".cvsignore" -o -name ".arch-ids" \) -exec rm -rf {} \;
+	find debian/mediawiki -depth \( -name ".cvsignore" -o -name ".gitignore" -o -name ".arch-ids" \) -exec rm -rf {} \;
 	find debian/mediawiki/usr/share/mediawiki -maxdepth 1 -mindepth 1 | grep -v "\(LocalSettings.php\|AdminSettings.php\|debian-scripts\|images\|extensions\|config\)" | \
 	while read i; do \
 		dh_link "`echo "$$i" | sed -e s#debian/mediawiki/##`" \




More information about the Pkg-mediawiki-commits mailing list