r2970 - in /unstable/evolution-ews/debian: changelog control docs rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Fri Jul 15 22:01:42 UTC 2016


Author: biebl
Date: Fri Jul 15 22:01:42 2016
New Revision: 2970

URL: http://svn.debian.org/wsvn/pkg-evolution/?sc=1&rev=2970
Log:
Convert from cdbs to dh.

Added:
    unstable/evolution-ews/debian/docs
Modified:
    unstable/evolution-ews/debian/changelog
    unstable/evolution-ews/debian/control
    unstable/evolution-ews/debian/rules

Modified: unstable/evolution-ews/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-ews/debian/changelog?rev=2970&op=diff
==============================================================================
--- unstable/evolution-ews/debian/changelog	(original)
+++ unstable/evolution-ews/debian/changelog	Fri Jul 15 22:01:42 2016
@@ -3,6 +3,7 @@
   * New upstream release.
   * Bump build and runtime dependencies for evolution and
     evolution-data-server to ≥ 3.20.4.
+  * Convert from cdbs to dh.
 
  -- Michael Biebl <biebl at debian.org>  Fri, 15 Jul 2016 22:32:49 +0200
 

Modified: unstable/evolution-ews/debian/control
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-ews/debian/control?rev=2970&op=diff
==============================================================================
--- unstable/evolution-ews/debian/control	(original)
+++ unstable/evolution-ews/debian/control	Fri Jul 15 22:01:42 2016
@@ -11,7 +11,6 @@
 Build-Depends: debhelper (>= 9),
                dpkg-dev (>= 1.14.16),
                dh-autoreconf,
-               cdbs (>= 0.4.37),
                gnome-pkg-tools,
                gtk-doc-tools (>= 1.9),
                evolution-dev (>= 3.20.4),

Added: unstable/evolution-ews/debian/docs
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-ews/debian/docs?rev=2970&op=file
==============================================================================
--- unstable/evolution-ews/debian/docs	(added)
+++ unstable/evolution-ews/debian/docs	Fri Jul 15 22:01:42 2016
@@ -0,0 +1,2 @@
+NEWS
+README

Modified: unstable/evolution-ews/debian/rules
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-ews/debian/rules?rev=2970&op=diff
==============================================================================
--- unstable/evolution-ews/debian/rules	(original)
+++ unstable/evolution-ews/debian/rules	Fri Jul 15 22:01:42 2016
@@ -1,21 +1,25 @@
 #!/usr/bin/make -f
 
-include /usr/share/cdbs/1/rules/autoreconf.mk
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/gnome.mk
-include /usr/share/cdbs/1/rules/utils.mk
 include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
-
-DEB_DH_AUTORECONF_ARGS = "NOCONFIGURE=1 gnome-autogen.sh"
-DEB_DH_MAKESHLIBS_ARGS_ALL += --no-act
 
 # see https://bugzilla.gnome.org/show_bug.cgi?id=594473 for details
 export DEB_LDFLAGS_MAINT_STRIP=-Wl,-Bsymbolic-functions
-include /usr/share/dpkg/buildflags.mk
 
-DEB_CONFIGURE_EXTRA_FLAGS += --enable-gtk-doc
+%:
+	dh $@ --with autoreconf,gnome
 
-binary-install/evolution-ews::
+override_dh_gnome_clean:
+	dh_gnome_clean --no-control
+
+override_dh_autoreconf:
+	NOCONFIGURE=true dh_autoreconf gnome-autogen.sh
+
+override_dh_auto_configure:
+	dh_auto_configure -- --enable-gtk-doc
+
+override_dh_install:
+	dh_install
 	find debian/evolution-ews -name \*.la -delete
 
-common-binary-post-install-arch:: list-missing
+override_dh_makeshlibs:
+	dh_makeshlibs -n -X/usr/lib/evolution-data-server/




More information about the pkg-evolution-commits mailing list