r50988 - in /desktop/unstable/libcroco/debian: changelog control control.in libcroco3.docs rules
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Wed Sep 21 02:07:17 UTC 2016
Author: biebl
Date: Wed Sep 21 02:07:16 2016
New Revision: 50988
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=50988
Log:
Convert from cdbs to dh.
Added:
desktop/unstable/libcroco/debian/libcroco3.docs
Modified:
desktop/unstable/libcroco/debian/changelog
desktop/unstable/libcroco/debian/control
desktop/unstable/libcroco/debian/control.in
desktop/unstable/libcroco/debian/rules
Modified: desktop/unstable/libcroco/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libcroco/debian/changelog?rev=50988&op=diff
==============================================================================
--- desktop/unstable/libcroco/debian/changelog [utf-8] (original)
+++ desktop/unstable/libcroco/debian/changelog [utf-8] Wed Sep 21 02:07:16 2016
@@ -1,3 +1,9 @@
+libcroco (0.6.11-2) UNRELEASED; urgency=medium
+
+ * Convert from cdbs to dh.
+
+ -- Michael Biebl <biebl at debian.org> Wed, 21 Sep 2016 04:05:20 +0200
+
libcroco (0.6.11-1) unstable; urgency=medium
* New upstream release.
Modified: desktop/unstable/libcroco/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libcroco/debian/control?rev=50988&op=diff
==============================================================================
--- desktop/unstable/libcroco/debian/control [utf-8] (original)
+++ desktop/unstable/libcroco/debian/control [utf-8] Wed Sep 21 02:07:16 2016
@@ -7,8 +7,7 @@
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
Uploaders: Andreas Henriksson <andreas at fatal.se>, Josselin Mouette <joss at debian.org>, Martin Pitt <mpitt at debian.org>, Michael Biebl <biebl at debian.org>
-Build-Depends: cdbs (>= 0.4.93~),
- debhelper (>= 9),
+Build-Depends: debhelper (>= 9),
dh-autoreconf,
gtk-doc-tools,
gnome-pkg-tools (>= 0.7),
Modified: desktop/unstable/libcroco/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libcroco/debian/control.in?rev=50988&op=diff
==============================================================================
--- desktop/unstable/libcroco/debian/control.in [utf-8] (original)
+++ desktop/unstable/libcroco/debian/control.in [utf-8] Wed Sep 21 02:07:16 2016
@@ -3,8 +3,7 @@
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
Uploaders: @GNOME_TEAM@
-Build-Depends: cdbs (>= 0.4.93~),
- debhelper (>= 9),
+Build-Depends: debhelper (>= 9),
dh-autoreconf,
gtk-doc-tools,
gnome-pkg-tools (>= 0.7),
Added: desktop/unstable/libcroco/debian/libcroco3.docs
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libcroco/debian/libcroco3.docs?rev=50988&op=file
==============================================================================
--- desktop/unstable/libcroco/debian/libcroco3.docs (added)
+++ desktop/unstable/libcroco/debian/libcroco3.docs [utf-8] Wed Sep 21 02:07:16 2016
@@ -0,0 +1,3 @@
+AUTHORS
+NEWS
+README
Modified: desktop/unstable/libcroco/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libcroco/debian/rules?rev=50988&op=diff
==============================================================================
--- desktop/unstable/libcroco/debian/rules [utf-8] (original)
+++ desktop/unstable/libcroco/debian/rules [utf-8] Wed Sep 21 02:07:16 2016
@@ -1,11 +1,10 @@
#! /usr/bin/make -f
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/utils.mk
-include /usr/share/cdbs/1/rules/autoreconf.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_CONFIGURE_EXTRA_FLAGS += --disable-gtk-doc \
- --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)
+%:
+ dh $@ --with autoreconf,gnome
+
+override_dh_auto_configure:
+ dh_auto_configure -- \
+ --disable-gtk-doc
More information about the pkg-gnome-commits
mailing list