r51509 - in /attic/gtksourceview2/debian: changelog control control.in libgtksourceview2.0-0.docs rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Fri Oct 21 01:09:03 UTC 2016


Author: biebl
Date: Fri Oct 21 01:09:03 2016
New Revision: 51509

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

Added:
    attic/gtksourceview2/debian/libgtksourceview2.0-0.docs
Modified:
    attic/gtksourceview2/debian/changelog
    attic/gtksourceview2/debian/control
    attic/gtksourceview2/debian/control.in
    attic/gtksourceview2/debian/rules

Modified: attic/gtksourceview2/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/gtksourceview2/debian/changelog?rev=51509&op=diff
==============================================================================
--- attic/gtksourceview2/debian/changelog	[utf-8] (original)
+++ attic/gtksourceview2/debian/changelog	[utf-8] Fri Oct 21 01:09:03 2016
@@ -2,6 +2,7 @@
 
   * Strip debian/tmp/ prefix from .install files.
   * Convert to multiarch. (Closes: #813251)
+  * Convert from cdbs to dh.
 
  -- Michael Biebl <biebl at debian.org>  Fri, 21 Oct 2016 02:48:24 +0200
 

Modified: attic/gtksourceview2/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/gtksourceview2/debian/control?rev=51509&op=diff
==============================================================================
--- attic/gtksourceview2/debian/control	[utf-8] (original)
+++ attic/gtksourceview2/debian/control	[utf-8] Fri Oct 21 01:09:03 2016
@@ -8,7 +8,6 @@
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: Andreas Henriksson <andreas at fatal.se>, Emilio Pozuelo Monfort <pochu at debian.org>, Josselin Mouette <joss at debian.org>, Michael Biebl <biebl at debian.org>, Sebastian Dröge <slomo at debian.org>
 Build-Depends: dh-autoreconf,
-               cdbs,
                debhelper (>= 9),
                gnome-pkg-tools (>= 0.7),
                dpkg-dev (>= 1.13.19),

Modified: attic/gtksourceview2/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/gtksourceview2/debian/control.in?rev=51509&op=diff
==============================================================================
--- attic/gtksourceview2/debian/control.in	[utf-8] (original)
+++ attic/gtksourceview2/debian/control.in	[utf-8] Fri Oct 21 01:09:03 2016
@@ -4,7 +4,6 @@
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: @GNOME_TEAM@
 Build-Depends: dh-autoreconf,
-               cdbs,
                debhelper (>= 9),
                gnome-pkg-tools (>= 0.7),
                dpkg-dev (>= 1.13.19),

Added: attic/gtksourceview2/debian/libgtksourceview2.0-0.docs
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/gtksourceview2/debian/libgtksourceview2.0-0.docs?rev=51509&op=file
==============================================================================
--- attic/gtksourceview2/debian/libgtksourceview2.0-0.docs	(added)
+++ attic/gtksourceview2/debian/libgtksourceview2.0-0.docs	[utf-8] Fri Oct 21 01:09:03 2016
@@ -0,0 +1,3 @@
+AUTHORS
+NEWS
+README

Modified: attic/gtksourceview2/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/gtksourceview2/debian/rules?rev=51509&op=diff
==============================================================================
--- attic/gtksourceview2/debian/rules	[utf-8] (original)
+++ attic/gtksourceview2/debian/rules	[utf-8] Fri Oct 21 01:09:03 2016
@@ -1,24 +1,24 @@
 #!/usr/bin/make -f
-# $Id$
-# (C) 2002 Colin Walters
 
-# CDBS Classes & Rules
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/autoreconf.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/clean-la.mk
-include /usr/share/gnome-pkg-tools/1/rules/gnome-version.mk
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 GNOME_MODULE = gtksourceview
 
-# Compile options
-DEB_CONFIGURE_EXTRA_FLAGS += --enable-static --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
 
-# Debhelper Arguments
-DEB_DH_MAKESHLIBS_ARGS += -V 'libgtksourceview2.0-0 (>= 2.10.0)'
+%:
+	dh $@ --with autoreconf,gnome
 
-DEB_MAKE_CHECK_TARGET := -C gtksourceview/language-specs check
+override_dh_autoreconf:
+	dh_autoreconf --as-needed
+
+override_dh_auto_configure:
+	dh_auto_configure -- --enable-static
+
+override_dh_makeshlibs:
+	dh_makeshlibs -V 'libgtksourceview2.0-0 (>= 2.10.0)'
+
+override_dh_auto_test:
+ifeq (, $(filter nocheck, $(DEB_BUILD_OPTIONS)))
+	$(MAKE) -C gtksourceview/language-specs check VERBOSE=1
+endif




More information about the pkg-gnome-commits mailing list