Bug#274053: marked as done (libglib2.0-udeb: not built on autobuilders)

Debian Bug Tracking System owner@bugs.debian.org
Wed, 29 Sep 2004 11:33:15 -0700


Your message dated Wed, 29 Sep 2004 14:17:12 -0400
with message-id <E1CCj0q-0007PR-00@newraff.debian.org>
and subject line Bug#274053: fixed in glib2.0 2.4.6-3
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 29 Sep 2004 15:39:46 +0000
>From cjwatson@flatline.org.uk Wed Sep 29 08:39:46 2004
Return-path: <cjwatson@flatline.org.uk>
Received: from chiark.greenend.org.uk [193.201.200.170] (mail)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1CCgYU-0000Rf-00; Wed, 29 Sep 2004 08:39:46 -0700
Received: from [192.168.124.112] (helo=riva.lab.dotat.at)
	by chiark.greenend.org.uk (Debian Exim 3.35 #1) with esmtp
	for submit@bugs.debian.org
	(return-path cjwatson@flatline.org.uk)
	id 1CCgYS-0005Uj-00; Wed, 29 Sep 2004 16:39:44 +0100
Received: from cjwatson by riva.lab.dotat.at with local (Exim 3.35 #1 (Debian))
	for submit@bugs.debian.org
	id 1CCgYR-0000nK-00; Wed, 29 Sep 2004 16:39:43 +0100
Date: Wed, 29 Sep 2004 16:39:43 +0100
From: Colin Watson <cjwatson@debian.org>
To: submit@bugs.debian.org
Subject: libglib2.0-udeb: not built on autobuilders
Message-ID: <20040929153943.GA3050@riva.ucam.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.28i
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: libglib2.0-udeb
Version: 2.4.6-2
Severity: normal
Tags: patch

The libglib2.0-udeb is only built on the uploader's architecture (i386
in this case), not on the autobuilders: this is because there are
binary-indep, binary-arch, and binary-arch-udeb targets in debian/rules,
with binary depending on all three, but the autobuilders only build
binary-arch for obvious reasons.

The attached diff fixes this, and also strips objects in the udeb so
that the udeb doesn't end up considerably bigger than the corresponding
debs.

diff -u glib2.0-2.4.6/debian/rules glib2.0-2.4.6/debian/rules
--- glib2.0-2.4.6/debian/rules
+++ glib2.0-2.4.6/debian/rules
@@ -234,7 +234,7 @@
 	dh_builddeb -i
 
 # Build architecture-dependent files here.
-binary-arch: build install
+binary-arch: build install binary-arch-udeb
 	dh_testdir -a
 	dh_testroot -a
 
@@ -272,6 +272,7 @@
 	dh_testroot -a
 
 	dh_installdebconf -a
+	dh_strip -a
 	dh_compress -a
 	dh_fixperms -a
 	dh_installdeb -a
diff -u glib2.0-2.4.6/debian/changelog glib2.0-2.4.6/debian/changelog
--- glib2.0-2.4.6/debian/changelog
+++ glib2.0-2.4.6/debian/changelog
@@ -1,3 +1,10 @@
+glib2.0 (2.4.6-2.1) UNRELEASED; urgency=low
+
+  * [debian/rules] binary-arch depends on binary-arch-udeb.
+  * [debian/rules] Strip udeb!
+
+ -- Colin Watson <cjwatson@debian.org>  Fri, 24 Sep 2004 13:26:00 +0100
+
 glib2.0 (2.4.6-2) unstable; urgency=medium
 
   * [debian/patches/001_translations.patch] Updated translations from CVS.

Thanks,

-- 
Colin Watson                                       [cjwatson@debian.org]

---------------------------------------
Received: (at 274053-close) by bugs.debian.org; 29 Sep 2004 18:23:31 +0000
>From katie@ftp-master.debian.org Wed Sep 29 11:23:31 2004
Return-path: <katie@ftp-master.debian.org>
Received: from newraff.debian.org [208.185.25.31] (mail)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1CCj6x-0006Mp-00; Wed, 29 Sep 2004 11:23:31 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
	id 1CCj0q-0007PR-00; Wed, 29 Sep 2004 14:17:12 -0400
From: jdassen@debian.org (J.H.M. Dassen (Ray))
To: 274053-close@bugs.debian.org
X-Katie: $Revision: 1.51 $
Subject: Bug#274053: fixed in glib2.0 2.4.6-3
Message-Id: <E1CCj0q-0007PR-00@newraff.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Wed, 29 Sep 2004 14:17:12 -0400
Delivered-To: 274053-close@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-4.3 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER,
	NO_DNS_FOR_FROM autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Source: glib2.0
Source-Version: 2.4.6-3

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

glib2.0_2.4.6-3.diff.gz
  to pool/main/g/glib2.0/glib2.0_2.4.6-3.diff.gz
glib2.0_2.4.6-3.dsc
  to pool/main/g/glib2.0/glib2.0_2.4.6-3.dsc
libglib2.0-0_2.4.6-3_i386.deb
  to pool/main/g/glib2.0/libglib2.0-0_2.4.6-3_i386.deb
libglib2.0-data_2.4.6-3_all.deb
  to pool/main/g/glib2.0/libglib2.0-data_2.4.6-3_all.deb
libglib2.0-dbg_2.4.6-3_i386.deb
  to pool/main/g/glib2.0/libglib2.0-dbg_2.4.6-3_i386.deb
libglib2.0-dev_2.4.6-3_i386.deb
  to pool/main/g/glib2.0/libglib2.0-dev_2.4.6-3_i386.deb
libglib2.0-doc_2.4.6-3_all.deb
  to pool/main/g/glib2.0/libglib2.0-doc_2.4.6-3_all.deb
libglib2.0-udeb_2.4.6-3_i386.udeb
  to pool/main/g/glib2.0/libglib2.0-udeb_2.4.6-3_i386.udeb



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 274053@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
J.H.M. Dassen (Ray) <jdassen@debian.org> (supplier of updated glib2.0 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 ftpmaster@debian.org)


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

Format: 1.7
Date: Wed, 29 Sep 2004 19:39:22 +0200
Source: glib2.0
Binary: libglib2.0-dbg libglib2.0-udeb libglib2.0-data libglib2.0-dev libglib2.0-doc libglib2.0-0
Architecture: source i386 all
Version: 2.4.6-3
Distribution: unstable
Urgency: medium
Maintainer: J.H.M. Dassen (Ray) <jdassen@debian.org>
Changed-By: J.H.M. Dassen (Ray) <jdassen@debian.org>
Description: 
 libglib2.0-0 - The GLib library of C routines
 libglib2.0-data - Common files for GLib library
 libglib2.0-dbg - The GLib libraries and debugging symbols
 libglib2.0-dev - Development files for the GLib library
 libglib2.0-doc - Documentation files for the GLib library
 libglib2.0-udeb - The GLib library of C routines (udeb)
Closes: 274053
Changes: 
 glib2.0 (2.4.6-3) unstable; urgency=medium
 .
   Colin Watson <cjwatson@debian.org>: (Closes: #274053)
   * [debian/rules] binary-arch depends on binary-arch-udeb.
   * [debian/rules] Strip udeb!
Files: 
 452e562beed6816bceba393540c59c10 1506 libs optional glib2.0_2.4.6-3.dsc
 8a6cdf4d95e7d85450702a9378f1cfb9 28512 libs optional glib2.0_2.4.6-3.diff.gz
 ce6181726535390d77cd2086cf707673 156822 misc optional libglib2.0-data_2.4.6-3_all.deb
 1e6e78fdeb54a16a6ad13e0344189fd9 541682 doc optional libglib2.0-doc_2.4.6-3_all.deb
 28beefaf53d91d69b1a797529dbfdd7c 442068 debian-installer optional libglib2.0-udeb_2.4.6-3_i386.udeb
 571b82e6c498d15ce0113a7fd6fa2451 442008 libs optional libglib2.0-0_2.4.6-3_i386.deb
 4a97a676af18e8be64b9b2801351d488 445952 libdevel optional libglib2.0-dev_2.4.6-3_i386.deb
 bd56caa130355f090ad8dbe29d12c744 929294 libdevel extra libglib2.0-dbg_2.4.6-3_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFBWviO/HzwHc5k3nkRAkJsAKCb4Narfs/P1mF0lpfiTJxSc72d/wCgh/bj
dheWjsGYJSxYit57wiTOUi0=
=s/US
-----END PGP SIGNATURE-----