[SCM] directfb/experimental: We already use dh_autoreconf

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Sat Dec 31 10:53:08 UTC 2016


The following commit has been merged in the experimental branch:
commit f0279e212c9976f4f0db1c37b25ac82e4460edbd
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Sat Dec 31 09:52:36 2016 +0100

    We already use dh_autoreconf

diff --git a/debian/rules b/debian/rules
index e652290..846512a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -46,8 +46,6 @@ endif
 	dh $@
 
 override_dh_auto_configure:
-	autoreconf -f -i
-
 	mkdir -p $(BUILD_DIST)
 
 	cd $(BUILD_DIST) && \
@@ -96,13 +94,6 @@ override_dh_auto_build:
 override_dh_clean:
 	rm -rf $(BUILD_DIST)
 	rm -rf $(BUILD_UDEB)
-
-	find . -name 'Makefile.in' -delete
-	rm -f configure config.* aclocal.m4 ltmain.sh INSTALL \
-		missing mkinstalldirs depcomp install-sh compile
-
-	rm -rf $(DESTDIR_UDEB)
-
 	dh_clean
 
 override_dh_auto_install:

-- 
directfb packaging



More information about the pkg-multimedia-commits mailing list