Control: tags -1 + patch

On Friday, October 18 2019, I wrote:

> On Thursday, October 17 2019, Asher Gordon wrote:
>
>> Dear Maintainer,
>>
>> Gdb has supporting linking with GNU source-highlight since version 8.3
>> (released on May 11th). GNU source-highlight is already included in
>> Debian (libsource-highlight4v5 and libsource-highlight-dev), so it
>> shouldn't be too hard to link against source-highlight in the Debian
>> package of gdb.
>>
>> Linking with source-highlight provides syntax highlighting in gdb's TUI.
>
> Thanks for filing this bug.  I had this on my TODO list for a while.
>
> I have a patch for this which I'm testing right now.  I'll create an MR
> tomorrow.

After speaking with Héctor, I'm posting the patch here instead.  I've
tested it, and it works as expected.

I took the liberty to also include myself as an Uploader, but I can
remove it from the patch if you want.

Thanks,

-- 
Sergio
GPG key ID: 237A 54B1 0287 28BF 00EF  31F4 D0EB 7628 65FC 5E36
Please send encrypted e-mail if possible
http://sergiodj.net/

diff --git a/debian/changelog b/debian/changelog
index 00e473437..49b56ae70 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,13 @@
-gdb (8.3.1-2) UNRELEASED; urgency=medium
+gdb (8.3.1-2) unstable; urgency=medium
 
+  [ Héctor Orón Martínez ]
   * debian/control{,.in}: python2 removal (Closes: #936591)
 
- -- Héctor Orón Martínez <zu...@debian.org>  Sat, 12 Oct 2019 16:42:46 +0200
+  [ Sergio Durigan Junior ]
+  * Add libsource-highlight-dev to B-D (Closes: #942552).
+  * Add myself to Uploaders.
+
+ -- Sergio Durigan Junior <sergi...@debian.org>  Fri, 18 Oct 2019 02:17:01 
-0400
 
 gdb (8.3.1-1) unstable; urgency=medium
 
diff --git a/debian/control.in b/debian/control.in
index 926708a3c..1f8b86a95 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -1,6 +1,7 @@
 Source: gdb
 Maintainer: Héctor Orón Martínez <zu...@debian.org>
-Uploaders: Riku Voipio <riku.voi...@linaro.org>
+Uploaders: Riku Voipio <riku.voi...@linaro.org>,
+          Sergio Durigan Junior <sergi...@debian.org>
 Section: devel
 Priority: optional
 Standards-Version: 4.4.1
@@ -37,6 +38,8 @@ Build-Depends:
                libbabeltrace-dev [amd64 armel armhf i386 kfreebsd-amd64 
kfreebsd-i386 mips mipsel mips64el powerpc s390x],
                libbabeltrace-ctf-dev [amd64 armel armhf i386 kfreebsd-amd64 
kfreebsd-i386 mips mipsel mips64el powerpc s390x],
                libipt-dev [amd64 i386 x32],
+              libsource-highlight-dev,
+              pkg-config,
 # Python3 build
                python3-dev,
                libkvm-dev [kfreebsd-any],

Attachment: signature.asc
Description: PGP signature

Reply via email to