[Pkg-xfce-commits] r8899 - in /goodies/trunk/xfce4-screenshooter/debian: changelog control rules

Yves-Alexis Perez corsac at moszumanska.debian.org
Sun Mar 8 22:11:58 UTC 2015


Author: corsac
Date: Sun Mar  8 22:11:58 2015
New Revision: 8899

URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=8899
Log:
* debian/control:
  - don't force automake 1.11 version, but build-depend on a fixed automake
    version.
* debian/rules:
  - stop requiring 1.11 autotools.

Modified:
    goodies/trunk/xfce4-screenshooter/debian/changelog
    goodies/trunk/xfce4-screenshooter/debian/control
    goodies/trunk/xfce4-screenshooter/debian/rules

Modified: goodies/trunk/xfce4-screenshooter/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-screenshooter/debian/changelog?rev=8899&op=diff
==============================================================================
--- goodies/trunk/xfce4-screenshooter/debian/changelog	(original)
+++ goodies/trunk/xfce4-screenshooter/debian/changelog	Sun Mar  8 22:11:58 2015
@@ -7,6 +7,11 @@
     - git_selection_background_tranparency dropped, included upstream. 
   * debian/rules:
     - create m4 folder before calling xdt-autogen. 
+  * debian/control:
+    - don't force automake 1.11 version, but build-depend on a fixed automake
+      version.
+  * debian/rules:
+    - stop requiring 1.11 autotools.
 
  -- Yves-Alexis Perez <corsac at debian.org>  Sun, 08 Mar 2015 22:59:37 +0100
 

Modified: goodies/trunk/xfce4-screenshooter/debian/control
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-screenshooter/debian/control?rev=8899&op=diff
==============================================================================
--- goodies/trunk/xfce4-screenshooter/debian/control	(original)
+++ goodies/trunk/xfce4-screenshooter/debian/control	Sun Mar  8 22:11:58 2015
@@ -6,7 +6,7 @@
 Build-Depends: debhelper (>= 9), autotools-dev, libxml-parser-perl,
  xfce4-panel-dev, libgtk2.0-dev, intltool, libcurl4-gnutls-dev,
  libsoup2.4-dev, libxfce4ui-1-dev, libexo-1-dev,
- xfce4-dev-tools (>= 4.10), autoconf, automake1.11, libtool
+ xfce4-dev-tools (>= 4.10), autoconf, automake (>= 1:1.14.1-4), libtool
 Standards-Version: 3.9.6
 Homepage: http://goodies.xfce.org/projects/applications/xfce4-screenshooter
 Vcs-Svn: svn://anonscm.debian.org/pkg-xfce/goodies/trunk/xfce4-screenshooter/

Modified: goodies/trunk/xfce4-screenshooter/debian/rules
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-screenshooter/debian/rules?rev=8899&op=diff
==============================================================================
--- goodies/trunk/xfce4-screenshooter/debian/rules	(original)
+++ goodies/trunk/xfce4-screenshooter/debian/rules	Sun Mar  8 22:11:58 2015
@@ -5,7 +5,7 @@
 
 override_dh_auto_configure:
 	mkdir -p m4
-	AUTOMAKE_VERSION=1.11 ACLOCAL_VERSION=1.11 NOCONFIGURE=1 xdt-autogen
+	NOCONFIGURE=1 xdt-autogen
 	dh_auto_configure -- --disable-silent-rules
 
 override_dh_auto_clean:




More information about the Pkg-xfce-commits mailing list