Your message dated Tue, 26 Aug 2014 19:23:04 +0000
with message-id <[email protected]>
and subject line Bug#746690: fixed in gconf 3.2.6-3
has caused the Debian Bug report #746690,
regarding gconf: [FTBFS] please consider using dh-autoreconf to enable new 
architectures
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
746690: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746690
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: gconf
Version: 3.2.6-2
Severity: normal
Tags: patch
User: [email protected]
Usertags: ppc64e

Dear Maintainer,

While working on building gconf on ppc64el it fails to complete.
Would you please consider using dh-autoreconf in order to build gconf
in new arhitectures? The patch includes cdbs autoreconf integration from
dh-autoreconf.
Thanks.

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
Index: gconf-3.2.6/debian/control
===================================================================
--- gconf-3.2.6.orig/debian/control     2014-05-02 14:16:02.080000379 +0000
+++ gconf-3.2.6/debian/control  2014-05-02 14:26:07.649982422 +0000
@@ -10,6 +10,7 @@
 Uploaders: Debian GNOME Maintainers <[email protected]>, Jordi Mallach <[email protected]>, Michael Biebl <[email protected]>
 Build-Depends: debhelper (>= 8.1.3),
                cdbs (>= 0.4.93),
+               dh-autoreconf,
                gnome-pkg-tools (>= 0.14),
                gtk-doc-tools (>= 1.0),
                libglib2.0-dev (>= 2.31.0),
@@ -23,7 +24,6 @@
                libxml-parser-perl,
                gettext,
                python (>= 2.6.6-3~),
-               autotools-dev,
                libglib2.0-doc,
                gobject-introspection (>= 0.9.12-4~),
                libgirepository1.0-dev (>= 0.10.7-1~),
Index: gconf-3.2.6/debian/control.in
===================================================================
--- gconf-3.2.6.orig/debian/control.in  2013-11-06 10:30:38.000000000 +0000
+++ gconf-3.2.6/debian/control.in       2014-05-02 14:25:51.439996516 +0000
@@ -5,6 +5,7 @@
 Uploaders: @GNOME_TEAM@
 Build-Depends: debhelper (>= 8.1.3),
                cdbs (>= 0.4.93),
+               dh-autoreconf,
                gnome-pkg-tools (>= 0.14),
                gtk-doc-tools (>= 1.0),
                libglib2.0-dev (>= 2.31.0),
@@ -18,7 +19,6 @@
                libxml-parser-perl,
                gettext,
                python (>= 2.6.6-3~),
-               autotools-dev,
                libglib2.0-doc,
                gobject-introspection (>= 0.9.12-4~),
                libgirepository1.0-dev (>= 0.10.7-1~),
Index: gconf-3.2.6/debian/rules
===================================================================
--- gconf-3.2.6.orig/debian/rules       2012-02-23 20:56:44.000000000 +0000
+++ gconf-3.2.6/debian/rules    2014-05-02 14:28:14.689992524 +0000
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f

 include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/autoreconf.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

--- End Message ---
--- Begin Message ---
Source: gconf
Source-Version: 3.2.6-3

We believe that the bug you reported is fixed in the latest version of
gconf, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Henriksson <[email protected]> (supplier of updated gconf package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Tue, 26 Aug 2014 11:30:09 -0700
Source: gconf
Binary: gconf2 gconf-service gconf2-common gconf-defaults-service libgconf-2-4 
libgconf2-4 libgconf2-dev libgconf2-doc gir1.2-gconf-2.0 gconf-gsettings-backend
Architecture: source all amd64
Version: 3.2.6-3
Distribution: unstable
Urgency: medium
Maintainer: Josselin Mouette <[email protected]>
Changed-By: Andreas Henriksson <[email protected]>
Description:
 gconf-defaults-service - GNOME configuration database system (system defaults 
service)
 gconf-gsettings-backend - GNOME configuration database system - GSettings 
back-end
 gconf-service - GNOME configuration database system (D-Bus service)
 gconf2     - GNOME configuration database system (support tools)
 gconf2-common - GNOME configuration database system (common files)
 gir1.2-gconf-2.0 - GNOME configuration database system (GObject-Introspection)
 libgconf-2-4 - GNOME configuration database system (shared libraries)
 libgconf2-4 - GNOME configuration database system (dummy package)
 libgconf2-dev - GNOME configuration database system (development)
 libgconf2-doc - GNOME configuration database system (API reference)
Closes: 746690
Changes:
 gconf (3.2.6-3) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Fernando Seiti Furusato ]
   * Use dh-autoreconf. Closes: #746690.
Checksums-Sha1:
 d6f015cace8740e16b24ed72b3582a547c7b47ac 2364 gconf_3.2.6-3.dsc
 d70d7d604e617da9eed90dfabf8b5eb2c818e8d2 25580 gconf_3.2.6-3.debian.tar.xz
 8e9c022b11ea10221bf63a7d8e09aa3ac6295a1c 1039522 gconf2-common_3.2.6-3_all.deb
 c9c82030a4e52a704cde69cdc23b9a8ee5c8ee20 416022 libgconf2-doc_3.2.6-3_all.deb
 1c8dde2ef0183f42f7cc0286000e612a6513798e 423478 gconf2_3.2.6-3_amd64.deb
 e20591065d9b829793aba82a1710abdfcff058dc 413574 gconf-service_3.2.6-3_amd64.deb
 c409f0d10c9d5824e8d0eae17be730dd81432ad7 371950 
