[Pkg-xfce-commits] r4271 - desktop/branches/experimental/xfce4-utils/debian
Lionel Le Folgoc
mrpouit-guest at alioth.debian.org
Sun Sep 5 03:21:32 UTC 2010
Author: mrpouit-guest
Date: 2010-09-05 15:21:21 +0000 (Sun, 05 Sep 2010)
New Revision: 4271
Modified:
desktop/branches/experimental/xfce4-utils/debian/changelog
desktop/branches/experimental/xfce4-utils/debian/control
desktop/branches/experimental/xfce4-utils/debian/rules
Log:
* debian/rules: force $docdir to /usr/share/doc/xfce4-utils, and drop
$libexecdir, unneeded.
* debian/control: add myself to Uploaders.
Modified: desktop/branches/experimental/xfce4-utils/debian/changelog
===================================================================
--- desktop/branches/experimental/xfce4-utils/debian/changelog 2010-09-05 15:20:36 UTC (rev 4270)
+++ desktop/branches/experimental/xfce4-utils/debian/changelog 2010-09-05 15:21:21 UTC (rev 4271)
@@ -1,5 +1,6 @@
xfce4-utils (4.7.0-1) UNRELEASED; urgency=low
+ [ Yves-Alexis Perez ]
* New upstream development release.
* debian/control:
- refresh build-deps for Xfce 4.7
@@ -11,6 +12,11 @@
* debian/rules:
- pick {C,LD}FLAGS from dpkg-buildflags.
+ [ Lionel Le Folgoc ]
+ * debian/rules: force $docdir to /usr/share/doc/xfce4-utils, and drop
+ $libexecdir, unneeded.
+ * debian/control: add myself to Uploaders.
+
-- Yves-Alexis Perez <corsac at debian.org> Sun, 05 Sep 2010 16:11:55 +0200
xfce4-utils (4.6.2-1) unstable; urgency=low
Modified: desktop/branches/experimental/xfce4-utils/debian/control
===================================================================
--- desktop/branches/experimental/xfce4-utils/debian/control 2010-09-05 15:20:36 UTC (rev 4270)
+++ desktop/branches/experimental/xfce4-utils/debian/control 2010-09-05 15:21:21 UTC (rev 4271)
@@ -2,7 +2,8 @@
Section: xfce
Priority: optional
Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
-Uploaders: Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>, Yves-Alexis Perez <corsac at debian.org>
+Uploaders: Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>,
+ Yves-Alexis Perez <corsac at debian.org>, Lionel Le Folgoc <mrpouit at gmail.com>
Build-Depends: debhelper (>= 7.0.50~), libxfce4util-dev (>= 4.7.0),
libxfce4ui-1-dev (>= 4.7.0), chrpath, intltool,
libgtk2.0-dev (>= 2.10.0)
Modified: desktop/branches/experimental/xfce4-utils/debian/rules
===================================================================
--- desktop/branches/experimental/xfce4-utils/debian/rules 2010-09-05 15:20:36 UTC (rev 4270)
+++ desktop/branches/experimental/xfce4-utils/debian/rules 2010-09-05 15:21:21 UTC (rev 4271)
@@ -8,8 +8,7 @@
override_dh_auto_configure:
dh_auto_configure -- --with-vendor-info=Debian --with-x \
- --with-browser=midori --libexecdir=\$${prefix}/lib
-
+ --with-browser=midori --docdir=\$${prefix}/share/doc/xfce4-utils
override_dh_install:
rm -f `pwd`/debian/xfce4-utils/usr/lib/xfce4/mcs-plugins/*.la
More information about the Pkg-xfce-commits
mailing list