[Pkg-xfce-commits] r6614 - desktop/branches/experimental/xfdesktop4/debian
Lionel Le Folgoc
mrpouit-guest at alioth.debian.org
Tue Apr 3 09:21:58 UTC 2012
Author: mrpouit-guest
Date: 2012-04-03 21:21:58 +0000 (Tue, 03 Apr 2012)
New Revision: 6614
Modified:
desktop/branches/experimental/xfdesktop4/debian/changelog
desktop/branches/experimental/xfdesktop4/debian/rules
Log:
* debian/rules:
- dropped obsolete --enable-exo configure flag, it's mandatory now.
- clean up unused overrides.
- drop --sourcedir=debian/tmp from dh_install, not needed.
Modified: desktop/branches/experimental/xfdesktop4/debian/changelog
===================================================================
--- desktop/branches/experimental/xfdesktop4/debian/changelog 2012-04-03 21:14:00 UTC (rev 6613)
+++ desktop/branches/experimental/xfdesktop4/debian/changelog 2012-04-03 21:21:58 UTC (rev 6614)
@@ -7,8 +7,10 @@
- bumped minimal required versions of build-deps.
- recommends tumbler for thumbnailing support, drop xfce4-utils, deprecated
with Xfce 4.10.
- * debian/rules: dropped obsolete --enable-exo configure flag, it's mandatory
- now.
+ * debian/rules:
+ - dropped obsolete --enable-exo configure flag, it's mandatory now.
+ - clean up unused overrides.
+ - drop --sourcedir=debian/tmp from dh_install, not needed.
* debian/xfdesktop4.postinst: dropped, was for 4.4 -> 4.6 upgrades only.
* debian/xfdesktop4-data.install: remove usr/share/doc, docs aren't generated
anymore and are online by default now.
Modified: desktop/branches/experimental/xfdesktop4/debian/rules
===================================================================
--- desktop/branches/experimental/xfdesktop4/debian/rules 2012-04-03 21:14:00 UTC (rev 6613)
+++ desktop/branches/experimental/xfdesktop4/debian/rules 2012-04-03 21:21:58 UTC (rev 6614)
@@ -4,16 +4,11 @@
export DEB_BUILD_MAINT_OPTIONS=hardening=+pie,+bindnow
override_dh_auto_configure:
- find .pc -type f -name '*.c' -exec echo '{}' >> po/POTFILES.skip \;
dh_auto_configure -- --enable-thunarx \
--docdir=\$${prefix}/share/doc/xfdesktop4-data
-override_dh_auto_clean:
- rm -f po/POTFILES.skip
- dh_auto_clean
-
override_dh_install:
- dh_install --sourcedir=debian/tmp --fail-missing
+ dh_install --fail-missing
# why oh why is this necessary?
rm -rf $(CURDIR)/debian/xfdesktop4-data/usr/share/man
More information about the Pkg-xfce-commits
mailing list