[Crosstoolchain-logs] [gdb-doc] 01/01: fix upgrade failure and release.

Hector Oron zumbi at moszumanska.debian.org
Sun Nov 9 10:57:28 UTC 2014


This is an automated email from the git hooks/post-receive script.

zumbi pushed a commit to branch master
in repository gdb-doc.

commit 0e4143a136b7eafb6faa9986567f8392b078630b
Author: Héctor Orón Martínez <zumbi at debian.org>
Date:   Sun Nov 9 11:56:31 2014 +0100

    fix upgrade failure and release.
    
    Signed-off-by: Héctor Orón Martínez <zumbi at debian.org>
---
 debian/changelog | 15 +++++++++++++++
 debian/control   |  9 ++++++---
 2 files changed, 21 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1de22dd..d529c6a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,18 @@
+gdb-doc (7.7.1-2) unstable; urgency=medium
+
+  [ Manuel A. Fernandez Montecelo ]
+  * d/control: Adding Breaks+Replaces of the binary package gdb-doc on
+    gdb-minimal (<< 7.7) as well as gdb and gdbserver, man pages were
+    moved across packages.  Thanks Andreas Beckmann for finding the
+    problem (Closes: #768213)
+  * d/control: Add Vcs-* and Homepage fields
+  * d/control: Update Standards-Version to 3.9.6 (no changes required)
+
+  [ Hector Oron ]
+  * Release to unstable
+
+ -- Hector Oron <zumbi at debian.org>  Sun, 09 Nov 2014 11:55:20 +0100
+
 gdb-doc (7.7.1-1) unstable; urgency=medium
 
   * Imported Upstream version 7.7.1
diff --git a/debian/control b/debian/control
index f4210f7..f180349 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Maintainer: Héctor Orón Martínez <hector.oron at gmail.com>
 Uploaders: Samuel Bronson <naesten at gmail.com>
 Section: non-free/devel
 Priority: optional
-Standards-Version: 3.9.3
+Standards-Version: 3.9.6
 Build-Depends: debhelper (>= 7),
 # These are just to satisfy the configure scripts ...
  libtinfo-dev
@@ -15,13 +15,16 @@ Build-Depends-Indep:
  texlive-fonts-recommended,
 # ... and the Type1 fonts for "ec" from here
  cm-super
+Vcs-Git: git://anonscm.debian.org/pkg-gdb/gdb-doc.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-gdb/gdb-doc.git
+Homepage: http://www.gnu.org/s/gdb/
 
 Package: gdb-doc
 Architecture: all
 Section: non-free/doc
 Depends: ${misc:Depends}
-Breaks: gdb (<< 7.7), gdbserver (<< 7.7)
-Replaces: gdb (<< 7.7), gdbserver (<< 7.7)
+Breaks: gdb (<< 7.7), gdb-minimal (<< 7.7), gdbserver (<< 7.7)
+Replaces: gdb (<< 7.7), gdb-minimal (<< 7.7), gdbserver (<< 7.7)
 Description: The GNU Debugger Documentation
  GDB is a source-level debugger, capable of breaking programs at
  any specific line, displaying variable values, and determining

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gdb/gdb-doc.git



More information about the Crosstoolchain-logs mailing list