Package: ophcrack Version: 3.6.0-1 Followup-For: Bug #727480 User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu utopic ubuntu-patch
Dear Maintainer, In Ubuntu, the attached patch was applied to achieve the following: * Use autotools-dev to update config.{sub,guess} for new arches. 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 ophcrack-3.6.0/debian/control ophcrack-3.6.0/debian/control --- ophcrack-3.6.0/debian/control 2013-06-08 10:47:07.000000000 -0400 +++ ophcrack-3.6.0/debian/control 2014-05-17 18:56:28.000000000 -0400 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Daniel Echeverry <epsilo...@gmail.com> Uploaders: Julián Moreno Patiño <jul...@debian.org> -Build-Depends: debhelper (>= 9), pkg-config, libexpat-dev, libssl-dev, libqt4-dev, libqwt5-qt4-dev, dh-autoreconf +Build-Depends: debhelper (>= 9), pkg-config, libexpat-dev, libssl-dev, libqt4-dev, libqwt5-qt4-dev, dh-autoreconf, autotools-dev Standards-Version: 3.9.4 Homepage: http://ophcrack.sourceforge.net/ diff -Nru ophcrack-3.6.0/debian/rules ophcrack-3.6.0/debian/rules --- ophcrack-3.6.0/debian/rules 2013-06-08 10:47:07.000000000 -0400 +++ ophcrack-3.6.0/debian/rules 2014-05-17 18:39:25.000000000 -0400 @@ -14,7 +14,7 @@ DESTDIR_CLI := $(CURDIR)/debian/ophcrack-cli %: - dh $@ --with autoreconf + dh $@ --with autoreconf,autotools_dev override_dh_auto_configure: mkdir -p $(BUILDDIR_QT4)