[SCM] handbrake/master: debian/rules: Simplify, after changes accepted upstream.

rbrito-guest at users.alioth.debian.org rbrito-guest at users.alioth.debian.org
Tue Jul 31 22:14:43 UTC 2012


The following commit has been merged in the master branch:
commit 01e578943d5e6f352fbfd38c56fc4bed1fd9564e
Author: Rogério Brito <rbrito at ime.usp.br>
Date:   Tue Jul 31 19:08:29 2012 -0300

    debian/rules: Simplify, after changes accepted upstream.

diff --git a/debian/rules b/debian/rules
index 721684c..4e788b8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,9 +11,6 @@ LDFLAGS += -Wl,-z,defs -Wl,--as-needed
 	dh $@ --builddirectory=build
 
 override_dh_auto_configure:
-	cp make/variant/linux.defs make/variant/kfreebsd.defs
-	cp make/variant/linux.defs make/variant/gnu.defs
-
 	./configure --prefix=/usr --build build \
 		--gcc=/usr/lib/ccache/gcc \
 		CC="$(CC)" CXX="$(CXX)" \
@@ -28,10 +25,5 @@ override_dh_install:
 override_dh_builddeb:
 	dh_builddeb -- -Zxz -z9 -Sextreme
 
-override_dh_clean:
-	dh_clean \
-		download/*tar* \
-		make/variant/kfreebsd.defs make/variant/gnu.defs
-
 override_dh_installchangelogs:
 	dh_installchangelogs NEWS

-- 
handbrake packaging



More information about the pkg-multimedia-commits mailing list