[Pkg-cli-libs-commits] [SCM] taglib-sharp branch, master, updated. debian/2.0.3.7+dfsg-2-15-g67578a9

Chow Loong Jin hyperair at debian.org
Sun Feb 5 17:23:07 UTC 2012


The following commit has been merged in the master branch:
commit 9d952d502eaf5e59c27c9ddd2398bb1d15916de8
Author: Chow Loong Jin <hyperair at debian.org>
Date:   Sun Feb 5 23:53:09 2012 +0800

    Create empty tests/Makefile.am for autoreconf

diff --git a/debian/rules b/debian/rules
index 0dee7a2..ff90ab6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,6 +34,15 @@ override_dh_auto_install:
 override_dh_makeclilibs:
 	dh_makeclilibs -V
 
+override_dh_autoreconf:
+	[ -d tests ] || mkdir tests
+	[ -f tests/Makefile.am ] || touch tests/Makefile.am
+	dh_autoreconf
+
+override_dh_autoreconf_clean:
+	dh_autoreconf_clean
+	rm -rf tests/
+
 %:
 	dh $@ --with cli,autoreconf
 

-- 
taglib-sharp



More information about the Pkg-cli-libs-commits mailing list