[SCM] gpac/master: Do not fail if dh_auto_clean returns some value different from 0.
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Sun Oct 6 20:51:47 UTC 2013
The following commit has been merged in the master branch:
commit b2a46f917c733be8304af8ef28a77dbdf39be594
Author: Alessio Treglia <alessio at debian.org>
Date: Sun Oct 6 21:42:15 2013 +0100
Do not fail if dh_auto_clean returns some value different from 0.
Closes: #725541
diff --git a/debian/rules b/debian/rules
index 9e4bc29..72513d6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,6 +37,9 @@ override_dh_auto_install:
mv debian/tmp/usr/share/man/man1/mp4client.1 \
debian/tmp/usr/share/man/man1/MP4Client.1
+override_dh_auto_clean:
+ dh_auto_clean || true
+
override_dh_clean:
dh_clean config.h bin/gcc/libgpac*
find $(CURDIR) -name *.opic -delete
--
gpac packaging
More information about the pkg-multimedia-commits
mailing list