diff mbox

[1/3] UBUNTU: simplify meta package packaging

Message ID 1484863705-19826-2-git-send-email-tim.gardner@canonical.com
State New
Headers show

Commit Message

Tim Gardner Jan. 19, 2017, 10:08 p.m. UTC
git rm Makefile README
        git mv meta-source/debian .
        rmdir meta-source

    BugLink: http://bugs.launchpad.net/bugs/1601954

Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
---
 Makefile                                        |  30 -
 README                                          |  18 -
 debian/changelog                                | 796 ++++++++++++++++++++++++
 debian/compat                                   |   1 +
 debian/control.common                           | 392 ++++++++++++
 debian/control.d/generic                        |  47 ++
 debian/control.d/generic-lpae                   |  37 ++
 debian/control.d/generic-pae                    |  23 +
 debian/control.d/highbank                       |  26 +
 debian/control.d/hv-kvp-daemon-init             |   8 +
 debian/control.d/lowlatency                     |  47 ++
 debian/control.d/lowlatency-pae                 |  24 +
 debian/control.d/omap                           |  26 +
 debian/control.d/powerpc-e500                   |  37 ++
 debian/control.d/powerpc-e500mc                 |  37 ++
 debian/control.d/powerpc-smp                    |  40 ++
 debian/control.d/powerpc64-emb                  |  37 ++
 debian/control.d/powerpc64-smp                  |  40 ++
 debian/control.d/server                         |  23 +
 debian/control.d/signed-generic                 |  18 +
 debian/control.d/virtual                        |  53 ++
 debian/copyright                                |  39 ++
 debian/rules                                    |  94 +++
 debian/source/options                           |   3 +
 meta-source/debian/changelog                    | 796 ------------------------
 meta-source/debian/compat                       |   1 -
 meta-source/debian/control.common               | 392 ------------
 meta-source/debian/control.d/generic            |  47 --
 meta-source/debian/control.d/generic-lpae       |  37 --
 meta-source/debian/control.d/generic-pae        |  23 -
 meta-source/debian/control.d/highbank           |  26 -
 meta-source/debian/control.d/hv-kvp-daemon-init |   8 -
 meta-source/debian/control.d/lowlatency         |  47 --
 meta-source/debian/control.d/lowlatency-pae     |  24 -
 meta-source/debian/control.d/omap               |  26 -
 meta-source/debian/control.d/powerpc-e500       |  37 --
 meta-source/debian/control.d/powerpc-e500mc     |  37 --
 meta-source/debian/control.d/powerpc-smp        |  40 --
 meta-source/debian/control.d/powerpc64-emb      |  37 --
 meta-source/debian/control.d/powerpc64-smp      |  40 --
 meta-source/debian/control.d/server             |  23 -
 meta-source/debian/control.d/signed-generic     |  18 -
 meta-source/debian/control.d/virtual            |  53 --
 meta-source/debian/copyright                    |  39 --
 meta-source/debian/rules                        |  94 ---
 meta-source/debian/source/options               |   3 -
 46 files changed, 1848 insertions(+), 1896 deletions(-)
 delete mode 100644 Makefile
 delete mode 100644 README
 create mode 100644 debian/changelog
 create mode 100644 debian/compat
 create mode 100644 debian/control.common
 create mode 100644 debian/control.d/generic
 create mode 100644 debian/control.d/generic-lpae
 create mode 100644 debian/control.d/generic-pae
 create mode 100644 debian/control.d/highbank
 create mode 100644 debian/control.d/hv-kvp-daemon-init
 create mode 100644 debian/control.d/lowlatency
 create mode 100644 debian/control.d/lowlatency-pae
 create mode 100644 debian/control.d/omap
 create mode 100644 debian/control.d/powerpc-e500
 create mode 100644 debian/control.d/powerpc-e500mc
 create mode 100644 debian/control.d/powerpc-smp
 create mode 100644 debian/control.d/powerpc64-emb
 create mode 100644 debian/control.d/powerpc64-smp
 create mode 100644 debian/control.d/server
 create mode 100644 debian/control.d/signed-generic
 create mode 100644 debian/control.d/virtual
 create mode 100644 debian/copyright
 create mode 100755 debian/rules
 create mode 100644 debian/source/options
 delete mode 100644 meta-source/debian/changelog
 delete mode 100644 meta-source/debian/compat
 delete mode 100644 meta-source/debian/control.common
 delete mode 100644 meta-source/debian/control.d/generic
 delete mode 100644 meta-source/debian/control.d/generic-lpae
 delete mode 100644 meta-source/debian/control.d/generic-pae
 delete mode 100644 meta-source/debian/control.d/highbank
 delete mode 100644 meta-source/debian/control.d/hv-kvp-daemon-init
 delete mode 100644 meta-source/debian/control.d/lowlatency
 delete mode 100644 meta-source/debian/control.d/lowlatency-pae
 delete mode 100644 meta-source/debian/control.d/omap
 delete mode 100644 meta-source/debian/control.d/powerpc-e500
 delete mode 100644 meta-source/debian/control.d/powerpc-e500mc
 delete mode 100644 meta-source/debian/control.d/powerpc-smp
 delete mode 100644 meta-source/debian/control.d/powerpc64-emb
 delete mode 100644 meta-source/debian/control.d/powerpc64-smp
 delete mode 100644 meta-source/debian/control.d/server
 delete mode 100644 meta-source/debian/control.d/signed-generic
 delete mode 100644 meta-source/debian/control.d/virtual
 delete mode 100644 meta-source/debian/copyright
 delete mode 100755 meta-source/debian/rules
 delete mode 100644 meta-source/debian/source/options
diff mbox

Patch

