[Pkg-xfce-commits] r10215 - in /goodies/trunk/lightdm-gtk-greeter/debian: changelog control rules

Yves-Alexis Perez corsac at moszumanska.debian.org
Mon Dec 4 13:10:15 UTC 2017


Author: corsac
Date: Mon Dec  4 13:10:15 2017
New Revision: 10215

URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=10215
Log:
* debian/rules:
  - drop call to autotools-dev addon.
* debian/contro:
  - replace autotools-dev build-dep by debhelper >= 9.20160115.

Modified:
    goodies/trunk/lightdm-gtk-greeter/debian/changelog
    goodies/trunk/lightdm-gtk-greeter/debian/control
    goodies/trunk/lightdm-gtk-greeter/debian/rules

Modified: goodies/trunk/lightdm-gtk-greeter/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/lightdm-gtk-greeter/debian/changelog?rev=10215&op=diff
==============================================================================
--- goodies/trunk/lightdm-gtk-greeter/debian/changelog	(original)
+++ goodies/trunk/lightdm-gtk-greeter/debian/changelog	Mon Dec  4 13:10:15 2017
@@ -7,6 +7,10 @@
     - 01_at-spi disabled for now: it doesn't apply anymore, and there are
     ongoing discussions on how to handle a11y properly.
   * Run wrap-and-sort.
+  * debian/rules:
+    - drop call to autotools-dev addon.
+  * debian/contro:
+    - replace autotools-dev build-dep by debhelper >= 9.20160115.
 
  -- Yves-Alexis Perez <corsac at debian.org>  Mon, 04 Dec 2017 10:10:42 +0100
 

Modified: goodies/trunk/lightdm-gtk-greeter/debian/control
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/lightdm-gtk-greeter/debian/control?rev=10215&op=diff
==============================================================================
--- goodies/trunk/lightdm-gtk-greeter/debian/control	(original)
+++ goodies/trunk/lightdm-gtk-greeter/debian/control	Mon Dec  4 13:10:15 2017
@@ -5,8 +5,7 @@
 Uploaders: Yves-Alexis Perez <corsac at debian.org>,
            Emanuele Rocca <ema at debian.org>,
            Simon Huggins <huggie at earth.li>
-Build-Depends: autotools-dev,
-               debhelper (>= 9),
+Build-Depends: debhelper (>= 9.20160115),
                exo-utils,
                intltool,
                libgtk-3-dev,

Modified: goodies/trunk/lightdm-gtk-greeter/debian/rules
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/lightdm-gtk-greeter/debian/rules?rev=10215&op=diff
==============================================================================
--- goodies/trunk/lightdm-gtk-greeter/debian/rules	(original)
+++ goodies/trunk/lightdm-gtk-greeter/debian/rules	Mon Dec  4 13:10:15 2017
@@ -10,4 +10,4 @@
 	dh_install debian/01_debian.conf usr/share/lightdm/lightdm-gtk-greeter.conf.d/
 
 %:
-	dh $@ --parallel --with autotools-dev
+	dh $@ --parallel




More information about the Pkg-xfce-commits mailing list