[Crosstoolchain-logs] [SCM] GNU GDB Debian packaging repository branch, next, updated. debian/7.3-1-4-g6dc808e

Hector Oron hector.oron at gmail.com
Wed Aug 24 18:17:58 UTC 2011


The following commit has been merged in the next branch:
commit 6dc808e5ada58792c79b9006f61df48f10999965
Author: Guillem Jover <guillem at debian.org>
Date:   Tue Aug 23 22:58:05 2011 +0200

    Use architecture wildcards instead of the deprecated type-handling

diff --git a/debian/control.in b/debian/control.in
index e9b7a4b..a36f5fe 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -5,8 +5,8 @@ Priority: optional
 Standards-Version: 3.8.4
 Build-Depends: autoconf, libtool, texinfo (>= 4.7-2.2), texlive-base,
  libncurses5-dev, libreadline-dev, bison, gettext, debhelper (>= 7),
- dejagnu, gcj-jdk | gcj, gobjc, mig [@gnu@], cdbs (>= 0.4.17),
- libkvm-dev [@kfreebsd@], type-handling (>= 0.2.1), libunwind7-dev [ia64],
+ dejagnu, gcj-jdk | gcj, gobjc, mig [hurd-any], cdbs (>= 0.4.17),
+ libkvm-dev [kfreebsd-any], libunwind7-dev [ia64],
  flex | flex-old, libexpat1-dev, g++-multilib [i386 powerpc s390 sparc],
  lib64readline6-dev [i386 powerpc s390 sparc], python-dev, zlib1g-dev,
  procps, lsb-release, bzip2
diff --git a/debian/rules b/debian/rules
index 25d2b7d..2ff6f44 100755
--- a/debian/rules
+++ b/debian/rules
@@ -255,8 +255,6 @@ binary-post-install/gdb-source ::
 
 debian/control:: debian/control.in $(CROSS_FORCE)
 	cat debian/control.in \
-		| sed "s/@kfreebsd@/`type-handling any kfreebsd`/g" \
-		| sed "s/@gnu@/`type-handling any gnu`/g" \
 		| sed "s/@TS@/$(TS)/g" \
 		> debian/control
 ifeq ($(DEB_CROSS),yes)

-- 
GNU GDB Debian packaging repository



More information about the Crosstoolchain-logs mailing list