Bug#687590: Bug#870543: liblqr: diff for NMU version 0.4.2-2.1

2018-01-01 Thread Bernd Zeimetz
Hi Mattia,

> I've prepared an NMU for liblqr (versioned as 0.4.2-2.1).
> I uploaded it to DELAYED/15, despite you being in the lowNMU list, due
> []

thanks a lot, feel free to move to DELAYED/0.

Thanks,

Bernd


-- 
 Bernd ZeimetzDebian GNU/Linux Developer
 http://bzed.dehttp://www.debian.org
 GPG Fingerprint: ECA1 E3F2 8E11 2432 D485  DD95 EB36 171A 6FF9 435F



Bug#687590: Bug#870543: liblqr: diff for NMU version 0.4.2-2.1

2018-01-01 Thread Mattia Rizzolo
On Mon, Jan 01, 2018 at 07:12:42PM +0100, Bernd Zeimetz wrote:
> thanks a lot, feel free to move to DELAYED/0.

ACK, I've done so.

Thank you for accepting my NMU!

-- 
regards,
Mattia Rizzolo

GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540  .''`.
more about me:  https://mapreri.org : :'  :
Launchpad user: https://launchpad.net/~mapreri  `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia  `-


signature.asc
Description: PGP signature


Bug#870543: liblqr: diff for NMU version 0.4.2-2.1

2017-12-31 Thread Mattia Rizzolo
Control: tags 687590 + pending
Control: tags 870543 + pending

Dear maintainer,

I've prepared an NMU for liblqr (versioned as 0.4.2-2.1).
I uploaded it to DELAYED/15, despite you being in the lowNMU list, due
to some other unrelated extensive changes I did to the packaging; in
short I totally rewrote d/rules to use the dh sequencer.
Please feel free to tell me if I should delay it longer or cancel it
altogether.

Regards.

-- 
regards,
Mattia Rizzolo

GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540  .''`.
more about me:  https://mapreri.org : :'  :
Launchpad user: https://launchpad.net/~mapreri  `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia  `-
diffstat for liblqr-0.4.2 liblqr-0.4.2

 changelog  |   29 ++--
 compat |2 
 control|   60 +++-
 copyright  |3 
 liblqr-1-0-dev.docs|2 
 patches/fix_configure.ac_for_dh_autoreconf |4 +
 rules  |  105 +++--
 7 files changed, 61 insertions(+), 144 deletions(-)

diff -Nru liblqr-0.4.2/debian/changelog liblqr-0.4.2/debian/changelog
--- liblqr-0.4.2/debian/changelog	2014-08-12 01:12:08.0 +0200
+++ liblqr-0.4.2/debian/changelog	2018-01-01 01:21:16.0 +0100
@@ -1,3 +1,24 @@
+liblqr (0.4.2-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/control:
++ Drop explicit Pre-Depends on multiarch-support.  Closes: #870543
++ Fix grammar errors in package descripts.  Closes: #687590
+  Thanks to Clayton Casciato  for the patch.
++ Mark liblqr-1-0-dev as Multi-Arch: same.
++ Add missing ${misc:Depends} to liblqr-1-0-dev.
++ Bump Standards-Version to 4.1.3, no changes needed.
+  * Drop liblqr-1-0-dbg in favour of automatic dbgsym packages.
+  * debian/rules:
++ Rewrite using the dh sequencer.
++ Use flags coming from dpkg-buildflags.
+  * Bump debhelper compat level to 11:
++ Drop explcit autoreconf, now run by default.
+  * Add DEP-3 header to the autoreconf patch.
+  * debian/copyright: claim some copyright for my own changes.
+
+ -- Mattia Rizzolo   Mon, 01 Jan 2018 01:21:16 +0100
+
 liblqr (0.4.2-2) unstable; urgency=medium
 
   * [fea32719] Use debian source format 3.0 (quilt)
@@ -53,11 +74,11 @@
   * New Upstream Version
 This is a bugfix release. It fixes a serious bug with 16bit images
 (therefore, it is actually irrelevant to GIMP users, not so for other
-programs such as ImageMagick and DigiKam). 
+programs such as ImageMagick and DigiKam).
   * debian/rules: Be pendantic about symbol changes.
   * debian/control:
 - Bump Standards-Version.
-- Move liblqr-1-0-dbg into the debug section. 
+- Move liblqr-1-0-dbg into the debug section.
 
  -- Bernd Zeimetz   Wed, 08 Apr 2009 01:57:00 +0200
 
@@ -86,7 +107,7 @@
 
   * New Upstream Version
   * debian/watch:
-- Updating watch file to fit the new filename. 
+- Updating watch file to fit the new filename.
   * debian/liblqr-1-0.symbols:
 - In the last version of the library several symbols were not marked as
   private by upstream, they are missing now. As the library is new and
@@ -95,7 +116,7 @@
   * debian/rules:
 - Install manpages on build.
   * debian/liblqr-1-0-dev.manpages:
-- Adding file, instaaling devel manpages into the -dev package. 
+- Adding file, instaaling devel manpages into the -dev package.
 
  -- Bernd Zeimetz   Fri, 17 Oct 2008 11:28:43 +0200
 
diff -Nru liblqr-0.4.2/debian/compat liblqr-0.4.2/debian/compat
--- liblqr-0.4.2/debian/compat	2014-08-12 01:12:08.0 +0200
+++ liblqr-0.4.2/debian/compat	2018-01-01 00:59:40.0 +0100
@@ -1 +1 @@
-9
+11
diff -Nru liblqr-0.4.2/debian/control liblqr-0.4.2/debian/control
--- liblqr-0.4.2/debian/control	2014-08-12 01:12:08.0 +0200
+++ liblqr-0.4.2/debian/control	2018-01-01 01:10:24.0 +0100
@@ -1,9 +1,15 @@
 Source: liblqr
+Section: libs
 Priority: optional
 Maintainer: Bernd Zeimetz 
-Build-Depends: debhelper (>= 8.1.3~), autotools-dev, xsltproc, docbook-xsl, docbook-xml, pkg-config, libglib2.0-dev (>= 2.0.0), dh-autoreconf
-Standards-Version: 3.8.1
-Section: libs
+Build-Depends:
+ debhelper (>= 11~),
+ docbook-xml,
+ docbook-xsl,
+ libglib2.0-dev (>= 2.0.0),
+ pkg-config,
+ xsltproc
+Standards-Version: 4.1.3
 Homepage: http://liblqr.wikidot.com/
 Vcs-Browser: http://git.recluse.de/?p=debian/pkg-liblqr.git;a=summary
 Vcs-Git: git://git.recluse.de/debian/pkg-liblqr.git
@@ -11,7 +17,8 @@
 Package: liblqr-1-0-dev
 Section: libdevel
 Architecture: any
-Depends: liblqr-1-0 (= ${binary:Version})
+Multi-Arch: same
+Depends: liblqr-1-0 (= ${binary:Version}), ${misc:Depends}
 Provides: liblqr-dev
 Conflicts: liblqr-dev
 Description: converts plain array images into mult