r29803 - in /desktop/unstable/vinagre/debian: changelog rules
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Wed Sep 28 18:01:50 UTC 2011
Author: biebl
Date: Wed Sep 28 18:01:49 2011
New Revision: 29803
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=29803
Log:
* debian/rules:
- Remove .la files manually as we have a single binary package now and no
more .install files.
- Drop DEB_DH_GIREPOSITORY_ARGS_ALL, no longer needed.
Modified:
desktop/unstable/vinagre/debian/changelog
desktop/unstable/vinagre/debian/rules
Modified: desktop/unstable/vinagre/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vinagre/debian/changelog?rev=29803&op=diff
==============================================================================
--- desktop/unstable/vinagre/debian/changelog [utf-8] (original)
+++ desktop/unstable/vinagre/debian/changelog [utf-8] Wed Sep 28 18:01:49 2011
@@ -8,6 +8,10 @@
- Add valac (>= 0.12.0).
* Drop vinagre-dev package. Upstream no longer installs any header or
pkg-config files and there are no more rdeps.
+ * debian/rules:
+ - Remove .la files manually as we have a single binary package now and no
+ more .install files.
+ - Drop DEB_DH_GIREPOSITORY_ARGS_ALL, no longer needed.
-- Michael Biebl <biebl at debian.org> Wed, 28 Sep 2011 19:07:30 +0200
Modified: desktop/unstable/vinagre/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vinagre/debian/rules?rev=29803&op=diff
==============================================================================
--- desktop/unstable/vinagre/debian/rules [utf-8] (original)
+++ desktop/unstable/vinagre/debian/rules [utf-8] Wed Sep 28 18:01:49 2011
@@ -8,11 +8,10 @@
LDFLAGS += -Wl,-O1 -Wl,--as-needed
-DEB_DH_GIREPOSITORY_ARGS_ALL := -ldebian/tmp/usr/share/vinagre/gir-1.0/ /usr/lib/vinagre-3.0/girepository-1.0/
-
DEB_CONFIGURE_EXTRA_FLAGS += --with-avahi \
--enable-ssh \
--with-telepathy \
--disable-scrollkeeper
-common-binary-post-install-arch:: list-missing
+binary-install/vinagre::
+ find debian/$(cdbs_curpkg) -name '*.la' -exec rm -f '{}' ';'
More information about the pkg-gnome-commits
mailing list