[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#639332: marked as done (buildcross: Remove deprecated Depends on type-handling)



Your message dated Sat, 03 Mar 2012 15:48:09 +0000
with message-id <E1S3rBp-0007g7-5H@franck.debian.org>
and subject line Bug#639332: fixed in buildcross 0.0.12
has caused the Debian Bug report #639332,
regarding buildcross: Remove deprecated Depends on type-handling
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 owner@bugs.debian.org
immediately.)


-- 
639332: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=639332
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: buildcross
Version: 0.0.11
Severity: wishlist
Tags: patch

Hi!

The buildcross package Depends on type-handling, from what it seems
due to gdb Build-Depending on it. Given that gdb will stop using
type-handling on its next upload it would be nice to drop that from
here too.

Attached patches fixes this, first one line wraps the fields, the
other one removes type-handling from everywhere.

(As an aside it might be worth considering generating the Depends line
dynamically from the relevant Build-Depends at build time.)

thanks,
guillem
>From bb62bad4251f66e516816812bb2205ecaf33e691 Mon Sep 17 00:00:00 2001
From: Guillem Jover <guillem@hadrons.org>
Date: Fri, 26 Aug 2011 01:48:40 +0200
Subject: [PATCH 1/2] Line wrap control file fields

---
 debian/control |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index c2a0d78..0334d32 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,8 @@ Source: buildcross
 Section: utils
 Priority: extra
 Maintainer: Debian Embedded <debian-embedded@lists.debian.org>
-Uploaders: Hector Oron <zumbi@debian.org>, Wookey <wookey@debian.org>, Neil Williams <codehelp@debian.org>
+Uploaders: Hector Oron <zumbi@debian.org>, Wookey <wookey@debian.org>,
+ Neil Williams <codehelp@debian.org>
 Build-Depends: debhelper (>= 7.0)
 Standards-Version: 3.9.1
 Homepage: http://www.emdebian.org/
@@ -12,6 +13,12 @@ Vcs-Browser: http://emdebian.org/git/?p=debian/buildcross;a=summary
 Package: buildcross
 Architecture: all
 Recommends: xapt
-Depends: ${misc:Depends}, dpkg-cross (>=2.4.0), fakeroot, dpatch, time, patchutils, bzip2, lsb-release, autoconf, autoconf2.13, automake1.9, libtool, autogen, gawk, bison, flex, realpath, texinfo, devscripts, automake1.4, automake1.7, dh-make, debhelper, libncurses-dev, libreadline-dev, gobjc, cdbs, quilt, type-handling, build-essential, dejagnu, gperf, libmpfr-dev, sharutils, chrpath, liburi-perl, dctrl-tools, wget, pbuilder, dctrl-tools, sudo, reprepro, libcloog-ppl-dev
+Depends: ${misc:Depends}, dpkg-cross (>=2.4.0), fakeroot, dpatch, time,
+ patchutils, bzip2, lsb-release, autoconf, autoconf2.13, automake1.9,
+ libtool, autogen, gawk, bison, flex, realpath, texinfo, devscripts,
+ automake1.4, automake1.7, dh-make, debhelper, libncurses-dev,
+ libreadline-dev, gobjc, cdbs, quilt, type-handling, build-essential,
+ dejagnu, gperf, libmpfr-dev, sharutils, chrpath, liburi-perl, dctrl-tools,
+ wget, pbuilder, dctrl-tools, sudo, reprepro, libcloog-ppl-dev
 Description: Cross build a full set of Debian toolchain
  buildcross is used to create a Debian cross toolchain from Debian mirrors.
-- 
1.7.5.4

>From 344f4dc4ca0e1c3b228b9f6daaf8f5442861640d Mon Sep 17 00:00:00 2001
From: Guillem Jover <guillem@hadrons.org>
Date: Fri, 26 Aug 2011 01:49:47 +0200
Subject: [PATCH 2/2] Remove deprecated type-handled now unused by gdb

---
 debian/control |    2 +-
 functions      |    1 -
 2 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 0334d32..a67fd45 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,7 @@ Depends: ${misc:Depends}, dpkg-cross (>=2.4.0), fakeroot, dpatch, time,
  patchutils, bzip2, lsb-release, autoconf, autoconf2.13, automake1.9,
  libtool, autogen, gawk, bison, flex, realpath, texinfo, devscripts,
  automake1.4, automake1.7, dh-make, debhelper, libncurses-dev,
- libreadline-dev, gobjc, cdbs, quilt, type-handling, build-essential,
+ libreadline-dev, gobjc, cdbs, quilt, build-essential,
  dejagnu, gperf, libmpfr-dev, sharutils, chrpath, liburi-perl, dctrl-tools,
  wget, pbuilder, dctrl-tools, sudo, reprepro, libcloog-ppl-dev
 Description: Cross build a full set of Debian toolchain
