[Pkg-xfce-commits] r6644 - in goodies/trunk/xfce4-hdaps/debian: . source
Yves-Alexis Perez
corsac at alioth.debian.org
Sun Apr 8 12:20:52 UTC 2012
Author: corsac
Date: 2012-04-08 12:20:51 +0000 (Sun, 08 Apr 2012)
New Revision: 6644
Added:
goodies/trunk/xfce4-hdaps/debian/source/
goodies/trunk/xfce4-hdaps/debian/source/format
Modified:
goodies/trunk/xfce4-hdaps/debian/changelog
goodies/trunk/xfce4-hdaps/debian/control
goodies/trunk/xfce4-hdaps/debian/rules
Log:
* Switch to 3.0 (quilt) source format.
* debian/control:
- add build-dep on xfce4-dev-tools and libtool.
- add build-dep on dh-autoreconf
* debian/rules:
- run xdt-autogen before configure because hdaps was built with a broken
intltool.
- use autoreconf dh addon too.
Modified: goodies/trunk/xfce4-hdaps/debian/changelog
===================================================================
--- goodies/trunk/xfce4-hdaps/debian/changelog 2012-04-08 11:54:04 UTC (rev 6643)
+++ goodies/trunk/xfce4-hdaps/debian/changelog 2012-04-08 12:20:51 UTC (rev 6644)
@@ -2,6 +2,14 @@
* New upstream release.
* debian/watch updated to look for bz2 tarballs.
+ * Switch to 3.0 (quilt) source format.
+ * debian/control:
+ - add build-dep on xfce4-dev-tools and libtool.
+ - add build-dep on dh-autoreconf
+ * debian/rules:
+ - run xdt-autogen before configure because hdaps was built with a broken
+ intltool.
+ - use autoreconf dh addon too.
-- Yves-Alexis Perez <corsac at debian.org> Sun, 08 Apr 2012 13:53:42 +0200
Modified: goodies/trunk/xfce4-hdaps/debian/control
===================================================================
--- goodies/trunk/xfce4-hdaps/debian/control 2012-04-08 11:54:04 UTC (rev 6643)
+++ goodies/trunk/xfce4-hdaps/debian/control 2012-04-08 12:20:51 UTC (rev 6644)
@@ -6,7 +6,8 @@
Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>,
Evgeni Golov <evgeni at debian.org>
Build-Depends: debhelper (>= 7), intltool, libxfce4util-dev, libxfce4ui-1-dev,
- xfce4-panel-dev (>= 4.8.0), hardening-includes
+ xfce4-panel-dev (>= 4.8.0), hardening-includes, xfce4-dev-tools, libtool,
+ dh-autoreconf
Standards-Version: 3.9.2
Homepage: http://michael.orlitzky.com/code/xfce4-hdaps.php
Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/trunk/xfce4-hdaps/
Modified: goodies/trunk/xfce4-hdaps/debian/rules
===================================================================
--- goodies/trunk/xfce4-hdaps/debian/rules 2012-04-08 11:54:04 UTC (rev 6643)
+++ goodies/trunk/xfce4-hdaps/debian/rules 2012-04-08 12:20:51 UTC (rev 6644)
@@ -9,5 +9,9 @@
export CFLAGS LDFLAGS
+override_dh_auto_configure:
+ NOCONFIGURE=1 xdt-autogen
+ dh_auto_configure
+
%:
- dh $@
+ dh $@ --with autoreconf
Added: goodies/trunk/xfce4-hdaps/debian/source/format
===================================================================
--- goodies/trunk/xfce4-hdaps/debian/source/format (rev 0)
+++ goodies/trunk/xfce4-hdaps/debian/source/format 2012-04-08 12:20:51 UTC (rev 6644)
@@ -0,0 +1 @@
+3.0 (quilt)
More information about the Pkg-xfce-commits
mailing list