[Pkg-xfce-commits] r6557 - desktop/branches/experimental/xfconf/debian
Lionel Le Folgoc
mrpouit-guest at alioth.debian.org
Sat Mar 31 01:10:47 UTC 2012
Author: mrpouit-guest
Date: 2012-03-31 13:10:46 +0000 (Sat, 31 Mar 2012)
New Revision: 6557
Modified:
desktop/branches/experimental/xfconf/debian/changelog
desktop/branches/experimental/xfconf/debian/rules
Log:
* debian/rules:
- drop --sourcedir from dh_install, unneeded, and pass -X .la to ignore
.la files instead of deleting them manually.
Modified: desktop/branches/experimental/xfconf/debian/changelog
===================================================================
--- desktop/branches/experimental/xfconf/debian/changelog 2012-03-31 12:41:31 UTC (rev 6556)
+++ desktop/branches/experimental/xfconf/debian/changelog 2012-03-31 13:10:46 UTC (rev 6557)
@@ -1,5 +1,6 @@
xfconf (4.9.0-1) UNRELEASED; urgency=low
+ [ Yves-Alexis Perez ]
* New upstream development release.
- update libxfce4util build-dep for 4.9.
- update debhelper build-dep to 9.
@@ -13,6 +14,11 @@
* debian/*.install:
- update paths for multi-arch.
+ [ Lionel Le Folgoc ]
+ * debian/rules:
+ - drop --sourcedir from dh_install, unneeded, and pass -X .la to ignore
+ .la files instead of deleting them manually.
+
-- Yves-Alexis Perez <corsac at debian.org> Sat, 31 Mar 2012 10:00:03 +0200
xfconf (4.8.1-1) unstable; urgency=low
Modified: desktop/branches/experimental/xfconf/debian/rules
===================================================================
--- desktop/branches/experimental/xfconf/debian/rules 2012-03-31 12:41:31 UTC (rev 6556)
+++ desktop/branches/experimental/xfconf/debian/rules 2012-03-31 13:10:46 UTC (rev 6557)
@@ -12,8 +12,7 @@
override_dh_auto_test:
override_dh_install:
- rm -f $(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/libxfconf-0.la
- dh_install --fail-missing --sourcedir=debian/tmp
+ dh_install --fail-missing -X .la
override_dh_strip:
dh_strip --dbg-package=libxfconf-0-2-dbg
More information about the Pkg-xfce-commits
mailing list