Package: signing-party Version: 1.1.7 Severity: normal Tags: patch User: [email protected] Usertags: ppc64el
Dear Maintainer, The package signing-party does not build on the new platform due to old config files. I am just providing a patch that update the config files before building the package. Thank you, Breno -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: ppc64el (ppc64le) Kernel: Linux 3.13-1-powerpc64le (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
Index: signing-party-1.1.7/debian/control =================================================================== --- signing-party-1.1.7.orig/debian/control 2014-05-11 12:54:00.000000000 +0000 +++ signing-party-1.1.7/debian/control 2014-05-22 19:02:36.000000000 +0000 @@ -5,7 +5,7 @@ Uploaders: Simon Richter <[email protected]>, Franck Joncourt <[email protected]>, Thijs Kinkhorst <[email protected]> -Build-Depends: debhelper (>= 7), python, autoconf, automake1.11 +Build-Depends: debhelper (>= 7), python, autoconf, automake1.11, autotools-dev Build-Conflicts: autoconf2.13, automake1.4 Standards-Version: 3.9.5 Homepage: http://pgp-tools.alioth.debian.org/ Index: signing-party-1.1.7/debian/rules =================================================================== --- signing-party-1.1.7.orig/debian/rules 2014-05-11 12:54:00.000000000 +0000 +++ signing-party-1.1.7/debian/rules 2014-05-22 19:02:16.000000000 +0000 @@ -30,12 +30,14 @@ build-indep: build-stamp build-stamp: configure-stamp dh_testdir + dh_autotools-dev_updateconfig $(MAKE) touch $@ clean: dh_testdir dh_testroot + dh_autotools-dev_restoreconfig $(MAKE) clean rm -f build-stamp configure-stamp dh_clean

