r34719 - in /packages/unstable/rhythmbox/debian: changelog rules
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Wed May 2 22:00:18 UTC 2012
Author: biebl
Date: Wed May 2 22:00:17 2012
New Revision: 34719
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=34719
Log:
List any files which are not installed.
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=34719&op=diff
==============================================================================
--- packages/unstable/rhythmbox/debian/changelog [utf-8] (original)
+++ packages/unstable/rhythmbox/debian/changelog [utf-8] Wed May 2 22:00:17 2012
@@ -1,8 +1,9 @@
rhythmbox (2.96-4) UNRELEASED; urgency=low
* Add Depends on python-gi to rhythmbox-plugins.
-
- -- Michael Biebl <biebl at debian.org> Thu, 15 Mar 2012 16:43:02 +0100
+ * List any files which are not installed.
+
+ -- Michael Biebl <biebl at debian.org> Wed, 02 May 2012 23:56:59 +0200
rhythmbox (2.96-3) unstable; urgency=low
Modified: packages/unstable/rhythmbox/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/rhythmbox/debian/rules?rev=34719&op=diff
==============================================================================
--- packages/unstable/rhythmbox/debian/rules [utf-8] (original)
+++ packages/unstable/rhythmbox/debian/rules [utf-8] Wed May 2 22:00:17 2012
@@ -34,3 +34,6 @@
find debian/$(cdbs_curpkg) -name '*.a' -exec rm -f '{}' ';'
find debian/$(cdbs_curpkg) -name '*.la' -exec rm -f '{}' ';'
dh_python2 -p$(cdbs_curpkg) /usr/lib/rhythmbox
+
+# List any files which are not installed
+common-binary-post-install-arch:: list-missing
More information about the pkg-gnome-commits
mailing list