diff --git a/Makefile b/Makefile
deleted file mode 100644
index fc0b59f..0000000
--- a/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@ 
-LOG		:= meta-source/debian/changelog
-META_NAME	:= $(shell head -n 1 $(LOG) | sed 's/\(.*\)[[:space:]]\+(.*).*/\1/')
-META_VERSION	:= $(shell head -n 1 $(LOG) | sed 's/.*(\(.*\)).*/\1/')
-META_SERIES	:= $(shell head -n 1 $(LOG) | sed 's/.*(.*)[[:space:]]\+\(.*\);.*/\1/' | sed 's/-.*//')
-LAST_VERSION	?= $(shell rmadison -a source -s $(META_SERIES)-updates $(META_NAME) | cut -d '|' -f 2 | tr -d '[:blank:]')
-
-ifeq ($(LAST_VERSION),)
-LAST_VERSION	:= $(shell rmadison -a source -s $(META_SERIES) $(META_NAME) | cut -d '|' -f 2 | tr -d '[:blank:]')
-ifeq ($(LAST_VERSION),)
-LAST_VERSION	:= $(META_VERSION)
-endif
-endif
-
-all: source
-
-source: clean
-	ln -s meta-source $(META_NAME)-$(META_VERSION)
-	cd $(META_NAME)-$(META_VERSION); \
-	dpkg-buildpackage -S -sa -rfakeroot -I.git -I.gitignore -i'\.git.*' -v$(LAST_VERSION)
-
-binary: clean
-	ln -s meta-source $(META_NAME)-$(META_VERSION)
-	cd $(META_NAME)-$(META_VERSION); \
-	debuild -b
-
-clean:
-	cd meta-source && fakeroot debian/rules clean
-	rm -f $(META_NAME)-$(META_VERSION)
-	rm -f *.dsc *.changes *.gz *.deb *.build *.upload
-
diff --git a/README b/README
deleted file mode 100644
index bb6ccff..0000000
--- a/README
+++ /dev/null
@@ -1,18 +0,0 @@ 
-The toplevel makefile in this directory is used to create the upload source
-for linux-meta. By convention the directory name is supposed to be the
-name of the package with version number attached.
-In order to fullfill that convention and prevent git from being useless
-(since the renaming produces big diffs), a soft-link is created before
-calling dpkk-buildpackage.
-
-The versioning scheme in debian/changelog must be k.k.k.a.m, where
-k is the kernel version a is the ABI version and m is the version
-of the linux-meta package.
-
-You can create an upload set by calling:
-
-	make source
-
-Afterwards the temporary stuff can be removed by calling:
-
-	make clean
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..bc7bd57
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,796 @@ 
+linux-meta (3.13.0.107.115) trusty; urgency=medium
+
+  * linux ABI 3.13.0-107
+
+ -- Luis Henriques <luis.henriques@canonical.com>  Mon, 19 Dec 2016 19:00:35 +0000
+
+linux-meta (3.13.0.106.114) trusty; urgency=medium
+
+  * linux ABI 3.13.0-106
+
+ -- Luis Henriques <luis.henriques@canonical.com>  Tue, 06 Dec 2016 15:04:41 +0000
+
+linux-meta (3.13.0.105.113) trusty; urgency=medium
+
+  * linux ABI 3.13.0-105
+
+ -- Brad Figg <brad.figg@canonical.com>  Thu, 01 Dec 2016 14:12:55 -0800
+
+linux-meta (3.13.0.104.112) trusty; urgency=medium
+
+  * linux ABI 3.13.0-104
+
+ -- Luis Henriques <luis.henriques@canonical.com>  Wed, 30 Nov 2016 11:04:00 +0000
+
+linux-meta (3.13.0.103.111) trusty; urgency=medium
+
+  * linux ABI 3.13.0-103
+
+ -- Luis Henriques <luis.henriques@canonical.com>  Thu, 24 Nov 2016 10:07:30 +0000
+
+linux-meta (3.13.0.102.110) trusty; urgency=medium
+
+  * linux ABI 3.13.0-102
+
+ -- Luis Henriques <luis.henriques@canonical.com>  Wed, 09 Nov 2016 19:55:52 +0000
+
+linux-meta (3.13.0.101.109) trusty; urgency=medium
+
+  * linux ABI 3.13.0-101
+
+ -- Seth Forshee <seth.forshee@canonical.com>  Thu, 20 Oct 2016 16:57:10 -0500
+
+linux-meta (3.13.0.100.108) trusty; urgency=medium
+
+  * linux ABI 3.13.0-100
+
+ -- Stefan Bader <stefan.bader@canonical.com>  Tue, 18 Oct 2016 18:31:40 +0200
+
+linux-meta (3.13.0.99.107) trusty; urgency=medium
+
+  * linux ABI 3.13.0-99
+
+ -- Seth Forshee <seth.forshee@canonical.com>  Wed, 12 Oct 2016 15:36:08 -0500
+
+linux-meta (3.13.0.98.106) trusty; urgency=medium
+
+  * linux ABI 3.13.0-98
+
+ -- Seth Forshee <seth.forshee@canonical.com>  Sat, 08 Oct 2016 13:30:51 -0500
+
+linux-meta (3.13.0.97.105) trusty; urgency=medium
+
+  * linux ABI 3.13.0-97
+
+ -- Joseph Salisbury <joseph.salisbury@canonical.com>  Thu, 22 Sep 2016 11:49:31 -0400
+
+linux-meta (3.13.0.96.104) trusty; urgency=medium
+
+  * linux ABI 3.13.0-96
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Mon, 29 Aug 2016 14:02:59 -0600
+
+linux-meta (3.13.0.95.103) trusty; urgency=medium
+
+  * linux ABI 3.13.0-95
+
+ -- Stefan Bader <stefan.bader@canonical.com>  Fri, 12 Aug 2016 18:43:59 +0200
+
+linux-meta (3.13.0.94.102) trusty; urgency=medium
+
+  * linux ABI 3.13.0-94
+
+ -- Stefan Bader <stefan.bader@canonical.com>  Tue, 09 Aug 2016 15:28:00 +0200
+
+linux-meta (3.13.0.93.101) trusty; urgency=medium
+
+  * Update HWE meta packages to point to xenial (LP: #1609945)
+
+ -- Seth Forshee <seth.forshee@canonical.com>  Thu, 04 Aug 2016 15:14:59 -0500
+
+linux-meta (3.13.0.93.100) trusty; urgency=medium
+
+  * linux ABI 3.13.0-93
+
+ -- Seth Forshee <seth.forshee@canonical.com>  Mon, 18 Jul 2016 15:59:29 -0500
+
+linux-meta (3.13.0.92.99) trusty; urgency=medium
+
+  * linux ABI 3.13.0-92
+
+ -- Kamal Mostafa <kamal@canonical.com>  Tue, 28 Jun 2016 13:36:49 -0700
+
+linux-meta (3.13.0.91.97) trusty; urgency=medium
+
+  * linux ABI 3.13.0-91
+
+ -- Luis Henriques <luis.henriques@canonical.com>  Fri, 24 Jun 2016 16:22:43 +0100
+
+linux-meta (3.13.0.90.96) trusty; urgency=medium
+
+  * linux ABI 3.13.0-90
+
+ -- Kamal Mostafa <kamal@canonical.com>  Thu, 23 Jun 2016 13:22:17 -0700
+
+linux-meta (3.13.0.89.95) trusty; urgency=medium
+
+  * linux ABI 3.13.0-89
+
+ -- Kamal Mostafa <kamal@canonical.com>  Fri, 10 Jun 2016 11:44:51 -0700
+
+linux-meta (3.13.0.88.94) trusty; urgency=medium
+
+  * linux ABI 3.13.0-88
+
+ -- Kamal Mostafa <kamal@canonical.com>  Fri, 03 Jun 2016 13:03:50 -0700
+
+linux-meta (3.13.0.87.93) trusty; urgency=medium
+
+  * linux ABI 3.13.0-87
+
+ -- Kamal Mostafa <kamal@canonical.com>  Wed, 11 May 2016 11:24:15 -0700
+
+linux-meta (3.13.0.86.92) trusty; urgency=medium
+
+  * linux ABI 3.13.0-86
+
+ -- Kamal Mostafa <kamal@canonical.com>  Mon, 18 Apr 2016 11:17:17 -0700
+
+linux-meta (3.13.0.85.91) trusty; urgency=medium
+
+  * linux ABI 3.13.0-85
+
+ -- Brad Figg <brad.figg@canonical.com>  Thu, 17 Mar 2016 12:21:42 -0700
+
+linux-meta (3.13.0.84.90) trusty; urgency=medium
+
+  * linux ABI 3.13.0-84
+
+ -- Brad Figg <brad.figg@canonical.com>  Tue, 15 Mar 2016 09:21:58 -0700
+
+linux-meta (3.13.0.83.89) trusty; urgency=medium
+
+  * linux ABI 3.13.0-83
+
+ -- Brad Figg <brad.figg@canonical.com>  Thu, 10 Mar 2016 14:53:05 -0800
+
+linux-meta (3.13.0.82.88) trusty; urgency=medium
+
+  * linux ABI 3.13.0-82
+
+ -- Brad Figg <brad.figg@canonical.com>  Tue, 08 Mar 2016 14:35:44 -0800
+
+linux-meta (3.13.0.81.87) trusty; urgency=medium
+
+  * linux ABI 3.13.0-81
+
+ -- Luis Henriques <luis.henriques@canonical.com>  Wed, 02 Mar 2016 16:49:28 +0000
+
+linux-meta (3.13.0.80.86) trusty; urgency=medium
+
+  * linux ABI 3.13.0-79
+
+ -- Brad Figg <brad.figg@canonical.com>  Mon, 22 Feb 2016 14:54:34 -0800
+
+linux-meta (3.13.0.79.85) trusty; urgency=medium
+
+  * linux ABI 3.13.0-79
+
+ -- Luis Henriques <luis.henriques@canonical.com>  Fri, 19 Feb 2016 13:16:39 +0000
+
+linux-meta (3.13.0.78.84) trusty; urgency=medium
+
+  * linux ABI 3.13.0-77
+
+ -- Brad Figg <brad.figg@canonical.com>  Mon, 01 Feb 2016 12:38:39 -0800
+
+linux-meta (3.13.0.77.83) trusty; urgency=medium
+
+  * linux ABI 3.13.0-77
+
+ -- Luis Henriques <luis.henriques@canonical.com>  Wed, 20 Jan 2016 10:07:50 +0000
+
+linux-meta (3.13.0.76.82) trusty; urgency=medium
+
+  * linux ABI 3.13.0-76
+
+ -- Luis Henriques <luis.henriques@canonical.com>  Mon, 18 Jan 2016 09:59:16 +0000
+
+linux-meta (3.13.0.75.81) trusty; urgency=medium
+
+  * linux ABI 3.13.0-75
+
+ -- Luis Henriques <luis.henriques@canonical.com>  Mon, 11 Jan 2016 13:38:41 +0000
+
+linux-meta (3.13.0.74.80) trusty; urgency=medium
+
+  * linux ABI 3.13.0-74
+
+ -- Luis Henriques <luis.henriques@canonical.com>  Wed, 16 Dec 2015 18:31:46 +0000
+
+linux-meta (3.13.0.73.79) trusty; urgency=medium
+
+  * linux ABI 3.13.0-73
+
+ -- Luis Henriques <luis.henriques@canonical.com>  Fri, 04 Dec 2015 14:54:03 +0000
+
+linux-meta (3.13.0.72.78) trusty; urgency=medium
+
+  * linux ABI 3.13.0-72
+
+ -- Luis Henriques <luis.henriques@canonical.com>  Wed, 02 Dec 2015 11:48:24 +0000
+
+linux-meta (3.13.0.71.77) trusty; urgency=medium
+
+  * linux ABI 3.13.0-71
+
+ -- Brad Figg <brad.figg@canonical.com>  Mon, 30 Nov 2015 18:27:36 -0800
+
+linux-meta (3.13.0.70.76) trusty; urgency=medium
+
+  * linux ABI 3.13.0-70
+
+ -- Luis Henriques <luis.henriques@canonical.com>  Mon, 16 Nov 2015 18:13:44 +0000
+
+linux-meta (3.13.0.69.75) trusty; urgency=medium
+
+  * linux ABI 3.13.0-69
+
+ -- Luis Henriques <luis.henriques@canonical.com>  Tue, 10 Nov 2015 15:58:48 +0000
+
+linux-meta (3.13.0.68.74) trusty; urgency=medium
+
+  * linux ABI 3.13.0-68
+
+ -- Luis Henriques <luis.henriques@canonical.com>  Thu, 05 Nov 2015 17:03:05 +0000
+
+linux-meta (3.13.0.67.73) trusty; urgency=medium
+
+  * linux ABI 3.13.0-67
+
+ -- Luis Henriques <luis.henriques@canonical.com>  Tue, 20 Oct 2015 15:19:05 +0100
+
+linux-meta (3.13.0.66.72) trusty; urgency=medium
+
+  * linux ABI 3.13.0-66
+
+ -- Brad Figg <brad.figg@canonical.com>  Mon, 05 Oct 2015 13:39:48 -0700
+
+linux-meta (3.13.0.65.71) trusty; urgency=medium
+
+  * linux ABI 3.13.0-65
+
+ -- Brad Figg <brad.figg@canonical.com>  Mon, 21 Sep 2015 11:46:15 -0700
+
+linux-meta (3.13.0.64.72) trusty; urgency=medium
+
+  * linux ABI 3.13.0-64
+
+ -- Luis Henriques <luis.henriques@canonical.com>  Wed, 09 Sep 2015 13:11:37 +0100
+
+linux-meta (3.13.0.63.71) trusty; urgency=low
+
+  * Fix up dandling linux-*-hwe-* meta packages.  When we do not have a
+    flavour default it back to the generic packages.  (LP: 1489487).
+
+ -- Brad Figg <brad.figg@canonical.com>  Fri, 28 Aug 2015 09:12:14 -0700
+
+linux-meta (3.13.0.63.70) trusty; urgency=medium
+
+  [ Brad Figg ]
+
+  * ABI bump
+
+ -- Brad Figg <brad.figg@canonical.com>  Fri, 14 Aug 2015 13:33:03 -0700
+
+linux-meta (3.13.0.62.69) trusty; urgency=medium
+
+  [ Luis Henriques ]
+
+  * Merged back Ubuntu-3.13.0.61.68
+  * linux ABI 3.13.0-62
+
+ -- Luis Henriques <luis.henriques@canonical.com>  Wed, 29 Jul 2015 14:13:44 +0100
+
+linux-meta (3.13.0.60.67) trusty; urgency=medium
+
+  * linux ABI 3.13.0-60
+
+ -- Kamal Mostafa <kamal@canonical.com>  Tue, 28 Jul 2015 12:37:30 -0700
+
+linux-meta (3.13.0.61.68) trusty; urgency=medium
+
+  * linux ABI 3.13.0-61
+
+ -- Luis Henriques <luis.henriques@canonical.com>  Wed, 29 Jul 2015 11:19:53 +0100
+
+linux-meta (3.13.0.59.66) trusty; urgency=medium
+
+  * linux ABI 3.13.0-59
+
+ -- Luis Henriques <luis.henriques@canonical.com>  Fri, 24 Jul 2015 10:07:42 +0100
+
+linux-meta (3.13.0.58.65) trusty; urgency=medium
+
+  * linux ABI 3.13.0-58
+
+ -- Brad Figg <brad.figg@canonical.com>  Mon, 06 Jul 2015 16:05:25 -0700
+
+linux-meta (3.13.0.57.64) trusty; urgency=medium
+
+  * linux ABI 3.13.0-57
+
+ -- Luis Henriques <luis.henriques@canonical.com>  Fri, 19 Jun 2015 09:31:51 +0100
+
+linux-meta (3.13.0.56.63) trusty; urgency=medium
+
+  * linux ABI 3.13.0-56
+
+ -- Brad Figg <brad.figg@canonical.com>  Tue, 16 Jun 2015 11:48:05 -0700
+
+linux-meta (3.13.0.55.62) trusty; urgency=medium
+
+  * linux ABI 3.13.0-55
+
+ -- Luis Henriques <luis.henriques@canonical.com>  Thu, 11 Jun 2015 10:49:26 +0100
+
+linux-meta (3.13.0.54.61) trusty; urgency=medium
+
+  * linux ABI 3.13.0-54
+
+ -- Luis Henriques <luis.henriques@canonical.com>  Mon, 25 May 2015 16:56:38 +0000
+
+linux-meta (3.13.0.53.60) trusty; urgency=medium
+
+  * linux ABI 3.13.0-53
+
+ -- Luis Henriques <luis.henriques@canonical.com>  Thu, 07 May 2015 15:13:32 +0100
+
+linux-meta (3.13.0.52.59) trusty; urgency=medium
+
+  * linux ABI 3.13.0-52
+
+ -- Luis Henriques <luis.henriques@canonical.com>  Wed, 29 Apr 2015 16:43:50 +0100
+
+linux-meta (3.13.0.51.58) trusty; urgency=medium
+
+  * linux ABI 3.13.0-51
+
+ -- Luis Henriques <luis.henriques@canonical.com>  Wed, 15 Apr 2015 14:11:12 +0100
+
+linux-meta (3.13.0.50.57) trusty; urgency=medium
+
+  * linux ABI 3.13.0-50
+
+ -- Brad Figg <brad.figg@canonical.com>  Thu, 09 Apr 2015 11:41:15 -0700
+
+linux-meta (3.13.0.49.56) trusty; urgency=medium
+
+  * linux ABI 3.13.0-49
+
+ -- Kamal Mostafa <kamal@canonical.com>  Tue, 24 Mar 2015 12:16:40 -0700
+
+linux-meta (3.13.0.48.55) trusty; urgency=medium
+
+  * linux ABI 3.13.0-48
+
+ -- Luis Henriques <luis.henriques@canonical.com>  Thu, 12 Mar 2015 11:05:46 +0000
+
+linux-meta (3.13.0.47.54) trusty; urgency=medium
+
+  * linux ABI 3.13.0-47
+
+ -- Seth Forshee <seth.forshee@canonical.com>  Tue, 03 Mar 2015 09:45:45 -0600
+
+linux-meta (3.13.0.46.53) trusty; urgency=medium
+
+  [ Kamal Mostafa ]
+
+  * UBUNTU: [Packaging] force "dpkg-source -I -i" behavior
+
+  [ Seth Forshee ]
+
+  * linux ABI 3.13.0-45
+
+ -- Seth Forshee <seth.forshee@canonical.com>  Mon, 09 Feb 2015 15:30:13 -0600
+
+linux-meta (3.13.0.45.52) trusty; urgency=medium
+
+  * linux ABI 3.13.0-45
+
+ -- Seth Forshee <seth.forshee@canonical.com>  Tue, 13 Jan 2015 13:02:31 -0600
+
+linux-meta (3.13.0.44.51) trusty; urgency=medium
+
+  * linux ABI 3.13.0-44
+
+ -- Kamal Mostafa <kamal@canonical.com>  Mon, 15 Dec 2014 16:10:39 -0800
+
+linux-meta (3.13.0.43.50) trusty; urgency=medium
+
+  * linux ABI 3.13.0-43
+
+ -- Luis Henriques <luis.henriques@canonical.com>  Mon, 08 Dec 2014 17:32:17 +0000
+
+linux-meta (3.13.0.42.49) trusty; urgency=medium
+
+  * linux ABI 3.13.0-42
+
+ -- Luis Henriques <luis.henriques@canonical.com>  Fri, 05 Dec 2014 14:43:15 +0000
+
+linux-meta (3.13.0.41.48) trusty; urgency=medium
+
+  [ Tim Gardner ]
+
+  * UBUNTU: Add HWE kernel meta packages
+
+      We messed up when naming HWE meta packages in Precise. We should have
+      made those package names unique per LTS release because we cannot
+      now create a HWE meta package of the same name without also creating an
+      upgrade path that a user probably does not want. For example, upgrading from
+      12.04.[2-5] to 14.04 (after 14.04.2 is released) would upgrade to an HWE
+      kernel instead of the 14.04 GA kernel as expected.
+
+      Therefore, the HWE meta package name will be made unique by adding the name
+      of the LTS release, e.g., linux-image-hwe-generic-trusty.
+
+      Update to the next HWE kernel by changing HWE_KERNEL_NAME in debian/rules. 
+      -LP: #1393877
+
+  * UBUNTU: Cleanup superfluous RELEASE_NAME logic
+    Also correct Vcs-Git URL error.
+
+  [ Luis Henriques ]
+
+  * linux ABI 3.13.0-41
+
+ -- Luis Henriques <luis.henriques@canonical.com>  Tue, 25 Nov 2014 13:03:59 +0000
+
+linux-meta (3.13.0.40.47) trusty; urgency=medium
+
+  * linux ABI 3.13.0-40
+
+ -- Brad Figg <brad.figg@canonical.com>  Mon, 03 Nov 2014 11:40:23 -0800
+
+linux-meta (3.13.0.39.46) trusty; urgency=medium
+
+  * linux ABI 3.13.0-39
+
+ -- Luis Henriques <luis.henriques@canonical.com>  Tue, 28 Oct 2014 13:16:51 +0000
+
+linux-meta (3.13.0.38.45) trusty; urgency=medium
+
+  [ Tim Gardner ]
+
+  * UBUNTU: Make linux-crashdump build for ppc64el
+    -LP: #1341475
+
+  [ Luis Henriques ]
+
+  * linux ABI 3.13.0-38
+
+ -- Luis Henriques <luis.henriques@canonical.com>  Thu, 09 Oct 2014 12:12:25 +0100
+
+linux-meta (3.13.0.37.44) trusty; urgency=medium
+
+  * linux ABI 3.13.0-37
+
+ -- Joseph Salisbury <joseph.salisbury@canonical.com>  Mon, 22 Sep 2014 16:12:11 -0400
+
+linux-meta (3.13.0.36.43) trusty; urgency=medium
+
+  * linux ABI 3.13.0-36
+
+ -- Joseph Salisbury <joseph.salisbury@canonical.com>  Wed, 03 Sep 2014 12:40:49 -0400
+
+linux-meta (3.13.0.35.42) trusty; urgency=medium
+
+  * linux ABI 3.13.0-35
+
+ -- Brad Figg <brad.figg@canonical.com>  Mon, 18 Aug 2014 13:35:38 -0700
+
+linux-meta (3.13.0.34.40) trusty; urgency=medium
+
+  * linux ABI 3.13.0-34
+
+ -- Kamal Mostafa <kamal@canonical.com>  Tue, 12 Aug 2014 14:39:25 -0700
+
+linux-meta (3.13.0.33.39) trusty; urgency=medium
+
+  * linux ABI 3.13.0-33
+
+ -- Brad Figg <brad.figg@canonical.com>  Tue, 29 Jul 2014 09:53:32 -0700
+
+linux-meta (3.13.0.32.38) trusty; urgency=medium
+
+  * linux ABI 3.13.0-32
+
+ -- Luis Henriques <luis.henriques@canonical.com>  Mon, 07 Jul 2014 11:56:26 +0100
+
+linux-meta (3.13.0.31.37) trusty; urgency=medium
+
+  * linux ABI 3.13.0-31
+
+ -- Luis Henriques <luis.henriques@canonical.com>  Tue, 01 Jul 2014 15:19:52 +0100
+
+linux-meta (3.13.0.30.36) trusty; urgency=medium
+
+  [ Andy Whitcroft ]
+
+  * ppc64el/arm64: add linux-tools-generic
+    - LP: #1326050
+
+  [ Kamal Mostafa ]
+
+  * linux ABI 3.13.0-30
+
+ -- Kamal Mostafa <kamal@canonical.com>  Mon, 09 Jun 2014 15:18:57 -0700
+
+linux-meta (3.13.0.29.35) trusty; urgency=medium
+
+  * linux ABI 3.13.0-29
+
+ -- Luis Henriques <luis.henriques@canonical.com>  Wed, 28 May 2014 10:50:51 +0100
+
+linux-meta (3.13.0.28.34) trusty; urgency=medium
+
+  * linux ABI 3.13.0-28
+
+ -- Luis Henriques <luis.henriques@canonical.com>  Thu, 22 May 2014 10:58:36 +0100
+
+linux-meta (3.13.0.27.33) trusty; urgency=low
+
+  * linux ABI 3.13.0-27
+
+ -- Brad Figg <brad.figg@canonical.com>  Wed, 14 May 2014 11:13:05 -0700
+
+linux-meta (3.13.0.26.32) trusty; urgency=low
+
+  * linux ABI 3.13.0-26
+
+ -- Kamal Mostafa <kamal@canonical.com>  Wed, 07 May 2014 16:56:44 -0700
+
+linux-meta (3.13.0.25.31) trusty; urgency=low
+
+  * linux ABI 3.13.0-25
+
+ -- Brad Figg <brad.figg@canonical.com>  Tue, 29 Apr 2014 07:26:45 -0700
+
+linux-meta (3.13.0.24.30) trusty; urgency=low
+
+  * Add linux-firmware as a dependency of linux-signed-image. Otherwise linux-firmware
+    does not get installed on UEFI server images.
+    - LP: #1309415
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Wed, 23 Apr 2014 06:57:52 -0600
+
+linux-meta (3.13.0.24.29) trusty; urgency=low
+
+  * Spelling correction to make translations easier: infrstracture ==> infrastructure
+    - LP: #1264679
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Mon, 21 Apr 2014 09:08:35 -0600
+
+linux-meta (3.13.0.24.28) trusty; urgency=low
+
+  * linux ABI 3.13.0-24
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Wed, 09 Apr 2014 12:23:01 -0600
+
+linux-meta (3.13.0.23.27) trusty; urgency=low
+
+  * linux ABI 3.13.0-23
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Thu, 03 Apr 2014 12:32:53 -0600
+
+linux-meta (3.13.0.22.26) trusty; urgency=low
+
+  * linux ABI 3.13.0-22
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Wed, 02 Apr 2014 13:46:46 -0600
+
+linux-meta (3.13.0.21.25) trusty; urgency=low
+
+  * linux ABI 3.13.0-21
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Mon, 31 Mar 2014 16:09:46 -0600
+
+linux-meta (3.13.0.20.24) trusty; urgency=low
+
+  [ Andy Whitcroft ]
+
+  * hv-kvp-daemon-init -- transition to linux-cloud-tools
+  * hv-kvp-daemon-init -- move to oldlibs
+  * hv-kvp-daemon-init -- allow to be satisfied by any cloud tools
+  * hv-kvp-daemon-init -- fix title and description
+
+  [ Tim Gardner ]
+
+  * linux ABI 3.13.0-20
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Thu, 27 Mar 2014 19:23:52 -0600
+
+linux-meta (3.13.0.19.23) trusty; urgency=low
+
+  * linux ABI 3.13.0-19
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Fri, 21 Mar 2014 08:23:02 -0600
+
+linux-meta (3.13.0.18.22) trusty; urgency=low
+
+  * linux ABI 3.13.0-18
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Mon, 17 Mar 2014 14:51:53 -0600
+
+linux-meta (3.13.0.17.21) trusty; urgency=low
+
+  * linux ABI 3.13.0-17
+
+ -- Andy Whitcroft <apw@canonical.com>  Tue, 11 Mar 2014 09:14:40 +0000
+
+linux-meta (3.13.0.16.20) trusty; urgency=low
+
+  * linux ABI 3.13.0-16
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Tue, 04 Mar 2014 16:00:58 -0700
+
+linux-meta (3.13.0.15.19) trusty; urgency=low
+
+  * linux ABI 3.13.0-15
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Mon, 03 Mar 2014 08:54:07 -0700
+
+linux-meta (3.13.0.14.18) trusty; urgency=low
+
+  * linux ABI 3.13.0-14
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Thu, 27 Feb 2014 15:33:28 -0700
+
+linux-meta (3.13.0.13.17) trusty; urgency=low
+
+  * linux ABI 3.13.0-13
+
+ -- Andy Whitcroft <apw@canonical.com>  Tue, 25 Feb 2014 18:17:13 +0000
+
+linux-meta (3.13.0.12.16) trusty; urgency=low
+
+  * linux ABI 3.13.0-12
+
+ -- Andy Whitcroft <apw@canonical.com>  Fri, 21 Feb 2014 17:44:20 +0000
+
+linux-meta (3.13.0.11.15) trusty; urgency=medium
+
+  * linux ABI 3.13.0-11
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Wed, 19 Feb 2014 12:55:46 -0700
+
+linux-meta (3.13.0.10.14) trusty; urgency=low
+
+  * linux ABI 3.13.0-10
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Tue, 18 Feb 2014 16:04:38 -0700
+
+linux-meta (3.13.0.9.13) trusty; urgency=low
+
+  * linux ABI 3.13.0-9
+
+ -- Andy Whitcroft <apw@canonical.com>  Fri, 14 Feb 2014 15:47:07 +0000
+
+linux-meta (3.13.0.8.12) trusty; urgency=low
+
+  * linux ABI 3.13.0-8
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Thu, 06 Feb 2014 18:59:51 -0700
+
+linux-meta (3.13.0.7.11) trusty; urgency=low
+
+  * linux ABI 3.13.0-7
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Mon, 03 Feb 2014 14:18:10 -0700
+
+linux-meta (3.13.0.6.10) trusty; urgency=low
+
+  * linux ABI 3.13.0-6
+  * Add powerpc meta packages.
+  * Add lowlatency meta packages.
+
+ -- Andy Whitcroft <apw@canonical.com>  Thu, 30 Jan 2014 16:55:34 +0000
+
+linux-meta (3.13.0.5.9) trusty; urgency=low
+
+  * linux ABI 3.13.0-5
+
+ -- Andy Whitcroft <apw@canonical.com>  Mon, 20 Jan 2014 18:47:04 +0000
+
+linux-meta (3.13.0.4.8) trusty; urgency=low
+
+  * The various LTS linux-tools packages should depend on
+    linux-tools-{generic,generic-lpae}, not just linux-tools which
+    is a virtual 'Provides' package.
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Fri, 17 Jan 2014 12:59:07 -0700
+
+linux-meta (3.13.0.4.7) trusty; urgency=low
+
+  * linux ABI 3.13.0-4
+  * UBUNTU: Added upgrade paths from Precise Trusty LTS
+  * UBUNTU: Added upgrade paths from Precise Saucy LTS
+  * UBUNTU: Added upgrade paths from Precise Raring LTS
+  * UBUNTU: Added upgrade paths from Precise Quantal LTS
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Thu, 16 Jan 2014 11:06:17 -0700
+
+linux-meta (3.13.0.3.6) trusty; urgency=low
+
+  * linux ABI 3.13.0-3
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Mon, 13 Jan 2014 12:07:52 -0700
+
+linux-meta (3.13.0.2.5) trusty; urgency=low
+
+  * Wack the non-flavour binary packages, we never use them and they just
+    create confusion.
+
+ -- Andy Whitcroft <apw@canonical.com>  Sat, 11 Jan 2014 13:51:52 +0000
+
+linux-meta (3.13.0.2.4) trusty; urgency=low
+
+  * linux ABI 3.13.0-2
+
+ -- Andy Whitcroft <apw@canonical.com>  Fri, 10 Jan 2014 14:22:44 +0000
+
+linux-meta (3.13.0.1.3) trusty; urgency=low
+
+  * linux ABI 3.13.0-1
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Tue, 07 Jan 2014 12:53:27 -0700
+
+linux-meta (3.13.0.0.2) trusty; urgency=low
+
+  * Handle -extra split on ppc64el -generic.
+  * Build -virtual metapackages on ppc64el.
+  * Add ppc64el meta packages.
+
+ -- Andy Whitcroft <apw@canonical.com>  Sat, 28 Dec 2013 10:32:09 +0000
+
+linux-meta (3.13.0.0.1) trusty; urgency=low
+
+  * linux ABI 3.13.0-0
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Mon, 25 Nov 2013 12:13:38 -0700
+
+linux-meta (3.12.0.4.6) trusty; urgency=low
+
+  * linux ABI 3.12.0-4
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Thu, 21 Nov 2013 15:02:41 -0700
+
+linux-meta (3.12.0.3.5) trusty; urgency=low
+
+  * linux ABI 3.12.0-3
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Mon, 18 Nov 2013 14:17:40 -0700
+
+linux-meta (3.12.0.2.4) trusty; urgency=low
+
+  * linux ABI 3.12.0-2
+
+ -- Andy Whitcroft <apw@canonical.com>  Wed, 06 Nov 2013 22:07:14 +0000
+
+linux-meta (3.12.0.1.3) trusty; urgency=low
+
+  * Add arm64 -generic.
+
+ -- Andy Whitcroft <apw@canonical.com>  Fri, 01 Nov 2013 12:07:45 -0700
+
+linux-meta (3.12.0.1.2) trusty; urgency=low
+
+  * linux ABI 3.12.0-1
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Tue, 29 Oct 2013 12:42:28 -0600
+
+linux-meta (3.12.0.0.1) trusty; urgency=low
+
+  * linux ABI 3.12.0-0
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Fri, 18 Oct 2013 12:49:24 -0600
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7ed6ff8
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@ 
+5
diff --git a/debian/control.common b/debian/control.common
new file mode 100644
index 0000000..fa060a8
--- /dev/null
+++ b/debian/control.common
@@ -0,0 +1,392 @@ 
+Source: linux-meta
+Section: devel
+Priority: optional
+Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
+Standards-Version: 3.6.1
+Build-Depends: dpkg (>= 1.13.19), debhelper (>= 5), gawk
+Vcs-Git: http://kernel.ubuntu.com/git-repos/ubuntu/ubuntu-RELEASE_NAME-meta.git
+
+Package: linux-source
+Architecture: all
+Section: devel
+Priority: optional
+Depends: ${misc:Depends}, linux-source-${kernel-version}
+Description: Linux kernel source with Ubuntu patches
+ This package will always depend on the latest Linux kernel source code
+ available. The Ubuntu patches have been applied.
+
+Package: linux-crashdump
+Architecture: i386 amd64 ppc64el
+Section: devel
+Depends: ${misc:Depends}, kdump-tools, grub-pc (>= 1.96+20090611-1ubuntu2) [i386 amd64] | grub-efi-ia32 [i386 amd64] | grub-efi-amd64 [i386 amd64] | grub (>= 0.97-29ubuntu24) [i386 amd64]
+Recommends: apport
+Suggests: crash
+Description: Linux kernel crashdump setup for the latest generic kernel
+ This package installs all the needed infrastructure to get crashdumps from
+ your running system. If you are experiencing kernel crashes that cannot
+ be debugged normally (because the problem is infrequent or panic's the
+ system in such a way as to make information gathering impossible), then
+ you can install this package to automatically enable capture of the
+ vmcore on crashes.
+
+#
+# Reference the current Hardware Enablement LTS generic and virtual kernel flavours.
+#
+Package: linux-image-hwe-generic-RELEASE_NAME
+Architecture: i386 amd64 armhf arm64 ppc64el
+Section: kernel
+Priority: optional
+Depends: ${misc:Depends}, linux-image-generic-lts-HWE_KERNEL_NAME
+Description: Depends on the generic hardware enablement kernel image.
+
+Package: linux-hwe-generic-RELEASE_NAME
+Architecture: i386 amd64 armhf arm64 ppc64el
+Section: kernel
+Priority: optional
+Depends: ${misc:Depends}, linux-image-hwe-generic-RELEASE_NAME, linux-headers-generic-lts-HWE_KERNEL_NAME
+Description: Depends on the generic hardware enablement kernel image and headers.
+
+Package: linux-image-hwe-virtual-RELEASE_NAME
+Architecture: i386 amd64 armhf arm64 ppc64el
+Section: kernel
+Priority: optional
+Depends: ${misc:Depends}, linux-image-virtual-lts-HWE_KERNEL_NAME [i386 amd64 ppc64el], linux-image-generic-lts-HWE_KERNEL_NAME [armhf arm64]
+Description: Depends on the virtual hardware enablement kernel image.
+
+Package: linux-hwe-virtual-RELEASE_NAME
+Architecture: i386 amd64 armhf arm64 ppc64el
+Section: kernel
+Priority: optional
+Depends: ${misc:Depends}, linux-image-hwe-virtual-RELEASE_NAME [i386 amd64 ppc64el], linux-headers-virtual-lts-HWE_KERNEL_NAME [i386 amd64 ppc64el], linux-image-hwe-generic-RELEASE_NAME [armhf arm64], linux-headers-generic-lts-HWE_KERNEL_NAME [armhf arm64]
+Description: Depends on the virtual hardware enablement kernel image and headers.
+
+# Upgrade packages (drop after trusty)
+
+Package: linux-tools-lts-quantal
+Architecture: i386 amd64
+Section: kernel
+Depends: ${misc:Depends}, linux-tools-generic
+Description: Linux kernel versioned Tools
+ Transistional package for upgrades from 12.04 to 14.04 (Precise to Trusty)
+
+Package: linux-headers-generic-lts-quantal
+Architecture: i386 amd64
+Section: devel
+Priority: optional 
+Depends: ${misc:Depends}, linux-headers
+Description: Generic Linux kernel headers
+ Transistional package for upgrades from 12.04 to 14.04 (Precise to Trusty)
+
+Package: linux-image-generic-lts-quantal
+Architecture: i386 amd64
+Section: metapackages
+Priority: optional 
+Depends: ${misc:Depends}, linux-image-generic
+Description: Generic Linux kernel image
+ Transistional package for upgrades from 12.04 to 14.04 (Precise to Trusty)
+
+Package: linux-generic-lts-quantal
+Architecture: i386 amd64
+Section: metapackages
+Priority: optional
+Depends: ${misc:Depends}, linux-generic
+Description: Generic Linux kernel image and headers
+ Transistional package for upgrades from 12.04 to 14.04 (Precise to Trusty)
+
+Package: linux-generic-lts-quantal-eol-upgrade
+Architecture: amd64
+Section: metapackages
+Priority: optional
+Depends: ${misc:Depends}, linux-generic
+Description: Complete Generic Linux kernel and headers
+ Transistional package for upgrades from 12.04 to 14.04 (Precise to Trusty)
+
+Package: linux-signed-image-generic-lts-quantal
+Architecture: amd64
+Section: metapackages
+Priority: optional 
+Depends: ${misc:Depends}, linux-signed-image-generic
+Description: Signed Generic Linux kernel image
+ Transistional package for upgrades from 12.04 to 14.04 (Precise to Trusty)
+
+Package: linux-signed-generic-lts-quantal
+Architecture: amd64
+Section: metapackages
+Priority: optional 
+Depends: ${misc:Depends}, linux-signed-generic
+Description: Complete Signed Generic Linux kernel and headers
+ Transistional package for upgrades from 12.04 to 14.04 (Precise to Trusty)
+
+Package: linux-signed-generic-lts-quantal-eol-upgrade
+Architecture: amd64
+Section: metapackages
+Priority: optional
+Depends: ${misc:Depends}, linux-signed-generic
+Description: Complete Signed Generic Linux kernel and headers
+ Transistional package for upgrades from 12.04 to 14.04 (Precise to Trusty)
+
+Package: linux-tools-lts-raring
+Architecture: i386 amd64 armhf
+Section: kernel
+Depends: ${misc:Depends}, linux-tools-generic
+Description: Linux kernel versioned Tools
+ Transistional package for upgrades from 12.04 to 14.04 (Precise to Trusty)
+
+Package: linux-headers-generic-lts-raring
+Architecture: i386 amd64 armhf
+Section: devel
+Priority: optional 
+Depends: ${misc:Depends}, linux-headers-generic
+Description: Generic Linux kernel headers
+ Transistional package for upgrades from 12.04 to 14.04 (Precise to Trusty)
+
+Package: linux-image-generic-lts-raring
+Architecture: i386 amd64 armhf
+Section: metapackages
+Priority: optional 
+Depends: ${misc:Depends}, linux-image-generic
+Description: Generic Linux kernel image
+ Transistional package for upgrades from 12.04 to 14.04 (Precise to Trusty)
+
+Package: linux-generic-lts-raring
+Architecture: i386 amd64 armhf
+Section: metapackages
+Priority: optional
+Depends: ${misc:Depends}, linux-generic
+Description: Generic Linux kernel image and headers
+ Transistional package for upgrades from 12.04 to 14.04 (Precise to Trusty)
+
+Package: linux-generic-lts-raring-eol-upgrade
+Architecture: amd64 armhf
+Section: metapackages
+Priority: optional
+Depends: ${misc:Depends}, linux-generic
+Description: Complete Generic Linux kernel and headers
+ Transistional package for upgrades from 12.04 to 14.04 (Precise to Trusty)
+
+Package: linux-signed-image-generic-lts-raring
+Architecture: amd64
+Section: metapackages
+Priority: optional 
+Depends: ${misc:Depends}, linux-signed-image-generic
+Description: Signed Generic Linux kernel image
+ Transistional package for upgrades from 12.04 to 14.04 (Precise to Trusty)
+
+Package: linux-signed-generic-lts-raring
+Architecture: amd64
+Section: metapackages
+Priority: optional 
+Depends: ${misc:Depends}, linux-signed-generic
+Description: Complete Signed Generic Linux kernel and headers
+ Transistional package for upgrades from 12.04 to 14.04 (Precise to Trusty)
+
+Package: linux-signed-generic-lts-raring-eol-upgrade
+Architecture: amd64
+Section: metapackages
+Priority: optional
+Depends: ${misc:Depends}, linux-signed-generic
+Description: Complete Signed Generic Linux kernel and headers
+ Transistional package for upgrades from 12.04 to 14.04 (Precise to Trusty)
+
+Package: linux-tools-lts-saucy
+Architecture: i386 amd64 armhf
+Section: kernel
+Depends: ${misc:Depends}, linux-tools-generic
+Description: Linux kernel versioned Tools
+ Transistional package for upgrades from 12.04 to 14.04 (Precise to Trusty)
+
+Package: linux-headers-generic-lts-saucy
+Architecture: i386 amd64 armhf
+Section: devel
+Priority: optional 
+Depends: ${misc:Depends}, linux-headers-generic
+Description: Generic Linux kernel headers
+ Transistional package for upgrades from 12.04 to 14.04 (Precise to Trusty)
+
+Package: linux-image-generic-lts-saucy
+Architecture: i386 amd64 armhf
+Section: metapackages
+Priority: optional 
+Depends: ${misc:Depends}, linux-image-generic
+Description: Generic Linux kernel image
+ Transistional package for upgrades from 12.04 to 14.04 (Precise to Trusty)
+
+Package: linux-tools-generic-lts-saucy
+Architecture: i386 amd64 armhf
+Section: metapackages
+Priority: optional
+Provides: linux-tools
+Depends: ${misc:Depends}, linux-tools-generic
+Description: Generic Linux kernel tools
+ Transistional package for upgrades from 12.04 to 14.04 (Precise to Trusty)
+
+Package: linux-generic-lts-saucy
+Architecture: i386 amd64 armhf
+Section: metapackages
+Priority: optional
+Depends: ${misc:Depends}, linux-generic
+Description: Generic Linux kernel image and headers
+ Transistional package for upgrades from 12.04 to 14.04 (Precise to Trusty)
+
+Package: linux-generic-lts-saucy-eol-upgrade
+Architecture: i386 amd64 armhf
+Section: metapackages
+Priority: optional
+Depends: ${misc:Depends}, linux-generic
+Description: Complete Generic Linux kernel and headers
+ Transistional package for upgrades from 12.04 to 14.04 (Precise to Trusty)
+
+Package: linux-headers-generic-lpae-lts-saucy
+Architecture: armhf
+Section: kernel
+Priority: optional 
+Depends: ${misc:Depends}, linux-headers-generic-lpae
+Description: Generic Linux kernel headers
+ Transistional package for upgrades from 12.04 to 14.04 (Precise to Trusty)
+
+Package: linux-image-generic-lpae-lts-saucy
+Architecture: armhf
+Section: kernel
+Priority: optional 
+Depends: ${misc:Depends}, linux-image-generic-lpae
+Description: Generic Linux kernel image
+ Transistional package for upgrades from 12.04 to 14.04 (Precise to Trusty)
+
+Package: linux-tools-generic-lpae-lts-saucy
+Architecture: armhf
+Section: metapackages
+Priority: optional
+Provides: linux-tools
+Depends: ${misc:Depends}, linux-tools-generic-lpae
+Description: Generic Linux kernel tools
+ Transistional package for upgrades from 12.04 to 14.04 (Precise to Trusty)
+
+Package: linux-generic-lpae-lts-saucy
+Architecture: armhf
+Section: kernel
+Priority: optional
+Depends: ${misc:Depends}, linux-image-generic-lpae
+Description: Complete Generic Linux kernel and headers 
+ Transistional package for upgrades from 12.04 to 14.04 (Precise to Trusty)
+
+Package: linux-generic-lpae-lts-saucy-eol-upgrade
+Architecture: armhf
+Section: metapackages
+Priority: optional
+Depends: ${misc:Depends}, linux-generic-lpae
+Description: Complete Generic Linux kernel and headers
+ Transistional package for upgrades from 12.04 to 14.04 (Precise to Trusty)
+
+Package: linux-signed-image-generic-lts-saucy
+Architecture: amd64
+Section: metapackages
+Priority: optional 
+Depends: ${misc:Depends}, linux-signed-image-generic
+Description: Signed Generic Linux kernel image
+ Transistional package for upgrades from 12.04 to 14.04 (Precise to Trusty)
+
+Package: linux-signed-generic-lts-saucy
+Architecture: amd64
+Section: metapackages
+Priority: optional 
+Depends: ${misc:Depends}, linux-signed-generic
+Description: Complete Signed Generic Linux kernel and headers
+ Transistional package for upgrades from 12.04 to 14.04 (Precise to Trusty)
+
+Package: linux-signed-generic-lts-saucy-eol-upgrade
+Architecture: amd64
+Section: metapackages
+Priority: optional
+Depends: ${misc:Depends}, linux-signed-generic
+Description: Complete Signed Generic Linux kernel and headers
+ Transistional package for upgrades from 12.04 to 14.04 (Precise to Trusty)
+
+Package: linux-tools-lts-trusty
+Architecture: i386 amd64 armhf
+Section: kernel
+Depends: ${misc:Depends}, linux-tools-generic
+Description: Linux kernel versioned Tools
+ Transistional package for upgrades from 12.04 to 14.04 (Precise to Trusty)
+
+Package: linux-headers-generic-lts-trusty
+Architecture: i386 amd64 armhf
+Section: devel
+Priority: optional 
+Depends: ${misc:Depends}, linux-headers-generic
+Description: Generic Linux kernel headers
+ Transistional package for upgrades from 12.04 to 14.04 (Precise to Trusty)
+
+Package: linux-image-generic-lts-trusty
+Architecture: i386 amd64 armhf
+Section: metapackages
+Priority: optional 
+Depends: ${misc:Depends}, linux-image-generic
+Description: Generic Linux kernel image
+ Transistional package for upgrades from 12.04 to 14.04 (Precise to Trusty)
+
+Package: linux-tools-generic-lts-trusty
+Architecture: i386 amd64 armhf
+Section: metapackages
+Priority: optional
+Provides: linux-tools
+Depends: ${misc:Depends}, linux-tools-generic
+Description: Generic Linux kernel tools
+ Transistional package for upgrades from 12.04 to 14.04 (Precise to Trusty)
+
+Package: linux-generic-lts-trusty
+Architecture: i386 amd64 armhf
+Section: metapackages
+Priority: optional
+Depends: ${misc:Depends}, linux-generic
+Description: Generic Linux kernel image and headers
+ Transistional package for upgrades from 12.04 to 14.04 (Precise to Trusty)
+
+Package: linux-headers-generic-lpae-lts-trusty
+Architecture: armhf
+Section: kernel
+Priority: optional 
+Depends: ${misc:Depends}, linux-headers-generic-lpae
+Description: Generic Linux kernel headers
+ Transistional package for upgrades from 12.04 to 14.04 (Precise to Trusty)
+
+Package: linux-image-generic-lpae-lts-trusty
+Architecture: armhf
+Section: kernel
+Priority: optional 
+Depends: ${misc:Depends}, linux-image-generic-lpae
+Description: Generic Linux kernel image
+ Transistional package for upgrades from 12.04 to 14.04 (Precise to Trusty)
+
+Package: linux-tools-generic-lpae-lts-trusty
+Architecture: armhf
+Section: metapackages
+Priority: optional
+Provides: linux-tools
+Depends: ${misc:Depends}, linux-tools-generic-lpae
+Description: Generic Linux kernel tools
+ Transistional package for upgrades from 12.04 to 14.04 (Precise to Trusty)
+
+Package: linux-generic-lpae-lts-trusty
+Architecture: armhf
+Section: kernel
+Priority: optional
+Depends: ${misc:Depends}, linux-generic-lpae
+Description: Complete Generic Linux kernel and headers 
+ Transistional package for upgrades from 12.04 to 14.04 (Precise to Trusty)
+
+Package: linux-signed-image-generic-lts-trusty
+Architecture: amd64
+Section: metapackages
+Priority: optional 
+Depends: ${misc:Depends}, linux-signed-image-generic
+Description: Signed Generic Linux kernel image
+ Transistional package for upgrades from 12.04 to 14.04 (Precise to Trusty)
+
+Package: linux-signed-generic-lts-trusty
+Architecture: amd64
+Section: metapackages
+Priority: optional 
+Depends: ${misc:Depends}, linux-signed-generic
+Description: Complete Signed Generic Linux kernel and headers
+ Transistional package for upgrades from 12.04 to 14.04 (Precise to Trusty)
+
diff --git a/debian/control.d/generic b/debian/control.d/generic
new file mode 100644
index 0000000..b6db47d
--- /dev/null
+++ b/debian/control.d/generic
@@ -0,0 +1,47 @@ 
+Package: linux-headers-generic
+Architecture: i386 amd64 armhf arm64 ppc64el
+Section: kernel
+Priority: optional
+Depends: ${misc:Depends}, linux-headers-${kernel-abi-version}-generic
+Description: Generic Linux kernel headers
+ This package will always depend on the latest generic kernel headers
+ available.
+
+Package: linux-image-generic
+Architecture: i386 amd64 armhf arm64 ppc64el
+Section: kernel
+Priority: optional
+Depends: ${misc:Depends}, linux-image-${kernel-abi-version}-generic, linux-image-extra-${kernel-abi-version}-generic [i386 amd64 ppc64el], linux-firmware
+Description: Generic Linux kernel image
+ This package will always depend on the latest generic kernel image
+ available.
+
+Package: linux-tools-generic
+Architecture: i386 amd64 armhf arm64 ppc64el
+Section: kernel
+Priority: optional
+Provides: linux-tools
+Depends: ${misc:Depends}, linux-tools-${kernel-abi-version}-generic
+Description: Generic Linux kernel tools
+ This package will always depend on the latest generic kernel tools
+ available.
+
+Package: linux-cloud-tools-generic
+Architecture: amd64
+Section: kernel
+Priority: optional
+Provides: linux-cloud-tools
+Depends: ${misc:Depends}, linux-cloud-tools-${kernel-abi-version}-generic
+Description: Generic Linux kernel cloud tools
+ This package will always depend on the latest generic kernel cloud tools
+ available.
+
+Package: linux-generic
+Architecture: i386 amd64 armhf arm64 ppc64el
+Section: kernel
+Priority: optional
+Depends: ${misc:Depends}, linux-image-generic (= ${binary:Version}), linux-headers-generic (= ${binary:Version})
+Description: Complete Generic Linux kernel and headers
+ This package will always depend on the latest complete generic Linux kernel
+ and headers.
+
diff --git a/debian/control.d/generic-lpae b/debian/control.d/generic-lpae
new file mode 100644
index 0000000..1070115
--- /dev/null
+++ b/debian/control.d/generic-lpae
@@ -0,0 +1,37 @@ 
+Package: linux-headers-generic-lpae
+Architecture: armhf
+Section: kernel
+Priority: optional
+Depends: ${misc:Depends}, linux-headers-${kernel-abi-version}-generic-lpae
+Description: Generic Linux kernel headers
+ This package will always depend on the latest generic-lpae kernel headers
+ available.
+
+Package: linux-image-generic-lpae
+Architecture: armhf
+Section: kernel
+Priority: optional
+Depends: ${misc:Depends}, linux-image-${kernel-abi-version}-generic-lpae, linux-firmware
+Description: Generic Linux kernel image
+ This package will always depend on the latest generic-lpae kernel image
+ available.
+
+Package: linux-tools-generic-lpae
+Architecture: armhf
+Section: kernel
+Priority: optional
+Provides: linux-tools
+Depends: ${misc:Depends}, linux-tools-${kernel-abi-version}-generic-lpae
+Description: Generic Linux kernel tools
+ This package will always depend on the latest generic-lpae kernel tools
+ available.
+
+Package: linux-generic-lpae
+Architecture: armhf
+Section: kernel
+Priority: optional
+Depends: ${misc:Depends}, linux-image-generic-lpae (= ${binary:Version}), linux-headers-generic-lpae (= ${binary:Version})
+Description: Complete Generic Linux kernel and headers
+ This package will always depend on the latest complete generic-lpae Linux kernel
+ and headers.
+
diff --git a/debian/control.d/generic-pae b/debian/control.d/generic-pae
new file mode 100644
index 0000000..7050bd2
--- /dev/null
+++ b/debian/control.d/generic-pae
@@ -0,0 +1,23 @@ 
+Package: linux-headers-generic-pae
+Architecture: i386
+Section: kernel
+Priority: optional
+Depends: ${misc:Depends}, linux-headers-generic (= ${binary:Version})
+Description: Transitional package
+ This package will always depend on linux-headers-generic
+
+Package: linux-image-generic-pae
+Architecture: i386
+Section: kernel
+Priority: optional
+Depends: ${misc:Depends}, linux-image-generic (= ${binary:Version})
+Description: Transitional package
+ This package will always depend on linux-image-generic
+
+Package: linux-generic-pae
+Architecture: i386
+Section: kernel
+Priority: optional
+Depends: ${misc:Depends}, linux-generic (= ${binary:Version})
+Description: Transitional package.
+ This package will always depend on linux-generic.
diff --git a/debian/control.d/highbank b/debian/control.d/highbank
new file mode 100644
index 0000000..62f782f
--- /dev/null
+++ b/debian/control.d/highbank
@@ -0,0 +1,26 @@ 
+Package: linux-headers-highbank
+Architecture: armhf
+Section: kernel
+Priority: optional
+Depends: ${misc:Depends}, linux-headers-generic (= ${binary:Version})
+Description: Linux kernel headers for the armhf architecture.
+ This is a transitional package for upgrade paths. You should
+ be using linux-headers-generic.
+
+Package: linux-image-highbank
+Architecture: armhf
+Section: kernel
+Priority: optional
+Depends: ${misc:Depends}, linux-image-generic (= ${binary:Version})
+Description: Linux kernel image for the armhf architecture.
+ This is a transitional package for upgrade paths. You should
+ be using linux-image-generic.
+
+Package: linux-highbank
+Architecture: armhf
+Section: kernel
+Priority: optional
+Depends: ${misc:Depends}, linux-generic (= ${binary:Version})
+Description: Complete Linux kernel and headers for the armhf architecture.
+ This is a transitional package for upgrade paths. You should
+ be using linux-generic.
diff --git a/debian/control.d/hv-kvp-daemon-init b/debian/control.d/hv-kvp-daemon-init
new file mode 100644
index 0000000..6f980c3
--- /dev/null
+++ b/debian/control.d/hv-kvp-daemon-init
@@ -0,0 +1,8 @@ 
+Package: hv-kvp-daemon-init
+Architecture: amd64
+Section: oldlibs
+Priority: optional
+Depends: ${misc:Depends}, linux-cloud-tools-virtual | linux-cloud-tools
+Description: Transitional Package for Hyper-V tools
+ This is a transitional package for upgrade paths. You should
+ be using linux-cloud-tools.
diff --git a/debian/control.d/lowlatency b/debian/control.d/lowlatency
new file mode 100644
index 0000000..37c89a3
--- /dev/null
+++ b/debian/control.d/lowlatency
@@ -0,0 +1,47 @@ 
+Package: linux-headers-lowlatency
+Architecture: i386 amd64
+Section: devel
+Priority: optional
+Depends: ${misc:Depends}, linux-headers-${kernel-abi-version}-lowlatency
+Description: lowlatency Linux kernel headers
+ This package will always depend on the latest lowlatency kernel headers
+ available.
+
+Package: linux-image-lowlatency
+Architecture: i386 amd64
+Section: kernel
+Priority: optional
+Depends: ${misc:Depends}, linux-image-${kernel-abi-version}-lowlatency, linux-firmware
+Description: lowlatency Linux kernel image
+ This package will always depend on the latest lowlatency kernel image
+ available.
+
+Package: linux-tools-lowlatency
+Architecture: i386 amd64
+Section: kernel
+Priority: optional
+Provides: linux-tools
+Depends: ${misc:Depends}, linux-tools-${kernel-abi-version}-lowlatency
+Description: lowlatency Linux kernel tools
+ This package will always depend on the latest lowlatency kernel tools
+ available.
+
+Package: linux-cloud-tools-lowlatency
+Architecture: amd64
+Section: kernel
+Priority: optional
+Provides: linux-cloud-tools
+Depends: ${misc:Depends}, linux-cloud-tools-${kernel-abi-version}-lowlatency
+Description: lowlatency Linux kernel cloud tools
+ This package will always depend on the latest lowlatency kernel cloud tools
+ available.
+
+Package: linux-lowlatency
+Architecture: i386 amd64
+Section: kernel
+Priority: optional
+Depends: ${misc:Depends}, linux-image-lowlatency (= ${binary:Version}), linux-headers-lowlatency (= ${binary:Version})
+Description: Complete lowlatency Linux kernel
+ This package will always depend on the latest complete lowlatency Linux kernel
+ available.
+
diff --git a/debian/control.d/lowlatency-pae b/debian/control.d/lowlatency-pae
new file mode 100644
index 0000000..3e88d89
--- /dev/null
+++ b/debian/control.d/lowlatency-pae
@@ -0,0 +1,24 @@ 
+Package: linux-headers-lowlatency-pae
+Architecture: i386
+Section: kernel
+Priority: optional
+Depends: ${misc:Depends}, linux-headers-lowlatency
+Description: Transitional package
+ This package will always depend on linux-headers-lowlatency
+
+Package: linux-image-lowlatency-pae
+Architecture: i386
+Section: kernel
+Priority: optional
+Depends: ${misc:Depends}, linux-image-lowlatency
+Description: Transitional package
+ This package will always depend on linux-image-lowlatency
+
+Package: linux-lowlatency-pae
+Architecture: i386
+Section: kernel
+Priority: optional
+Depends: ${misc:Depends}, linux-lowlatency
+Description: Transitional package
+ This package will always depend on linux-lowlatency
+
diff --git a/debian/control.d/omap b/debian/control.d/omap
new file mode 100644
index 0000000..61644fe
--- /dev/null
+++ b/debian/control.d/omap
@@ -0,0 +1,26 @@ 
+Package: linux-headers-omap
+Architecture: armhf
+Section: kernel
+Priority: optional
+Depends: ${misc:Depends}, linux-headers-generic 
+Description: Linux kernel headers for the armhf architecture.
+ This is a transitional package for upgrade paths. You should
+ be using linux-headers-generic.
+
+Package: linux-image-omap
+Architecture: armhf
+Section: kernel
+Priority: optional
+Depends: ${misc:Depends}, linux-image-generic
+Description: Linux kernel image for the armhf architecture.
+ This is a transitional package for upgrade paths. You should
+ be using linux-image-generic.
+
+Package: linux-omap
+Architecture: armhf
+Section: kernel
+Priority: optional
+Depends: ${misc:Depends}, linux-generic (= ${binary:Version})
+Description: Complete Linux kernel and headers for the armhf architecture.
+ This is a transitional package for upgrade paths. You should
+ be using linux-generic.
diff --git a/debian/control.d/powerpc-e500 b/debian/control.d/powerpc-e500
new file mode 100644
index 0000000..51ef17d
--- /dev/null
+++ b/debian/control.d/powerpc-e500
@@ -0,0 +1,37 @@ 
+Package: linux-headers-powerpc-e500
+Architecture: powerpc
+Section: kernel
+Priority: optional
+Depends: linux-headers-${kernel-abi-version}-powerpc-e500
+Description: Linux kernel headers on Freescale Power e500v1 and e500v2.
+ This package will always depend on the latest kernel headers available
+ for Freescale Power e500v1 and e500v2 support.
+
+Package: linux-image-powerpc-e500
+Architecture: powerpc
+Section: kernel
+Priority: optional
+Depends: linux-image-${kernel-abi-version}-powerpc-e500, linux-firmware
+Description: Linux kernel image on Freescale Power e500v1 and e500v2.
+ This package will always depend on the latest kernel image available
+ for Freescale Power e500v1 and e500v2 support.
+
+Package: linux-tools-powerpc-e500
+Architecture: powerpc
+Section: kernel
+Priority: optional
+Provides: linux-tools
+Depends: ${misc:Depends}, linux-tools-${kernel-abi-version}-powerpc-e500
+Description: Linux kernel tools for Freescale Power e500v1 and e500v2.
+ This package will always depend on the latest e500 kernel tools
+ available.
+
+Package: linux-powerpc-e500
+Architecture: powerpc
+Section: kernel
+Priority: optional
+Depends: linux-image-powerpc-e500, linux-headers-powerpc-e500
+Description: Complete Linux kernel on Freescale Power e500v1 and e500v2.
+ This package will always depend on the latest complete Linux kernel and headers
+ for Freescale Power e500v1 and e500v2 support.
+
diff --git a/debian/control.d/powerpc-e500mc b/debian/control.d/powerpc-e500mc
new file mode 100644
index 0000000..b90f3aa
--- /dev/null
+++ b/debian/control.d/powerpc-e500mc
@@ -0,0 +1,37 @@ 
+Package: linux-headers-powerpc-e500mc
+Architecture: powerpc
+Section: kernel
+Priority: optional
+Depends: linux-headers-${kernel-abi-version}-powerpc-e500mc
+Description: Linux kernel headers on Freescale Power e500mc.
+ This package will always depend on the latest kernel headers available
+ for Freescale Power e500mc support.
+
+Package: linux-image-powerpc-e500mc
+Architecture: powerpc
+Section: kernel
+Priority: optional
+Depends: linux-image-${kernel-abi-version}-powerpc-e500mc, linux-firmware
+Description: Linux kernel image on Freescale Power e500mc.
+ This package will always depend on the latest kernel image available
+ for Freescale Power e500mc support.
+
+Package: linux-tools-powerpc-e500mc
+Architecture: powerpc
+Section: kernel
+Priority: optional
+Provides: linux-tools
+Depends: ${misc:Depends}, linux-tools-${kernel-abi-version}-powerpc-e500mc
+Description: Linux kernel tools for Freescale Power e500mc.
+ This package will always depend on the latest e500mc kernel tools
+ available.
+
+Package: linux-powerpc-e500mc
+Architecture: powerpc
+Section: kernel
+Priority: optional
+Depends: linux-image-powerpc-e500mc, linux-headers-powerpc-e500mc
+Description: Complete Linux kernel on Freescale Power e500mc.
+ This package will always depend on the latest complete Linux kernel and headers
+ for Freescale Power e500mc support.
+
diff --git a/debian/control.d/powerpc-smp b/debian/control.d/powerpc-smp
new file mode 100644
index 0000000..0ba79f1
--- /dev/null
+++ b/debian/control.d/powerpc-smp
@@ -0,0 +1,40 @@ 
+Package: linux-headers-powerpc-smp
+Architecture: powerpc
+Section: kernel
+Priority: optional
+Depends: linux-headers-${kernel-abi-version}-powerpc-smp
+Description: Linux kernel headers on PowerPC SMP
+ This package will always depend on the latest kernel headers available
+ for PowerPC with SMP support.
+ SMP (symmetric multi-processing) is needed if you have multiple processors.
+
+Package: linux-image-powerpc-smp
+Architecture: powerpc
+Section: kernel
+Priority: optional
+Depends: linux-image-${kernel-abi-version}-powerpc-smp, linux-firmware
+Description: Linux kernel image on PowerPC SMP.
+ This package will always depend on the latest kernel image available
+ for PowerPC with SMP support.
+ SMP (symmetric multi-processing) is needed if you have multiple processors.
+
+Package: linux-tools-powerpc-smp
+Architecture: powerpc
+Section: kernel
+Priority: optional
+Provides: linux-tools
+Depends: ${misc:Depends}, linux-tools-${kernel-abi-version}-powerpc-smp
+Description: Linux kernel tools for PowerPC SMP.
+ This package will always depend on the latest PowerPC SMP kernel tools
+ available.
+
+Package: linux-powerpc-smp
+Architecture: powerpc
+Section: kernel
+Priority: optional
+Depends: linux-image-powerpc-smp, linux-headers-powerpc-smp
+Description: Complete Linux kernel on PowerPC SMP.
+ This package will always depend on the latest complete Linux kernel and headers
+ for PowerPC with SMP support.
+ SMP (symmetric multi-processing) is needed if you have multiple processors.
+
diff --git a/debian/control.d/powerpc64-emb b/debian/control.d/powerpc64-emb
new file mode 100644
index 0000000..4d38feb
--- /dev/null
+++ b/debian/control.d/powerpc64-emb
@@ -0,0 +1,37 @@ 
+Package: linux-headers-powerpc64-emb
+Architecture: powerpc
+Section: kernel
+Priority: optional
+Depends: linux-headers-${kernel-abi-version}-powerpc64-emb
+Description: Linux kernel headers on PowerPC64 Embedded CPUs.
+ This package will always depend on the latest kernel headers available
+ for PowerPC64 Embedded CPUs support.
+
+Package: linux-image-powerpc64-emb
+Architecture: powerpc
+Section: kernel
+Priority: optional
+Depends: linux-image-${kernel-abi-version}-powerpc64-emb, linux-firmware
+Description: Linux kernel image on PowerPC64 Embedded CPUs.
+ This package will always depend on the latest kernel image available
+ for PowerPC64 Embedded CPUs support.
+
+Package: linux-tools-powerpc64-emb
+Architecture: powerpc
+Section: kernel
+Priority: optional
+Provides: linux-tools
+Depends: ${misc:Depends}, linux-tools-${kernel-abi-version}-powerpc64-emb
+Description: Linux kernel tools for PowerPC64 Embedded CPUs.
+ This package will always depend on the PowerPC64 Embedded kernel tools
+ available.
+
+Package: linux-powerpc64-emb
+Architecture: powerpc
+Section: kernel
+Priority: optional
+Depends: linux-image-powerpc64-emb, linux-headers-powerpc64-emb
+Description: Complete Linux kernel on PowerPC64 Embedded CPUs.
+ This package will always depend on the latest complete Linux kernel and headers
+ for PowerPC64 Embedded CPUs support.
+
diff --git a/debian/control.d/powerpc64-smp b/debian/control.d/powerpc64-smp
new file mode 100644
index 0000000..62b133c
--- /dev/null
+++ b/debian/control.d/powerpc64-smp
@@ -0,0 +1,40 @@ 
+Package: linux-headers-powerpc64-smp
+Architecture: powerpc
+Section: kernel
+Priority: optional
+Depends: linux-headers-${kernel-abi-version}-powerpc64-smp
+Description: Linux kernel headers on PowerPC64 SMP
+ This package will always depend on the latest kernel headers available
+ for PowerPC64 with SMP support.
+ SMP (symmetric multi-processing) is needed if you have multiple processors.
+
+Package: linux-image-powerpc64-smp
+Architecture: powerpc
+Section: kernel
+Priority: optional
+Depends: linux-image-${kernel-abi-version}-powerpc64-smp, linux-firmware
+Description: Linux kernel image on PowerPC64 SMP.
+ This package will always depend on the latest kernel image available
+ for PowerPC64 with SMP support.
+ SMP (symmetric multi-processing) is needed if you have multiple processors.
+
+Package: linux-tools-powerpc64-smp
+Architecture: powerpc
+Section: kernel
+Priority: optional
+Provides: linux-tools
+Depends: ${misc:Depends}, linux-tools-${kernel-abi-version}-powerpc64-smp
+Description: Linux kernel tools for PowerPC64 SMP
+ This package will always depend on the latest PowerPC64 SMP kernel tools
+ available.
+
+Package: linux-powerpc64-smp
+Architecture: powerpc
+Section: kernel
+Priority: optional
+Depends: linux-image-powerpc64-smp, linux-headers-powerpc64-smp
+Description: Complete Linux kernel on PowerPC64 SMP.
+ This package will always depend on the latest complete Linux kernel and headers
+ for PowerPC64 with SMP support.
+ SMP (symmetric multi-processing) is needed if you have multiple processors.
+
diff --git a/debian/control.d/server b/debian/control.d/server
new file mode 100644
index 0000000..31a9e5a
--- /dev/null
+++ b/debian/control.d/server
@@ -0,0 +1,23 @@ 
+Package: linux-headers-server
+Architecture: amd64 i386
+Section: kernel
+Priority: optional
+Depends: ${misc:Depends}, linux-headers-generic (= ${binary:Version})
+Description: Transitional package.
+ This package will always depend on linux-headers-generic.
+
+Package: linux-image-server
+Architecture: amd64 i386
+Section: kernel
+Priority: optional
+Depends: ${misc:Depends}, linux-image-generic (= ${binary:Version})
+Description: Transitional package.
+ This package will always depend on linux-image-generic.
+
+Package: linux-server
+Architecture: amd64 i386
+Section: kernel
+Priority: optional
+Depends: ${misc:Depends}, linux-generic (= ${binary:Version})
+Description: Transitional package.
+ This package will always depend on linux-generic.
diff --git a/debian/control.d/signed-generic b/debian/control.d/signed-generic
new file mode 100644
index 0000000..0134593
--- /dev/null
+++ b/debian/control.d/signed-generic
@@ -0,0 +1,18 @@ 
+Package: linux-signed-image-generic
+Architecture: amd64
+Section: kernel
+Priority: optional
+Depends: ${misc:Depends}, linux-signed-image-${kernel-abi-version}-generic, linux-firmware
+Description: Signed Generic Linux kernel image
+ This package will always depend on the latest generic kernel image
+ available.  Signed with the Ubuntu EFI key.
+
+Package: linux-signed-generic
+Architecture: amd64
+Section: kernel
+Priority: optional
+Depends: ${misc:Depends}, linux-signed-image-generic (= ${binary:Version}), linux-headers-generic (= ${binary:Version})
+Description: Complete Signed Generic Linux kernel and headers
+ This package will always depend on the latest complete generic Linux kernel
+ and headers.  Signed with the Ubuntu EFI key.
+
diff --git a/debian/control.d/virtual b/debian/control.d/virtual
new file mode 100644
index 0000000..d6fe9da
--- /dev/null
+++ b/debian/control.d/virtual
@@ -0,0 +1,53 @@ 
+Package: linux-headers-virtual
+Architecture: i386 amd64 ppc64el
+Section: kernel
+Priority: optional
+Depends: ${misc:Depends}, linux-headers-generic (= ${binary:Version})
+Description: Transitional package.
+ This package will always depend on linux-headers-generic.
+
+Package: linux-image-virtual
+Architecture: i386 amd64 ppc64el
+Section: kernel
+Priority: optional
+Depends: ${misc:Depends}, linux-image-${kernel-abi-version}-generic
+Description: This package will always depend on the latest minimal generic kernel image.
+ This package will always depend on the latest minimal generic kernel image
+ used for virtual instances.
+
+Package: linux-tools-virtual
+Architecture: i386 amd64
+Section: kernel
+Priority: optional
+Provides: linux-tools
+Depends: ${misc:Depends}, linux-tools-${kernel-abi-version}-generic
+Description: This package will always depend on the latest minimal generic kernel tools.
+ This package will always depend on the latest minimal generic kernel tools
+ used for virtual instances.
+
+Package: linux-cloud-tools-virtual
+Architecture: amd64
+Section: kernel
+Priority: optional
+Provides: linux-cloud-tools
+Depends: ${misc:Depends}, linux-cloud-tools-${kernel-abi-version}-generic
+Description: This package will always depend on the latest minimal generic kernel cloud tools.
+ This package will always depend on the latest minimal generic kernel cloud tools
+ used for virtual instances.
+
+Package: linux-virtual
+Architecture: i386 amd64 ppc64el
+Section: kernel
+Priority: optional
+Depends: ${misc:Depends}, linux-image-virtual (= ${binary:Version}), linux-headers-virtual (= ${binary:Version})
+Description: Minimal Generic Linux kernel and headers
+ This package will always depend on linux-image-virtual and
+ linux-headers-virtual.
+
+Package: linux-image-extra-virtual
+Architecture: i386 amd64
+Section: kernel
+Priority: optional
+Depends: ${misc:Depends}, linux-image-generic (= ${binary:Version})
+Description: Transitional package.
+ This package will always depend on linux-image-generic.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..95305a2
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,39 @@ 
+This is the Debian GNU/Linux prepackaged version of the Linux kernel.
+Linux was written by Linus Torvalds <Linus.Torvalds@cs.Helsinki.FI>
+and others.
+
+This package was put together by Simon Shapiro <Shimon@i-Connect.Net>, from
+sources retrieved from directories under
+ftp.cs.helsinki.fi:/pub/Software/Linux/Kernel/
+The sources may be found at most Linux ftp sites, including 
+ftp://ftp.kernel.org/pub/linux/kernel/
+
+This package was then maintained by Sven Rudolph.
+
+This package was maintained by Herbert Xu <herbert@gondor.apana.org.au>
+from March 1997 to May 2004.
+
+This package was maintained by the
+Debian Kernel Team <debian-kernel@lists.debian.org>
+
+This package was split off by Herbert Xu <herbert@gondor.apana.org.au>
+in September 2004.
+
+Linux is copyrighted by Linus Torvalds and others.
+
+   This program is free software; you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation; version 2 dated June, 1991.
+
+   This program is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this program; if not, write to the Free Software
+   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+   02110-1301, USA.
+
+On Debian GNU/Linux systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..155c9f4
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,94 @@ 
+#!/usr/bin/make -f
+#
+# debian/rules for kernel-source.
+#
+# GNU copyright 1997 to 1999 by Joey Hess.
+# Copyright (c) 1999-2004 Herbert Xu <herbert@gondor.apana.org.au>
+# Copyright (c) 2004 Jens Schmalzing <jensen@debian.org>
+#
+
+RELEASE_NAME=trusty
+HWE_KERNEL_NAME=xenial
+
+# 5 digit versions (2.6.38.<abi>.<upload>, 3 digit kernel base versions (2.6.38)
+KERNEL_VERSION=$(shell dpkg-parsechangelog | grep ^Version | sed -e \
+	's/Version: \([0-9]*\.[0-9]*\.[0-9]*\)\..*/\1/')
+KERNEL_ABI=$(shell head -n1 < debian/changelog | gawk '{n=split($$0,v,"."); print v[4];}')
+
+# 4 digit versions (3.0.<abi>.<upload>), 2 digit kernel base versions (3.0)
+#KERNEL_VERSION=$(shell dpkg-parsechangelog | grep ^Version | sed -e \
+	's/Version: \([0-9]*\.[0-9]*\)\..*/\1/')
+#KERNEL_ABI=$(shell head -n1 < debian/changelog | gawk '{n=split($$0,v,"."); print v[3];}')
+
+KERNEL_ABI_VERSION=$(KERNEL_VERSION)-$(KERNEL_ABI)
+
+GENERIC_i386=generic
+GENERIC_amd64=generic
+GENERIC_armhf=generic
+
+GENERIC=$(value GENERIC_$(shell dpkg-architecture -qDEB_HOST_ARCH))
+GENERIC_DEP=$(if $(GENERIC),$(GENERIC),)
+
+control_files := debian/control.common $(shell LC_ALL=C ls -d debian/control.d/*)
+
+SHELL := sh -e
+
+build:
+	dh_testdir
+
+clean: debian/control
+	dh_testdir
+	dh_testroot
+	dh_clean
+
+debian/control: $(control_files)
+	rm -f debian/control.tmp
+	for i in $^; do \
+		sed -e 's/RELEASE_NAME/$(RELEASE_NAME)/g' -e 's/HWE_KERNEL_NAME/$(HWE_KERNEL_NAME)/g' $$i >> debian/control.tmp; \
+		echo >> debian/control.tmp; \
+	done
+	rm -f $@
+	mv debian/control.tmp $@
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+
+gencontrol_flags = -Vkernel-version=$(KERNEL_VERSION)
+gencontrol_flags += -Vkernel-abi-version=$(KERNEL_ABI_VERSION)
+gencontrol_flags += -Vgeneric-depends=$(GENERIC_DEP)
+
+# Build architecture-independent files here.
+binary-indep: debian/control install
+	dh_testdir
+	dh_testroot
+
+	dh_installdirs -i
+	dh_installdocs -i
+	dh_installchangelogs -i
+	dh_compress -i
+	dh_fixperms -i
+	dh_installdeb -i
+	dh_gencontrol -i -- $(gencontrol_flags)
+	dh_md5sums -i
+	dh_builddeb -i
+
+# Build architecture-dependent files here.
+binary-arch: debian/control install
+	dh_testdir
+	dh_testroot
+
+	dh_installdirs -s
+	dh_installdocs -s
+	dh_installchangelogs -s
+	dh_compress -s
+	dh_fixperms -s
+	dh_installdeb -s
+	dh_gencontrol -s -- $(gencontrol_flags)
+	dh_md5sums -s
+	dh_builddeb -s
+
+binary: binary-indep binary-arch
+
+.PHONY: build clean binary-indep binary-arch binary install
diff --git a/debian/source/options b/debian/source/options
new file mode 100644
index 0000000..8e1f8cf
--- /dev/null
+++ b/debian/source/options
@@ -0,0 +1,3 @@ 
+# force "dpkg-source -I -i" behavior
+diff-ignore
+tar-ignore
diff --git a/meta-source/debian/changelog b/meta-source/debian/changelog
deleted file mode 100644
index bc7bd57..0000000
--- a/meta-source/debian/changelog
+++ /dev/null
@@ -1,796 +0,0 @@ 
-linux-meta (3.13.0.107.115) trusty; urgency=medium
-
-  * linux ABI 3.13.0-107
-
- -- Luis Henriques <luis.henriques@canonical.com>  Mon, 19 Dec 2016 19:00:35 +0000
-
-linux-meta (3.13.0.106.114) trusty; urgency=medium
-
-  * linux ABI 3.13.0-106
-
- -- Luis Henriques <luis.henriques@canonical.com>  Tue, 06 Dec 2016 15:04:41 +0000
-
-linux-meta (3.13.0.105.113) trusty; urgency=medium
-
-  * linux ABI 3.13.0-105
-
- -- Brad Figg <brad.figg@canonical.com>  Thu, 01 Dec 2016 14:12:55 -0800
-
-linux-meta (3.13.0.104.112) trusty; urgency=medium
-
-  * linux ABI 3.13.0-104
-
- -- Luis Henriques <luis.henriques@canonical.com>  Wed, 30 Nov 2016 11:04:00 +0000
-
-linux-meta (3.13.0.103.111) trusty; urgency=medium
-
-  * linux ABI 3.13.0-103
-
- -- Luis Henriques <luis.henriques@canonical.com>  Thu, 24 Nov 2016 10:07:30 +0000
-
-linux-meta (3.13.0.102.110) trusty; urgency=medium
-
-  * linux ABI 3.13.0-102
-
- -- Luis Henriques <luis.henriques@canonical.com>  Wed, 09 Nov 2016 19:55:52 +0000
-
-linux-meta (3.13.0.101.109) trusty; urgency=medium
-
-  * linux ABI 3.13.0-101
-
- -- Seth Forshee <seth.forshee@canonical.com>  Thu, 20 Oct 2016 16:57:10 -0500
-
-linux-meta (3.13.0.100.108) trusty; urgency=medium
-
-  * linux ABI 3.13.0-100
-
- -- Stefan Bader <stefan.bader@canonical.com>  Tue, 18 Oct 2016 18:31:40 +0200
-
-linux-meta (3.13.0.99.107) trusty; urgency=medium
-
-  * linux ABI 3.13.0-99
-
- -- Seth Forshee <seth.forshee@canonical.com>  Wed, 12 Oct 2016 15:36:08 -0500
-
-linux-meta (3.13.0.98.106) trusty; urgency=medium
-
-  * linux ABI 3.13.0-98
-
- -- Seth Forshee <seth.forshee@canonical.com>  Sat, 08 Oct 2016 13:30:51 -0500
-
-linux-meta (3.13.0.97.105) trusty; urgency=medium
-
-  * linux ABI 3.13.0-97
-
- -- Joseph Salisbury <joseph.salisbury@canonical.com>  Thu, 22 Sep 2016 11:49:31 -0400
-
-linux-meta (3.13.0.96.104) trusty; urgency=medium
-
-  * linux ABI 3.13.0-96
-
- -- Tim Gardner <tim.gardner@canonical.com>  Mon, 29 Aug 2016 14:02:59 -0600
-
-linux-meta (3.13.0.95.103) trusty; urgency=medium
-
-  * linux ABI 3.13.0-95
-
- -- Stefan Bader <stefan.bader@canonical.com>  Fri, 12 Aug 2016 18:43:59 +0200
-
-linux-meta (3.13.0.94.102) trusty; urgency=medium
-
-  * linux ABI 3.13.0-94
-
- -- Stefan Bader <stefan.bader@canonical.com>  Tue, 09 Aug 2016 15:28:00 +0200
-
-linux-meta (3.13.0.93.101) trusty; urgency=medium
-
-  * Update HWE meta packages to point to xenial (LP: #1609945)
-
- -- Seth Forshee <seth.forshee@canonical.com>  Thu, 04 Aug 2016 15:14:59 -0500
-
-linux-meta (3.13.0.93.100) trusty; urgency=medium
-
-  * linux ABI 3.13.0-93
-
- -- Seth Forshee <seth.forshee@canonical.com>  Mon, 18 Jul 2016 15:59:29 -0500
-
-linux-meta (3.13.0.92.99) trusty; urgency=medium
-
-  * linux ABI 3.13.0-92
-
- -- Kamal Mostafa <kamal@canonical.com>  Tue, 28 Jun 2016 13:36:49 -0700
-
-linux-meta (3.13.0.91.97) trusty; urgency=medium
-
-  * linux ABI 3.13.0-91
-
- -- Luis Henriques <luis.henriques@canonical.com>  Fri, 24 Jun 2016 16:22:43 +0100
-
-linux-meta (3.13.0.90.96) trusty; urgency=medium
-
-  * linux ABI 3.13.0-90
-
- -- Kamal Mostafa <kamal@canonical.com>  Thu, 23 Jun 2016 13:22:17 -0700
-
-linux-meta (3.13.0.89.95) trusty; urgency=medium
-
-  * linux ABI 3.13.0-89
-
- -- Kamal Mostafa <kamal@canonical.com>  Fri, 10 Jun 2016 11:44:51 -0700
-
-linux-meta (3.13.0.88.94) trusty; urgency=medium
-
-  * linux ABI 3.13.0-88
-
- -- Kamal Mostafa <kamal@canonical.com>  Fri, 03 Jun 2016 13:03:50 -0700
-
-linux-meta (3.13.0.87.93) trusty; urgency=medium
-
-  * linux ABI 3.13.0-87
-
- -- Kamal Mostafa <kamal@canonical.com>  Wed, 11 May 2016 11:24:15 -0700
-
-linux-meta (3.13.0.86.92) trusty; urgency=medium
-
-  * linux ABI 3.13.0-86
-
- -- Kamal Mostafa <kamal@canonical.com>  Mon, 18 Apr 2016 11:17:17 -0700
-
-linux-meta (3.13.0.85.91) trusty; urgency=medium
-
-  * linux ABI 3.13.0-85
-
- -- Brad Figg <brad.figg@canonical.com>  Thu, 17 Mar 2016 12:21:42 -0700
-
-linux-meta (3.13.0.84.90) trusty; urgency=medium
-
-  * linux ABI 3.13.0-84
-
- -- Brad Figg <brad.figg@canonical.com>  Tue, 15 Mar 2016 09:21:58 -0700
-
-linux-meta (3.13.0.83.89) trusty; urgency=medium
-
-  * linux ABI 3.13.0-83
-
- -- Brad Figg <brad.figg@canonical.com>  Thu, 10 Mar 2016 14:53:05 -0800
-
-linux-meta (3.13.0.82.88) trusty; urgency=medium
-
-  * linux ABI 3.13.0-82
-
- -- Brad Figg <brad.figg@canonical.com>  Tue, 08 Mar 2016 14:35:44 -0800
-
-linux-meta (3.13.0.81.87) trusty; urgency=medium
-
-  * linux ABI 3.13.0-81
-
- -- Luis Henriques <luis.henriques@canonical.com>  Wed, 02 Mar 2016 16:49:28 +0000
-
-linux-meta (3.13.0.80.86) trusty; urgency=medium
-
-  * linux ABI 3.13.0-79
-
- -- Brad Figg <brad.figg@canonical.com>  Mon, 22 Feb 2016 14:54:34 -0800
-
-linux-meta (3.13.0.79.85) trusty; urgency=medium
-
-  * linux ABI 3.13.0-79
-
- -- Luis Henriques <luis.henriques@canonical.com>  Fri, 19 Feb 2016 13:16:39 +0000
-
-linux-meta (3.13.0.78.84) trusty; urgency=medium
-
-  * linux ABI 3.13.0-77
-
- -- Brad Figg <brad.figg@canonical.com>  Mon, 01 Feb 2016 12:38:39 -0800
-
-linux-meta (3.13.0.77.83) trusty; urgency=medium
-
-  * linux ABI 3.13.0-77
-
- -- Luis Henriques <luis.henriques@canonical.com>  Wed, 20 Jan 2016 10:07:50 +0000
-
-linux-meta (3.13.0.76.82) trusty; urgency=medium
-
-  * linux ABI 3.13.0-76
-
- -- Luis Henriques <luis.henriques@canonical.com>  Mon, 18 Jan 2016 09:59:16 +0000
-
-linux-meta (3.13.0.75.81) trusty; urgency=medium
-
-  * linux ABI 3.13.0-75
-
- -- Luis Henriques <luis.henriques@canonical.com>  Mon, 11 Jan 2016 13:38:41 +0000
-
-linux-meta (3.13.0.74.80) trusty; urgency=medium
-
-  * linux ABI 3.13.0-74
-
- -- Luis Henriques <luis.henriques@canonical.com>  Wed, 16 Dec 2015 18:31:46 +0000
-
-linux-meta (3.13.0.73.79) trusty; urgency=medium
-
-  * linux ABI 3.13.0-73
-
- -- Luis Henriques <luis.henriques@canonical.com>  Fri, 04 Dec 2015 14:54:03 +0000
-
-linux-meta (3.13.0.72.78) trusty; urgency=medium
-
-  * linux ABI 3.13.0-72
-
- -- Luis Henriques <luis.henriques@canonical.com>  Wed, 02 Dec 2015 11:48:24 +0000
-
-linux-meta (3.13.0.71.77) trusty; urgency=medium
-
-  * linux ABI 3.13.0-71
-
- -- Brad Figg <brad.figg@canonical.com>  Mon, 30 Nov 2015 18:27:36 -0800
-
-linux-meta (3.13.0.70.76) trusty; urgency=medium
-
-  * linux ABI 3.13.0-70
-
- -- Luis Henriques <luis.henriques@canonical.com>  Mon, 16 Nov 2015 18:13:44 +0000
-
-linux-meta (3.13.0.69.75) trusty; urgency=medium
-
-  * linux ABI 3.13.0-69
-
- -- Luis Henriques <luis.henriques@canonical.com>  Tue, 10 Nov 2015 15:58:48 +0000
-
-linux-meta (3.13.0.68.74) trusty; urgency=medium
-
-  * linux ABI 3.13.0-68
-
- -- Luis Henriques <luis.henriques@canonical.com>  Thu, 05 Nov 2015 17:03:05 +0000
-
-linux-meta (3.13.0.67.73) trusty; urgency=medium
-
-  * linux ABI 3.13.0-67
-
- -- Luis Henriques <luis.henriques@canonical.com>  Tue, 20 Oct 2015 15:19:05 +0100
-
-linux-meta (3.13.0.66.72) trusty; urgency=medium
-
-  * linux ABI 3.13.0-66
-
- -- Brad Figg <brad.figg@canonical.com>  Mon, 05 Oct 2015 13:39:48 -0700
-
-linux-meta (3.13.0.65.71) trusty; urgency=medium
-
-  * linux ABI 3.13.0-65
-
- -- Brad Figg <brad.figg@canonical.com>  Mon, 21 Sep 2015 11:46:15 -0700
-
-linux-meta (3.13.0.64.72) trusty; urgency=medium
-
-  * linux ABI 3.13.0-64
-
- -- Luis Henriques <luis.henriques@canonical.com>  Wed, 09 Sep 2015 13:11:37 +0100
-
-linux-meta (3.13.0.63.71) trusty; urgency=low
-
-  * Fix up dandling linux-*-hwe-* meta packages.  When we do not have a
-    flavour default it back to the generic packages.  (LP: 1489487).
-
- -- Brad Figg <brad.figg@canonical.com>  Fri, 28 Aug 2015 09:12:14 -0700
-
-linux-meta (3.13.0.63.70) trusty; urgency=medium
-
-  [ Brad Figg ]
-
-  * ABI bump
-
- -- Brad Figg <brad.figg@canonical.com>  Fri, 14 Aug 2015 13:33:03 -0700
-
-linux-meta (3.13.0.62.69) trusty; urgency=medium
-
-  [ Luis Henriques ]
-
-  * Merged back Ubuntu-3.13.0.61.68
-  * linux ABI 3.13.0-62
-
- -- Luis Henriques <luis.henriques@canonical.com>  Wed, 29 Jul 2015 14:13:44 +0100
-
-linux-meta (3.13.0.60.67) trusty; urgency=medium
-
-  * linux ABI 3.13.0-60
-
- -- Kamal Mostafa <kamal@canonical.com>  Tue, 28 Jul 2015 12:37:30 -0700
-
-linux-meta (3.13.0.61.68) trusty; urgency=medium
-
-  * linux ABI 3.13.0-61
-
- -- Luis Henriques <luis.henriques@canonical.com>  Wed, 29 Jul 2015 11:19:53 +0100
-
-linux-meta (3.13.0.59.66) trusty; urgency=medium
-
-  * linux ABI 3.13.0-59
-
- -- Luis Henriques <luis.henriques@canonical.com>  Fri, 24 Jul 2015 10:07:42 +0100
-
-linux-meta (3.13.0.58.65) trusty; urgency=medium
-
-  * linux ABI 3.13.0-58
-
- -- Brad Figg <brad.figg@canonical.com>  Mon, 06 Jul 2015 16:05:25 -0700
-
-linux-meta (3.13.0.57.64) trusty; urgency=medium
-
-  * linux ABI 3.13.0-57
-
- -- Luis Henriques <luis.henriques@canonical.com>  Fri, 19 Jun 2015 09:31:51 +0100
-
-linux-meta (3.13.0.56.63) trusty; urgency=medium
-
-  * linux ABI 3.13.0-56
-
- -- Brad Figg <brad.figg@canonical.com>  Tue, 16 Jun 2015 11:48:05 -0700
-
-linux-meta (3.13.0.55.62) trusty; urgency=medium
-
-  * linux ABI 3.13.0-55
-
- -- Luis Henriques <luis.henriques@canonical.com>  Thu, 11 Jun 2015 10:49:26 +0100
-
-linux-meta (3.13.0.54.61) trusty; urgency=medium
-
-  * linux ABI 3.13.0-54
-
- -- Luis Henriques <luis.henriques@canonical.com>  Mon, 25 May 2015 16:56:38 +0000
-
-linux-meta (3.13.0.53.60) trusty; urgency=medium
-
-  * linux ABI 3.13.0-53
-
- -- Luis Henriques <luis.henriques@canonical.com>  Thu, 07 May 2015 15:13:32 +0100
-
-linux-meta (3.13.0.52.59) trusty; urgency=medium
-
-  * linux ABI 3.13.0-52
-
- -- Luis Henriques <luis.henriques@canonical.com>  Wed, 29 Apr 2015 16:43:50 +0100
-
-linux-meta (3.13.0.51.58) trusty; urgency=medium
-
-  * linux ABI 3.13.0-51
-
- -- Luis Henriques <luis.henriques@canonical.com>  Wed, 15 Apr 2015 14:11:12 +0100
-
-linux-meta (3.13.0.50.57) trusty; urgency=medium
-
-  * linux ABI 3.13.0-50
-
- -- Brad Figg <brad.figg@canonical.com>  Thu, 09 Apr 2015 11:41:15 -0700
-
-linux-meta (3.13.0.49.56) trusty; urgency=medium
-
-  * linux ABI 3.13.0-49
-
- -- Kamal Mostafa <kamal@canonical.com>  Tue, 24 Mar 2015 12:16:40 -0700
-
-linux-meta (3.13.0.48.55) trusty; urgency=medium
-
-  * linux ABI 3.13.0-48
-
- -- Luis Henriques <luis.henriques@canonical.com>  Thu, 12 Mar 2015 11:05:46 +0000
-
-linux-meta (3.13.0.47.54) trusty; urgency=medium
-
-  * linux ABI 3.13.0-47
-
- -- Seth Forshee <seth.forshee@canonical.com>  Tue, 03 Mar 2015 09:45:45 -0600
-
-linux-meta (3.13.0.46.53) trusty; urgency=medium
-
-  [ Kamal Mostafa ]
-
-  * UBUNTU: [Packaging] force "dpkg-source -I -i" behavior
-
-  [ Seth Forshee ]
-
-  * linux ABI 3.13.0-45
-
- -- Seth Forshee <seth.forshee@canonical.com>  Mon, 09 Feb 2015 15:30:13 -0600
-
-linux-meta (3.13.0.45.52) trusty; urgency=medium
-
-  * linux ABI 3.13.0-45
-
- -- Seth Forshee <seth.forshee@canonical.com>  Tue, 13 Jan 2015 13:02:31 -0600
-
-linux-meta (3.13.0.44.51) trusty; urgency=medium
-
-  * linux ABI 3.13.0-44
-
- -- Kamal Mostafa <kamal@canonical.com>  Mon, 15 Dec 2014 16:10:39 -0800
-
-linux-meta (3.13.0.43.50) trusty; urgency=medium
-
-  * linux ABI 3.13.0-43
-
- -- Luis Henriques <luis.henriques@canonical.com>  Mon, 08 Dec 2014 17:32:17 +0000
-
-linux-meta (3.13.0.42.49) trusty; urgency=medium
-
-  * linux ABI 3.13.0-42
-
- -- Luis Henriques <luis.henriques@canonical.com>  Fri, 05 Dec 2014 14:43:15 +0000
-
-linux-meta (3.13.0.41.48) trusty; urgency=medium
-
-  [ Tim Gardner ]
-
-  * UBUNTU: Add HWE kernel meta packages
-
-      We messed up when naming HWE meta packages in Precise. We should have
-      made those package names unique per LTS release because we cannot
-      now create a HWE meta package of the same name without also creating an
-      upgrade path that a user probably does not want. For example, upgrading from
-      12.04.[2-5] to 14.04 (after 14.04.2 is released) would upgrade to an HWE
-      kernel instead of the 14.04 GA kernel as expected.
-
-      Therefore, the HWE meta package name will be made unique by adding the name
-      of the LTS release, e.g., linux-image-hwe-generic-trusty.
-
-      Update to the next HWE kernel by changing HWE_KERNEL_NAME in debian/rules. 
-      -LP: #1393877
-
-  * UBUNTU: Cleanup superfluous RELEASE_NAME logic
-    Also correct Vcs-Git URL error.
-
-  [ Luis Henriques ]
-
-  * linux ABI 3.13.0-41
-
- -- Luis Henriques <luis.henriques@canonical.com>  Tue, 25 Nov 2014 13:03:59 +0000
-
-linux-meta (3.13.0.40.47) trusty; urgency=medium
-
-  * linux ABI 3.13.0-40
-
- -- Brad Figg <brad.figg@canonical.com>  Mon, 03 Nov 2014 11:40:23 -0800
-
-linux-meta (3.13.0.39.46) trusty; urgency=medium
-
-  * linux ABI 3.13.0-39
-
- -- Luis Henriques <luis.henriques@canonical.com>  Tue, 28 Oct 2014 13:16:51 +0000
-
-linux-meta (3.13.0.38.45) trusty; urgency=medium
-
-  [ Tim Gardner ]
-
-  * UBUNTU: Make linux-crashdump build for ppc64el
-    -LP: #1341475
-
-  [ Luis Henriques ]
-
-  * linux ABI 3.13.0-38
-
- -- Luis Henriques <luis.henriques@canonical.com>  Thu, 09 Oct 2014 12:12:25 +0100
-
-linux-meta (3.13.0.37.44) trusty; urgency=medium
-
-  * linux ABI 3.13.0-37
-
- -- Joseph Salisbury <joseph.salisbury@canonical.com>  Mon, 22 Sep 2014 16:12:11 -0400
-
-linux-meta (3.13.0.36.43) trusty; urgency=medium
-
-  * linux ABI 3.13.0-36
-
- -- Joseph Salisbury <joseph.salisbury@canonical.com>  Wed, 03 Sep 2014 12:40:49 -0400
-
-linux-meta (3.13.0.35.42) trusty; urgency=medium
-
-  * linux ABI 3.13.0-35
-
- -- Brad Figg <brad.figg@canonical.com>  Mon, 18 Aug 2014 13:35:38 -0700
-
-linux-meta (3.13.0.34.40) trusty; urgency=medium
-
-  * linux ABI 3.13.0-34
-
- -- Kamal Mostafa <kamal@canonical.com>  Tue, 12 Aug 2014 14:39:25 -0700
-
-linux-meta (3.13.0.33.39) trusty; urgency=medium
-
-  * linux ABI 3.13.0-33
-
- -- Brad Figg <brad.figg@canonical.com>  Tue, 29 Jul 2014 09:53:32 -0700
-
-linux-meta (3.13.0.32.38) trusty; urgency=medium
-
-  * linux ABI 3.13.0-32
-
- -- Luis Henriques <luis.henriques@canonical.com>  Mon, 07 Jul 2014 11:56:26 +0100
-
-linux-meta (3.13.0.31.37) trusty; urgency=medium
-
-  * linux ABI 3.13.0-31
-
- -- Luis Henriques <luis.henriques@canonical.com>  Tue, 01 Jul 2014 15:19:52 +0100
-
-linux-meta (3.13.0.30.36) trusty; urgency=medium
-
-  [ Andy Whitcroft ]
-
-  * ppc64el/arm64: add linux-tools-generic
-    - LP: #1326050
-
-  [ Kamal Mostafa ]
-
-  * linux ABI 3.13.0-30
-
- -- Kamal Mostafa <kamal@canonical.com>  Mon, 09 Jun 2014 15:18:57 -0700
-
-linux-meta (3.13.0.29.35) trusty; urgency=medium
-
-  * linux ABI 3.13.0-29
-
- -- Luis Henriques <luis.henriques@canonical.com>  Wed, 28 May 2014 10:50:51 +0100
-
-linux-meta (3.13.0.28.34) trusty; urgency=medium
-
-  * linux ABI 3.13.0-28
-
- -- Luis Henriques <luis.henriques@canonical.com>  Thu, 22 May 2014 10:58:36 +0100
-
-linux-meta (3.13.0.27.33) trusty; urgency=low
-
-  * linux ABI 3.13.0-27
-
- -- Brad Figg <brad.figg@canonical.com>  Wed, 14 May 2014 11:13:05 -0700
-
-linux-meta (3.13.0.26.32) trusty; urgency=low
-
-  * linux ABI 3.13.0-26
-
- -- Kamal Mostafa <kamal@canonical.com>  Wed, 07 May 2014 16:56:44 -0700
-
-linux-meta (3.13.0.25.31) trusty; urgency=low
-
-  * linux ABI 3.13.0-25
-
- -- Brad Figg <brad.figg@canonical.com>  Tue, 29 Apr 2014 07:26:45 -0700
-
-linux-meta (3.13.0.24.30) trusty; urgency=low
-
-  * Add linux-firmware as a dependency of linux-signed-image. Otherwise linux-firmware
-    does not get installed on UEFI server images.
-    - LP: #1309415
-
- -- Tim Gardner <tim.gardner@canonical.com>  Wed, 23 Apr 2014 06:57:52 -0600
-
-linux-meta (3.13.0.24.29) trusty; urgency=low
-
-  * Spelling correction to make translations easier: infrstracture ==> infrastructure
-    - LP: #1264679
-
- -- Tim Gardner <tim.gardner@canonical.com>  Mon, 21 Apr 2014 09:08:35 -0600
-
-linux-meta (3.13.0.24.28) trusty; urgency=low
-
-  * linux ABI 3.13.0-24
-
- -- Tim Gardner <tim.gardner@canonical.com>  Wed, 09 Apr 2014 12:23:01 -0600
-
-linux-meta (3.13.0.23.27) trusty; urgency=low
-
-  * linux ABI 3.13.0-23
-
- -- Tim Gardner <tim.gardner@canonical.com>  Thu, 03 Apr 2014 12:32:53 -0600
-
-linux-meta (3.13.0.22.26) trusty; urgency=low
-
-  * linux ABI 3.13.0-22
-
- -- Tim Gardner <tim.gardner@canonical.com>  Wed, 02 Apr 2014 13:46:46 -0600
-
-linux-meta (3.13.0.21.25) trusty; urgency=low
-
-  * linux ABI 3.13.0-21
-
- -- Tim Gardner <tim.gardner@canonical.com>  Mon, 31 Mar 2014 16:09:46 -0600
-
-linux-meta (3.13.0.20.24) trusty; urgency=low
-
-  [ Andy Whitcroft ]
-
-  * hv-kvp-daemon-init -- transition to linux-cloud-tools
-  * hv-kvp-daemon-init -- move to oldlibs
-  * hv-kvp-daemon-init -- allow to be satisfied by any cloud tools
-  * hv-kvp-daemon-init -- fix title and description
-
-  [ Tim Gardner ]
-
-  * linux ABI 3.13.0-20
-
- -- Tim Gardner <tim.gardner@canonical.com>  Thu, 27 Mar 2014 19:23:52 -0600
-
-linux-meta (3.13.0.19.23) trusty; urgency=low
-
-  * linux ABI 3.13.0-19
-
- -- Tim Gardner <tim.gardner@canonical.com>  Fri, 21 Mar 2014 08:23:02 -0600
-
-linux-meta (3.13.0.18.22) trusty; urgency=low
-
-  * linux ABI 3.13.0-18
-
- -- Tim Gardner <tim.gardner@canonical.com>  Mon, 17 Mar 2014 14:51:53 -0600
-
-linux-meta (3.13.0.17.21) trusty; urgency=low
-
-  * linux ABI 3.13.0-17
-
- -- Andy Whitcroft <apw@canonical.com>  Tue, 11 Mar 2014 09:14:40 +0000
-
-linux-meta (3.13.0.16.20) trusty; urgency=low
-
-  * linux ABI 3.13.0-16
-
- -- Tim Gardner <tim.gardner@canonical.com>  Tue, 04 Mar 2014 16:00:58 -0700
-
-linux-meta (3.13.0.15.19) trusty; urgency=low
-
-  * linux ABI 3.13.0-15
-
- -- Tim Gardner <tim.gardner@canonical.com>  Mon, 03 Mar 2014 08:54:07 -0700
-
-linux-meta (3.13.0.14.18) trusty; urgency=low
-
-  * linux ABI 3.13.0-14
-
- -- Tim Gardner <tim.gardner@canonical.com>  Thu, 27 Feb 2014 15:33:28 -0700
-
-linux-meta (3.13.0.13.17) trusty; urgency=low
-
-  * linux ABI 3.13.0-13
-
- -- Andy Whitcroft <apw@canonical.com>  Tue, 25 Feb 2014 18:17:13 +0000
-
-linux-meta (3.13.0.12.16) trusty; urgency=low
-
-  * linux ABI 3.13.0-12
-
- -- Andy Whitcroft <apw@canonical.com>  Fri, 21 Feb 2014 17:44:20 +0000
-
-linux-meta (3.13.0.11.15) trusty; urgency=medium
-
-  * linux ABI 3.13.0-11
-
- -- Tim Gardner <tim.gardner@canonical.com>  Wed, 19 Feb 2014 12:55:46 -0700
-
-linux-meta (3.13.0.10.14) trusty; urgency=low
-
-  * linux ABI 3.13.0-10
-
- -- Tim Gardner <tim.gardner@canonical.com>  Tue, 18 Feb 2014 16:04:38 -0700
-
-linux-meta (3.13.0.9.13) trusty; urgency=low
-
-  * linux ABI 3.13.0-9
-
- -- Andy Whitcroft <apw@canonical.com>  Fri, 14 Feb 2014 15:47:07 +0000
-
-linux-meta (3.13.0.8.12) trusty; urgency=low
-
-  * linux ABI 3.13.0-8
-
- -- Tim Gardner <tim.gardner@canonical.com>  Thu, 06 Feb 2014 18:59:51 -0700
-
-linux-meta (3.13.0.7.11) trusty; urgency=low
-
-  * linux ABI 3.13.0-7
-
- -- Tim Gardner <tim.gardner@canonical.com>  Mon, 03 Feb 2014 14:18:10 -0700
-
-linux-meta (3.13.0.6.10) trusty; urgency=low
-
-  * linux ABI 3.13.0-6
-  * Add powerpc meta packages.
-  * Add lowlatency meta packages.
-
- -- Andy Whitcroft <apw@canonical.com>  Thu, 30 Jan 2014 16:55:34 +0000
-
-linux-meta (3.13.0.5.9) trusty; urgency=low
-
-  * linux ABI 3.13.0-5
-
- -- Andy Whitcroft <apw@canonical.com>  Mon, 20 Jan 2014 18:47:04 +0000
-
-linux-meta (3.13.0.4.8) trusty; urgency=low
-
-  * The various LTS linux-tools packages should depend on
-    linux-tools-{generic,generic-lpae}, not just linux-tools which
-    is a virtual 'Provides' package.
-
- -- Tim Gardner <tim.gardner@canonical.com>  Fri, 17 Jan 2014 12:59:07 -0700
-
-linux-meta (3.13.0.4.7) trusty; urgency=low
-
-  * linux ABI 3.13.0-4
-  * UBUNTU: Added upgrade paths from Precise Trusty LTS
-  * UBUNTU: Added upgrade paths from Precise Saucy LTS
-  * UBUNTU: Added upgrade paths from Precise Raring LTS
-  * UBUNTU: Added upgrade paths from Precise Quantal LTS
-
- -- Tim Gardner <tim.gardner@canonical.com>  Thu, 16 Jan 2014 11:06:17 -0700
-
-linux-meta (3.13.0.3.6) trusty; urgency=low
-
-  * linux ABI 3.13.0-3
-
- -- Tim Gardner <tim.gardner@canonical.com>  Mon, 13 Jan 2014 12:07:52 -0700
-
-linux-meta (3.13.0.2.5) trusty; urgency=low
-
-  * Wack the non-flavour binary packages, we never use them and they just
-    create confusion.
-
- -- Andy Whitcroft <apw@canonical.com>  Sat, 11 Jan 2014 13:51:52 +0000
-
-linux-meta (3.13.0.2.4) trusty; urgency=low
-
-  * linux ABI 3.13.0-2
-
- -- Andy Whitcroft <apw@canonical.com>  Fri, 10 Jan 2014 14:22:44 +0000
-
-linux-meta (3.13.0.1.3) trusty; urgency=low
-
-  * linux ABI 3.13.0-1
-
- -- Tim Gardner <tim.gardner@canonical.com>  Tue, 07 Jan 2014 12:53:27 -0700
-
-linux-meta (3.13.0.0.2) trusty; urgency=low
-
-  * Handle -extra split on ppc64el -generic.
-  * Build -virtual metapackages on ppc64el.
-  * Add ppc64el meta packages.
-
- -- Andy Whitcroft <apw@canonical.com>  Sat, 28 Dec 2013 10:32:09 +0000
-
-linux-meta (3.13.0.0.1) trusty; urgency=low
-
-  * linux ABI 3.13.0-0
-
- -- Tim Gardner <tim.gardner@canonical.com>  Mon, 25 Nov 2013 12:13:38 -0700
-
-linux-meta (3.12.0.4.6) trusty; urgency=low
-
-  * linux ABI 3.12.0-4
-
- -- Tim Gardner <tim.gardner@canonical.com>  Thu, 21 Nov 2013 15:02:41 -0700
-
-linux-meta (3.12.0.3.5) trusty; urgency=low
-
-  * linux ABI 3.12.0-3
-
- -- Tim Gardner <tim.gardner@canonical.com>  Mon, 18 Nov 2013 14:17:40 -0700
-
-linux-meta (3.12.0.2.4) trusty; urgency=low
-
-  * linux ABI 3.12.0-2
-
- -- Andy Whitcroft <apw@canonical.com>  Wed, 06 Nov 2013 22:07:14 +0000
-
-linux-meta (3.12.0.1.3) trusty; urgency=low
-
-  * Add arm64 -generic.
-
- -- Andy Whitcroft <apw@canonical.com>  Fri, 01 Nov 2013 12:07:45 -0700
-
-linux-meta (3.12.0.1.2) trusty; urgency=low
-
-  * linux ABI 3.12.0-1
-
- -- Tim Gardner <tim.gardner@canonical.com>  Tue, 29 Oct 2013 12:42:28 -0600
-
-linux-meta (3.12.0.0.1) trusty; urgency=low
-
-  * linux ABI 3.12.0-0
-
- -- Tim Gardner <tim.gardner@canonical.com>  Fri, 18 Oct 2013 12:49:24 -0600
diff --git a/meta-source/debian/compat b/meta-source/debian/compat
deleted file mode 100644
index 7ed6ff8..0000000
--- a/meta-source/debian/compat
+++ /dev/null
@@ -1 +0,0 @@ 
-5
diff --git a/meta-source/debian/control.common b/meta-source/debian/control.common
deleted file mode 100644
index fa060a8..0000000
--- a/meta-source/debian/control.common
+++ /dev/null
@@ -1,392 +0,0 @@ 
-Source: linux-meta
-Section: devel
-Priority: optional
-Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
-Standards-Version: 3.6.1
-Build-Depends: dpkg (>= 1.13.19), debhelper (>= 5), gawk
-Vcs-Git: http://kernel.ubuntu.com/git-repos/ubuntu/ubuntu-RELEASE_NAME-meta.git
-
-Package: linux-source
-Architecture: all
-Section: devel
-Priority: optional
-Depends: ${misc:Depends}, linux-source-${kernel-version}
-Description: Linux kernel source with Ubuntu patches
- This package will always depend on the latest Linux kernel source code
- available. The Ubuntu patches have been applied.
-
-Package: linux-crashdump
-Architecture: i386 amd64 ppc64el
-Section: devel
-Depends: ${misc:Depends}, kdump-tools, grub-pc (>= 1.96+20090611-1ubuntu2) [i386 amd64] | grub-efi-ia32 [i386 amd64] | grub-efi-amd64 [i386 amd64] | grub (>= 0.97-29ubuntu24) [i386 amd64]
-Recommends: apport
-Suggests: crash
-Description: Linux kernel crashdump setup for the latest generic kernel
- This package installs all the needed infrastructure to get crashdumps from
- your running system. If you are experiencing kernel crashes that cannot
- be debugged normally (because the problem is infrequent or panic's the
- system in such a way as to make information gathering impossible), then
- you can install this package to automatically enable capture of the
- vmcore on crashes.
-
-#
-# Reference the current Hardware Enablement LTS generic and virtual kernel flavours.
-#
-Package: linux-image-hwe-generic-RELEASE_NAME
-Architecture: i386 amd64 armhf arm64 ppc64el
-Section: kernel
-Priority: optional
-Depends: ${misc:Depends}, linux-image-generic-lts-HWE_KERNEL_NAME
-Description: Depends on the generic hardware enablement kernel image.
-
-Package: linux-hwe-generic-RELEASE_NAME
-Architecture: i386 amd64 armhf arm64 ppc64el
-Section: kernel
-Priority: optional
-Depends: ${misc:Depends}, linux-image-hwe-generic-RELEASE_NAME, linux-headers-generic-lts-HWE_KERNEL_NAME
-Description: Depends on the generic hardware enablement kernel image and headers.
-
-Package: linux-image-hwe-virtual-RELEASE_NAME
-Architecture: i386 amd64 armhf arm64 ppc64el
-Section: kernel
-Priority: optional
-Depends: ${misc:Depends}, linux-image-virtual-lts-HWE_KERNEL_NAME [i386 amd64 ppc64el], linux-image-generic-lts-HWE_KERNEL_NAME [armhf arm64]
-Description: Depends on the virtual hardware enablement kernel image.
-
-Package: linux-hwe-virtual-RELEASE_NAME
-Architecture: i386 amd64 armhf arm64 ppc64el
-Section: kernel
-Priority: optional
-Depends: ${misc:Depends}, linux-image-hwe-virtual-RELEASE_NAME [i386 amd64 ppc64el], linux-headers-virtual-lts-HWE_KERNEL_NAME [i386 amd64 ppc64el], linux-image-hwe-generic-RELEASE_NAME [armhf arm64], linux-headers-generic-lts-HWE_KERNEL_NAME [armhf arm64]
-Description: Depends on the virtual hardware enablement kernel image and headers.
-
-# Upgrade packages (drop after trusty)
-
-Package: linux-tools-lts-quantal
-Architecture: i386 amd64
-Section: kernel
-Depends: ${misc:Depends}, linux-tools-generic
-Description: Linux kernel versioned Tools
- Transistional package for upgrades from 12.04 to 14.04 (Precise to Trusty)
-
-Package: linux-headers-generic-lts-quantal
-Architecture: i386 amd64
-Section: devel
-Priority: optional 
-Depends: ${misc:Depends}, linux-headers
-Description: Generic Linux kernel headers
- Transistional package for upgrades from 12.04 to 14.04 (Precise to Trusty)
-
-Package: linux-image-generic-lts-quantal
-Architecture: i386 amd64
-Section: metapackages
-Priority: optional 
-Depends: ${misc:Depends}, linux-image-generic
-Description: Generic Linux kernel image
- Transistional package for upgrades from 12.04 to 14.04 (Precise to Trusty)
-
-Package: linux-generic-lts-quantal
-Architecture: i386 amd64
-Section: metapackages
-Priority: optional
-Depends: ${misc:Depends}, linux-generic
-Description: Generic Linux kernel image and headers
- Transistional package for upgrades from 12.04 to 14.04 (Precise to Trusty)
-
-Package: linux-generic-lts-quantal-eol-upgrade
-Architecture: amd64
-Section: metapackages
-Priority: optional
-Depends: ${misc:Depends}, linux-generic
-Description: Complete Generic Linux kernel and headers
- Transistional package for upgrades from 12.04 to 14.04 (Precise to Trusty)
-
-Package: linux-signed-image-generic-lts-quantal
-Architecture: amd64
-Section: metapackages
-Priority: optional 
-Depends: ${misc:Depends}, linux-signed-image-generic
-Description: Signed Generic Linux kernel image
- Transistional package for upgrades from 12.04 to 14.04 (Precise to Trusty)
-
-Package: linux-signed-generic-lts-quantal
-Architecture: amd64
-Section: metapackages
-Priority: optional 
-Depends: ${misc:Depends}, linux-signed-generic
-Description: Complete Signed Generic Linux kernel and headers
- Transistional package for upgrades from 12.04 to 14.04 (Precise to Trusty)
-
-Package: linux-signed-generic-lts-quantal-eol-upgrade
-Architecture: amd64
-Section: metapackages
-Priority: optional
-Depends: ${misc:Depends}, linux-signed-generic
-Description: Complete Signed Generic Linux kernel and headers
- Transistional package for upgrades from 12.04 to 14.04 (Precise to Trusty)
-
-Package: linux-tools-lts-raring
-Architecture: i386 amd64 armhf
-Section: kernel
-Depends: ${misc:Depends}, linux-tools-generic
-Description: Linux kernel versioned Tools
- Transistional package for upgrades from 12.04 to 14.04 (Precise to Trusty)
-
-Package: linux-headers-generic-lts-raring
-Architecture: i386 amd64 armhf
-Section: devel
-Priority: optional 
-Depends: ${misc:Depends}, linux-headers-generic
-Description: Generic Linux kernel headers
- Transistional package for upgrades from 12.04 to 14.04 (Precise to Trusty)
-
-Package: linux-image-generic-lts-raring
-Architecture: i386 amd64 armhf
-Section: metapackages
-Priority: optional 
-Depends: ${misc:Depends}, linux-image-generic
-Description: Generic Linux kernel image
- Transistional package for upgrades from 12.04 to 14.04 (Precise to Trusty)
-
-Package: linux-generic-lts-raring
-Architecture: i386 amd64 armhf
-Section: metapackages
-Priority: optional
-Depends: ${misc:Depends}, linux-generic
-Description: Generic Linux kernel image and headers
- Transistional package for upgrades from 12.04 to 14.04 (Precise to Trusty)
-
-Package: linux-generic-lts-raring-eol-upgrade
-Architecture: amd64 armhf
-Section: metapackages
-Priority: optional
-Depends: ${misc:Depends}, linux-generic
-Description: Complete Generic Linux kernel and headers
- Transistional package for upgrades from 12.04 to 14.04 (Precise to Trusty)
-
-Package: linux-signed-image-generic-lts-raring
-Architecture: amd64
-Section: metapackages
-Priority: optional 
-Depends: ${misc:Depends}, linux-signed-image-generic
-Description: Signed Generic Linux kernel image
- Transistional package for upgrades from 12.04 to 14.04 (Precise to Trusty)
-
-Package: linux-signed-generic-lts-raring
-Architecture: amd64
-Section: metapackages
-Priority: optional 
-Depends: ${misc:Depends}, linux-signed-generic
-Description: Complete Signed Generic Linux kernel and headers
- Transistional package for upgrades from 12.04 to 14.04 (Precise to Trusty)
-
-Package: linux-signed-generic-lts-raring-eol-upgrade
-Architecture: amd64
-Section: metapackages
-Priority: optional
-Depends: ${misc:Depends}, linux-signed-generic
-Description: Complete Signed Generic Linux kernel and headers
- Transistional package for upgrades from 12.04 to 14.04 (Precise to Trusty)
-
-Package: linux-tools-lts-saucy
-Architecture: i386 amd64 armhf
-Section: kernel
-Depends: ${misc:Depends}, linux-tools-generic
-Description: Linux kernel versioned Tools
- Transistional package for upgrades from 12.04 to 14.04 (Precise to Trusty)
-
-Package: linux-headers-generic-lts-saucy
-Architecture: i386 amd64 armhf
-Section: devel
-Priority: optional 
-Depends: ${misc:Depends}, linux-headers-generic
-Description: Generic Linux kernel headers
- Transistional package for upgrades from 12.04 to 14.04 (Precise to Trusty)
-
-Package: linux-image-generic-lts-saucy
-Architecture: i386 amd64 armhf
-Section: metapackages
-Priority: optional 
-Depends: ${misc:Depends}, linux-image-generic
-Description: Generic Linux kernel image
- Transistional package for upgrades from 12.04 to 14.04 (Precise to Trusty)
-
-Package: linux-tools-generic-lts-saucy
-Architecture: i386 amd64 armhf
-Section: metapackages
-Priority: optional
-Provides: linux-tools
-Depends: ${misc:Depends}, linux-tools-generic
-Description: Generic Linux kernel tools
- Transistional package for upgrades from 12.04 to 14.04 (Precise to Trusty)
-
-Package: linux-generic-lts-saucy
-Architecture: i386 amd64 armhf
-Section: metapackages
-Priority: optional
-Depends: ${misc:Depends}, linux-generic
-Description: Generic Linux kernel image and headers
- Transistional package for upgrades from 12.04 to 14.04 (Precise to Trusty)
-
-Package: linux-generic-lts-saucy-eol-upgrade
-Architecture: i386 amd64 armhf
-Section: metapackages
-Priority: optional
-Depends: ${misc:Depends}, linux-generic
-Description: Complete Generic Linux kernel and headers
- Transistional package for upgrades from 12.04 to 14.04 (Precise to Trusty)
-
-Package: linux-headers-generic-lpae-lts-saucy
-Architecture: armhf
-Section: kernel
-Priority: optional 
-Depends: ${misc:Depends}, linux-headers-generic-lpae
-Description: Generic Linux kernel headers
- Transistional package for upgrades from 12.04 to 14.04 (Precise to Trusty)
-
-Package: linux-image-generic-lpae-lts-saucy
-Architecture: armhf
-Section: kernel
-Priority: optional 
-Depends: ${misc:Depends}, linux-image-generic-lpae
-Description: Generic Linux kernel image
- Transistional package for upgrades from 12.04 to 14.04 (Precise to Trusty)
-
-Package: linux-tools-generic-lpae-lts-saucy
-Architecture: armhf
-Section: metapackages
-Priority: optional
-Provides: linux-tools
-Depends: ${misc:Depends}, linux-tools-generic-lpae
-Description: Generic Linux kernel tools
- Transistional package for upgrades from 12.04 to 14.04 (Precise to Trusty)
-
-Package: linux-generic-lpae-lts-saucy
-Architecture: armhf
-Section: kernel
-Priority: optional
-Depends: ${misc:Depends}, linux-image-generic-lpae
-Description: Complete Generic Linux kernel and headers 
- Transistional package for upgrades from 12.04 to 14.04 (Precise to Trusty)
-
-Package: linux-generic-lpae-lts-saucy-eol-upgrade
-Architecture: armhf
-Section: metapackages
-Priority: optional
-Depends: ${misc:Depends}, linux-generic-lpae
-Description: Complete Generic Linux kernel and headers
- Transistional package for upgrades from 12.04 to 14.04 (Precise to Trusty)
-
-Package: linux-signed-image-generic-lts-saucy
-Architecture: amd64
-Section: metapackages
-Priority: optional 
-Depends: ${misc:Depends}, linux-signed-image-generic
-Description: Signed Generic Linux kernel image
- Transistional package for upgrades from 12.04 to 14.04 (Precise to Trusty)
-
-Package: linux-signed-generic-lts-saucy
-Architecture: amd64
-Section: metapackages
-Priority: optional 
-Depends: ${misc:Depends}, linux-signed-generic
-Description: Complete Signed Generic Linux kernel and headers
- Transistional package for upgrades from 12.04 to 14.04 (Precise to Trusty)
-
-Package: linux-signed-generic-lts-saucy-eol-upgrade
-Architecture: amd64
-Section: metapackages
-Priority: optional
-Depends: ${misc:Depends}, linux-signed-generic
-Description: Complete Signed Generic Linux kernel and headers
- Transistional package for upgrades from 12.04 to 14.04 (Precise to Trusty)
-
-Package: linux-tools-lts-trusty
-Architecture: i386 amd64 armhf
-Section: kernel
-Depends: ${misc:Depends}, linux-tools-generic
-Description: Linux kernel versioned Tools
- Transistional package for upgrades from 12.04 to 14.04 (Precise to Trusty)
-
-Package: linux-headers-generic-lts-trusty
-Architecture: i386 amd64 armhf
-Section: devel
-Priority: optional 
-Depends: ${misc:Depends}, linux-headers-generic
-Description: Generic Linux kernel headers
- Transistional package for upgrades from 12.04 to 14.04 (Precise to Trusty)
-
-Package: linux-image-generic-lts-trusty
-Architecture: i386 amd64 armhf
-Section: metapackages
-Priority: optional 
-Depends: ${misc:Depends}, linux-image-generic
-Description: Generic Linux kernel image
- Transistional package for upgrades from 12.04 to 14.04 (Precise to Trusty)
-
-Package: linux-tools-generic-lts-trusty
-Architecture: i386 amd64 armhf
-Section: metapackages
-Priority: optional
-Provides: linux-tools
-Depends: ${misc:Depends}, linux-tools-generic
-Description: Generic Linux kernel tools
- Transistional package for upgrades from 12.04 to 14.04 (Precise to Trusty)
-
-Package: linux-generic-lts-trusty
-Architecture: i386 amd64 armhf
-Section: metapackages
-Priority: optional
-Depends: ${misc:Depends}, linux-generic
-Description: Generic Linux kernel image and headers
- Transistional package for upgrades from 12.04 to 14.04 (Precise to Trusty)
-
-Package: linux-headers-generic-lpae-lts-trusty
-Architecture: armhf
-Section: kernel
-Priority: optional 
-Depends: ${misc:Depends}, linux-headers-generic-lpae
-Description: Generic Linux kernel headers
- Transistional package for upgrades from 12.04 to 14.04 (Precise to Trusty)
-
-Package: linux-image-generic-lpae-lts-trusty
-Architecture: armhf
-Section: kernel
-Priority: optional 
-Depends: ${misc:Depends}, linux-image-generic-lpae
-Description: Generic Linux kernel image
- Transistional package for upgrades from 12.04 to 14.04 (Precise to Trusty)
-
-Package: linux-tools-generic-lpae-lts-trusty
-Architecture: armhf
-Section: metapackages
-Priority: optional
-Provides: linux-tools
-Depends: ${misc:Depends}, linux-tools-generic-lpae
-Description: Generic Linux kernel tools
- Transistional package for upgrades from 12.04 to 14.04 (Precise to Trusty)
-
-Package: linux-generic-lpae-lts-trusty
-Architecture: armhf
-Section: kernel
-Priority: optional
-Depends: ${misc:Depends}, linux-generic-lpae
-Description: Complete Generic Linux kernel and headers 
- Transistional package for upgrades from 12.04 to 14.04 (Precise to Trusty)
-
-Package: linux-signed-image-generic-lts-trusty
-Architecture: amd64
-Section: metapackages
-Priority: optional 
-Depends: ${misc:Depends}, linux-signed-image-generic
-Description: Signed Generic Linux kernel image
- Transistional package for upgrades from 12.04 to 14.04 (Precise to Trusty)
-
-Package: linux-signed-generic-lts-trusty
-Architecture: amd64
-Section: metapackages
-Priority: optional 
-Depends: ${misc:Depends}, linux-signed-generic
-Description: Complete Signed Generic Linux kernel and headers
- Transistional package for upgrades from 12.04 to 14.04 (Precise to Trusty)
-
diff --git a/meta-source/debian/control.d/generic b/meta-source/debian/control.d/generic
deleted file mode 100644
index b6db47d..0000000
--- a/meta-source/debian/control.d/generic
+++ /dev/null
@@ -1,47 +0,0 @@ 
-Package: linux-headers-generic
-Architecture: i386 amd64 armhf arm64 ppc64el
-Section: kernel
-Priority: optional
-Depends: ${misc:Depends}, linux-headers-${kernel-abi-version}-generic
-Description: Generic Linux kernel headers
- This package will always depend on the latest generic kernel headers
- available.
-
-Package: linux-image-generic
-Architecture: i386 amd64 armhf arm64 ppc64el
-Section: kernel
-Priority: optional
-Depends: ${misc:Depends}, linux-image-${kernel-abi-version}-generic, linux-image-extra-${kernel-abi-version}-generic [i386 amd64 ppc64el], linux-firmware
-Description: Generic Linux kernel image
- This package will always depend on the latest generic kernel image
- available.
-
-Package: linux-tools-generic
-Architecture: i386 amd64 armhf arm64 ppc64el
-Section: kernel
-Priority: optional
-Provides: linux-tools
-Depends: ${misc:Depends}, linux-tools-${kernel-abi-version}-generic
-Description: Generic Linux kernel tools
- This package will always depend on the latest generic kernel tools
- available.
-
-Package: linux-cloud-tools-generic
-Architecture: amd64
-Section: kernel
-Priority: optional
-Provides: linux-cloud-tools
-Depends: ${misc:Depends}, linux-cloud-tools-${kernel-abi-version}-generic
-Description: Generic Linux kernel cloud tools
- This package will always depend on the latest generic kernel cloud tools
- available.
-
-Package: linux-generic
-Architecture: i386 amd64 armhf arm64 ppc64el
-Section: kernel
-Priority: optional
-Depends: ${misc:Depends}, linux-image-generic (= ${binary:Version}), linux-headers-generic (= ${binary:Version})
-Description: Complete Generic Linux kernel and headers
- This package will always depend on the latest complete generic Linux kernel
- and headers.
-
diff --git a/meta-source/debian/control.d/generic-lpae b/meta-source/debian/control.d/generic-lpae
deleted file mode 100644
index 1070115..0000000
--- a/meta-source/debian/control.d/generic-lpae
+++ /dev/null
@@ -1,37 +0,0 @@ 
-Package: linux-headers-generic-lpae
-Architecture: armhf
-Section: kernel
-Priority: optional
-Depends: ${misc:Depends}, linux-headers-${kernel-abi-version}-generic-lpae
-Description: Generic Linux kernel headers
- This package will always depend on the latest generic-lpae kernel headers
- available.
-
-Package: linux-image-generic-lpae
-Architecture: armhf
-Section: kernel
-Priority: optional
-Depends: ${misc:Depends}, linux-image-${kernel-abi-version}-generic-lpae, linux-firmware
-Description: Generic Linux kernel image
- This package will always depend on the latest generic-lpae kernel image
- available.
-
-Package: linux-tools-generic-lpae
-Architecture: armhf
-Section: kernel
-Priority: optional
-Provides: linux-tools
-Depends: ${misc:Depends}, linux-tools-${kernel-abi-version}-generic-lpae
-Description: Generic Linux kernel tools
- This package will always depend on the latest generic-lpae kernel tools
- available.
-
-Package: linux-generic-lpae
-Architecture: armhf
-Section: kernel
-Priority: optional
-Depends: ${misc:Depends}, linux-image-generic-lpae (= ${binary:Version}), linux-headers-generic-lpae (= ${binary:Version})
-Description: Complete Generic Linux kernel and headers
- This package will always depend on the latest complete generic-lpae Linux kernel
- and headers.
-
diff --git a/meta-source/debian/control.d/generic-pae b/meta-source/debian/control.d/generic-pae
deleted file mode 100644
index 7050bd2..0000000
--- a/meta-source/debian/control.d/generic-pae
+++ /dev/null
@@ -1,23 +0,0 @@ 
-Package: linux-headers-generic-pae
-Architecture: i386
-Section: kernel
-Priority: optional
-Depends: ${misc:Depends}, linux-headers-generic (= ${binary:Version})
-Description: Transitional package
- This package will always depend on linux-headers-generic
-
-Package: linux-image-generic-pae
-Architecture: i386
-Section: kernel
-Priority: optional
-Depends: ${misc:Depends}, linux-image-generic (= ${binary:Version})
-Description: Transitional package
- This package will always depend on linux-image-generic
-
-Package: linux-generic-pae
-Architecture: i386
-Section: kernel
-Priority: optional
-Depends: ${misc:Depends}, linux-generic (= ${binary:Version})
-Description: Transitional package.
- This package will always depend on linux-generic.
diff --git a/meta-source/debian/control.d/highbank b/meta-source/debian/control.d/highbank
deleted file mode 100644
index 62f782f..0000000
--- a/meta-source/debian/control.d/highbank
+++ /dev/null
@@ -1,26 +0,0 @@ 
-Package: linux-headers-highbank
-Architecture: armhf
-Section: kernel
-Priority: optional
-Depends: ${misc:Depends}, linux-headers-generic (= ${binary:Version})
-Description: Linux kernel headers for the armhf architecture.
- This is a transitional package for upgrade paths. You should
- be using linux-headers-generic.
-
-Package: linux-image-highbank
-Architecture: armhf
-Section: kernel
-Priority: optional
-Depends: ${misc:Depends}, linux-image-generic (= ${binary:Version})
-Description: Linux kernel image for the armhf architecture.
- This is a transitional package for upgrade paths. You should
- be using linux-image-generic.
-
-Package: linux-highbank
-Architecture: armhf
-Section: kernel
-Priority: optional
-Depends: ${misc:Depends}, linux-generic (= ${binary:Version})
-Description: Complete Linux kernel and headers for the armhf architecture.
- This is a transitional package for upgrade paths. You should
- be using linux-generic.
diff --git a/meta-source/debian/control.d/hv-kvp-daemon-init b/meta-source/debian/control.d/hv-kvp-daemon-init
deleted file mode 100644
index 6f980c3..0000000
--- a/meta-source/debian/control.d/hv-kvp-daemon-init
+++ /dev/null
@@ -1,8 +0,0 @@ 
-Package: hv-kvp-daemon-init
-Architecture: amd64
-Section: oldlibs
-Priority: optional
-Depends: ${misc:Depends}, linux-cloud-tools-virtual | linux-cloud-tools
-Description: Transitional Package for Hyper-V tools
- This is a transitional package for upgrade paths. You should
- be using linux-cloud-tools.
diff --git a/meta-source/debian/control.d/lowlatency b/meta-source/debian/control.d/lowlatency
deleted file mode 100644
index 37c89a3..0000000
--- a/meta-source/debian/control.d/lowlatency
+++ /dev/null
@@ -1,47 +0,0 @@ 
-Package: linux-headers-lowlatency
-Architecture: i386 amd64
-Section: devel
-Priority: optional
-Depends: ${misc:Depends}, linux-headers-${kernel-abi-version}-lowlatency
-Description: lowlatency Linux kernel headers
- This package will always depend on the latest lowlatency kernel headers
- available.
-
-Package: linux-image-lowlatency
-Architecture: i386 amd64
-Section: kernel
-Priority: optional
-Depends: ${misc:Depends}, linux-image-${kernel-abi-version}-lowlatency, linux-firmware
-Description: lowlatency Linux kernel image
- This package will always depend on the latest lowlatency kernel image
- available.
-
-Package: linux-tools-lowlatency
-Architecture: i386 amd64
-Section: kernel
-Priority: optional
-Provides: linux-tools
-Depends: ${misc:Depends}, linux-tools-${kernel-abi-version}-lowlatency
-Description: lowlatency Linux kernel tools
- This package will always depend on the latest lowlatency kernel tools
- available.
-
-Package: linux-cloud-tools-lowlatency
-Architecture: amd64
-Section: kernel
-Priority: optional
-Provides: linux-cloud-tools
-Depends: ${misc:Depends}, linux-cloud-tools-${kernel-abi-version}-lowlatency
-Description: lowlatency Linux kernel cloud tools
- This package will always depend on the latest lowlatency kernel cloud tools
- available.
-
-Package: linux-lowlatency
-Architecture: i386 amd64
-Section: kernel
-Priority: optional
-Depends: ${misc:Depends}, linux-image-lowlatency (= ${binary:Version}), linux-headers-lowlatency (= ${binary:Version})
-Description: Complete lowlatency Linux kernel
- This package will always depend on the latest complete lowlatency Linux kernel
- available.
-
diff --git a/meta-source/debian/control.d/lowlatency-pae b/meta-source/debian/control.d/lowlatency-pae
deleted file mode 100644
index 3e88d89..0000000
--- a/meta-source/debian/control.d/lowlatency-pae
+++ /dev/null
@@ -1,24 +0,0 @@ 
-Package: linux-headers-lowlatency-pae
-Architecture: i386
-Section: kernel
-Priority: optional
-Depends: ${misc:Depends}, linux-headers-lowlatency
-Description: Transitional package
- This package will always depend on linux-headers-lowlatency
-
-Package: linux-image-lowlatency-pae
-Architecture: i386
-Section: kernel
-Priority: optional
-Depends: ${misc:Depends}, linux-image-lowlatency
-Description: Transitional package
- This package will always depend on linux-image-lowlatency
-
-Package: linux-lowlatency-pae
-Architecture: i386
-Section: kernel
-Priority: optional
-Depends: ${misc:Depends}, linux-lowlatency
-Description: Transitional package
- This package will always depend on linux-lowlatency
-
diff --git a/meta-source/debian/control.d/omap b/meta-source/debian/control.d/omap
deleted file mode 100644
index 61644fe..0000000
--- a/meta-source/debian/control.d/omap
+++ /dev/null
@@ -1,26 +0,0 @@ 
-Package: linux-headers-omap
-Architecture: armhf
-Section: kernel
-Priority: optional
-Depends: ${misc:Depends}, linux-headers-generic 
-Description: Linux kernel headers for the armhf architecture.
- This is a transitional package for upgrade paths. You should
- be using linux-headers-generic.
-
-Package: linux-image-omap
-Architecture: armhf
-Section: kernel
-Priority: optional
-Depends: ${misc:Depends}, linux-image-generic
-Description: Linux kernel image for the armhf architecture.
- This is a transitional package for upgrade paths. You should
- be using linux-image-generic.
-
-Package: linux-omap
-Architecture: armhf
-Section: kernel
-Priority: optional
-Depends: ${misc:Depends}, linux-generic (= ${binary:Version})
-Description: Complete Linux kernel and headers for the armhf architecture.
- This is a transitional package for upgrade paths. You should
- be using linux-generic.
diff --git a/meta-source/debian/control.d/powerpc-e500 b/meta-source/debian/control.d/powerpc-e500
deleted file mode 100644
index 51ef17d..0000000
--- a/meta-source/debian/control.d/powerpc-e500
+++ /dev/null
@@ -1,37 +0,0 @@ 
-Package: linux-headers-powerpc-e500
-Architecture: powerpc
-Section: kernel
-Priority: optional
-Depends: linux-headers-${kernel-abi-version}-powerpc-e500
-Description: Linux kernel headers on Freescale Power e500v1 and e500v2.
- This package will always depend on the latest kernel headers available
- for Freescale Power e500v1 and e500v2 support.
-
-Package: linux-image-powerpc-e500
-Architecture: powerpc
-Section: kernel
-Priority: optional
-Depends: linux-image-${kernel-abi-version}-powerpc-e500, linux-firmware
-Description: Linux kernel image on Freescale Power e500v1 and e500v2.
- This package will always depend on the latest kernel image available
- for Freescale Power e500v1 and e500v2 support.
-
-Package: linux-tools-powerpc-e500
-Architecture: powerpc
-Section: kernel
-Priority: optional
-Provides: linux-tools
-Depends: ${misc:Depends}, linux-tools-${kernel-abi-version}-powerpc-e500
-Description: Linux kernel tools for Freescale Power e500v1 and e500v2.
- This package will always depend on the latest e500 kernel tools
- available.
-
-Package: linux-powerpc-e500
-Architecture: powerpc
-Section: kernel
-Priority: optional
-Depends: linux-image-powerpc-e500, linux-headers-powerpc-e500
-Description: Complete Linux kernel on Freescale Power e500v1 and e500v2.
- This package will always depend on the latest complete Linux kernel and headers
- for Freescale Power e500v1 and e500v2 support.
-
diff --git a/meta-source/debian/control.d/powerpc-e500mc b/meta-source/debian/control.d/powerpc-e500mc
deleted file mode 100644
index b90f3aa..0000000
--- a/meta-source/debian/control.d/powerpc-e500mc
+++ /dev/null
@@ -1,37 +0,0 @@ 
-Package: linux-headers-powerpc-e500mc
-Architecture: powerpc
-Section: kernel
-Priority: optional
-Depends: linux-headers-${kernel-abi-version}-powerpc-e500mc
-Description: Linux kernel headers on Freescale Power e500mc.
- This package will always depend on the latest kernel headers available
- for Freescale Power e500mc support.
-
-Package: linux-image-powerpc-e500mc
-Architecture: powerpc
-Section: kernel
-Priority: optional
-Depends: linux-image-${kernel-abi-version}-powerpc-e500mc, linux-firmware
-Description: Linux kernel image on Freescale Power e500mc.
- This package will always depend on the latest kernel image available
- for Freescale Power e500mc support.
-
-Package: linux-tools-powerpc-e500mc
-Architecture: powerpc
-Section: kernel
-Priority: optional
-Provides: linux-tools
-Depends: ${misc:Depends}, linux-tools-${kernel-abi-version}-powerpc-e500mc
-Description: Linux kernel tools for Freescale Power e500mc.
- This package will always depend on the latest e500mc kernel tools
- available.
-
-Package: linux-powerpc-e500mc
-Architecture: powerpc
-Section: kernel
-Priority: optional
-Depends: linux-image-powerpc-e500mc, linux-headers-powerpc-e500mc
-Description: Complete Linux kernel on Freescale Power e500mc.
- This package will always depend on the latest complete Linux kernel and headers
- for Freescale Power e500mc support.
-
diff --git a/meta-source/debian/control.d/powerpc-smp b/meta-source/debian/control.d/powerpc-smp
deleted file mode 100644
index 0ba79f1..0000000
--- a/meta-source/debian/control.d/powerpc-smp
+++ /dev/null
@@ -1,40 +0,0 @@ 
-Package: linux-headers-powerpc-smp
-Architecture: powerpc
-Section: kernel
-Priority: optional
-Depends: linux-headers-${kernel-abi-version}-powerpc-smp
-Description: Linux kernel headers on PowerPC SMP
- This package will always depend on the latest kernel headers available
- for PowerPC with SMP support.
- SMP (symmetric multi-processing) is needed if you have multiple processors.
-
-Package: linux-image-powerpc-smp
-Architecture: powerpc
-Section: kernel
-Priority: optional
-Depends: linux-image-${kernel-abi-version}-powerpc-smp, linux-firmware
-Description: Linux kernel image on PowerPC SMP.
- This package will always depend on the latest kernel image available
- for PowerPC with SMP support.
- SMP (symmetric multi-processing) is needed if you have multiple processors.
-
-Package: linux-tools-powerpc-smp
-Architecture: powerpc
-Section: kernel
-Priority: optional
-Provides: linux-tools
-Depends: ${misc:Depends}, linux-tools-${kernel-abi-version}-powerpc-smp
-Description: Linux kernel tools for PowerPC SMP.
- This package will always depend on the latest PowerPC SMP kernel tools
- available.
-
-Package: linux-powerpc-smp
-Architecture: powerpc
-Section: kernel
-Priority: optional
-Depends: linux-image-powerpc-smp, linux-headers-powerpc-smp
-Description: Complete Linux kernel on PowerPC SMP.
- This package will always depend on the latest complete Linux kernel and headers
- for PowerPC with SMP support.
- SMP (symmetric multi-processing) is needed if you have multiple processors.
-
diff --git a/meta-source/debian/control.d/powerpc64-emb b/meta-source/debian/control.d/powerpc64-emb
deleted file mode 100644
index 4d38feb..0000000
--- a/meta-source/debian/control.d/powerpc64-emb
+++ /dev/null
@@ -1,37 +0,0 @@ 
-Package: linux-headers-powerpc64-emb
-Architecture: powerpc
-Section: kernel
-Priority: optional
-Depends: linux-headers-${kernel-abi-version}-powerpc64-emb
-Description: Linux kernel headers on PowerPC64 Embedded CPUs.
- This package will always depend on the latest kernel headers available
- for PowerPC64 Embedded CPUs support.
-
-Package: linux-image-powerpc64-emb
-Architecture: powerpc
-Section: kernel
-Priority: optional
-Depends: linux-image-${kernel-abi-version}-powerpc64-emb, linux-firmware
-Description: Linux kernel image on PowerPC64 Embedded CPUs.
- This package will always depend on the latest kernel image available
- for PowerPC64 Embedded CPUs support.
-
-Package: linux-tools-powerpc64-emb
-Architecture: powerpc
-Section: kernel
-Priority: optional
-Provides: linux-tools
-Depends: ${misc:Depends}, linux-tools-${kernel-abi-version}-powerpc64-emb
-Description: Linux kernel tools for PowerPC64 Embedded CPUs.
- This package will always depend on the PowerPC64 Embedded kernel tools
- available.
-
-Package: linux-powerpc64-emb
-Architecture: powerpc
-Section: kernel
-Priority: optional
-Depends: linux-image-powerpc64-emb, linux-headers-powerpc64-emb
-Description: Complete Linux kernel on PowerPC64 Embedded CPUs.
- This package will always depend on the latest complete Linux kernel and headers
- for PowerPC64 Embedded CPUs support.
-
diff --git a/meta-source/debian/control.d/powerpc64-smp b/meta-source/debian/control.d/powerpc64-smp
deleted file mode 100644
index 62b133c..0000000
--- a/meta-source/debian/control.d/powerpc64-smp
+++ /dev/null
@@ -1,40 +0,0 @@ 
-Package: linux-headers-powerpc64-smp
-Architecture: powerpc
-Section: kernel
-Priority: optional
-Depends: linux-headers-${kernel-abi-version}-powerpc64-smp
-Description: Linux kernel headers on PowerPC64 SMP
- This package will always depend on the latest kernel headers available
- for PowerPC64 with SMP support.
- SMP (symmetric multi-processing) is needed if you have multiple processors.
-
-Package: linux-image-powerpc64-smp
-Architecture: powerpc
-Section: kernel
-Priority: optional
-Depends: linux-image-${kernel-abi-version}-powerpc64-smp, linux-firmware
-Description: Linux kernel image on PowerPC64 SMP.
- This package will always depend on the latest kernel image available
- for PowerPC64 with SMP support.
- SMP (symmetric multi-processing) is needed if you have multiple processors.
-
-Package: linux-tools-powerpc64-smp
-Architecture: powerpc
-Section: kernel
-Priority: optional
-Provides: linux-tools
-Depends: ${misc:Depends}, linux-tools-${kernel-abi-version}-powerpc64-smp
-Description: Linux kernel tools for PowerPC64 SMP
- This package will always depend on the latest PowerPC64 SMP kernel tools
- available.
-
-Package: linux-powerpc64-smp
-Architecture: powerpc
-Section: kernel
-Priority: optional
-Depends: linux-image-powerpc64-smp, linux-headers-powerpc64-smp
-Description: Complete Linux kernel on PowerPC64 SMP.
- This package will always depend on the latest complete Linux kernel and headers
- for PowerPC64 with SMP support.
- SMP (symmetric multi-processing) is needed if you have multiple processors.
-
diff --git a/meta-source/debian/control.d/server b/meta-source/debian/control.d/server
deleted file mode 100644
index 31a9e5a..0000000
--- a/meta-source/debian/control.d/server
+++ /dev/null
@@ -1,23 +0,0 @@ 
-Package: linux-headers-server
-Architecture: amd64 i386
-Section: kernel
-Priority: optional
-Depends: ${misc:Depends}, linux-headers-generic (= ${binary:Version})
-Description: Transitional package.
- This package will always depend on linux-headers-generic.
-
-Package: linux-image-server
-Architecture: amd64 i386
-Section: kernel
-Priority: optional
-Depends: ${misc:Depends}, linux-image-generic (= ${binary:Version})
-Description: Transitional package.
- This package will always depend on linux-image-generic.
-
-Package: linux-server
-Architecture: amd64 i386
-Section: kernel
-Priority: optional
-Depends: ${misc:Depends}, linux-generic (= ${binary:Version})
-Description: Transitional package.
- This package will always depend on linux-generic.
diff --git a/meta-source/debian/control.d/signed-generic b/meta-source/debian/control.d/signed-generic
deleted file mode 100644
index 0134593..0000000
--- a/meta-source/debian/control.d/signed-generic
+++ /dev/null
@@ -1,18 +0,0 @@ 
-Package: linux-signed-image-generic
-Architecture: amd64
-Section: kernel
-Priority: optional
-Depends: ${misc:Depends}, linux-signed-image-${kernel-abi-version}-generic, linux-firmware
-Description: Signed Generic Linux kernel image
- This package will always depend on the latest generic kernel image
- available.  Signed with the Ubuntu EFI key.
-
-Package: linux-signed-generic
-Architecture: amd64
-Section: kernel
-Priority: optional
-Depends: ${misc:Depends}, linux-signed-image-generic (= ${binary:Version}), linux-headers-generic (= ${binary:Version})
-Description: Complete Signed Generic Linux kernel and headers
- This package will always depend on the latest complete generic Linux kernel
- and headers.  Signed with the Ubuntu EFI key.
-
diff --git a/meta-source/debian/control.d/virtual b/meta-source/debian/control.d/virtual
deleted file mode 100644
index d6fe9da..0000000
--- a/meta-source/debian/control.d/virtual
+++ /dev/null
@@ -1,53 +0,0 @@ 
-Package: linux-headers-virtual
-Architecture: i386 amd64 ppc64el
-Section: kernel
-Priority: optional
-Depends: ${misc:Depends}, linux-headers-generic (= ${binary:Version})
-Description: Transitional package.
- This package will always depend on linux-headers-generic.
-
-Package: linux-image-virtual
-Architecture: i386 amd64 ppc64el
-Section: kernel
-Priority: optional
-Depends: ${misc:Depends}, linux-image-${kernel-abi-version}-generic
-Description: This package will always depend on the latest minimal generic kernel image.
- This package will always depend on the latest minimal generic kernel image
- used for virtual instances.
-
-Package: linux-tools-virtual
-Architecture: i386 amd64
-Section: kernel
-Priority: optional
-Provides: linux-tools
-Depends: ${misc:Depends}, linux-tools-${kernel-abi-version}-generic
-Description: This package will always depend on the latest minimal generic kernel tools.
- This package will always depend on the latest minimal generic kernel tools
- used for virtual instances.
-
-Package: linux-cloud-tools-virtual
-Architecture: amd64
-Section: kernel
-Priority: optional
-Provides: linux-cloud-tools
-Depends: ${misc:Depends}, linux-cloud-tools-${kernel-abi-version}-generic
-Description: This package will always depend on the latest minimal generic kernel cloud tools.
- This package will always depend on the latest minimal generic kernel cloud tools
- used for virtual instances.
-
-Package: linux-virtual
-Architecture: i386 amd64 ppc64el
-Section: kernel
-Priority: optional
-Depends: ${misc:Depends}, linux-image-virtual (= ${binary:Version}), linux-headers-virtual (= ${binary:Version})
-Description: Minimal Generic Linux kernel and headers
- This package will always depend on linux-image-virtual and
- linux-headers-virtual.
-
-Package: linux-image-extra-virtual
-Architecture: i386 amd64
-Section: kernel
-Priority: optional
-Depends: ${misc:Depends}, linux-image-generic (= ${binary:Version})
-Description: Transitional package.
- This package will always depend on linux-image-generic.
diff --git a/meta-source/debian/copyright b/meta-source/debian/copyright
deleted file mode 100644
index 95305a2..0000000
--- a/meta-source/debian/copyright
+++ /dev/null
@@ -1,39 +0,0 @@ 
-This is the Debian GNU/Linux prepackaged version of the Linux kernel.
-Linux was written by Linus Torvalds <Linus.Torvalds@cs.Helsinki.FI>
-and others.
-
-This package was put together by Simon Shapiro <Shimon@i-Connect.Net>, from
-sources retrieved from directories under
-ftp.cs.helsinki.fi:/pub/Software/Linux/Kernel/
-The sources may be found at most Linux ftp sites, including 
-ftp://ftp.kernel.org/pub/linux/kernel/
-
-This package was then maintained by Sven Rudolph.
-
-This package was maintained by Herbert Xu <herbert@gondor.apana.org.au>
-from March 1997 to May 2004.
-
-This package was maintained by the
-Debian Kernel Team <debian-kernel@lists.debian.org>
-
-This package was split off by Herbert Xu <herbert@gondor.apana.org.au>
-in September 2004.
-
-Linux is copyrighted by Linus Torvalds and others.
-
-   This program is free software; you can redistribute it and/or modify
-   it under the terms of the GNU General Public License as published by
-   the Free Software Foundation; version 2 dated June, 1991.
-
-   This program is distributed in the hope that it will be useful,
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-   GNU General Public License for more details.
-
-   You should have received a copy of the GNU General Public License
-   along with this program; if not, write to the Free Software
-   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-   02110-1301, USA.
-
-On Debian GNU/Linux systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.
diff --git a/meta-source/debian/rules b/meta-source/debian/rules
deleted file mode 100755
index 155c9f4..0000000
--- a/meta-source/debian/rules
+++ /dev/null
@@ -1,94 +0,0 @@ 
-#!/usr/bin/make -f
-#
-# debian/rules for kernel-source.
-#
-# GNU copyright 1997 to 1999 by Joey Hess.
-# Copyright (c) 1999-2004 Herbert Xu <herbert@gondor.apana.org.au>
-# Copyright (c) 2004 Jens Schmalzing <jensen@debian.org>
-#
-
-RELEASE_NAME=trusty
-HWE_KERNEL_NAME=xenial
-
-# 5 digit versions (2.6.38.<abi>.<upload>, 3 digit kernel base versions (2.6.38)
-KERNEL_VERSION=$(shell dpkg-parsechangelog | grep ^Version | sed -e \
-	's/Version: \([0-9]*\.[0-9]*\.[0-9]*\)\..*/\1/')
-KERNEL_ABI=$(shell head -n1 < debian/changelog | gawk '{n=split($$0,v,"."); print v[4];}')
-
-# 4 digit versions (3.0.<abi>.<upload>), 2 digit kernel base versions (3.0)
-#KERNEL_VERSION=$(shell dpkg-parsechangelog | grep ^Version | sed -e \
-	's/Version: \([0-9]*\.[0-9]*\)\..*/\1/')
-#KERNEL_ABI=$(shell head -n1 < debian/changelog | gawk '{n=split($$0,v,"."); print v[3];}')
-
-KERNEL_ABI_VERSION=$(KERNEL_VERSION)-$(KERNEL_ABI)
-
-GENERIC_i386=generic
-GENERIC_amd64=generic
-GENERIC_armhf=generic
-
-GENERIC=$(value GENERIC_$(shell dpkg-architecture -qDEB_HOST_ARCH))
-GENERIC_DEP=$(if $(GENERIC),$(GENERIC),)
-
-control_files := debian/control.common $(shell LC_ALL=C ls -d debian/control.d/*)
-
-SHELL := sh -e
-
-build:
-	dh_testdir
-
-clean: debian/control
-	dh_testdir
-	dh_testroot
-	dh_clean
-
-debian/control: $(control_files)
-	rm -f debian/control.tmp
-	for i in $^; do \
-		sed -e 's/RELEASE_NAME/$(RELEASE_NAME)/g' -e 's/HWE_KERNEL_NAME/$(HWE_KERNEL_NAME)/g' $$i >> debian/control.tmp; \
-		echo >> debian/control.tmp; \
-	done
-	rm -f $@
-	mv debian/control.tmp $@
-
-install: build
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-
-gencontrol_flags = -Vkernel-version=$(KERNEL_VERSION)
-gencontrol_flags += -Vkernel-abi-version=$(KERNEL_ABI_VERSION)
-gencontrol_flags += -Vgeneric-depends=$(GENERIC_DEP)
-
-# Build architecture-independent files here.
-binary-indep: debian/control install
-	dh_testdir
-	dh_testroot
-
-	dh_installdirs -i
-	dh_installdocs -i
-	dh_installchangelogs -i
-	dh_compress -i
-	dh_fixperms -i
-	dh_installdeb -i
-	dh_gencontrol -i -- $(gencontrol_flags)
-	dh_md5sums -i
-	dh_builddeb -i
-
-# Build architecture-dependent files here.
-binary-arch: debian/control install
-	dh_testdir
-	dh_testroot
-
-	dh_installdirs -s
-	dh_installdocs -s
-	dh_installchangelogs -s
-	dh_compress -s
-	dh_fixperms -s
-	dh_installdeb -s
-	dh_gencontrol -s -- $(gencontrol_flags)
-	dh_md5sums -s
-	dh_builddeb -s
-
-binary: binary-indep binary-arch
-
-.PHONY: build clean binary-indep binary-arch binary install
diff --git a/meta-source/debian/source/options b/meta-source/debian/source/options
deleted file mode 100644
index 8e1f8cf..0000000
--- a/meta-source/debian/source/options
+++ /dev/null
@@ -1,3 +0,0 @@ 
-# force "dpkg-source -I -i" behavior
-diff-ignore
-tar-ignore