[Pkg-xfce-commits] r8686 - in /goodies/trunk/xfce4-wavelan-plugin/debian: changelog control rules

Yves-Alexis Perez corsac at moszumanska.debian.org
Wed Oct 15 20:30:50 UTC 2014


Author: corsac
Date: Wed Oct 15 20:30:50 2014
New Revision: 8686

URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=8686
Log:
upload

Modified:
    goodies/trunk/xfce4-wavelan-plugin/debian/changelog
    goodies/trunk/xfce4-wavelan-plugin/debian/control
    goodies/trunk/xfce4-wavelan-plugin/debian/rules

Modified: goodies/trunk/xfce4-wavelan-plugin/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-wavelan-plugin/debian/changelog?rev=8686&op=diff
==============================================================================
--- goodies/trunk/xfce4-wavelan-plugin/debian/changelog	(original)
+++ goodies/trunk/xfce4-wavelan-plugin/debian/changelog	Wed Oct 15 20:30:50 2014
@@ -1,4 +1,4 @@
-xfce4-wavelan-plugin (0.5.11-3) UNRELEASED; urgency=low
+xfce4-wavelan-plugin (0.5.11-3) unstable; urgency=low
 
   [ Evgeni Golov ]
   * Correct Vcs-* URLs to point to anonscm.debian.org
@@ -6,8 +6,12 @@
   [ Yves-Alexis Perez ]
   * debian/control:
     - update standards version to 3.9.6.
-
- -- Evgeni Golov <evgeni at debian.org>  Mon, 15 Jul 2013 21:57:46 +0200
+    - add build-dep on xfce4-dev-tools, automake and libtool.
+  * debian/rules:
+    - call xdt-autogen before configure to regenerate config.{guess,sub} and
+      gain support for newer architectures.                     closes: #765275
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Wed, 15 Oct 2014 22:27:37 +0200
 
 xfce4-wavelan-plugin (0.5.11-2) unstable; urgency=low
 

Modified: goodies/trunk/xfce4-wavelan-plugin/debian/control
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-wavelan-plugin/debian/control?rev=8686&op=diff
==============================================================================
--- goodies/trunk/xfce4-wavelan-plugin/debian/control	(original)
+++ goodies/trunk/xfce4-wavelan-plugin/debian/control	Wed Oct 15 20:30:50 2014
@@ -5,7 +5,8 @@
 Uploaders: Yves-Alexis Perez <corsac at debian.org>,
  Lionel Le Folgoc <mrpouit at gmail.com>
 Build-Depends: autotools-dev, debhelper (>= 9), 
- xfce4-panel-dev, libxml2-dev, libxml-parser-perl, intltool, libxfce4ui-1-dev
+ xfce4-panel-dev, libxml2-dev, libxml-parser-perl, intltool, libxfce4ui-1-dev,
+ xfce4-dev-tools, automake, libtool
 Standards-Version: 3.9.6
 Homepage: http://goodies.xfce.org/
 Vcs-Svn: svn://anonscm.debian.org/pkg-xfce/goodies/trunk/xfce4-wavelan-plugin/

Modified: goodies/trunk/xfce4-wavelan-plugin/debian/rules
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-wavelan-plugin/debian/rules?rev=8686&op=diff
==============================================================================
--- goodies/trunk/xfce4-wavelan-plugin/debian/rules	(original)
+++ goodies/trunk/xfce4-wavelan-plugin/debian/rules	Wed Oct 15 20:30:50 2014
@@ -7,6 +7,7 @@
 	dh $@ --parallel
 
 override_dh_auto_configure:
+	NOCONFIGURE=1 xdt-autogen
 	dh_auto_configure -- --disable-static
 
 override_dh_auto_install:




More information about the Pkg-xfce-commits mailing list