Debdiff attached.

diff -Nru gfxboot-4.5.2-1.1/debian/changelog gfxboot-4.5.2-1.1/debian/changelog
--- gfxboot-4.5.2-1.1/debian/changelog  2014-07-25 20:58:48.000000000 +0200
+++ gfxboot-4.5.2-1.1/debian/changelog  2018-03-06 17:08:15.000000000 +0100
@@ -1,3 +1,14 @@
+gfxboot (4.5.2-1.1-6) unstable; urgency=medium
+
+  * QA Upload.
+  * Add e2fsprogs to Recommends, also add reiserfsprogs and xfsprogs to
+    Suggests. (Closes: #887243)
+  * Add debian/watch pointing to https://github.com/OpenSUSE/gfxboot
+  * Do dbgsym migration and drop gfxboot-dbg package.
+  * Switch from deprecated Priority: extra to optional.
+
+ -- Andreas Henriksson <andr...@fatal.se>  Tue, 06 Mar 2018 17:08:15 +0100
+
 gfxboot (4.5.2-1.1-5) unstable; urgency=low
 
   * I don't care anymore, not worth it.. orphaning.
diff -Nru gfxboot-4.5.2-1.1/debian/control gfxboot-4.5.2-1.1/debian/control
--- gfxboot-4.5.2-1.1/debian/control    2014-07-25 20:58:37.000000000 +0200
+++ gfxboot-4.5.2-1.1/debian/control    2018-03-06 17:08:15.000000000 +0100
@@ -1,6 +1,6 @@
 Source: gfxboot
 Section: misc
-Priority: extra
+Priority: optional
 Maintainer: Debian QA Group <packa...@qa.debian.org>
 Build-Depends:
  debhelper (>= 9),
@@ -20,27 +20,14 @@
 Depends:
  ${misc:Depends},
  ${shlibs:Depends},
-Suggests: gfxboot-themes
+Recommends: e2fsprogs
+Suggests: gfxboot-themes, reiserfsprogs, xfsprogs
 Description: tool to test and create graphical boot logos (runtime)
  gfxboot is a tool to test and create graphical boot logos for gfxboot 
compliant
  boot loaders. Currently, this includes grub, lilo, and syslinux (all 
payloads).
  .
  This package contains the runtime utility.
 
-Package: gfxboot-dbg
-Section: debug
-Priority: extra
-Architecture: any-amd64 any-i386
-Depends:
- ${misc:Depends},
- gfxboot (= ${binary:Version}),
- gfxboot-dev (= ${binary:Version}),
-Description: tool to test and create graphical boot logos (debug)
- gfxboot is a tool to test and create graphical boot logos for gfxboot 
compliant
- boot loaders. Currently, this includes grub, lilo, and syslinux (all 
payloads).
- .
- This package contains the debugging symbols.
-
 Package: gfxboot-dev
 Architecture: any-amd64 any-i386
 Depends:
diff -Nru gfxboot-4.5.2-1.1/debian/rules gfxboot-4.5.2-1.1/debian/rules
--- gfxboot-4.5.2-1.1/debian/rules      2014-06-24 16:43:33.000000000 +0200
+++ gfxboot-4.5.2-1.1/debian/rules      2018-03-06 17:08:15.000000000 +0100
@@ -93,4 +93,4 @@
        dh_install --fail-missing
 
 override_dh_strip:
-       dh_strip --dbg-package=gfxboot-dbg
+       dh_strip --dbgsym-migration='gfxboot-dbg (<< 4.5.2-1.1-6~)'
diff -Nru gfxboot-4.5.2-1.1/debian/watch gfxboot-4.5.2-1.1/debian/watch
--- gfxboot-4.5.2-1.1/debian/watch      1970-01-01 01:00:00.000000000 +0100
+++ gfxboot-4.5.2-1.1/debian/watch      2018-03-06 17:08:15.000000000 +0100
@@ -0,0 +1,3 @@
+version=4
+opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/gfxboot-$1\.tar\.gz/ \
+  https://github.com/OpenSUSE/gfxboot/tags .*/v?(\d\S+)\.tar\.gz

Reply via email to