[SCM] xcfa/master: Update debian/rules, no need to backup&restore debian/menu.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Mon Dec 6 16:01:10 UTC 2010


The following commit has been merged in the master branch:
commit 44ad037aa5c0f2d125148d9044011f1fa24541b2
Author: Alessio Treglia <alessio at debian.org>
Date:   Mon Dec 6 17:00:11 2010 +0100

    Update debian/rules, no need to backup&restore debian/menu.

diff --git a/debian/rules b/debian/rules
index 50d6dca..1c45bdb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,20 +5,14 @@ LDFLAGS+=-Wl,--as-needed
 %:
 	dh $@ --with autotools_dev
 
-override_dh_auto_clean:
-	rm -f debian/menu
-	dh_auto_clean
-
 override_dh_auto_configure:
 	dh_auto_configure -- --enable-debug
 
 override_dh_auto_install:
 	dh_auto_install
 	cd $(CURDIR)/debian/tmp/usr/share/ && rm -f \
-		app-install/desktop/xcfa.desktop \
-		menu/xcfa
+		app-install/desktop/xcfa.desktop
 	find $(CURDIR)/debian/tmp/ -type d -empty -delete
-	cp $(CURDIR)/menu/xcfa $(CURDIR)/debian/menu
 
 override_dh_installchangelogs:
 	dh_installchangelogs ChangeLog

-- 
xcfa packaging



More information about the pkg-multimedia-commits mailing list