[SCM] faust/master: Removed binary build-artefacts from /usr/share
umlaeute at users.alioth.debian.org
umlaeute at users.alioth.debian.org
Sun Sep 25 13:02:06 UTC 2016
The following commit has been merged in the master branch:
commit 72097cf40e2b9862d07bfd851c8a8a27b9a28611
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date: Sun Sep 25 14:45:56 2016 +0200
Removed binary build-artefacts from /usr/share
diff --git a/debian/rules b/debian/rules
index cbd5453..4a1d81f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,6 +39,7 @@ install/faust::
CPPFLAGS="$(CPPFLAGS)" CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" LDFLAGS="$(LDFLAGS)" $(MAKE) DESTDIR=$(DEB_DESTDIR) PREFIX=/usr install
mkdir -p $(DEB_DESTDIR)/usr/share/faust
mv $(DEB_DESTDIR)/usr/lib/faust $(DEB_DESTDIR)/usr/share/faust/code
+ -find $(DEB_DESTDIR)/usr/share/faust/code "(" -name "*.a" -or -name "*.o" ")" -delete
# remove source faustpath and faustoptflags from libexecdir
-rm $(DEB_DESTDIR)/usr/bin/faustoptflags
-rm $(DEB_DESTDIR)/usr/bin/faustpath
--
faust packaging
More information about the pkg-multimedia-commits
mailing list