[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Pkg-xfce-devel] Bug#757334: Missing build-dep in previous patch



Hi,

In my previous patch I forgot to add some build dependencies.
Here a new patch that replace the previous one.

Sorry for the inconvenience.

Erwan.
-------------- next part --------------
diff -Naur a/debian/control b/debian/control
--- a/debian/control	2014-08-06 13:51:51.774223809 +0200
+++ b/debian/control	2014-08-06 13:52:43.894221039 +0200
@@ -5,7 +5,7 @@
 Uploaders: Yves-Alexis Perez <corsac at debian.org>,
  Lionel Le Folgoc <mrpouit at gmail.com>
 Build-Depends: debhelper (>= 9), intltool (>= 0.31), pkg-config,
- libglib2.0-dev, libgtk2.0-dev, libxfce4util-dev (>= 4.10.0), dpkg-dev (>= 1.16.1)
+ libglib2.0-dev, libgtk2.0-dev, libxfce4util-dev (>= 4.10.0), dpkg-dev (>= 1.16.1), dh-autoreconf, xfce4-dev-tools, gtk-doc-tools
 Standards-Version: 3.9.3
 Homepage: http://www.xfce.org/
 Vcs-Svn: svn://svn.debian.org/pkg-xfce/desktop/trunk/garcon
diff -Naur a/debian/rules b/debian/rules
--- a/debian/rules	2014-08-06 13:51:51.778223809 +0200
+++ b/debian/rules	2014-08-06 13:53:14.550219410 +0200
@@ -4,7 +4,11 @@
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 %:
-	dh $@ --parallel
+	dh $@ --parallel --with autoreconf
+
+override_dh_auto_configure:
+	xdt-autogen
+	dh_auto_configure
 
 override_dh_install:
 	dh_install --fail-missing -X .la



Reply to: