[Pkg-xfce-commits] r10223 - in /desktop/trunk/orage/debian: changelog control rules

Yves-Alexis Perez corsac at moszumanska.debian.org
Sat Dec 9 23:22:29 UTC 2017


Author: corsac
Date: Sat Dec  9 23:22:28 2017
New Revision: 10223

URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=10223
Log:
  - replace autotools-dev build-dep by an updated debhelper version
  (9.20160114)
* debian/rules:
  - drop call to autotools-dev addon

Modified:
    desktop/trunk/orage/debian/changelog
    desktop/trunk/orage/debian/control
    desktop/trunk/orage/debian/rules

Modified: desktop/trunk/orage/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/orage/debian/changelog?rev=10223&op=diff
==============================================================================
--- desktop/trunk/orage/debian/changelog	(original)
+++ desktop/trunk/orage/debian/changelog	Sat Dec  9 23:22:28 2017
@@ -5,6 +5,10 @@
   * Run wrap-and-sort.
   * debian/control:
     - update standards version to 4.1.2.
+    - replace autotools-dev build-dep by an updated debhelper version
+    (9.20160114)
+  * debian/rules:
+    - drop call to autotools-dev addon
 
  -- Yves-Alexis Perez <corsac at debian.org>  Sat, 09 Dec 2017 21:31:30 +0100
 

Modified: desktop/trunk/orage/debian/control
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/orage/debian/control?rev=10223&op=diff
==============================================================================
--- desktop/trunk/orage/debian/control	(original)
+++ desktop/trunk/orage/debian/control	Sat Dec  9 23:22:28 2017
@@ -4,8 +4,7 @@
 Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
 Uploaders: Yves-Alexis Perez <corsac at debian.org>,
            Lionel Le Folgoc <mrpouit at gmail.com>
-Build-Depends: autotools-dev,
-               debhelper (>= 9),
+Build-Depends: debhelper (>= 9.20160114),
                intltool,
                libdbus-1-dev,
                libgtk2.0-dev,

Modified: desktop/trunk/orage/debian/rules
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/orage/debian/rules?rev=10223&op=diff
==============================================================================
--- desktop/trunk/orage/debian/rules	(original)
+++ desktop/trunk/orage/debian/rules	Sat Dec  9 23:22:28 2017
@@ -15,4 +15,4 @@
     -dRecommends debian/orage/usr/lib/$(DEB_HOST_MULTIARCH)/xfce4/panel/plugins/liborageclock.so -dDepends
 
 %:
-	dh $@ --parallel --with autotools-dev
+	dh $@ --parallel




More information about the Pkg-xfce-commits mailing list