diff --git a/functions b/functions
index d87453c..52444c6 100644
--- a/functions
+++ b/functions
@@ -166,7 +166,6 @@ sanitycheck () {
 	checkinstalled gobjc 
 	checkinstalled cdbs  
  	checkinstalled quilt 
- 	checkinstalled type-handling
 	checkinstalled build-essential 
 	#checkinstalled gcc-multilib 
 	#checkinstalled libc6-dev-i386 
-- 
1.7.5.4


--- End Message ---
--- Begin Message ---
Source: buildcross
Source-Version: 0.0.12

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

buildcross_0.0.12.dsc
  to main/b/buildcross/buildcross_0.0.12.dsc
buildcross_0.0.12.tar.gz
  to main/b/buildcross/buildcross_0.0.12.tar.gz
buildcross_0.0.12_all.deb
  to main/b/buildcross/buildcross_0.0.12_all.deb



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

Debian distribution maintenance software
pp.
Hector Oron <zumbi@debian.org> (supplier of updated buildcross 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: SHA512

Format: 1.8
Date: Sat, 03 Mar 2012 14:42:35 +0000
Source: buildcross
Binary: buildcross
Architecture: source all
Version: 0.0.12
Distribution: experimental
Urgency: low
Maintainer: Debian Embedded <debian-embedded@lists.debian.org>
Changed-By: Hector Oron <zumbi@debian.org>
Description: 
 buildcross - Cross build a full set of Debian toolchain
Closes: 639332 660740 660741 660742
Changes: 
 buildcross (0.0.12) experimental; urgency=low
 .
   * Drop type-handling dependencies (Closes: #639332)
     - Thanks Guillem Jover for patch
   * Fix VCS field in control file (Closes: #660740)
   * Support format 3 quilt packages (Closes: #660742)
     - Thanks Alban Browaeys for patch
   * Fix breakage in the apt-db init due to missing sources.list.d
     - Thanks Alban Browaeys for patch (Closes: #660741)
   * Add configuration file for wheezy.
Checksums-Sha1: 
 c8f7edca9bab87d3510def33dc10d1e4858b5774 1633 buildcross_0.0.12.dsc
 d38a33820413ecf13a731a9607ef29011870bf00 32620 buildcross_0.0.12.tar.gz
 e6941d5c348f4b71e33a5b3197d5afffda9e9eea 29296 buildcross_0.0.12_all.deb
Checksums-Sha256: 
 3f5fe6b8a876c940ce8a0145eba2ee9106959d976c3a72d1160c39bae66ddbcd 1633 buildcross_0.0.12.dsc
 0cc8550894ffe3ac58b5e9a4621014f3e0e5a1e71cec3291a78ac9986eac5da8 32620 buildcross_0.0.12.tar.gz
 1783fb40179ac3f2ec94a620759fd5df4c8833291b2a86e7df27424a78232bca 29296 buildcross_0.0.12_all.deb
Files: 
 2ea3a5cd2aac4c5bea1a2b8ea070ca83 1633 utils extra buildcross_0.0.12.dsc
 f96ae6fd3b378ed53df7ea1b84977ec3 32620 utils extra buildcross_0.0.12.tar.gz
 82f94a8611bb891579498c6d02e6df0a 29296 utils extra buildcross_0.0.12_all.deb

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

iQIcBAEBCgAGBQJPUi8bAAoJEK8ig6p24qx7VkcQAIPooRQx1sEBGW77ZMfyDQIp
obfaXsKH7eOLg0z8Ae1/cW3b8vIx8yO2hZEva2ta9zpA4r4Zb2q/7ZhkIAOdoJGW
GyeuJrnYrooccuNEa24VxHUbIpDeyse5qe2C/yCvHQRNuodWb20K6+S9/hHYaw1y
bHO7DFHeY/2inbAQ0+mDECS26ycLV20bmCAYHXPJHHeotv8AOSeK26UcgXQqWLoO
CNNGP8j2ELmGnOEvMqo2qZHDrF0qkk/yklxi3MIf6t0i9ecthudnz7C0MYNipyuP
gvFl01dTsKG+bmUrbpbcc2mjlJ5pn/YiL152XHsrErnL8GYQhOJvTqSjYfACkU1n
c0lKXhpR+cyH5kVBCZEf/OSU/I1svXIwtWnaGNem3WYl768cInrJwzVLwRTMXC+B
7QAp7VtUknn5VAmCy+1YET9zRH+z4k5fDhw5FCCNoabUU761wwFlZ1Ez1auGCFFn
G+IyeKgL+tLaQE09WK1e1MTs0LCyo3No6GZIkLoDsQoRps76TbD0S/VNf+2MS3oB
U+lgAiOJyVJGGegeLZu1OOFTvUKJwMshHyJ1fx3ThhmipQljOQAmpPLJUhWZwcmf
W9Hcb9RC7CEcbSGIv1KWQOkBlWCm6oZxfxPWm9CQ75RCsDueVnmTKv6SOuNgZril
/WLrgtqegUdmIiAyOVlm
=l3OL
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: