Your message dated Thu, 03 Jun 2010 13:32:10 +0000
with message-id <e1okawo-0003yy...@ries.debian.org>
and subject line Bug#584414: fixed in libmng 1.0.9-3
has caused the Debian Bug report #584414,
regarding libmng-dev: Missing header files
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 ow...@bugs.debian.org
immediately.)
--
584414: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=584414
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libmng-dev
Version: 1.0.9-2
Justification: renders package unusable
Severity: grave
Tags: patch
Hi,
libmng-dev does not provide any header files anymore because these files
are installed in debian/libmng1/usr/include and not moved to
debian/libmng-dev/usr/include afterwards.
I have attached to this email a patch which fixes the issue by putting
all the files in debian/tmp/ and then moving them to the proper
directories (thus I added usr/lib/*.so.* to libmng-dev.install). I have
also used dh_install rather than dh_movefiles following the
recommendation given in dh_movefiles manpage. Hope that helps.
Regards,
--
Arnaud Fontaine (arnau)
diff -urN orig/libmng-1.0.9/debian/libmng1.install libmng-1.0.9/debian/libmng1.install
--- orig/libmng-1.0.9/debian/libmng1.install 1969-12-31 18:00:00.000000000 -0600
+++ libmng-1.0.9/debian/libmng1.install 2010-06-03 12:07:41.430649051 -0500
@@ -0,0 +1 @@
+usr/lib/*.so.*
diff -urN orig/libmng-1.0.9/debian/libmng-dev.files libmng-1.0.9/debian/libmng-dev.files
--- orig/libmng-1.0.9/debian/libmng-dev.files 2010-06-02 01:21:00.000000000 -0500
+++ libmng-1.0.9/debian/libmng-dev.files 1969-12-31 18:00:00.000000000 -0600
@@ -1,3 +0,0 @@
-usr/include/*
-usr/lib/lib*.a
-usr/lib/lib*.so
diff -urN orig/libmng-1.0.9/debian/libmng-dev.install libmng-1.0.9/debian/libmng-dev.install
--- orig/libmng-1.0.9/debian/libmng-dev.install 1969-12-31 18:00:00.000000000 -0600
+++ libmng-1.0.9/debian/libmng-dev.install 2010-06-02 01:21:00.000000000 -0500
@@ -0,0 +1,3 @@
+usr/include/*
+usr/lib/lib*.a
+usr/lib/lib*.so
diff -urN orig/libmng-1.0.9/debian/rules libmng-1.0.9/debian/rules
--- orig/libmng-1.0.9/debian/rules 2010-06-02 07:11:39.000000000 -0500
+++ libmng-1.0.9/debian/rules 2010-06-03 12:18:13.686649356 -0500
@@ -37,18 +37,15 @@
dh_installdirs
# Add here commands to install the package into debian/tmp.
- mkdir $(CURDIR)/debian/libmng1/usr
- $(MAKE) install prefix=$(CURDIR)/debian/libmng1/usr
-
- # Remove empty dir
- rm -rf $(CURDIR)/debian/libmng1/usr/include
+ mkdir -p $(CURDIR)/debian/tmp/usr
+ $(MAKE) install prefix=$(CURDIR)/debian/tmp/usr
binary-indep: build install
binary-arch: build install
dh_testdir
dh_testroot
- dh_movefiles --sourcedir=debian/libmng1 -plibmng-dev
+ dh_install --sourcedir=debian/tmp -plibmng-dev -plibmng1
dh_installman
dh_installdocs
dh_installexamples
pgpUx6RpAlPiN.pgp
Description: PGP signature
--- End Message ---
--- Begin Message ---
Source: libmng
Source-Version: 1.0.9-3
We believe that the bug you reported is fixed in the latest version of
libmng, which is due to be installed in the Debian FTP archive:
libmng-dev_1.0.9-3_amd64.deb
to main/libm/libmng/libmng-dev_1.0.9-3_amd64.deb
libmng1_1.0.9-3_amd64.deb
to main/libm/libmng/libmng1_1.0.9-3_amd64.deb
libmng_1.0.9-3.debian.tar.gz
to main/libm/libmng/libmng_1.0.9-3.debian.tar.gz
libmng_1.0.9-3.dsc
to main/libm/libmng/libmng_1.0.9-3.dsc
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 584...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Kartik Mistry <kar...@debian.org> (supplier of updated libmng 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 ftpmas...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Thu, 03 Jun 2010 17:56:09 +0530
Source: libmng
Binary: libmng1 libmng-dev
Architecture: source amd64
Version: 1.0.9-3
Distribution: unstable
Urgency: low
Maintainer: Kartik Mistry <kar...@debian.org>
Changed-By: Kartik Mistry <kar...@debian.org>
Description:
libmng-dev - M-N-G library (Development headers)
libmng1 - Multiple-image Network Graphics library
Closes: 584414
Changes:
libmng (1.0.9-3) unstable; urgency=low
.
* Added patch to fix installation of headers files for libmng-dev and better
way to install files using dh_install. Thanks to Arnaud Fontaine
<ar...@debian.org> (Closes: #584414)
Checksums-Sha1:
497f008596dca6418b190b950a0eae58a1b1c7ee 1072 libmng_1.0.9-3.dsc
1a317038a59f613c5a543037df22aa4b43cdf32a 12360 libmng_1.0.9-3.debian.tar.gz
61d43a8d0cfeec350b24fa243dad33c1af9fe4af 231364 libmng1_1.0.9-3_amd64.deb
1684e63c5fed998a11b72dd6aeb870063fdd1281 311108 libmng-dev_1.0.9-3_amd64.deb
Checksums-Sha256:
7f26c85f16ccc9d8772e5d5c1b3a11c08ab6a1cdc631f62ce266824fa9baa0b6 1072
libmng_1.0.9-3.dsc
0dfa3d37198ac55891e576da2a03647b088a13db9e6cee3196e5b6dd07c9d49e 12360
libmng_1.0.9-3.debian.tar.gz
932ce4f0fc6e5476496b97c987fd586d03b3b19bb29e6abdc2f9edfb992da0f1 231364
libmng1_1.0.9-3_amd64.deb
089c0e4456e5a0602920959b1328f2af166f6ac7ff1c77a44960cb22378f9d1f 311108
libmng-dev_1.0.9-3_amd64.deb
Files:
9b4a0af31fd09db0fa703fac4500ec19 1072 libs optional libmng_1.0.9-3.dsc
2043cdd68b9b52feb65c05b6a7ab8356 12360 libs optional
libmng_1.0.9-3.debian.tar.gz
b49b4f442b03280fdd3e891a22ce975a 231364 libs optional libmng1_1.0.9-3_amd64.deb
c3347a99907f43a5f3fdc77789a8be5b 311108 libdevel optional
libmng-dev_1.0.9-3_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAkwHqzwACgkQoRg/jtECjI3JyQCfX2Ed/75EjNDUXo5XS+vcaPyV
bQEAn1H/AYDHKQUO+Oq0rRbYMBnusNRM
=r7vA
-----END PGP SIGNATURE-----
--- End Message ---