r44309 - in /packages/unstable/rhythmbox/debian: changelog rules
laney at users.alioth.debian.org
laney at users.alioth.debian.org
Wed May 6 10:40:03 UTC 2015
Author: laney
Date: Wed May 6 10:40:03 2015
New Revision: 44309
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=44309
Log:
debian/rules: Build with --fail-missing so we always install or explicitly
exclude everything.
Modified:
packages/unstable/rhythmbox/debian/changelog
packages/unstable/rhythmbox/debian/rules
Modified: packages/unstable/rhythmbox/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/rhythmbox/debian/changelog?rev=44309&op=diff
==============================================================================
--- packages/unstable/rhythmbox/debian/changelog [utf-8] (original)
+++ packages/unstable/rhythmbox/debian/changelog [utf-8] Wed May 6 10:40:03 2015
@@ -8,6 +8,8 @@
* debian/debian/librhythmbox-core9.symbols: Update with symbol changes in
this release.
* debian/rhythmbox-plugins.install: Install the soundcloud plugin.
+ * debian/rules: Build with --fail-missing so we always install or explicitly
+ exclude everything.
-- Iain Lane <laney at debian.org> Fri, 01 May 2015 17:23:45 +0100
Modified: packages/unstable/rhythmbox/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/rhythmbox/debian/rules?rev=44309&op=diff
==============================================================================
--- packages/unstable/rhythmbox/debian/rules [utf-8] (original)
+++ packages/unstable/rhythmbox/debian/rules [utf-8] Wed May 6 10:40:03 2015
@@ -36,5 +36,5 @@
find debian/$(cdbs_curpkg) -name '*.la' -delete
dh_python3 --no-ext-rename -p$(cdbs_curpkg) /usr/lib/rhythmbox
-# List any files which are not installed
-common-binary-post-install-arch:: list-missing
+# Fail if there are any files which are not installed
+DEB_DH_INSTALL_ARGS += --fail-missing -X.la -Xsample-pugins
More information about the pkg-gnome-commits
mailing list