Package: opari2
Version: 1.0.7+dfsg-3
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu utopic ubuntu-patch

Dear Maintainer,

autotools-dev isn't called properly in debian/rules.

In Ubuntu, the attached patch was applied to achieve the following:

  * Fix invocation of autotools-dev.

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 opari2-1.0.7+dfsg/debian/rules opari2-1.0.7+dfsg/debian/rules
--- opari2-1.0.7+dfsg/debian/rules	2014-05-19 03:57:38.000000000 -0400
+++ opari2-1.0.7+dfsg/debian/rules	2014-05-20 23:44:45.000000000 -0400
@@ -4,7 +4,7 @@
 export DEB_BUILD_HARDENING=1
 
 %:
-	dh $@ --with-autotools_dev
+	dh $@ --with autotools_dev
 
 override_dh_auto_configure:
 	./configure --with-platform=linux \

Reply via email to