diff -Nru linux-tools-3.12.6/debian/changelog linux-tools-3.12-3.12.6/debian/changelog --- linux-tools-3.12.6/debian/changelog 2013-12-25 11:42:10.000000000 +0000 +++ linux-tools-3.12-3.12.6/debian/changelog 2014-06-25 23:09:33.000000000 +0000 @@ -1,3 +1,11 @@ +linux-tools-3.12 (3.12.6-1+rpi1) wheezy-staging; urgency=low + + * Rename source package to allow coexistance with other versions. + * Remove usbip binary packages since their names don't contain the kernel + version. + + -- Peter Michael Green Wed, 25 Jun 2014 23:07:36 +0000 + linux-tools (3.12.6-1) unstable; urgency=medium * New upstream stable update diff -Nru linux-tools-3.12.6/debian/control linux-tools-3.12-3.12.6/debian/control --- linux-tools-3.12.6/debian/control 2013-12-25 11:43:41.000000000 +0000 +++ linux-tools-3.12-3.12.6/debian/control 2014-06-26 02:07:01.000000000 +0000 @@ -1,4 +1,4 @@ -Source: linux-tools +Source: linux-tools-3.12 Section: kernel Priority: optional Maintainer: Debian Kernel Team @@ -29,34 +29,3 @@ The linux-base package contains a 'perf' command which will invoke the appropriate version for the running kernel. -Package: libusbip-dev -Architecture: linux-any -Section: libdevel -Depends: ${misc:Depends} -Description: USB device sharing system over IP network (development files) - USB/IP is a system for sharing USB devices over the network. - . - This package provides headers for the libusbip library and the library - itself for static linking. - -Package: usbip -Architecture: linux-any -Section: admin -Depends: usbutils, ${shlibs:Depends}, ${misc:Depends} -Description: USB device sharing system over IP network - USB/IP is a system for sharing USB devices over the network. - . - To share USB devices between computers with their full functionality, - USB/IP encapsulates "USB requests" into IP packets and transmits them - between computers. - . - Original USB device drivers and applications can be used for remote USB - devices without any modification of them. A computer can use remote USB - devices as if they were directly attached. - . - Currently USB/IP provides no access control or encryption. It should only - be used in trusted environments. - . - This package provides the server component 'usbipd' and the client tool - 'usbip'. - diff -Nru linux-tools-3.12.6/debian/control.md5sum linux-tools-3.12-3.12.6/debian/control.md5sum --- linux-tools-3.12.6/debian/control.md5sum 2013-12-25 11:43:41.000000000 +0000 +++ linux-tools-3.12-3.12.6/debian/control.md5sum 2014-06-26 02:07:01.000000000 +0000 @@ -1,4 +1,4 @@ ac3acacf0cde6d2cc424f28241bb0857 debian/bin/gencontrol.py -780cf168b2f02a90c15cd54ad6d71e02 debian/changelog -c21cd0e8c14bef92ff15b3b07848544a debian/templates/control.main.in -6d80e8870f4d031823142b0e25d186d9 debian/templates/control.source.in +173bbc004a58541f62050c2ed18311e0 debian/changelog +b1067c71ed8352671e2df3cb01abdfc0 debian/templates/control.main.in +65de2bd4baa5b13a1594069c0c891f5c debian/templates/control.source.in diff -Nru linux-tools-3.12.6/debian/libusbip-dev.substvars linux-tools-3.12-3.12.6/debian/libusbip-dev.substvars --- linux-tools-3.12.6/debian/libusbip-dev.substvars 1970-01-01 00:00:00.000000000 +0000 +++ linux-tools-3.12-3.12.6/debian/libusbip-dev.substvars 2014-06-25 23:07:55.000000000 +0000 @@ -0,0 +1 @@ +misc:Depends= diff -Nru linux-tools-3.12.6/debian/rules.gen linux-tools-3.12-3.12.6/debian/rules.gen --- linux-tools-3.12.6/debian/rules.gen 2013-12-25 11:43:41.000000000 +0000 +++ linux-tools-3.12-3.12.6/debian/rules.gen 2014-06-26 02:07:01.000000000 +0000 @@ -1,5 +1,5 @@ .NOTPARALLEL: binary-arch:: - $(MAKE) -f debian/rules.real binary-arch UPSTREAMVERSION='3.12' VERSION='3.12' VERSION_DEBIAN='3.12.6-1' + $(MAKE) -f debian/rules.real binary-arch UPSTREAMVERSION='3.12' VERSION='3.12' VERSION_DEBIAN='3.12.6-1+rpi1' build:: - $(MAKE) -f debian/rules.real build UPSTREAMVERSION='3.12' VERSION='3.12' VERSION_DEBIAN='3.12.6-1' + $(MAKE) -f debian/rules.real build UPSTREAMVERSION='3.12' VERSION='3.12' VERSION_DEBIAN='3.12.6-1+rpi1' diff -Nru linux-tools-3.12.6/debian/rules.real linux-tools-3.12-3.12.6/debian/rules.real --- linux-tools-3.12.6/debian/rules.real 2013-12-25 11:37:48.000000000 +0000 +++ linux-tools-3.12-3.12.6/debian/rules.real 2014-06-25 23:07:55.000000000 +0000 @@ -8,7 +8,7 @@ # includes any binNMU part. VERSION_DEBIAN_FULL := $(shell dpkg-parsechangelog | sed -ne 's,^Version: *\(.*\)$$,\1,p') -binary-arch: install-kbuild install-usbip +binary-arch: install-kbuild ifneq ($(filter alpha amd64 armel armhf hppa i386 powerpc ppc64 s390 s390x sh4 sparc sparc64,$(DEB_BUILD_ARCH)),) binary-arch: install-tools endif diff -Nru linux-tools-3.12.6/debian/templates/control.main.in linux-tools-3.12-3.12.6/debian/templates/control.main.in --- linux-tools-3.12.6/debian/templates/control.main.in 2013-12-25 11:37:48.000000000 +0000 +++ linux-tools-3.12-3.12.6/debian/templates/control.main.in 2014-06-25 23:07:55.000000000 +0000 @@ -18,34 +18,3 @@ The linux-base package contains a 'perf' command which will invoke the appropriate version for the running kernel. -Package: libusbip-dev -Architecture: linux-any -Depends: ${misc:Depends} -Section: libdevel -Description: USB device sharing system over IP network (development files) - USB/IP is a system for sharing USB devices over the network. - . - This package provides headers for the libusbip library and - the library itself for static linking. - -Package: usbip -Architecture: linux-any -Depends: usbutils, ${shlibs:Depends}, ${misc:Depends} -Section: admin -Description: USB device sharing system over IP network - USB/IP is a system for sharing USB devices over the network. - . - To share USB devices between computers with their full - functionality, USB/IP encapsulates "USB requests" into IP - packets and transmits them between computers. - . - Original USB device drivers and applications can be used - for remote USB devices without any modification of them. A - computer can use remote USB devices as if they were - directly attached. - . - Currently USB/IP provides no access control or encryption. - It should only be used in trusted environments. - . - This package provides the server component 'usbipd' and the - client tool 'usbip'. diff -Nru linux-tools-3.12.6/debian/templates/control.source.in linux-tools-3.12-3.12.6/debian/templates/control.source.in --- linux-tools-3.12.6/debian/templates/control.source.in 2013-12-25 11:37:48.000000000 +0000 +++ linux-tools-3.12-3.12.6/debian/templates/control.source.in 2014-06-25 23:07:55.000000000 +0000 @@ -1,4 +1,4 @@ -Source: linux-tools +Source: linux-tools-3.12 Section: kernel Priority: optional Maintainer: Debian Kernel Team