[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#767919: marked as done (unblock: viewmol/2.4.1-21)



Your message dated Mon, 03 Nov 2014 23:24:36 +0000
with message-id <1415057076.5807.14.camel@adam-barratt.org.uk>
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 owner@bugs.debian.org
immediately.)


-- 
767919: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=767919
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
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 <graham@nerve.org.za>)
+    Closes: #763909
+
+ -- Andreas Tille <tille@debian.org>  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 <graham@nerve.org.za>
+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 ---

Reply to: