[debian-edu-commits] debian-edu/ 377/437: * Revert this change to debian/rules: - Automatically replace duplicates with symlinks during buildtime to decrease installed package size.
Mike Gabriel
sunweaver at debian.org
Sun Mar 2 23:49:54 UTC 2014
This is an automated email from the git hooks/post-receive script.
sunweaver pushed a commit to branch master
in repository debian-edu-artwork.
commit 8aba62f1e5bccd0fa8b7c85fb457233c9bb41622
Author: Holger Levsen <holger at layer-acht.org>
Date: Mon Jun 17 18:21:32 2013 +0000
* Revert this change to debian/rules:
- Automatically replace duplicates with symlinks during buildtime to
decrease installed package size.
---
debian/changelog | 8 ++++++++
debian/rules | 5 +++--
2 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index c7d10c4..33ae0be 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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.
diff --git a/debian/rules b/debian/rules
index 9f7de80..3caa6cb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,8 +17,9 @@ binary-install/debian-edu-artwork::
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)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-artwork.git
More information about the debian-edu-commits
mailing list