Source: libcroco
Followup-For: Bug #754223

Hello Andreas!

Thanks for your considerations and the heads up.
I apologize for the mistake, I will blame the rush for that =)
Anyway, I have just tested the patch in a clean environment, using sbuild
and, as expected, it failed.
It was actually missing dependency on gtk-doc-tools due to autoreconf.

I have created a new patch with the modification, tested again and it seemed to
work this time.
Please let me know your thoughts on this.

Thanks and apologies for any inconvenience.
Fernando


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: ppc64el (ppc64le)

Kernel: Linux 3.13-1-powerpc64le (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru libcroco-0.6.8/debian/control libcroco-0.6.8/debian/control
--- libcroco-0.6.8/debian/control	2013-05-17 10:06:44.000000000 +0000
+++ libcroco-0.6.8/debian/control	2014-07-25 16:51:18.000000000 +0000
@@ -10,6 +10,8 @@
 Uploaders: Josselin Mouette <[email protected]>, Kilian Krause <[email protected]>, Loic Minier <[email protected]>, Martin Pitt <[email protected]>, Michael Biebl <[email protected]>, Sebastian Dröge <[email protected]>
 Build-Depends: cdbs (>= 0.4.93~),
                debhelper (>= 9),
+               dh-autoreconf,
+               gtk-doc-tools,
                gnome-pkg-tools (>= 0.7),
                libxml2-dev (>= 2.4.23),
                libglib2.0-dev (>= 2.0),
diff -Nru libcroco-0.6.8/debian/control.in libcroco-0.6.8/debian/control.in
--- libcroco-0.6.8/debian/control.in	2013-05-17 10:03:50.000000000 +0000
+++ libcroco-0.6.8/debian/control.in	2014-07-25 16:50:02.000000000 +0000
@@ -5,6 +5,8 @@
 Uploaders: @GNOME_TEAM@
 Build-Depends: cdbs (>= 0.4.93~),
                debhelper (>= 9),
+               dh-autoreconf,
+               gtk-doc-tools,
                gnome-pkg-tools (>= 0.7),
                libxml2-dev (>= 2.4.23),
                libglib2.0-dev (>= 2.0),
diff -Nru libcroco-0.6.8/debian/rules libcroco-0.6.8/debian/rules
--- libcroco-0.6.8/debian/rules	2012-02-10 06:13:01.000000000 +0000
+++ libcroco-0.6.8/debian/rules	2014-07-25 16:50:02.000000000 +0000
@@ -2,6 +2,7 @@
 
 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

Reply via email to