[Pkg-xfce-commits] r9033 - in /desktop/trunk/orage/debian: changelog rules
Yves-Alexis Perez
corsac at moszumanska.debian.org
Wed May 6 16:08:01 UTC 2015
Author: corsac
Date: Wed May 6 16:08:01 2015
New Revision: 9033
URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=9033
Log:
* debian/rules:
- remove .la files from the package.
Modified:
desktop/trunk/orage/debian/changelog
desktop/trunk/orage/debian/rules
Modified: desktop/trunk/orage/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/orage/debian/changelog?rev=9033&op=diff
==============================================================================
--- desktop/trunk/orage/debian/changelog (original)
+++ desktop/trunk/orage/debian/changelog Wed May 6 16:08:01 2015
@@ -1,7 +1,12 @@
orage (4.12.1-1) UNRELEASED; urgency=medium
+ [ Mateusz Åukasik ]
* New upstream release.
- fix typo in notification text. closes: #742278
+
+ [ Yves-Alexis Perez ]
+ * debian/rules:
+ - remove .la files from the package.
-- Mateusz Åukasik <mati75 at linuxmint.pl> Fri, 10 Apr 2015 17:48:03 +0200
Modified: desktop/trunk/orage/debian/rules
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/orage/debian/rules?rev=9033&op=diff
==============================================================================
--- desktop/trunk/orage/debian/rules (original)
+++ desktop/trunk/orage/debian/rules Wed May 6 16:08:01 2015
@@ -3,6 +3,9 @@
export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed -Wl,-O1 -Wl,-z,defs
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
+override_dh_install:
+ find debian/orage/usr/lib -name '*.la' -delete
+ dh_install
override_dh_auto_configure:
dh_auto_configure -- --enable-dbus --enable-libical
More information about the Pkg-xfce-commits
mailing list