[Crosstoolchain-logs] [SCM] GNU GDB Debian packaging repository branch, master, updated. debian/7.6-3-25-g41eb07a

Samuel Bronson naesten at gmail.com
Sun Jun 16 20:21:36 UTC 2013


The following commit has been merged in the master branch:
commit 4bbed80141cef60c4e551d0178141e65b94c6b98
Author: Samuel Bronson <naesten at gmail.com>
Date:   Sat Jun 15 16:29:01 2013 -0400

    Avoid identical short or long descriptions between packages.

diff --git a/debian/control b/debian/control
index 9632d2c..b8bd8c7 100644
--- a/debian/control
+++ b/debian/control
@@ -57,7 +57,7 @@ Package: gdb-minimal
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Conflicts: gdb
-Description: The GNU Debugger
+Description: The GNU Debugger (minimal version)
  GDB is a source-level debugger, capable of breaking programs at
  any specific line, displaying variable values, and determining
  where errors occurred. Currently, gdb supports C, C++, D,
@@ -77,6 +77,9 @@ Description: The GNU Debugger (64-bit)
  where errors occurred. Currently, gdb supports C, C++, D,
  Objective-C, Fortran, Java, OpenCL C, Pascal, assembly, Modula-2,
  Go, and Ada. A must-have for any serious programmer.
+ .
+ This package contains a version of GDB compiled for a 64-bit variant
+ of its architecture.
 
 Package: gdb-multiarch
 Architecture: any
diff --git a/debian/control.in b/debian/control.in
index b8d6bd8..618ea39 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -57,7 +57,7 @@ Package: gdb-minimal
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Conflicts: gdb
-Description: The GNU Debugger
+Description: The GNU Debugger (minimal version)
  GDB is a source-level debugger, capable of breaking programs at
  any specific line, displaying variable values, and determining
  where errors occurred. Currently, gdb supports C, C++, D,
@@ -77,6 +77,9 @@ Description: The GNU Debugger (64-bit)
  where errors occurred. Currently, gdb supports C, C++, D,
  Objective-C, Fortran, Java, OpenCL C, Pascal, assembly, Modula-2,
  Go, and Ada. A must-have for any serious programmer.
+ .
+ This package contains a version of GDB compiled for a 64-bit variant
+ of its architecture.
 
 Package: gdb-multiarch
 Architecture: any

-- 
GNU GDB Debian packaging repository



More information about the Crosstoolchain-logs mailing list