Your message dated Thu, 21 Apr 2016 10:20:35 +0000
with message-id <[email protected]>
and subject line Bug#820670: fixed in gpm 1.20.4-6.2
has caused the Debian Bug report #820670,
regarding gpm: diff for NMU version 1.20.4-6.2
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
820670: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=820670
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: gpm
Version: 1.20.4-6.1
Severity: normal
Tags: patch pending

Dear maintainer,

I've prepared an NMU for gpm (versioned as 1.20.4-6.2) and
uploaded it to DELAYED/10. Please feel free to tell me if I
should delay it longer.

This NMU fixes those two lintian errors and one warning:
E build-depends-on-obsolete-package
    build-depends: texi2html
E pre-depends-directly-on-multiarch-support
    libgpm2
W dh-clean-k-is-deprecated
Several other Informational errors (see changelog)

Also it reduces B-D significantly, in the hope this will break a (build-)
dependency loop: 
gpm -> texlive-base -> harfbuzz -> cairo -> libxext -> w3m -> gpm

--
 tobi 

Regards.
diff -u gpm-1.20.4/debian/rules gpm-1.20.4/debian/rules
--- gpm-1.20.4/debian/rules
+++ gpm-1.20.4/debian/rules
@@ -72,7 +72,7 @@
 binary-arch: build
        dh_testdir
        dh_testroot
-       dh_clean -k
+       dh_prep
 
        dh_installdirs
        dh_install
diff -u gpm-1.20.4/debian/control gpm-1.20.4/debian/control
--- gpm-1.20.4/debian/control
+++ gpm-1.20.4/debian/control
@@ -4,12 +4,10 @@
 Priority: optional
 Standards-Version: 3.9.3
 Homepage: http://www.nico.schottelius.org/software/gpm/
-Build-Depends: autoconf, autotools-dev, quilt, debhelper (>= 6.0.7), mawk | 
awk,
- bison, texlive-base, texinfo, texi2html
+Build-Depends: autoconf, autotools-dev, quilt, debhelper (>= 9), mawk | awk,
+ bison, texinfo
 
 Package: gpm
-Priority: optional
-Section: misc
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, ucf, lsb-base
 Multi-Arch: foreign
@@ -26,7 +24,6 @@
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Pre-Depends: multiarch-support
 Multi-Arch: same
 Suggests: gpm
 Description: General Purpose Mouse - shared library
@@ -35,7 +32,6 @@
  package for more information.
 
 Package: libgpm-dev
-Priority: optional
 Section: libdevel
 Architecture: any
 Depends: libgpm2 (= ${binary:Version}), libc6-dev | libc-dev, ${misc:Depends}