gconf-defaults-service_3.2.6-3_amd64.deb
 a5dcf592c9cbcf23d7566906a471d273ff5afa79 426228 libgconf-2-4_3.2.6-3_amd64.deb
 c0140f4a0aef66e1cbd25d866e6c35354a243a99 357676 libgconf2-4_3.2.6-3_amd64.deb
 6dc9a63e2d76c760429e6d31c86a01435ffe911d 447226 libgconf2-dev_3.2.6-3_amd64.deb
 42d8964f3ef89bd5c726be91a6696469722eb0b5 361894 
gir1.2-gconf-2.0_3.2.6-3_amd64.deb
 ec59d0c89ce18a102e235f520c9ff832d95bb738 364806 
gconf-gsettings-backend_3.2.6-3_amd64.deb
Checksums-Sha256:
 7cb429d853f8dc12b0ce56733cc0e793fa3cf4099f65b9ffc3f93d141af0fca1 2364 
gconf_3.2.6-3.dsc
 4483e59755786c8da6548275b4e5a69641c912dfd1d83423c636f9b51cd6f791 25580 
gconf_3.2.6-3.debian.tar.xz
 4bc3e97c2ec211915b2a5a7eac6e0b2ac59b74602007dcc98c8d62a35d681a2a 1039522 
gconf2-common_3.2.6-3_all.deb
 f6eb40727db5e68f3538833b7a7f8fad9037415f69418dc95e3fe36c95a86aa3 416022 
libgconf2-doc_3.2.6-3_all.deb
 d8bd712c85d2dfb5198f2ffcc8e8c0a67abba4f7a443f6728c1edea0b1c98873 423478 
gconf2_3.2.6-3_amd64.deb
 1bc73cfb6703460b10f6d378f8cd2e379aac230a2b896c3cee90688fd32abfb4 413574 
gconf-service_3.2.6-3_amd64.deb
 5c32b12a63d79463af983502bc8bc45dfd8004090e4b03a2f2e28cb4e20a5958 371950 
gconf-defaults-service_3.2.6-3_amd64.deb
 93c19ac69bae5238d30bcfb0adaa49d6b3d32aa7e997aae3eda68f9c910a565f 426228 
libgconf-2-4_3.2.6-3_amd64.deb
 3c465453bb2871a0de090389da438a3532a4034f5b7d3291a25f7864715c55f8 357676 
libgconf2-4_3.2.6-3_amd64.deb
 5c0de0e03bc4ae5b2323e8d38ac38005f6bda3718f309a845784083e9ba19997 447226 
libgconf2-dev_3.2.6-3_amd64.deb
 537b7f4b0269b54aca3342c17e1e4e1a0076c6af1efc67c70c3aa601ee1233f2 361894 
gir1.2-gconf-2.0_3.2.6-3_amd64.deb
 1a32bdf1e487b5afd4fbff713df3766c105589bc710dc293c94ad81bbc02bc6b 364806 
gconf-gsettings-backend_3.2.6-3_amd64.deb
Files:
 1032d7d2f6f0af37be493fd1d297c5d4 1039522 libs optional 
gconf2-common_3.2.6-3_all.deb
 82f007807a7c91ecfa5d1a5c9886d9e8 416022 doc optional 
libgconf2-doc_3.2.6-3_all.deb
 16fb5716281ee115fa13fe70293de7e1 423478 libs optional gconf2_3.2.6-3_amd64.deb
 bba7bcea6cbf301ee255f45bffed9ba5 413574 libs optional 
gconf-service_3.2.6-3_amd64.deb
 34ab46ef1c240ba98f35b6a9ad12ce4c 371950 libs optional 
gconf-defaults-service_3.2.6-3_amd64.deb
 619c742278e73e7ec7216147f588ad16 426228 libs optional 
libgconf-2-4_3.2.6-3_amd64.deb
 13a460032da7444ac4e62f1feb8ecf58 357676 oldlibs optional 
libgconf2-4_3.2.6-3_amd64.deb
 b9c27f239bdd4f6b52981f8f9adb0572 447226 libdevel optional 
libgconf2-dev_3.2.6-3_amd64.deb
 3233005ad799e525b7feb6fc1eeb7422 361894 introspection optional 
gir1.2-gconf-2.0_3.2.6-3_amd64.deb
 10961d88c0bb6acd893c8d810d95eed0 364806 libs extra 
gconf-gsettings-backend_3.2.6-3_amd64.deb
 0f76b5e5048c88ea678b63e1f5a8c85d 2364 libs optional gconf_3.2.6-3.dsc
 a7f4b27d0c41e89055085d250b218217 25580 libs optional 
gconf_3.2.6-3.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iEYEARECAAYFAlP80swACgkQcgQ2cL3l8e5BJACffrvr+c0C9s8JqOsDeglAuHYj
QwcAni/sxv2kFdJUOlTCit3KQbo7k79m
=aYAL
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to