tags 648903 + patch
tags 648903 + pending
tags 648905 + patch
tags 648905 + pending
thanks
Dear maintainer,
I've prepared an NMU for libdebug (versioned as 0.4.4-1.1) and uploaded
it to DELAYED/10. Please feel free to tell me if I should delay it
longer.
--
Jakub Wilk
diffstat for libdebug-0.4.4 libdebug-0.4.4
changelog | 10 ++++++++++
clean | 1 +
control | 2 +-
libdebug0-dev.install | 3 ---
libdebug0-dev.install.in | 4 ++++
libdebug0.lintian-overrides | 2 +-
rules | 1 +
7 files changed, 18 insertions(+), 5 deletions(-)
diff -Nru libdebug-0.4.4/debian/changelog libdebug-0.4.4/debian/changelog
--- libdebug-0.4.4/debian/changelog 2011-07-19 15:56:49.000000000 +0200
+++ libdebug-0.4.4/debian/changelog 2012-01-06 02:39:00.000000000 +0100
@@ -1,3 +1,13 @@
+libdebug (0.4.4-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Move the static library and the .so symlink to multiarch directory
+ (closes: #648903).
+ * Mark the -dev package as Multi-Arch: same (closes: #648905).
+ * Use multi-arch paths in lintian override.
+
+ -- Jakub Wilk <jw...@debian.org> Fri, 06 Jan 2012 02:38:35 +0100
+
libdebug (0.4.4-1) unstable; urgency=low
* New upstream release to fix a compiler warning.
diff -Nru libdebug-0.4.4/debian/clean libdebug-0.4.4/debian/clean
--- libdebug-0.4.4/debian/clean 2011-07-19 15:40:19.000000000 +0200
+++ libdebug-0.4.4/debian/clean 2012-01-06 02:31:22.000000000 +0100
@@ -1 +1,2 @@
debian/libdebug0.install
+debian/libdebug0-dev.install
diff -Nru libdebug-0.4.4/debian/control libdebug-0.4.4/debian/control
--- libdebug-0.4.4/debian/control 2011-07-19 15:41:26.000000000 +0200
+++ libdebug-0.4.4/debian/control 2012-01-06 02:29:39.000000000 +0100
@@ -35,7 +35,7 @@
Package: libdebug0-dev
Architecture: any
Section: libdevel
-Multi-Arch: foreign
+Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}, libdebug0 (= ${binary:Version})
Description: Development files for the debug library
This library contains routines needed by many of the authors
diff -Nru libdebug-0.4.4/debian/libdebug0-dev.install libdebug-0.4.4/debian/libdebug0-dev.install
--- libdebug-0.4.4/debian/libdebug0-dev.install 2011-07-19 15:37:32.000000000 +0200
+++ libdebug-0.4.4/debian/libdebug0-dev.install 1970-01-01 01:00:00.000000000 +0100
@@ -1,3 +0,0 @@
-usr/include/debug/* usr/include/debug
-usr/lib/*/libdebug.{a,so} usr/lib
-usr/share/man/man3/* usr/share/man/man3
diff -Nru libdebug-0.4.4/debian/libdebug0-dev.install.in libdebug-0.4.4/debian/libdebug0-dev.install.in
--- libdebug-0.4.4/debian/libdebug0-dev.install.in 1970-01-01 01:00:00.000000000 +0100
+++ libdebug-0.4.4/debian/libdebug0-dev.install.in 2012-01-06 02:40:46.000000000 +0100
@@ -0,0 +1,4 @@
+usr/include/debug/* usr/include/debug
+usr/lib/*/libdebug.a usr/lib/%%DEB_HOST_MULTIARCH%%
+usr/lib/*/libdebug.so usr/lib/%%DEB_HOST_MULTIARCH%%
+usr/share/man/man3/* usr/share/man/man3
diff -Nru libdebug-0.4.4/debian/libdebug0.lintian-overrides libdebug-0.4.4/debian/libdebug0.lintian-overrides
--- libdebug-0.4.4/debian/libdebug0.lintian-overrides 2011-07-19 13:25:21.000000000 +0200
+++ libdebug-0.4.4/debian/libdebug0.lintian-overrides 2012-01-06 02:38:27.000000000 +0100
@@ -1,2 +1,2 @@
# Lintian 2.5.1 incorrectly claims that this override is unused; see #633976
-libdebug0: shlib-calls-exit usr/lib/libdebug.so.0.4.4
+libdebug0: shlib-calls-exit usr/lib/*/libdebug.so.0.4.4
diff -Nru libdebug-0.4.4/debian/rules libdebug-0.4.4/debian/rules
--- libdebug-0.4.4/debian/rules 2011-07-19 15:44:06.000000000 +0200
+++ libdebug-0.4.4/debian/rules 2012-01-06 02:32:05.000000000 +0100
@@ -32,6 +32,7 @@
dh_auto_install -- DESTDIR=$(CURDIR)/debian/tmp prefix=/usr \
libdir=/usr/lib/$(DEB_HOST_MULTIARCH) install
sed -e "s@%%DEB_HOST_MULTIARCH%%@$(DEB_HOST_MULTIARCH)@g" debian/libdebug0.install.in > debian/libdebug0.install
+ sed -e "s@%%DEB_HOST_MULTIARCH%%@$(DEB_HOST_MULTIARCH)@g" debian/libdebug0-dev.install.in > debian/libdebug0-dev.install
%:
dh $@