Package: openct Version: 0.6.20-1.2 Severity: wishlist Tags: patch User: debian-de...@lists.debian.org Usertags: origin-ubuntu trusty ubuntu-patch autoreconf
Dear Maintainer, In Ubuntu 14.04, the attached patch was applied to achieve the following: * Use dh-autoreconf for newer arches, resolving FTBFS. * Don't attempt to move conffile from a nonexistent directory. This debdiff may contain extraneous metadata. If so, kindly please ignore them. Thanks for considering the patch! -- System Information: Debian Release: wheezy/sid APT prefers precise-updates APT policy: (500, 'precise-updates'), (500, 'precise-security'), (500, 'precise-proposed'), (500, 'precise'), (100, 'precise-backports') Architecture: amd64 (x86_64) Kernel: Linux 3.11.0-15-generic (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
diff -Nru openct-0.6.20/debian/changelog openct-0.6.20/debian/changelog diff -Nru openct-0.6.20/debian/control openct-0.6.20/debian/control --- openct-0.6.20/debian/control 2011-04-12 06:43:34.000000000 -0400 +++ openct-0.6.20/debian/control 2014-01-22 13:53:48.000000000 -0500 @@ -1,8 +1,10 @@ Source: openct Section: utils Priority: extra -Maintainer: Eric Dorland <e...@debian.org> -Build-Depends: cdbs (>= 0.4.38), debhelper (>= 5.0.45), libpcsclite-dev (>= 1.4.0), pkg-config, libltdl3-dev, libusb2-dev [kfreebsd-any] +Maintainer: Ubuntu Developers <ubuntu-devel-disc...@lists.ubuntu.com> +XSBC-Original-Maintainer: Eric Dorland <e...@debian.org> +Build-Depends: cdbs (>= 0.4.38), debhelper (>= 5.0.45), libpcsclite-dev (>= 1.4.0), pkg-config, libltdl3-dev, libusb2-dev [kfreebsd-any], + dh-autoreconf Build-Conflicts: libusb-dev Standards-Version: 3.8.3 Homepage: http://www.opensc-project.org/ diff -Nru openct-0.6.20/debian/patches/debian-changes openct-0.6.20/debian/patches/debian-changes --- openct-0.6.20/debian/patches/debian-changes 2011-04-12 06:46:02.000000000 -0400 +++ openct-0.6.20/debian/patches/debian-changes 2014-01-22 14:56:35.000000000 -0500 @@ -12,3 +12,14 @@ fi set -e +--- openct-0.6.20.orig/etc/Makefile.am ++++ openct-0.6.20/etc/Makefile.am +@@ -34,8 +34,6 @@ sysconf_DATA=#required in order to creat + install-exec-hook: install-sysconfDATA openct.conf + if [ -f "$(DESTDIR)$(sysconfdir)/openct.conf" ]; then \ + $(INSTALL_DATA) openct.conf "$(DESTDIR)$(sysconfdir)/openct.conf.new"; \ +- else \ +- $(INSTALL_DATA) openct.conf "$(DESTDIR)$(sysconfdir)/openct.conf"; \ + fi + + .in: diff -Nru openct-0.6.20/debian/rules openct-0.6.20/debian/rules --- openct-0.6.20/debian/rules 2010-04-07 16:40:00.000000000 -0400 +++ openct-0.6.20/debian/rules 2014-01-22 13:54:39.000000000 -0500 @@ -1,6 +1,7 @@ #!/usr/bin/make -f include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/autoreconf.mk include /usr/share/cdbs/1/rules/debhelper.mk DEB_CONFIGURE_EXTRA_FLAGS = --enable-pcsc --with-udev=/lib/udev \