[Pkg-xfce-commits] r5459 - goodies/trunk/xfce4-timer-plugin/debian
Yves-Alexis Perez
corsac at alioth.debian.org
Tue Apr 19 04:58:25 UTC 2011
Author: corsac
Date: 2011-04-19 16:58:23 +0000 (Tue, 19 Apr 2011)
New Revision: 5459
Modified:
goodies/trunk/xfce4-timer-plugin/debian/changelog
goodies/trunk/xfce4-timer-plugin/debian/control
goodies/trunk/xfce4-timer-plugin/debian/rules
Log:
- replace dh-autoreconf addon by xdt-autogen call.
- add build-dep on xfce4-dev-tools and libtool.
Modified: goodies/trunk/xfce4-timer-plugin/debian/changelog
===================================================================
--- goodies/trunk/xfce4-timer-plugin/debian/changelog 2011-04-19 16:17:33 UTC (rev 5458)
+++ goodies/trunk/xfce4-timer-plugin/debian/changelog 2011-04-19 16:58:23 UTC (rev 5459)
@@ -6,6 +6,7 @@
- add -O1, -z,defs and --as-needed to LDFLAGS.
- add hardening flags to {C,LD}FLAGS.
- add .pc dir to po/POTFILES.skip, and remove it at clean time.
+ - replace dh-autoreconf addon by xdt-autogen call.
* debian/patches:
- 01_improve-timer-stop.patch: drop the POTFILES.skip part, done in
debian/rules now.
@@ -18,8 +19,9 @@
- add build-dep on hardening-includes.
- bump debhelper b-dep to (>= 7.0.50~) for the overrides.
- bump xfce4-panel-dev b-dep to (>= 4.8.0).
+ - add build-dep on xfce4-dev-tools and libtool.
- -- Lionel Le Folgoc <mrpouit at gmail.com> Sun, 11 Apr 2010 20:05:11 +0200
+ -- Lionel Le Folgoc <mrpouit at gmail.com> Tue, 19 Apr 2011 18:58:08 +0200
xfce4-timer-plugin (0.6.1-3) unstable; urgency=low
Modified: goodies/trunk/xfce4-timer-plugin/debian/control
===================================================================
--- goodies/trunk/xfce4-timer-plugin/debian/control 2011-04-19 16:17:33 UTC (rev 5458)
+++ goodies/trunk/xfce4-timer-plugin/debian/control 2011-04-19 16:58:23 UTC (rev 5459)
@@ -5,7 +5,8 @@
Uploaders: Yves-Alexis Perez <corsac at debian.org>, Lionel Le Folgoc <mrpouit at gmail.com>
Build-Depends: debhelper (>= 7.0.50~), cdbs, libxml-parser-perl,
xfce4-panel-dev (>= 4.8.0), intltool, pkg-config, libglib2.0-dev,
- libgtk2.0-dev, libxfcegui4-dev, autotools-dev, hardening-includes
+ libgtk2.0-dev, libxfcegui4-dev, autotools-dev, hardening-includes,
+ xfce4-dev-tools, libtool
Standards-Version: 3.9.1
Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/trunk/xfce4-timer-plugin/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-timer-plugin/
Modified: goodies/trunk/xfce4-timer-plugin/debian/rules
===================================================================
--- goodies/trunk/xfce4-timer-plugin/debian/rules 2011-04-19 16:17:33 UTC (rev 5458)
+++ goodies/trunk/xfce4-timer-plugin/debian/rules 2011-04-19 16:58:23 UTC (rev 5459)
@@ -9,6 +9,7 @@
export CFLAGS LDFLAGS
override_dh_auto_configure:
+ NOCONFIGURE=1 xdt-autogen
find .pc -type f -name '*.c' -exec echo '{}' >> po/POTFILES.skip \;
dh_auto_configure
More information about the Pkg-xfce-commits
mailing list