@@ -48,0 +45,2 @@
+ .
+ This package contains the development files.
diff -u gpm-1.20.4/debian/changelog gpm-1.20.4/debian/changelog
--- gpm-1.20.4/debian/changelog
+++ gpm-1.20.4/debian/changelog
@@ -1,3 +1,24 @@
+gpm (1.20.4-6.2) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Cleanup dependencies:
+    - Remove dependency on obsolete package texi2html to fix lintian error.
+    - While on it, remove unneeded dependency on texlive-base
+    This is safe as it seems that gpm is not using texi2html and texlive-base,
+    the generated Debian packages have identical documentation.
+    This also has a nice side effect to reduce B-Ds a lot, and it looks like
+    that this solves an dependency cycle.
+  * Remove Pre-Depends on multiarch-support to fix lintian error.
+  * Fixing lintian-warning h-clean-k-is-deprecated by using dh_prep instead.
+  * The fixed lintian errors and warning Closes: #xxxxxx
+  * Fix lintian informational warnings:
+    - binary-control-field-duplicates-source field "section"
+    - binary-control-field-duplicates-source field "priority"
+    - duplicate-long-description libgpm2 libgpm-dev
+  * Bump compat level to 9
+
+ -- Tobias Frost <[email protected]>  Mon, 11 Apr 2016 10:44:42 +0200
+
 gpm (1.20.4-6.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -u gpm-1.20.4/debian/compat gpm-1.20.4/debian/compat
--- gpm-1.20.4/debian/compat
+++ gpm-1.20.4/debian/compat
@@ -1 +1 @@
-5
+9

--- End Message ---
--- Begin Message ---
Source: gpm
Source-Version: 1.20.4-6.2

We believe that the bug you reported is fixed in the latest version of
gpm, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Tobias Frost <[email protected]> (supplier of updated gpm package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 11 Apr 2016 11:36:03 +0200
Source: gpm
Binary: gpm libgpm2 libgpm-dev
Architecture: source
Version: 1.20.4-6.2
Distribution: unstable
Urgency: medium
Maintainer: Peter Samuelson <[email protected]>
Changed-By: Tobias Frost <[email protected]>
Description:
 gpm        - General Purpose Mouse interface
 libgpm-dev - General Purpose Mouse - development files
 libgpm2    - General Purpose Mouse - shared library
Closes: 820670
Changes:
 gpm (1.20.4-6.2) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Cleanup dependencies:
     - Remove dependency on obsolete package texi2html to fix lintian error.
     - While on it, remove unneeded dependency on texlive-base
     This is safe as it seems that gpm is not using texi2html and texlive-base,
     the generated Debian packages have identical documentation.
     This also has a nice side effect to reduce B-Ds a lot, and it looks like
     that this solves an dependency cycle.
   * Remove Pre-Depends on multiarch-support to fix lintian error.
   * Fixing lintian-warning h-clean-k-is-deprecated by using dh_prep instead.
   * The fixed lintian errors and warning Closes: #820670.
   * Fix lintian informational warnings:
     - binary-control-field-duplicates-source field "section"
     - binary-control-field-duplicates-source field "priority"
     - duplicate-long-description libgpm2 libgpm-dev
   * Bump compat level to 9
Checksums-Sha1:
 6add31edf4c11f580b5caf46d953b23fe4da3e1b 1812 gpm_1.20.4-6.2.dsc
 f279a52d672ee022d6b39f6c750c4c0fc5f43dbf 95710 gpm_1.20.4-6.2.diff.gz
Checksums-Sha256:
 9c81da20a6ec92d139ea758c38cb8fbacc818d1e06082396f69c2e594ab38de5 1812 
gpm_1.20.4-6.2.dsc
 05f5303e31e9131cdd64a4c2409ac07f8886eac0d852839d0e464df7528773d2 95710 
gpm_1.20.4-6.2.diff.gz
Files:
 715659b386f40c48764c203a8620905b 1812 misc optional gpm_1.20.4-6.2.dsc
 b23b80c7522b09ed355f471a6d6f7ccb 95710 misc optional gpm_1.20.4-6.2.diff.gz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQIcBAEBCAAGBQJXC3BAAAoJEJFk+h0XvV02dxUP/RVUaVZaaIYjED7kSOd8b1+H
CSLpmPCuqcRMyoRivg6Wg45ekOkw9+kgiDLUwcl1ZZK/X2szG2jFQ0V9AdxjyAtr
yqoGxmg8YT4C1xQhL6JVafyLTqbpL+56qMy2UeA6V4vwUGcNFB3fVe7W+vwFd8tL
secSWKFOM8m8SZWJ5KBM8oj81zM9egbIwSoXx152jYuJXx9k6sFxJZKyK+aEXhrT
7m17JBiqPDiRDjC0YY7YRsubvc5DV7gNqnStjdm+RvIfv6HeHPlSRrov5ySR/8qI
4MAcrQsN3g8FGzE/BM5d33sJuCddGJwZGVqny9T4EiYhDvRLCISwB9N6cRE4rV3z
jbqBINRP74DX8jHob8TBbRkwBOV3ej/G1F9UEzrrwgRIB6f4DcFCXv9dyJQv0WAj
Do5PuSL8/MBYYWV6Tc6WKqOc1UprL3fmnQ0RwZTyZrU4rJvDuKP3/6FkHrb+2c8B
XNK1Oj/NvMzSWAdHKoP1uDrpxdmUPpmAfCfja1n36IJSmiBKYsh1s41fWcXWtucX
OcLGgD/FTf4OF1hiE+M2SkXj08lAHKD4Cyl0M3tOkVMigtE9Cqchq7gDaseIugfu
96a6S63TSkekLdTHsGg7dj1m4Zuqoy9M5y2cNAJCYjEEU7r22x52ZSDImlKgibpv
wVusuQ3Z2SuU5UtQhj0s
=AAly
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to