[debian-edu-commits] r80841 - branches/wheezy/debian-edu-artwork/debian

holger at alioth.debian.org holger at alioth.debian.org
Mon Jun 17 18:21:32 UTC 2013


Author: holger
Date: 2013-06-17 18:21:32 +0000 (Mon, 17 Jun 2013)
New Revision: 80841

Modified:
   branches/wheezy/debian-edu-artwork/debian/changelog
   branches/wheezy/debian-edu-artwork/debian/rules
Log:
* Revert this change to debian/rules: 
  - Automatically replace duplicates with symlinks during buildtime to
    decrease installed package size.

Modified: branches/wheezy/debian-edu-artwork/debian/changelog
===================================================================
--- branches/wheezy/debian-edu-artwork/debian/changelog	2013-06-17 18:17:28 UTC (rev 80840)
+++ branches/wheezy/debian-edu-artwork/debian/changelog	2013-06-17 18:21:32 UTC (rev 80841)
@@ -1,3 +1,11 @@
+debian-edu-artwork (0.0.37-2) UNRELEASED; urgency=low
+
+  * Revert this change to debian/rules: 
+    - Automatically replace duplicates with symlinks during buildtime to
+      decrease installed package size.
+
+ -- Holger Levsen <holger at debian.org>  Mon, 17 Jun 2013 20:20:52 +0200
+
 debian-edu-artwork (0.0.37-1) unstable; urgency=low
 
   * debian/copyright: Remove outdated infos and add gpl2+ licence.

Modified: branches/wheezy/debian-edu-artwork/debian/rules
===================================================================
--- branches/wheezy/debian-edu-artwork/debian/rules	2013-06-17 18:17:28 UTC (rev 80840)
+++ branches/wheezy/debian-edu-artwork/debian/rules	2013-06-17 18:21:32 UTC (rev 80841)
@@ -17,8 +17,9 @@
 	cd debian/debian-edu-artwork/usr/share/gconf/defaults && \
                 mv 50_debian-edu-artwork 50_debian-edu-artwork.entries 
 	# replace duplicates with symlinks, see http://wiki.debian.org/dedup.debian.net
-	rdfind -outputname /dev/null -makesymlinks true debian/debian-edu-artwork/usr
-	symlinks -r -s -c debian/debian-edu-artwork
+	#disabled, to see if this brings back a working ksplash
+	#rdfind -outputname /dev/null -makesymlinks true debian/debian-edu-artwork/usr
+	#symlinks -r -s -c debian/debian-edu-artwork
 
 new-upstream-version:
 	svn export . $(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION)




More information about the debian-edu-commits mailing list