r47833 - in /desktop/unstable/gcr/debian: changelog control control.in rules
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Sun Apr 3 22:06:53 UTC 2016
Author: biebl
Date: Sun Apr 3 22:06:53 2016
New Revision: 47833
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=47833
Log:
Convert from cdbs to dh.
Modified:
desktop/unstable/gcr/debian/changelog
desktop/unstable/gcr/debian/control
desktop/unstable/gcr/debian/control.in
desktop/unstable/gcr/debian/rules
Modified: desktop/unstable/gcr/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gcr/debian/changelog?rev=47833&op=diff
==============================================================================
--- desktop/unstable/gcr/debian/changelog [utf-8] (original)
+++ desktop/unstable/gcr/debian/changelog [utf-8] Sun Apr 3 22:06:53 2016
@@ -1,6 +1,7 @@
gcr (3.20.0-1) UNRELEASED; urgency=medium
* New upstream release.
+ * Convert from cdbs to dh.
-- Michael Biebl <biebl at debian.org> Sun, 03 Apr 2016 22:48:49 +0200
Modified: desktop/unstable/gcr/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gcr/debian/control?rev=47833&op=diff
==============================================================================
--- desktop/unstable/gcr/debian/control [utf-8] (original)
+++ desktop/unstable/gcr/debian/control [utf-8] Sun Apr 3 22:06:53 2016
@@ -8,7 +8,6 @@
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
Uploaders: Andreas Henriksson <andreas at fatal.se>, Laurent Bigonville <bigon at debian.org>, Michael Biebl <biebl at debian.org>, Sjoerd Simons <sjoerd at debian.org>
Build-Depends: debhelper (>= 9),
- cdbs (>= 0.4.93~),
dh-autoreconf,
autotools-dev,
docbook-xml,
Modified: desktop/unstable/gcr/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gcr/debian/control.in?rev=47833&op=diff
==============================================================================
--- desktop/unstable/gcr/debian/control.in [utf-8] (original)
+++ desktop/unstable/gcr/debian/control.in [utf-8] Sun Apr 3 22:06:53 2016
@@ -4,7 +4,6 @@
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
Uploaders: @GNOME_TEAM@
Build-Depends: debhelper (>= 9),
- cdbs (>= 0.4.93~),
dh-autoreconf,
autotools-dev,
docbook-xml,
Modified: desktop/unstable/gcr/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gcr/debian/rules?rev=47833&op=diff
==============================================================================
--- desktop/unstable/gcr/debian/rules [utf-8] (original)
+++ desktop/unstable/gcr/debian/rules [utf-8] Sun Apr 3 22:06:53 2016
@@ -1,29 +1,31 @@
#!/usr/bin/make -f
-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/uploaders.mk
include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
-include /usr/share/cdbs/1/rules/autoreconf.mk
-
-DEB_DH_AUTORECONF_ARGS = --as-needed
export DEB_LDFLAGS_MAINT_APPEND := -Wl,-O1 -Wl,-z,defs -Wl,--as-needed
include /usr/share/dpkg/buildflags.mk
-DEB_MAKE_CHECK_TARGET := -k check || true
+%:
+ dh $@ --with autoreconf,gir
-DEB_CONFIGURE_EXTRA_FLAGS += --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
- --libexecdir=/usr/lib/gcr \
- --enable-gtk-doc \
- --enable-introspection \
- --with-gtk \
- --disable-update-mime \
- --disable-valgrind
+override_dh_autoreconf:
+ dh_autoreconf --as-needed
-DEB_DH_MAKESHLIBS_ARGS_libgcr-base-3-1 += -V -- -c4
-DEB_DH_MAKESHLIBS_ARGS_libgcr-ui-3-1 += -V -- -c4
-DEB_DH_MAKESHLIBS_ARGS_libgck-1-0 += -V -- -c4
+override_dh_auto_configure:
+ dh_auto_configure -- \
+ --libexecdir=/usr/lib/gcr \
+ --enable-gtk-doc \
+ --enable-introspection \
+ --with-gtk \
+ --disable-update-mime \
+ --disable-valgrind
-common-binary-post-install-arch:: list-missing
+override_dh_auto_test:
+ make -k check || true
+
+override_dh_install:
+ dh_install --list-missing
+
+override_dh_makeshlibs:
+ dh_makeshlibs -V -- -c4
More information about the pkg-gnome-commits
mailing list