[SCM] kde-sc/kde-wallpapers packaging branch, master, updated. 24fb7bb82ab50c7cfc5770feb88a5e75d2a396cc

Pino Toscano pino at alioth.debian.org
Tue Nov 29 16:40:44 UTC 2011


The following commit has been merged in the master branch:
commit 24fb7bb82ab50c7cfc5770feb88a5e75d2a396cc
Author: Pino Toscano <pino at debian.org>
Date:   Tue Nov 29 17:40:00 2011 +0100

    solve the creation of the kde-default.png symlink
    
    instead of hardcoding the default wallpaper in kde-wallpapers-default.links, call dh_link with the correct path
---
 debian/kde-wallpapers-default.links |    1 -
 debian/rules                        |    4 ++++
 2 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/debian/kde-wallpapers-default.links b/debian/kde-wallpapers-default.links
deleted file mode 100644
index f86cb34..0000000
--- a/debian/kde-wallpapers-default.links
+++ /dev/null
@@ -1 +0,0 @@
-usr/share/wallpapers/Horos/contents/images/1920x1200.png usr/share/wallpapers/kde-default.png
diff --git a/debian/rules b/debian/rules
index e014922..8ca4420 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,3 +10,7 @@ override_dh_auto_install:
 override_dh_install:
 	mv $(CURDIR)/debian/kde-wallpapers/usr/share/wallpapers/$(KDE_DEFAULT_WALLPAPER)/ \
 	   $(CURDIR)/debian/kde-wallpapers-default/usr/share/wallpapers/
+
+override_dh_link:
+	$(overridden_command) -pkde-wallpapers-default usr/share/wallpapers/$(KDE_DEFAULT_WALLPAPER)/contents/images/1920x1200.png usr/share/wallpapers/kde-default.png
+	$(overridden_command) --remaining-packages

-- 
kde-sc/kde-wallpapers packaging



More information about the pkg-kde-commits mailing list