r46577 - /desktop/unstable/gnome-documents/debian/rules
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Tue Oct 13 14:40:53 UTC 2015
Author: biebl
Date: Tue Oct 13 14:40:53 2015
New Revision: 46577
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=46577
Log:
Do the .la file cleanup as part of dh_auto_install
Modified:
desktop/unstable/gnome-documents/debian/rules
Modified: desktop/unstable/gnome-documents/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-documents/debian/rules?rev=46577&op=diff
==============================================================================
--- desktop/unstable/gnome-documents/debian/rules [utf-8] (original)
+++ desktop/unstable/gnome-documents/debian/rules [utf-8] Tue Oct 13 14:40:53 2015
@@ -14,10 +14,9 @@
--disable-silent-rules \
--enable-getting-started
-override_dh_install:
- # Since dh_install -X.la isn't working...
- find -name '*.la' -delete
- dh_install -X.la
+override_dh_auto_install:
+ dh_auto_install
+ find debian/gnome-documents -name '*.la' -delete
override_dh_makeshlibs:
dh_makeshlibs -X/usr/lib/$(DEB_HOST_MULTIARCH)/gnome-documents
More information about the pkg-gnome-commits
mailing list