Package: freehdl Version: 0.0.7-1.1 Severity: wishlist Tags: patch User: [email protected] 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, e.g., x32, arm64, ppc64el. 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-17-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 -u freehdl-0.0.7/debian/control freehdl-0.0.7/debian/control --- freehdl-0.0.7/debian/control +++ freehdl-0.0.7/debian/control @@ -3,7 +3,7 @@ Priority: optional Maintainer: Ubuntu Developers <[email protected]> XSBC-Original-Maintainer: José L. Redrejo RodrÃguez <[email protected]> -Build-Depends: debhelper (>= 5.0.0), bison, flex, pkg-config, libtool +Build-Depends: debhelper (>= 5.0.0), bison, flex, pkg-config, libtool, dh-autoreconf Homepage: http://www.freehdl.seul.org Standards-Version: 3.8.1 @@ -32,7 +32,7 @@ Package: libfreehdl0 Section: libs Architecture: any -Depends: ${shlibs:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends} Description: VHDL simulator for Linux (shared libraries) This is a free VHDL simulator with these features: * Has a graphical waveform viewer. diff -u freehdl-0.0.7/debian/rules freehdl-0.0.7/debian/rules --- freehdl-0.0.7/debian/rules +++ freehdl-0.0.7/debian/rules @@ -16,7 +16,7 @@ config.status: configure dh_testdir - + dh_autoreconf CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --prefix=/usr \ --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info @@ -34,6 +34,7 @@ rm -f build-stamp rm -f config.log [ ! -f Makefile ] || $(MAKE) distclean + dh_autoreconf_clean dh_clean install: build diff -u freehdl-0.0.7/debian/changelog freehdl-0.0.7/debian/changelog

