r50320 - in /desktop/experimental/epiphany-browser/debian: changelog compat control control.in rules

jbicha-guest at users.alioth.debian.org jbicha-guest at users.alioth.debian.org
Mon Sep 12 09:34:33 UTC 2016


Author: jbicha-guest
Date: Mon Sep 12 09:34:33 2016
New Revision: 50320

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=50320
Log:
Bump dh compat to 10
- Build-depend on autoconf-archive instead of gnome-common

Modified:
    desktop/experimental/epiphany-browser/debian/changelog
    desktop/experimental/epiphany-browser/debian/compat
    desktop/experimental/epiphany-browser/debian/control
    desktop/experimental/epiphany-browser/debian/control.in
    desktop/experimental/epiphany-browser/debian/rules

Modified: desktop/experimental/epiphany-browser/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/epiphany-browser/debian/changelog?rev=50320&op=diff
==============================================================================
--- desktop/experimental/epiphany-browser/debian/changelog	[utf-8] (original)
+++ desktop/experimental/epiphany-browser/debian/changelog	[utf-8] Mon Sep 12 09:34:33 2016
@@ -1,6 +1,9 @@
 epiphany-browser (3.21.92-1) UNRELEASED; urgency=medium
 
   * New upstream release
+  * Bump dh compat to 10
+  * debian/control.in:
+    - Build-depend on autoconf-archive instead of gnome-common
 
  -- Jeremy Bicha <jbicha at ubuntu.com>  Mon, 12 Sep 2016 05:20:18 -0400
 

Modified: desktop/experimental/epiphany-browser/debian/compat
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/epiphany-browser/debian/compat?rev=50320&op=diff
==============================================================================
--- desktop/experimental/epiphany-browser/debian/compat	[utf-8] (original)
+++ desktop/experimental/epiphany-browser/debian/compat	[utf-8] Mon Sep 12 09:34:33 2016
@@ -1 +1 @@
-9
+10

Modified: desktop/experimental/epiphany-browser/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/epiphany-browser/debian/control?rev=50320&op=diff
==============================================================================
--- desktop/experimental/epiphany-browser/debian/control	[utf-8] (original)
+++ desktop/experimental/epiphany-browser/debian/control	[utf-8] Mon Sep 12 09:34:33 2016
@@ -7,8 +7,8 @@
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: Laurent Bigonville <bigon at debian.org>, Michael Biebl <biebl at debian.org>
-Build-Depends: debhelper (>= 9),
-               dh-autoreconf,
+Build-Depends: autoconf-archive,
+               debhelper (>= 10),
                gnome-pkg-tools (>= 0.10),
                pkg-config,
                libglib2.0-dev (>= 2.44.0),
@@ -25,7 +25,6 @@
                libxml-parser-perl,
                libwebkit2gtk-4.0-dev (>= 2.13.2),
                libsecret-1-dev (>= 0.14),
-               gnome-common (>= 3.6),
                lsb-release,
                gobject-introspection (>= 0.9.12-4~),
                libgirepository1.0-dev (>= 0.10.7-1~),

Modified: desktop/experimental/epiphany-browser/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/epiphany-browser/debian/control.in?rev=50320&op=diff
==============================================================================
--- desktop/experimental/epiphany-browser/debian/control.in	[utf-8] (original)
+++ desktop/experimental/epiphany-browser/debian/control.in	[utf-8] Mon Sep 12 09:34:33 2016
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: @GNOME_TEAM@
-Build-Depends: debhelper (>= 9),
-               dh-autoreconf,
+Build-Depends: autoconf-archive,
+               debhelper (>= 10),
                gnome-pkg-tools (>= 0.10),
                pkg-config,
                libglib2.0-dev (>= 2.44.0),
@@ -21,7 +21,6 @@
                libxml-parser-perl,
                libwebkit2gtk-4.0-dev (>= 2.13.2),
                libsecret-1-dev (>= 0.14),
-               gnome-common (>= 3.6),
                lsb-release,
                gobject-introspection (>= 0.9.12-4~),
                libgirepository1.0-dev (>= 0.10.7-1~),

Modified: desktop/experimental/epiphany-browser/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/epiphany-browser/debian/rules?rev=50320&op=diff
==============================================================================
--- desktop/experimental/epiphany-browser/debian/rules	[utf-8] (original)
+++ desktop/experimental/epiphany-browser/debian/rules	[utf-8] Mon Sep 12 09:34:33 2016
@@ -8,7 +8,10 @@
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 -Wl,--as-needed
 
 %:
-	dh "$@" --with autoreconf,gnome
+	dh $@ --with gnome
+
+override_dh_autoreconf:
+	dh_autoreconf --as-needed
 
 override_dh_auto_configure:
 	dh_auto_configure -- \




More information about the pkg-gnome-commits mailing list