Your message dated Mon, 03 Nov 2014 23:24:36 +0000
with message-id <[email protected]>
and subject line Re: Bug#767919: unblock: viewmol/2.4.1-21
has caused the Debian Bug report #767919,
regarding unblock: viewmol/2.4.1-21
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.)
--
767919: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=767919
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
Please unblock package viewmol
Applying existing patch to Close #763909
Debdiff is attached
unblock viewmol/2.4.1-21
-- System Information:
Debian Release: 7.7
APT prefers stable
APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 3.2.0-4-amd64 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u viewmol-2.4.1/debian/changelog viewmol-2.4.1/debian/changelog
--- viewmol-2.4.1/debian/changelog
+++ viewmol-2.4.1/debian/changelog
@@ -1,3 +1,12 @@
+viewmol (2.4.1-21) unstable; urgency=medium
+
+ * Team upload.
+ * Create executable on all architectures (Thanks for the patch to
+ Graham Inggs <[email protected]>)
+ Closes: #763909
+
+ -- Andreas Tille <[email protected]> Mon, 03 Nov 2014 13:52:40 +0100
+
viewmol (2.4.1-20) unstable; urgency=low
* Use dh_quilt_patch instead of the xsfbs scripts.
diff -u viewmol-2.4.1/debian/patches/series viewmol-2.4.1/debian/patches/series
--- viewmol-2.4.1/debian/patches/series
+++ viewmol-2.4.1/debian/patches/series
@@ -7,0 +8 @@
+150-getmachine_multiarch.patch
only in patch2:
unchanged:
--- viewmol-2.4.1.orig/debian/patches/150-getmachine_multiarch.patch
+++ viewmol-2.4.1/debian/patches/150-getmachine_multiarch.patch
@@ -0,0 +1,47 @@
+Author: Graham Inggs <[email protected]>
+Last-Updated: Mon, 27 Oct 2014 21:23:26 +0200
+Bug-Debian: http://bugs.debian.org/763909
+Desccription: 'getmachine' should look in multiarch directories for
+ libtiff, libpng, etc.
+
+--- a/source/getmachine
++++ b/source/getmachine
+@@ -117,9 +117,9 @@ then
+ hint=1
+
+ # TIFF library
+- if [ -f /usr/lib/libtiff.a ]
++ if [ -f /usr/lib/$DEB_HOST_MULTIARCH/libtiff.a ]
+ then
+- libtiff="-L/usr/lib"
++ libtiff="-L/usr/lib/$DEB_HOST_MULTIARCH"
+ elif [ -f /usr/local/lib/libtiff.a ]
+ then
+ libtiff="-L/usr/local/lib"
+@@ -135,12 +135,12 @@ then
+ echo "LIBTIFF = ${libtiff}" > .config.$os
+
+ # TIFF include file
+- if [ -f /usr/include/tiff.h ]
++ if [ -f /usr/include/$DEB_HOST_MULTIARCH/tiff.h ]
+ then
+ case $os in
+ CYGWIN*) tiffinclude="."
+ ;;
+- *) tiffinclude="/usr/include"
++ *) tiffinclude="/usr/include/$DEB_HOST_MULTIARCH"
+ ;;
+ esac
+ elif [ -f /usr/local/include/tiff.h ]
+@@ -154,9 +154,9 @@ then
+ echo "TIFFINCLUDE = $tiffinclude" >> .config.$os
+
+ # PNG library
+- if [ -f /usr/lib/libpng.a -o -f /usr/lib/libpng12.a ]
++ if [ -f /usr/lib/$DEB_HOST_MULTIARCH/libpng.a -o -f /usr/lib/$DEB_HOST_MULTIARCH/libpng12.a ]
+ then
+- libpng="-L/usr/lib"
++ libpng="-L/usr/lib/$DEB_HOST_MULTIARCH"
+ elif [ -f /usr/local/lib/libpng.a ]
+ then
+ libpng="-L/usr/local/lib"
--- End Message ---
--- Begin Message ---
On Mon, 2014-11-03 at 15:02 +0100, Andreas Tille wrote:
> Please unblock package viewmol
>
> Applying existing patch to Close #763909
Done; thanks.
Regards,
Adam
--- End Message ---