r3047 - in /unstable/evolution-rss/debian: changelog control rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Thu Sep 22 14:55:31 UTC 2016


Author: biebl
Date: Thu Sep 22 14:55:31 2016
New Revision: 3047

URL: http://svn.debian.org/wsvn/pkg-evolution/?sc=1&rev=3047
Log:
Bump debhelper compat level to 10.

Modified:
    unstable/evolution-rss/debian/changelog
    unstable/evolution-rss/debian/control
    unstable/evolution-rss/debian/rules

Modified: unstable/evolution-rss/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-rss/debian/changelog?rev=3047&op=diff
==============================================================================
--- unstable/evolution-rss/debian/changelog	(original)
+++ unstable/evolution-rss/debian/changelog	Thu Sep 22 14:55:31 2016
@@ -6,6 +6,7 @@
 
   [ Michael Biebl ]
   * Convert from cdbs to dh.
+  * Bump debhelper compat level to 10.
 
  -- Jeremy Bicha <jbicha at ubuntu.com>  Sat, 20 Aug 2016 01:43:34 -0400
 

Modified: unstable/evolution-rss/debian/control
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-rss/debian/control?rev=3047&op=diff
==============================================================================
--- unstable/evolution-rss/debian/control	(original)
+++ unstable/evolution-rss/debian/control	Thu Sep 22 14:55:31 2016
@@ -4,10 +4,8 @@
 Maintainer: Debian Evolution Maintainers <pkg-evolution-maintainers at lists.alioth.debian.org>
 Uploaders: Jordi Mallach <jordi at debian.org>,
            Josselin Mouette <joss at debian.org>
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 10),
                dpkg-dev (>= 1.14.16),
-               autotools-dev,
-               dh-autoreconf,
                intltool,
                evolution-dev (>= 3.16),
                evolution-data-server-dev (>= 3.16),

Modified: unstable/evolution-rss/debian/rules
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-rss/debian/rules?rev=3047&op=diff
==============================================================================
--- unstable/evolution-rss/debian/rules	(original)
+++ unstable/evolution-rss/debian/rules	Thu Sep 22 14:55:31 2016
@@ -1,12 +1,12 @@
 #! /usr/bin/make -f
 
-EDS_VERSION = $(shell pkg-config --modversion evolution-data-server-1.2  | awk -F'.' '{print $$1 "." $$2}')
-EDS_NEXTVERSION = $(shell pkg-config --modversion evolution-data-server-1.2  | awk -F'.' '{print $$1 "." $$2+1}')
-EVO_VERSION = $(shell pkg-config --modversion evolution-shell-3.0  | awk -F'.' '{print $$1 "." $$2}')
-EVO_NEXTVERSION = $(shell pkg-config --modversion evolution-shell-3.0  | awk -F'.' '{print $$1 "." $$2+1}')
+EDS_VERSION := $(shell pkg-config --modversion evolution-data-server-1.2  | awk -F'.' '{print $$1 "." $$2}')
+EDS_NEXTVERSION := $(shell pkg-config --modversion evolution-data-server-1.2  | awk -F'.' '{print $$1 "." $$2+1}')
+EVO_VERSION := $(shell pkg-config --modversion evolution-shell-3.0  | awk -F'.' '{print $$1 "." $$2}')
+EVO_NEXTVERSION := $(shell pkg-config --modversion evolution-shell-3.0  | awk -F'.' '{print $$1 "." $$2+1}')
 
 %:
-	dh $@ --with autoreconf
+	dh $@
 
 override_dh_auto_configure:
 	dh_auto_configure -- \




More information about the pkg-evolution-commits mailing list