Bug#752290: buildcross: patch attached

mdt <[email protected]>
Newsgroups gmane.linux.debian.devel.embedded
Message-ID <20141012163230.19009.36424.reportbug__29154.3983076282$1413132865$gmane$org@debian.homenet.telecomitalia.it>
Package: buildcross
Version: 0.0.13
Followup-For: Bug #752290

wrap-and-sort -f debian/control
This also fix duplicate-in-relation-field of dctrl-tools.
Removed autoconf2.13, automake1.4, automake1.9 and dpatch. This fix depends-on-obsolete-package and close #752290.


*** /home/mdt/buildcross2/debian/0001-752290.patch
>From c1772cc710d91e87ffb21445eae18d14a249dbf4 Mon Sep 17 00:00:00 2001
From: mdt <[email protected]>
Date: Sun, 12 Oct 2014 18:20:33 +0200
Subject: [PATCH] 752290

---
 debian/control | 50 ++++++++++++++++++++++++++++++++++++++++----------
 1 file changed, 40 insertions(+), 10 deletions(-)

diff --git a/debian/control b/debian/control
index 98c5c7f..5715dd3 100644
--- a/debian/control
+++ b/debian/control
@@ -2,23 +2,53 @@ Source: buildcross
 Section: utils
 Priority: extra
 Maintainer: Debian Embedded <[email protected]>
-Uploaders: Hector Oron <[email protected]>, Wookey <[email protected]>,
- Neil Williams <[email protected]>
+Uploaders: Hector Oron <[email protected]>,
+           Wookey <[email protected]>,
+           Neil Williams <[email protected]>
 Build-Depends: debhelper (>= 7.0)
 Standards-Version: 3.9.1
 Homepage: http://www.emdebian.org/
 Vcs-Browser: http://git.emdebian.org/?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, automake, dh-make, debhelper, libncurses-dev,
- 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
+Depends: autoconf,
+         autogen,
+         automake,
+         bison,
+         build-essential,
+         bzip2,
+         cdbs,
+         chrpath,
+         dctrl-tools,
+         debhelper,
+         dejagnu,
+         devscripts,
+         dh-make,
+         dpkg-cross (>=2.4.0),
+         fakeroot,
+         flex,
+         gawk,
+         gobjc,
+         gperf,
+         libcloog-ppl-dev,
+         libmpfr-dev,
+         libncurses-dev,
+         libreadline-dev,
+         libtool,
+         liburi-perl,
+         lsb-release,
+         patchutils,
+         pbuilder,
+         quilt,
+         realpath,
+         reprepro,
+         sharutils,
+         sudo,
+         texinfo,
+         time,
+         wget,
+         ${misc:Depends}
 Description: Cross build a full set of Debian toolchain
  buildcross is used to create a Debian cross toolchain from Debian mirrors.
-- 
2.1.1



-- System Information:
Debian Release: 7.6
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16-0.bpo.2-amd64 (SMP w/4 CPU cores)
Locale: LANG=it_IT.utf8, LC_CTYPE=it_IT.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages buildcross depends on:
ii  autoconf                          2.69-8
ii  autoconf2.13                      2.13-62
ii  autogen                           1:5.12-0.1
ii  automake                          1:1.11.6-1
ii  automake1.4                       1:1.4-p6-13.1
ii  automake1.9                       1.9.6+nogfdl-4
ii  bison                             1:2.5.dfsg-2.1
ii  build-essential                   11.5
ii  bzip2                             1.0.6-7
ii  cdbs                              0.4.115+deb7u1
ii  chrpath                           0.13-2
ii  dctrl-tools                       2.22.2
ii  debhelper                         9.20141010
ii  dejagnu                           1.5-3
ii  devscripts                        2.14.8
ii  dh-make                           0.61
ii  dpatch                            2.0.35
ii  dpkg-cross                        2.6.7
ii  fakeroot                          1.18.4-2
ii  flex                              2.5.35-10.1
ii  gawk                              1:4.0.1+dfsg-2.1
ii  gobjc                             4:4.7.2-1
ii  gperf                             3.0.3-1+b1
ii  libcloog-ppl-dev                  0.15.11-4
ii  libmpfr-dev                       3.1.2-1
ii  libncurses5-dev [libncurses-dev]  5.9-10
ii  libreadline-dev                   6.2+dfsg-0.1
ii  libtool                           2.4.2-1.1
ii  liburi-perl                       1.60-1
ii  lsb-release                       4.1+Debian8+deb7u1
ii  patchutils                        0.3.2-1.1
ii  pbuilder                          0.215+nmu3
ii  quilt                             0.60-2
ii  realpath                          1.18
ii  reprepro                          4.13.1-1~bpo70+1
ii  sharutils                         1:4.11.1-1
ii  sudo                              1.8.5p2-1+nmu1
ii  texinfo                           4.13a.dfsg.1-10
ii  time                              1.7-24
ii  wget                              1.13.4-3+deb7u1

Versions of packages buildcross recommends:
ii  xapt  2.2.19

buildcross suggests no packages.

-- no debconf information
0001-752290.patch (text/x-diff, 2.3 KB)
>From c1772cc710d91e87ffb21445eae18d14a249dbf4 Mon Sep 17 00:00:00 2001
From: mdt <[email protected]>
Date: Sun, 12 Oct 2014 18:20:33 +0200
Subject: [PATCH] 752290

---
 debian/control | 50 ++++++++++++++++++++++++++++++++++++++++----------
 1 file changed, 40 insertions(+), 10 deletions(-)

diff --git a/debian/control b/debian/control
index 98c5c7f..5715dd3 100644
--- a/debian/control
+++ b/debian/control
@@ -2,23 +2,53 @@ Source: buildcross
 Section: utils
 Priority: extra
 Maintainer: Debian Embedded <[email protected]>
-Uploaders: Hector Oron <[email protected]>, Wookey <[email protected]>,
- Neil Williams <[email protected]>
+Uploaders: Hector Oron <[email protected]>,
+           Wookey <[email protected]>,
+           Neil Williams <[email protected]>
 Build-Depends: debhelper (>= 7.0)
 Standards-Version: 3.9.1
 Homepage: http://www.emdebian.org/
 Vcs-Browser: http://git.emdebian.org/?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, automake, dh-make, debhelper, libncurses-dev,
- 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
+Depends: autoconf,
+         autogen,
+         automake,
+         bison,
+         build-essential,
+         bzip2,
+         cdbs,
+         chrpath,
+         dctrl-tools,
+         debhelper,
+         dejagnu,
+         devscripts,
+         dh-make,
+         dpkg-cross (>=2.4.0),
+         fakeroot,
+         flex,
+         gawk,
+         gobjc,
+         gperf,
+         libcloog-ppl-dev,
+         libmpfr-dev,
+         libncurses-dev,
+         libreadline-dev,
+         libtool,
+         liburi-perl,
+         lsb-release,
+         patchutils,
+         pbuilder,
+         quilt,
+         realpath,
+         reprepro,
+         sharutils,
+         sudo,
+         texinfo,
+         time,
+         wget,
+         ${misc:Depends}
 Description: Cross build a full set of Debian toolchain
  buildcross is used to create a Debian cross toolchain from Debian mirrors.
-- 
2.1.1
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.