r46506 - in /packages/unstable/gnome-characters/debian: changelog rules
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Mon Oct 12 10:24:12 UTC 2015
Author: biebl
Date: Mon Oct 12 10:24:12 2015
New Revision: 46506
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=46506
Log:
Remove useless libtool .la file for the private library.
Modified:
packages/unstable/gnome-characters/debian/changelog
packages/unstable/gnome-characters/debian/rules
Modified: packages/unstable/gnome-characters/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-characters/debian/changelog?rev=46506&op=diff
==============================================================================
--- packages/unstable/gnome-characters/debian/changelog [utf-8] (original)
+++ packages/unstable/gnome-characters/debian/changelog [utf-8] Mon Oct 12 10:24:12 2015
@@ -2,6 +2,7 @@
* New upstream release.
* Add Depends on gir1.2-gnomedesktop-3.0.
+ * Remove useless libtool .la file for the private library.
-- Michael Biebl <biebl at debian.org> Mon, 12 Oct 2015 12:10:14 +0200
Modified: packages/unstable/gnome-characters/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-characters/debian/rules?rev=46506&op=diff
==============================================================================
--- packages/unstable/gnome-characters/debian/rules [utf-8] (original)
+++ packages/unstable/gnome-characters/debian/rules [utf-8] Mon Oct 12 10:24:12 2015
@@ -8,3 +8,7 @@
override_dh_auto_configure:
dh_auto_configure -- --disable-silent-rules --disable-dogtail
+
+override_dh_auto_install:
+ dh_auto_install
+ find debian/gnome-characters -name *.la -delete
More information about the pkg-gnome-commits
mailing list