[Pkg-xfce-commits] r9804 - in /goodies/branches/experimental/xfce4-diskperf-plugin/debian: changelog control rules

Yves-Alexis Perez corsac at moszumanska.debian.org
Sun May 28 20:07:53 UTC 2017


Author: corsac
Date: Sun May 28 20:07:53 2017
New Revision: 9804

URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=9804
Log:
  - replace libxfce4ui-1-dev build-dep by libxfce4ui-2-dev. 
  - drop build-dep for regenerating config.{guess,sub}
* debian/rules:
  - stop running xdt-autogen, config.{guess,sub} are correct now.

Modified:
    goodies/branches/experimental/xfce4-diskperf-plugin/debian/changelog
    goodies/branches/experimental/xfce4-diskperf-plugin/debian/control
    goodies/branches/experimental/xfce4-diskperf-plugin/debian/rules

Modified: goodies/branches/experimental/xfce4-diskperf-plugin/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/branches/experimental/xfce4-diskperf-plugin/debian/changelog?rev=9804&op=diff
==============================================================================
--- goodies/branches/experimental/xfce4-diskperf-plugin/debian/changelog	(original)
+++ goodies/branches/experimental/xfce4-diskperf-plugin/debian/changelog	Sun May 28 20:07:53 2017
@@ -4,6 +4,10 @@
   * Run wrap-and-sort.
   * debian/control:
     - replace xfce4-panel-dev build-dep by libxfce4panel-2.0-dev.
+    - replace libxfce4ui-1-dev build-dep by libxfce4ui-2-dev. 
+    - drop build-dep for regenerating config.{guess,sub}
+  * debian/rules:
+    - stop running xdt-autogen, config.{guess,sub} are correct now.
 
  -- Yves-Alexis Perez <corsac at debian.org>  Sun, 28 May 2017 21:45:36 +0200
 

Modified: goodies/branches/experimental/xfce4-diskperf-plugin/debian/control
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/branches/experimental/xfce4-diskperf-plugin/debian/control?rev=9804&op=diff
==============================================================================
--- goodies/branches/experimental/xfce4-diskperf-plugin/debian/control	(original)
+++ goodies/branches/experimental/xfce4-diskperf-plugin/debian/control	Sun May 28 20:07:53 2017
@@ -5,14 +5,11 @@
 Uploaders: Yves-Alexis Perez <corsac at debian.org>,
            Lionel Le Folgoc <mrpouit at gmail.com>
 Build-Depends: automake,
-               autotools-dev,
                debhelper (>= 9),
                intltool,
-               libtool,
                libxfce4ui-2-dev (>= 4.12.0),
                libxml-parser-perl,
                libxml2-dev,
-               xfce4-dev-tools,
                libxfce4panel-2.0-dev (>= 4.12.0)
 Standards-Version: 3.9.6
 Homepage: http://goodies.xfce.org/

Modified: goodies/branches/experimental/xfce4-diskperf-plugin/debian/rules
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/branches/experimental/xfce4-diskperf-plugin/debian/rules?rev=9804&op=diff
==============================================================================
--- goodies/branches/experimental/xfce4-diskperf-plugin/debian/rules	(original)
+++ goodies/branches/experimental/xfce4-diskperf-plugin/debian/rules	Sun May 28 20:07:53 2017
@@ -6,10 +6,6 @@
 %:
 	dh $@ --parallel
 
-override_dh_auto_configure:
-	NOCONFIGURE=1 xdt-autogen
-	dh_auto_configure -- --disable-static
-
 override_dh_auto_install:
 	dh_auto_install
 	find debian/xfce4-diskperf-plugin/usr/lib -name '*.la' -delete




More information about the Pkg-xfce-commits mailing list