[SCM] liblrdf/master: Fix move (not copy) aside upstream cruft during build, and force rebuilding it. Closes: Bug#814496. Thanks to Chris Lamb.
js at users.alioth.debian.org
js at users.alioth.debian.org
Wed Feb 17 11:46:49 UTC 2016
The following commit has been merged in the master branch:
commit 000854bf68390af55169797e47cd14380c488c3a
Author: Jonas Smedegaard <dr at jones.dk>
Date: Wed Feb 17 12:39:17 2016 +0100
Fix move (not copy) aside upstream cruft during build, and force rebuilding it. Closes: Bug#814496. Thanks to Chris Lamb.
diff --git a/debian/rules b/debian/rules
index cbc0ba5..161612c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -54,12 +54,12 @@ DEB_UPSTREAM_CRUFT_MOVE = \
ltmain.sh \
missing \
mkinstalldirs \
- src/Makefile.am \
- src/Makefile.in \
- src/lrdf_md5.h
-
+ src/Makefile.in
+DEB_ACLOCAL_ARGS = -Im4 --install --force
+DEB_AUTOMAKE_ARGS = --add-missing --copy --foreign --force
clean::
- rm -f stamp-h
+ rm -rf m4
+ rm -f compile stamp-h
binary-post-install/liblrdf0::
d-shlibmove --commit \
--
liblrdf packaging
More information about the pkg-multimedia-commits
mailing list