Your message dated Sun, 6 Dec 2015 12:20:38 -0500
with message-id
<CANTw=moicsqih9owxrfh756gv+5kyrwzlxt0h541kmke8qr...@mail.gmail.com>
and subject line Re: [pkg-wine-party] Bug#807026: wine: FTBFS when built with
dpkg-buildpackage -A (No such file or directory)
has caused the Debian Bug report #807206,
regarding hkl: Update build dependencies for GSL 2.x
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.)
--
807206: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=807206
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: hkl
Version: 4.99.99.1955-1
Severity: normal
Tags: patch
Dear Maintainer,
Please update your package for the ongoing gsl transition (#804246).
The attached patch updates the build dependencies to use libgsl-dev.
This change is required to not pull in GSL 1.x via libgsl0-dev.
Kind Regards,
Bas
diff -Nru hkl-4.99.99.1955/debian/changelog hkl-4.99.99.1955/debian/changelog
--- hkl-4.99.99.1955/debian/changelog 2015-07-15 16:10:16.000000000 +0200
+++ hkl-4.99.99.1955/debian/changelog 2015-11-22 17:30:38.000000000 +0100
@@ -1,3 +1,10 @@
+hkl (4.99.99.1955-1.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Update build dependencies for GSL 2, change libgsl0-dev to libgsl-dev.
+
+ -- Bas Couwenberg <[email protected]> Sun, 22 Nov 2015 17:30:30 +0100
+
hkl (4.99.99.1955-1) unstable; urgency=medium
* Imported Upstream version 4.99.99.1955
diff -Nru hkl-4.99.99.1955/debian/control hkl-4.99.99.1955/debian/control
--- hkl-4.99.99.1955/debian/control 2015-07-07 15:47:50.000000000 +0200
+++ hkl-4.99.99.1955/debian/control 2015-11-22 17:30:29.000000000 +0100
@@ -12,7 +12,7 @@
libg3d-dev,
libg3d-plugins,
libgirepository1.0-dev,
- libgsl0-dev,
+ libgsl-dev,
libgtk2.0-dev,
libgtkglext1-dev,
libyaml-dev,
@@ -63,7 +63,7 @@
Depends: ${misc:Depends},
gir1.2-hkl-5.0 (= ${binary:Version}),
install-info,
- libgsl0-dev,
+ libgsl-dev,
libhkl5 (= ${binary:Version})
Pre-Depends: ${misc:Pre-Depends}
Description: diffractometer computation control library - development files
--- End Message ---
--- Begin Message ---
On Fri, Dec 4, 2015 at 5:20 AM, Santiago Vila wrote:
> I tried to build this package with "dpkg-buildpackage -A"
> (i.e. only architecture-independent packages), and it failed:
The arch:all package needs to be built on a 32-bit architecture. If
you're building on something like amd64, it won't work.
Best wishes,
Mike
--- End Message ---