Package: meep
Version: 1.2.1-1
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu utopic ubuntu-patch
Dear Maintainer,
debian/rules currently looks for libctl in /usr/share/libctl3, but it is
actually located in /usr/share/libctl.
See https://bugs.launchpad.net/ubuntu/+source/meep/+bug/990137 for more
information.
In Ubuntu, the attached patch was applied to achieve the following:
* debian/rules: Update configure flag to look for /usr/share/libctl.
Thanks for considering the patch.
Logan Rosen
-- System Information:
Debian Release: jessie/sid
APT prefers utopic-updates
APT policy: (500, 'utopic-updates'), (500, 'utopic-security'), (500,
'utopic'), (100, 'utopic-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.13.0-24-generic (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru meep-1.2.1/debian/rules meep-1.2.1/debian/rules
--- meep-1.2.1/debian/rules 2014-05-04 05:23:34.000000000 -0400
+++ meep-1.2.1/debian/rules 2014-05-12 20:08:03.000000000 -0400
@@ -11,7 +11,7 @@
CONFIGURE_FLAGS = --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
--prefix=/usr --mandir=\$${prefix}/share/man \
--infodir=\$${prefix}/share/info \
- --with-libctl=/usr/share/libctl3 \
+ --with-libctl=/usr/share/libctl \
--with-gcc-arch=no \
--enable-shared --with-pic --enable-cxx