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

Hector Oron hector.oron at gmail.com
Wed Aug 24 19:07:48 UTC 2011


The following commit has been merged in the next branch:
commit 0f93aab303a1f254dcf5ee6a56dd8d1396b50c4d
Author: Hector Oron <hector.oron at gmail.com>
Date:   Wed Aug 24 20:05:14 2011 +0100

    gdb: add Vcs and enhancements to control file
    
      * Add Vcs-Git, Vcs-Browser and Homepage fields.
      * Add Luca Bruno as Uploader
      * Bump Standars-Version
      * Update description
      * Regenerate debian/control
    
    Signed-off-by: Hector Oron <hector.oron at gmail.com>

diff --git a/debian/changelog b/debian/changelog
index 5ea3691..d71637c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,13 +1,17 @@
 gdb (7.3-2) UNRELEASED; urgency=low
 
-  * Applied patches from upstream stable branch:
-    - PR13073/tui Skip empty registers in tui
-    - Init match property on NetBSD
-    - Add 'cpu' to source release
-  * Stop using deprecated type-handling Build-Depends
+  * debian/patches/: Applied patches from upstream stable branch:
+    - PR13073/tui Skip empty registers in tui (0000)
+    - Init match property on NetBSD (0001)
+    - Add 'cpu' to source release (0002)
+  * debian/control.in: Stop using deprecated type-handling Build-Depends
     Thanks Guillem Jover. (Closes: #639164)
+  * debian/control.in: Mention D language support in description
+    - Also mention other supported languages. (Closes: #595892)
+  * debian/control.in: Add Vcs-Git, Vcs-Browser and Homepage fields.
+  * debian/control.in: Bump Standards-Version
 
- -- Hector Oron <zumbi at debian.org>  Wed, 24 Aug 2011 19:38:32 +0100
+ -- Hector Oron <zumbi at debian.org>  Wed, 24 Aug 2011 20:02:33 +0100
 
 gdb (7.3-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 8a1ec61..05348c2 100644
--- a/debian/control
+++ b/debian/control
@@ -4,19 +4,29 @@ Uploaders: Luca Bruno <lucab at debian.org>
 Section: devel
 Priority: optional
 Standards-Version: 3.9.2
-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 [hurd-alpha hurd-amd64 hurd-arm hurd-armeb hurd-avr32 hurd-hppa hurd-i386 hurd-ia64 hurd-m32r hurd-m68k hurd-mips hurd-mipsel hurd-powerpc hurd-ppc64 hurd-s390 hurd-s390x hurd-sh3 hurd-sh3eb hurd-sh4 hurd-sh4eb hurd-sparc hurd-sparc64], cdbs (>= 0.4.17), libkvm-dev [kfreebsd-alpha kfreebsd-amd64 kfreebsd-arm kfreebsd-armeb kfreebsd-avr32 kfreebsd-hppa kfreebsd-i386 kfreebsd-ia64 kfreebsd-m32r kfreebsd-m68k kfreebsd-mips kfreebsd-mipsel kfreebsd-powerpc kfreebsd-ppc64 kfreebsd-s390 kfreebsd-s390x kfreebsd-sh3 kfreebsd-sh3eb kfreebsd-sh4 kfreebsd-sh4eb kfreebsd-sparc kfreebsd-sparc64], type-handling (>= 0.2.1), 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, prelink [linux-any]
+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 [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
+Vcs-Git: git://anonscm.debian.org/crosstoolchain/gdb.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=crosstoolchain/gdb.git
+Homepage: http://www.gnu.org/s/gdb/
 
 Package: gdb
 Architecture: any
 Section: devel
-Depends: ${shlibs:Depends}, ${misc:Depends}, gdbserver [amd64 armel armhf i386 ia64 mips mipsel powerpc s390]
+Depends: ${shlibs:Depends}, ${misc:Depends},
+ gdbserver [amd64 armel i386 ia64 mips mipsel powerpc s390]
 Suggests: gdb-doc
 Description: The GNU Debugger
  GDB is a source-level debugger, capable of breaking programs at
  any specific line, displaying variable values, and determining
- where errors occurred. Currently, it works for C, C++, D, Fortran,
- Modula 2 and Java programs. A must-have for any serious
- programmer.
+ where errors occurred. Currently, gdb supports C, C++, D,
+ Objective-C, Fortran, Java, OpenCL C, Pascal, assembly, Modula-2,
+ and Ada. A must-have for any serious programmer.
 
 Package: gdb-minimal
 Architecture: any
@@ -26,9 +36,9 @@ Conflicts: gdb
 Description: The GNU Debugger
  GDB is a source-level debugger, capable of breaking programs at
  any specific line, displaying variable values, and determining
- where errors occurred. Currently, it works for C, C++, D, Fortran,
- Modula 2 and Java programs. A must-have for any serious
- programmer.
+ where errors occurred. Currently, gdb supports C, C++, D,
+ Objective-C, Fortran, Java, OpenCL C, Pascal, assembly, Modula-2,
+ and Ada. A must-have for any serious programmer.
  .
  This package contains a minimal version of GDB with optional features
  disabled.
@@ -40,21 +50,21 @@ Depends: ${shlibs:Depends}, gdb, ${misc:Depends}
 Description: The GNU Debugger (64-bit)
  GDB is a source-level debugger, capable of breaking programs at
  any specific line, displaying variable values, and determining
- where errors occurred. Currently, it works for C, C++, D, Fortran
- Modula 2 and Java programs. A must-have for any serious
- programmer.
+ where errors occurred. Currently, gdb supports C, C++, D,
+ Objective-C, Fortran, Java, OpenCL C, Pascal, assembly, Modula-2,
+ and Ada. A must-have for any serious programmer.
 
 Package: gdbserver
-Architecture: amd64 armel armhf i386 ia64 mips mipsel powerpc s390
+Architecture: amd64 armel i386 ia64 mips mipsel powerpc s390
 Section: devel
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Replaces: gdb (<< 7.0.1-1)
 Description: The GNU Debugger (remote server)
  GDB is a source-level debugger, capable of breaking programs at
  any specific line, displaying variable values, and determining
- where errors occurred. Currently, it works for C, C++, D, Fortran
- Modula 2 and Java programs. A must-have for any serious
- programmer.
+ where errors occurred. Currently, gdb supports C, C++, D,
+ Objective-C, Fortran, Java, OpenCL C, Pascal, assembly, Modula-2,
+ and Ada. A must-have for any serious programmer.
  .
  This package contains gdbserver.  Install this to debug remotely
  from another system where GDB is installed.
@@ -62,14 +72,15 @@ Description: The GNU Debugger (remote server)
 Package: libgdb-dev
 Architecture: any
 Section: libdevel
-Depends: ${shlibs:Depends}, ${misc:Depends}, binutils-dev, libexpat1-dev, python-dev, zlib1g-dev, libncurses5-dev, libreadline-dev, gdb
+Depends: ${shlibs:Depends}, ${misc:Depends}, binutils-dev, libexpat1-dev,
+ python-dev, zlib1g-dev, libncurses5-dev, libreadline-dev, gdb
 Priority: extra
 Description: The GNU Debugger (libgdb.a)
  GDB is a source-level debugger, capable of breaking programs at
  any specific line, displaying variable values, and determining
- where errors occurred. Currently, it works for C, C++, D, Fortran
- Modula 2 and Java programs. A must-have for any serious
- programmer.
+ where errors occurred. Currently, gdb supports C, C++, D,
+ Objective-C, Fortran, Java, OpenCL C, Pascal, assembly, Modula-2,
+ and Ada. A must-have for any serious programmer.
  .
  This package contains libgdb.a, the bulk of GDB as a linkable
  library.  It is provided for an IDE which links to libgdb.a.  Please
@@ -82,9 +93,9 @@ Depends: ${misc:Depends}, gdb
 Description: The GNU Debugger (source)
  GDB is a source-level debugger, capable of breaking programs at
  any specific line, displaying variable values, and determining
- where errors occurred. Currently, it works for C, C++, D, Fortran
- Modula 2 and Java programs. A must-have for any serious
- programmer.
+ where errors occurred. Currently, gdb supports C, C++, D,
+ Objective-C, Fortran, Java, OpenCL C, Pascal, assembly, Modula-2,
+ and Ada. A must-have for any serious programmer.
  .
  This package contains the sources and patches which are needed
  to build GDB.
diff --git a/debian/control.in b/debian/control.in
index a36f5fe..ed06a32 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -1,8 +1,9 @@
 Source: gdb
 Maintainer: Hector Oron <zumbi at debian.org>
+Uploaders: Luca Bruno <lucab at debian.org>
 Section: devel
 Priority: optional
-Standards-Version: 3.8.4
+Standards-Version: 3.9.2
 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 [hurd-any], cdbs (>= 0.4.17),
@@ -10,6 +11,9 @@ Build-Depends: autoconf, libtool, texinfo (>= 4.7-2.2), texlive-base,
  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
+Vcs-Git: git://anonscm.debian.org/crosstoolchain/gdb.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=crosstoolchain/gdb.git
+Homepage: http://www.gnu.org/s/gdb/
 
 Package: gdb at TS@
 Architecture: any
@@ -20,9 +24,9 @@ Suggests: gdb-doc
 Description: The GNU Debugger
  GDB is a source-level debugger, capable of breaking programs at
  any specific line, displaying variable values, and determining
- where errors occurred. Currently, it works for C, C++, Fortran,
- Modula 2 and Java programs. A must-have for any serious
- programmer.
+ where errors occurred. Currently, gdb supports C, C++, D,
+ Objective-C, Fortran, Java, OpenCL C, Pascal, assembly, Modula-2,
+ and Ada. A must-have for any serious programmer.
 
 Package: gdb-minimal
 Architecture: any
@@ -32,9 +36,9 @@ Conflicts: gdb
 Description: The GNU Debugger
  GDB is a source-level debugger, capable of breaking programs at
  any specific line, displaying variable values, and determining
- where errors occurred. Currently, it works for C, C++, Fortran,
- Modula 2 and Java programs. A must-have for any serious
- programmer.
+ where errors occurred. Currently, gdb supports C, C++, D,
+ Objective-C, Fortran, Java, OpenCL C, Pascal, assembly, Modula-2,
+ and Ada. A must-have for any serious programmer.
  .
  This package contains a minimal version of GDB with optional features
  disabled.
@@ -46,9 +50,9 @@ Depends: ${shlibs:Depends}, gdb, ${misc:Depends}
 Description: The GNU Debugger (64-bit)
  GDB is a source-level debugger, capable of breaking programs at
  any specific line, displaying variable values, and determining
- where errors occurred. Currently, it works for C, C++, Fortran
- Modula 2 and Java programs. A must-have for any serious
- programmer.
+ where errors occurred. Currently, gdb supports C, C++, D,
+ Objective-C, Fortran, Java, OpenCL C, Pascal, assembly, Modula-2,
+ and Ada. A must-have for any serious programmer.
 
 Package: gdbserver
 Architecture: amd64 armel i386 ia64 mips mipsel powerpc s390
@@ -58,9 +62,9 @@ Replaces: gdb (<< 7.0.1-1)
 Description: The GNU Debugger (remote server)
  GDB is a source-level debugger, capable of breaking programs at
  any specific line, displaying variable values, and determining
- where errors occurred. Currently, it works for C, C++, Fortran
- Modula 2 and Java programs. A must-have for any serious
- programmer.
+ where errors occurred. Currently, gdb supports C, C++, D,
+ Objective-C, Fortran, Java, OpenCL C, Pascal, assembly, Modula-2,
+ and Ada. A must-have for any serious programmer.
  .
  This package contains gdbserver.  Install this to debug remotely
  from another system where GDB is installed.
@@ -74,9 +78,9 @@ Priority: extra
 Description: The GNU Debugger (libgdb.a)
  GDB is a source-level debugger, capable of breaking programs at
  any specific line, displaying variable values, and determining
- where errors occurred. Currently, it works for C, C++, Fortran
- Modula 2 and Java programs. A must-have for any serious
- programmer.
+ where errors occurred. Currently, gdb supports C, C++, D,
+ Objective-C, Fortran, Java, OpenCL C, Pascal, assembly, Modula-2,
+ and Ada. A must-have for any serious programmer.
  .
  This package contains libgdb.a, the bulk of GDB as a linkable
  library.  It is provided for an IDE which links to libgdb.a.  Please
@@ -89,9 +93,9 @@ Depends: ${misc:Depends}, gdb
 Description: The GNU Debugger (source)
  GDB is a source-level debugger, capable of breaking programs at
  any specific line, displaying variable values, and determining
- where errors occurred. Currently, it works for C, C++, Fortran
- Modula 2 and Java programs. A must-have for any serious
- programmer.
+ where errors occurred. Currently, gdb supports C, C++, D,
+ Objective-C, Fortran, Java, OpenCL C, Pascal, assembly, Modula-2,
+ and Ada. A must-have for any serious programmer.
  .
  This package contains the sources and patches which are needed
  to build GDB.

-- 
GNU GDB Debian packaging repository



More information about the Crosstoolchain-logs mailing list