r18296 - in /desktop/experimental/vinagre/debian: changelog rules
pochu-guest at users.alioth.debian.org
pochu-guest at users.alioth.debian.org
Wed Jan 28 10:21:18 UTC 2009
Author: pochu-guest
Date: Wed Jan 28 10:21:17 2009
New Revision: 18296
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=18296
Log:
debian/rules: Restore accidentally removed code that removes useless
files.
Modified:
desktop/experimental/vinagre/debian/changelog
desktop/experimental/vinagre/debian/rules
Modified: desktop/experimental/vinagre/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/vinagre/debian/changelog?rev=18296&op=diff
==============================================================================
--- desktop/experimental/vinagre/debian/changelog (original)
+++ desktop/experimental/vinagre/debian/changelog Wed Jan 28 10:21:17 2009
@@ -1,6 +1,8 @@
vinagre (2.24.2-2) UNRELEASED; urgency=low
* debian/watch: only track stable releases.
+ * debian/rules: Restore accidentally removed code that removes useless
+ files.
-- Emilio Pozuelo Monfort <pochu at ubuntu.com> Sat, 06 Dec 2008 20:11:35 +0100
Modified: desktop/experimental/vinagre/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/vinagre/debian/rules?rev=18296&op=diff
==============================================================================
--- desktop/experimental/vinagre/debian/rules (original)
+++ desktop/experimental/vinagre/debian/rules Wed Jan 28 10:21:17 2009
@@ -11,3 +11,7 @@
DEB_CONFIGURE_EXTRA_FLAGS += --enable-avahi \
--disable-scrollkeeper
+
+binary-install/vinagre::
+ rm debian/vinagre/usr/share/doc/vinagre/COPYING
+ rm debian/vinagre/usr/share/doc/vinagre/INSTALL
More information about the pkg-gnome-commits
mailing list