diff -Nru gpib-3.2.20/debian/changelog gpib-3.2.20/debian/changelog --- gpib-3.2.20/debian/changelog 2014-04-21 22:04:45.000000000 -0500 +++ gpib-3.2.20/debian/changelog 2014-04-22 15:28:26.000000000 -0500 @@ -1,4 +1,4 @@ -gpib (3.2.20-0.0ubuntu5) trusty; urgency=low +gpib (3.2.20-0.1debian0~trusty) trusty; urgency=low * New upstream version diff -Nru gpib-3.2.20/debian/patches/disable-driver-build.patch gpib-3.2.20/debian/patches/disable-driver-build.patch --- gpib-3.2.20/debian/patches/disable-driver-build.patch 2014-04-21 21:30:38.000000000 -0500 +++ gpib-3.2.20/debian/patches/disable-driver-build.patch 1969-12-31 18:00:00.000000000 -0600 @@ -1,11 +0,0 @@ ---- linux-gpib-3.2.20/Makefile.am.orig -+++ linux-gpib-3.2.20/Makefile.am -@@ -7,7 +7,7 @@ - # the Free Software Foundation; either version 2 of the License, or - # (at your option) any later version. - --SUBDIRS = include lib examples test drivers doc language usb -+SUBDIRS = include lib examples test doc language usb - - EXTRA_DIST = etc util m4 README.HAMEG README.hp82335 bootstrap - diff -Nru gpib-3.2.20/debian/patches/series gpib-3.2.20/debian/patches/series --- gpib-3.2.20/debian/patches/series 2014-04-21 21:29:52.000000000 -0500 +++ gpib-3.2.20/debian/patches/series 2014-04-22 15:18:59.000000000 -0500 @@ -4,4 +4,3 @@ dont-build-modules.patch dont-install-pcmcia-and-usb-stuff.patch no-segment.h.patch -disable-driver-build.patch diff -Nru gpib-3.2.20/debian/rules gpib-3.2.20/debian/rules --- gpib-3.2.20/debian/rules 2014-04-21 21:40:53.000000000 -0500 +++ gpib-3.2.20/debian/rules 2014-04-22 15:25:30.000000000 -0500 @@ -118,12 +118,12 @@ dh_testdir dh_testroot dh_clean -k -# $(MAKE) -C $(KSRC) CC="$(CC) -I$(CURDIR) -I$(CURDIR)/include" \ -# SUBDIRS="$(CURDIR)" \ -# MODVERDIR="$(CURDIR)/.tmp-versions" modules -# install -d $(CURDIR)/debian/$(PKGNAME)/lib/modules/$(KVERS)/gpib -# install -m644 */*.$(KO)o \ -# $(CURDIR)/debian/$(PKGNAME)/lib/modules/$(KVERS)/gpib/ + $(MAKE) -C $(KSRC) CC="$(CC) -I$(CURDIR) -I$(CURDIR)/include" \ + SUBDIRS="$(CURDIR)" \ + MODVERDIR="$(CURDIR)/.tmp-versions" modules + install -d $(CURDIR)/debian/$(PKGNAME)/lib/modules/$(KVERS)/gpib + install -m644 */*.$(KO)o \ + $(CURDIR)/debian/$(PKGNAME)/lib/modules/$(KVERS)/gpib/ dh_installdocs dh_installchangelogs dh_compress