r49128 - in /desktop/unstable/gtksourceview3/debian: changelog control control.in libgtksourceview-3.0-1.docs rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Wed Jun 22 23:40:59 UTC 2016


Author: biebl
Date: Wed Jun 22 23:40:59 2016
New Revision: 49128

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

Added:
    desktop/unstable/gtksourceview3/debian/libgtksourceview-3.0-1.docs
Modified:
    desktop/unstable/gtksourceview3/debian/changelog
    desktop/unstable/gtksourceview3/debian/control
    desktop/unstable/gtksourceview3/debian/control.in
    desktop/unstable/gtksourceview3/debian/rules

Modified: desktop/unstable/gtksourceview3/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtksourceview3/debian/changelog?rev=49128&op=diff
==============================================================================
--- desktop/unstable/gtksourceview3/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gtksourceview3/debian/changelog	[utf-8] Wed Jun 22 23:40:59 2016
@@ -1,6 +1,7 @@
 gtksourceview3 (3.20.4-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+  * Convert from cdbs to dh.
 
  -- Michael Biebl <biebl at debian.org>  Thu, 23 Jun 2016 01:28:03 +0200
 

Modified: desktop/unstable/gtksourceview3/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtksourceview3/debian/control?rev=49128&op=diff
==============================================================================
--- desktop/unstable/gtksourceview3/debian/control	[utf-8] (original)
+++ desktop/unstable/gtksourceview3/debian/control	[utf-8] Wed Jun 22 23:40:59 2016
@@ -6,9 +6,8 @@
 Section: libs
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Andreas Henriksson <andreas at fatal.se>, Iain Lane <laney at debian.org>, Michael Biebl <biebl at debian.org>
+Uploaders: Andreas Henriksson <andreas at fatal.se>, Michael Biebl <biebl at debian.org>
 Build-Depends: autotools-dev,
-               cdbs (>= 0.4.93),
                debhelper (>= 9),
                dh-autoreconf,
                gnome-pkg-tools (>= 0.7),

Modified: desktop/unstable/gtksourceview3/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtksourceview3/debian/control.in?rev=49128&op=diff
==============================================================================
--- desktop/unstable/gtksourceview3/debian/control.in	[utf-8] (original)
+++ desktop/unstable/gtksourceview3/debian/control.in	[utf-8] Wed Jun 22 23:40:59 2016
@@ -4,7 +4,6 @@
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: @GNOME_TEAM@
 Build-Depends: autotools-dev,
-               cdbs (>= 0.4.93),
                debhelper (>= 9),
                dh-autoreconf,
                gnome-pkg-tools (>= 0.7),

Added: desktop/unstable/gtksourceview3/debian/libgtksourceview-3.0-1.docs
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtksourceview3/debian/libgtksourceview-3.0-1.docs?rev=49128&op=file
==============================================================================
--- desktop/unstable/gtksourceview3/debian/libgtksourceview-3.0-1.docs	(added)
+++ desktop/unstable/gtksourceview3/debian/libgtksourceview-3.0-1.docs	[utf-8] Wed Jun 22 23:40:59 2016
@@ -0,0 +1,3 @@
+AUTHORS
+NEWS
+README

Modified: desktop/unstable/gtksourceview3/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtksourceview3/debian/rules?rev=49128&op=diff
==============================================================================
--- desktop/unstable/gtksourceview3/debian/rules	[utf-8] (original)
+++ desktop/unstable/gtksourceview3/debian/rules	[utf-8] Wed Jun 22 23:40:59 2016
@@ -1,22 +1,25 @@
 #!/usr/bin/make -f
 #(C) 2002 Colin Walters
 
-include /usr/share/cdbs/1/rules/autoreconf.mk
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/utils.mk
-include /usr/share/cdbs/1/class/gnome.mk
-include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
-
-DEB_DH_AUTORECONF_ARGS = --as-needed
 
 GNOME_MODULE = gtksourceview
 
-DEB_CONFIGURE_EXTRA_FLAGS += --enable-static \
-                             --enable-glade-catalog \
-                             --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)
-LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
 
-DEB_DH_MAKESHLIBS_ARGS += -V -- -c4
+%:
+	dh $@ --with autoreconf,gnome,gir
 
-DEB_MAKE_CHECK_TARGET := -C data/language-specs check
+override_dh_autoreconf:
+	dh_autoreconf --as-needed
+
+override_dh_auto_configure:
+	dh_auto_configure -- \
+		--enable-static \
+		--enable-glade-catalog
+
+override_dh_makeshlibs:
+	dh_makeshlibs -V -- -c4
+
+override_dh_auto_test:
+	$(MAKE) -C data/language-specs check




More information about the pkg-gnome-commits mailing list