diff mbox

[1/3] UBUNTU: simplify meta package packaging

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

Commit Message

Tim Gardner Jan. 19, 2017, 9:59 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                                    |  20 -
 README                                      |  18 -
 debian/changelog                            | 899 ++++++++++++++++++++++++++++
 debian/compat                               |   1 +
 debian/control.common                       |  16 +
 debian/control.d/generic                    |  48 ++
 debian/control.d/generic-lpae               |  37 ++
 debian/control.d/signed-generic             |  18 +
 debian/copyright                            |  39 ++
 debian/rules                                |  92 +++
 debian/source/options                       |   3 +
 meta-source/debian/changelog                | 899 ----------------------------
 meta-source/debian/compat                   |   1 -
 meta-source/debian/control.common           |  16 -
 meta-source/debian/control.d/generic        |  48 --
 meta-source/debian/control.d/generic-lpae   |  37 --
 meta-source/debian/control.d/signed-generic |  18 -
 meta-source/debian/copyright                |  39 --
 meta-source/debian/rules                    |  92 ---
 meta-source/debian/source/options           |   3 -
 20 files changed, 1153 insertions(+), 1191 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/signed-generic
 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/signed-generic
 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 0d18f4a..0000000
--- a/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@ 
-LOG		:= meta-source/debian/changelog
-META_VERSION	:= $(shell head -1 $(LOG)|sed 's/.*(\(.*\)).*/\1/')
-
-all: source
-
-source: clean
-	ln -s meta-source linux-meta-$(META_VERSION)
-	cd linux-meta-$(META_VERSION); \
-	dpkg-buildpackage -S -sa -rfakeroot -I.git -I.gitignore -i'\.git.*'
-
-binary: clean
-	ln -s meta-source linux-meta-$(META_VERSION)
-	cd linux-meta-$(META_VERSION); \
-	debuild -b
-
-clean:
-	cd meta-source && fakeroot debian/rules clean
-	rm -f linux-meta-$(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..d2c6edd
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,899 @@ 
+linux-meta-lts-trusty (3.13.0.108.99) precise; urgency=medium
+
+  * linux ABI 3.13.0-108
+
+ -- John Donnelly <john.donnelly@canonical.com>  Wed, 11 Jan 2017 13:26:59 +0000
+
+linux-meta-lts-trusty (3.13.0.107.98) precise; urgency=medium
+
+  * linux ABI 3.13.0-107
+
+ -- Luis Henriques <luis.henriques@canonical.com>  Tue, 20 Dec 2016 10:16:59 +0000
+
+linux-meta-lts-trusty (3.13.0.106.97) precise; urgency=medium
+
+  * linux ABI 3.13.0-105
+
+ -- Luis Henriques <luis.henriques@canonical.com>  Tue, 06 Dec 2016 15:57:00 +0000
+
+linux-meta-lts-trusty (3.13.0.105.96) precise; urgency=medium
+
+  * linux ABI 3.13.0-105
+
+ -- Brad Figg <brad.figg@canonical.com>  Thu, 01 Dec 2016 17:29:31 -0800
+
+linux-meta-lts-trusty (3.13.0.104.95) precise; urgency=medium
+
+  * linux ABI 3.13.0-104
+
+ -- Luis Henriques <luis.henriques@canonical.com>  Wed, 30 Nov 2016 11:47:17 +0000
+
+linux-meta-lts-trusty (3.13.0.103.94) precise; urgency=medium
+
+  * linux ABI 3.13.0-103
+
+ -- Luis Henriques <luis.henriques@canonical.com>  Thu, 24 Nov 2016 10:50:14 +0000
+
+linux-meta-lts-trusty (3.13.0.102.93) precise; urgency=medium
+
+  * linux ABI 3.13.0-102
+
+ -- Luis Henriques <luis.henriques@canonical.com>  Wed, 09 Nov 2016 22:05:48 +0000
+
+linux-meta-lts-trusty (3.13.0.101.92) precise; urgency=medium
+
+  * linux ABI 3.13.0-101
+
+ -- Seth Forshee <seth.forshee@canonical.com>  Fri, 21 Oct 2016 09:24:15 -0500
+
+linux-meta-lts-trusty (3.13.0.100.91) precise; urgency=medium
+
+  * linux ABI 3.13.0-100
+
+ -- Seth Forshee <seth.forshee@canonical.com>  Tue, 18 Oct 2016 16:58:21 -0500
+
+linux-meta-lts-trusty (3.13.0.99.90) precise; urgency=medium
+
+  * linux ABI 3.13.0-99
+
+ -- Stefan Bader <stefan.bader@canonical.com>  Fri, 14 Oct 2016 16:16:52 +0200
+
+linux-meta-lts-trusty (3.13.0.98.89) precise; urgency=medium
+
+  * linux ABI 3.13.0-98
+
+ -- Seth Forshee <seth.forshee@canonical.com>  Sat, 08 Oct 2016 14:42:07 -0500
+
+linux-meta-lts-trusty (3.13.0.97.88) precise; urgency=medium
+
+  * linux ABI 3.13.0-97
+
+ -- Joseph Salisbury <joseph.salisbury@canonical.com>  Thu, 22 Sep 2016 15:56:53 -0400
+
+linux-meta-lts-trusty (3.13.0.96.87) precise; urgency=medium
+
+  * linux ABI 3.13.0-96
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Tue, 30 Aug 2016 08:28:57 -0600
+
+linux-meta-lts-trusty (3.13.0.95.86) precise; urgency=medium
+
+  * linux ABI 3.13.0-95
+
+ -- Stefan Bader <stefan.bader@canonical.com>  Fri, 12 Aug 2016 19:21:10 +0200
+
+linux-meta-lts-trusty (3.13.0.94.85) precise; urgency=medium
+
+  * linux ABI 3.13.0-94
+
+ -- Stefan Bader <stefan.bader@canonical.com>  Wed, 10 Aug 2016 13:21:24 +0200
+
+linux-meta-lts-trusty (3.13.0.93.84) precise; urgency=medium
+
+  * linux ABI 3.13.0-93
+
+ -- Seth Forshee <seth.forshee@canonical.com>  Tue, 19 Jul 2016 14:17:41 -0500
+
+linux-meta-lts-trusty (3.13.0.92.83) precise; urgency=medium
+
+  * linux ABI 3.13.0-92
+
+ -- Kamal Mostafa <kamal@canonical.com>  Wed, 29 Jun 2016 14:24:58 -0700
+
+linux-meta-lts-trusty (3.13.0.91.82) precise; urgency=medium
+
+  * linux ABI 3.13.0-91
+
+ -- Kamal Mostafa <kamal@canonical.com>  Fri, 24 Jun 2016 11:42:17 -0700
+
+linux-meta-lts-trusty (3.13.0.89.81) precise; urgency=medium
+
+  * linux ABI 3.13.0-89
+
+ -- Kamal Mostafa <kamal@canonical.com>  Mon, 13 Jun 2016 10:03:19 -0700
+
+linux-meta-lts-trusty (3.13.0.88.80) precise; urgency=medium
+
+  * linux ABI 3.13.0-88
+
+ -- Kamal Mostafa <kamal@canonical.com>  Mon, 06 Jun 2016 11:12:28 -0700
+
+linux-meta-lts-trusty (3.13.0.87.79) precise; urgency=medium
+
+  * linux ABI 3.13.0-87
+
+ -- Kamal Mostafa <kamal@canonical.com>  Tue, 17 May 2016 14:17:16 -0700
+
+linux-meta-lts-trusty (3.13.0.86.78) precise; urgency=medium
+
+  * linux ABI 3.13.0-86
+
+ -- Kamal Mostafa <kamal@canonical.com>  Tue, 19 Apr 2016 12:14:15 -0700
+
+linux-meta-lts-trusty (3.13.0.85.77) precise; urgency=medium
+
+  * linux ABI 3.13.0-85
+
+ -- Brad Figg <brad.figg@canonical.com>  Fri, 18 Mar 2016 10:32:26 -0700
+
+linux-meta-lts-trusty (3.13.0.84.76) precise; urgency=medium
+
+  * linux ABI 3.13.0-84
+
+ -- Brad Figg <brad.figg@canonical.com>  Wed, 16 Mar 2016 06:54:16 -0700
+
+linux-meta-lts-trusty (3.13.0.83.75) precise; urgency=medium
+
+  * linux ABI 3.13.0-83
+
+ -- Luis Henriques <luis.henriques@canonical.com>  Fri, 11 Mar 2016 12:19:59 +0000
+
+linux-meta-lts-trusty (3.13.0.82.74) precise; urgency=medium
+
+  * linux ABI 3.13.0-82
+
+ -- Brad Figg <brad.figg@canonical.com>  Wed, 09 Mar 2016 11:37:53 -0800
+
+linux-meta-lts-trusty (3.13.0.81.73) precise; urgency=medium
+
+  * linux ABI 3.13.0-81
+
+ -- Luis Henriques <luis.henriques@canonical.com>  Thu, 03 Mar 2016 11:08:09 +0000
+
+linux-meta-lts-trusty (3.13.0.80.72) precise; urgency=medium
+
+  * linux ABI 3.13.0-80
+
+ -- Brad Figg <brad.figg@canonical.com>  Tue, 23 Feb 2016 10:00:16 -0800
+
+linux-meta-lts-trusty (3.13.0.79.71) precise; urgency=medium
+
+  * linux ABI 3.13.0-79
+
+ -- Luis Henriques <luis.henriques@canonical.com>  Fri, 19 Feb 2016 13:31:31 +0000
+
+linux-meta-lts-trusty (3.13.0.78.70) precise; urgency=medium
+
+  * linux ABI 3.13.0-78
+
+ -- Brad Figg <brad.figg@canonical.com>  Tue, 02 Feb 2016 10:56:42 -0800
+
+linux-meta-lts-trusty (3.13.0.77.69) precise; urgency=medium
+
+  * linux ABI 3.13.0-77
+
+ -- Luis Henriques <luis.henriques@canonical.com>  Wed, 20 Jan 2016 17:42:59 +0000
+
+linux-meta-lts-trusty (3.13.0.76.68) precise; urgency=medium
+
+  * linux ABI 3.13.0-76
+
+ -- Luis Henriques <luis.henriques@canonical.com>  Tue, 19 Jan 2016 10:55:12 +0000
+
+linux-meta-lts-trusty (3.13.0.75.67) precise; urgency=medium
+
+  * linux ABI 3.13.0-75
+
+ -- Luis Henriques <luis.henriques@canonical.com>  Tue, 12 Jan 2016 11:36:01 +0000
+
+linux-meta-lts-trusty (3.13.0.74.66) precise; urgency=medium
+
+  * linux ABI 3.13.0-74
+
+ -- Luis Henriques <luis.henriques@canonical.com>  Thu, 17 Dec 2015 10:25:00 +0000
+
+linux-meta-lts-trusty (3.13.0.73.65) precise; urgency=medium
+
+  * linux ABI 3.13.0-73
+
+ -- Luis Henriques <luis.henriques@canonical.com>  Sun, 06 Dec 2015 16:44:49 +0000
+
+linux-meta-lts-trusty (3.13.0.72.64) precise; urgency=medium
+
+  * linux ABI 3.13.0-72
+
+ -- Luis Henriques <luis.henriques@canonical.com>  Thu, 03 Dec 2015 10:40:07 +0000
+
+linux-meta-lts-trusty (3.13.0.71.63) precise; urgency=medium
+
+  * linux ABI 3.13.0-71
+
+ -- Brad Figg <brad.figg@canonical.com>  Tue, 01 Dec 2015 11:26:02 -0800
+
+linux-meta-lts-trusty (3.13.0.70.62) precise; urgency=medium
+
+  * linux ABI 3.13.0-70
+
+ -- Luis Henriques <luis.henriques@canonical.com>  Tue, 17 Nov 2015 09:57:25 +0000
+
+linux-meta-lts-trusty (3.13.0.69.61) precise; urgency=medium
+
+  * linux ABI 3.13.0-69
+
+ -- Luis Henriques <luis.henriques@canonical.com>  Wed, 11 Nov 2015 10:47:05 +0000
+
+linux-meta-lts-trusty (3.13.0.68.60) precise; urgency=medium
+
+  * linux ABI 3.13.0-68
+
+ -- Luis Henriques <luis.henriques@canonical.com>  Thu, 05 Nov 2015 20:16:35 +0000
+
+linux-meta-lts-trusty (3.13.0.67.59) precise; urgency=medium
+
+  * linux ABI 3.13.0-67
+
+ -- Luis Henriques <luis.henriques@canonical.com>  Wed, 21 Oct 2015 10:40:09 +0100
+
+linux-meta-lts-trusty (3.13.0.66.58) precise; urgency=medium
+
+  * linux ABI 3.13.0-66
+
+ -- Luis Henriques <luis.henriques@canonical.com>  Tue, 06 Oct 2015 10:23:24 +0100
+
+linux-meta-lts-trusty (3.13.0.65.57) precise; urgency=medium
+
+  * linux ABI 3.13.0-65
+
+ -- Luis Henriques <luis.henriques@canonical.com>  Tue, 22 Sep 2015 14:02:52 +0100
+
+linux-meta-lts-trusty (3.13.0.64.56) precise; urgency=medium
+
+  * linux ABI 3.13.0-64
+
+ -- Luis Henriques <luis.henriques@canonical.com>  Thu, 10 Sep 2015 15:39:25 +0100
+
+linux-meta-lts-trusty (3.13.0.63.55) precise; urgency=medium
+
+  * Fix metapackage linkage for linux-*-generic-lpae-lts-trusty.
+    (LP: #1489856)
+
+ -- Brad Figg <brad.figg@canonical.com>  Fri, 28 Aug 2015 09:15:38 -0700
+
+linux-meta-lts-trusty (3.13.0.63.54) precise; urgency=medium
+
+  * linux ABI 3.13.0-63
+
+ -- Brad Figg <brad.figg@canonical.com>  Sat, 15 Aug 2015 22:05:45 -0700
+
+linux-meta-lts-trusty (3.13.0.62.53) precise; urgency=medium
+
+  * linux ABI 3.13.0-62
+
+ -- Luis Henriques <luis.henriques@canonical.com>  Thu, 30 Jul 2015 17:36:13 +0100
+
+linux-meta-lts-trusty (3.13.0.61.52) precise; urgency=medium
+
+  * linux ABI 3.13.0-61
+
+ -- Luis Henriques <luis.henriques@canonical.com>  Wed, 29 Jul 2015 12:22:39 +0100
+
+linux-meta-lts-trusty (3.13.0.59.51) precise; urgency=medium
+
+  * linux ABI 3.13.0-59
+
+ -- Luis Henriques <luis.henriques@canonical.com>  Fri, 24 Jul 2015 14:22:17 +0100
+
+linux-meta-lts-trusty (3.13.0.58.50) precise; urgency=medium
+
+  * Ubuntu-lts-3.13.0-58
+
+ -- Luis Henriques <luis.henriques@canonical.com>  Tue, 07 Jul 2015 14:08:12 +0100
+
+linux-meta-lts-trusty (3.13.0.57.49) precise; urgency=medium
+
+  * Ubuntu-lts-3.13.0-57
+
+ -- Luis Henriques <luis.henriques@canonical.com>  Mon, 22 Jun 2015 10:23:08 +0100
+
+linux-meta-lts-trusty (3.13.0.55.48) precise; urgency=medium
+
+  * Ubuntu-lts-3.13.0-55
+
+ -- Luis Henriques <luis.henriques@canonical.com>  Thu, 11 Jun 2015 14:44:14 +0100
+
+linux-meta-lts-trusty (3.13.0.54.47) precise; urgency=medium
+
+  * Ubuntu-lts-3.13.0-54
+
+ -- Luis Henriques <luis.henriques@canonical.com>  Wed, 27 May 2015 11:16:11 +0100
+
+linux-meta-lts-trusty (3.13.0.53.46) precise; urgency=medium
+
+  * Ubuntu-lts-3.13.0-53
+
+ -- Luis Henriques <luis.henriques@canonical.com>  Fri, 08 May 2015 10:18:04 +0100
+
+linux-meta-lts-trusty (3.13.0.52.45) precise; urgency=medium
+
+  * Ubuntu-lts-3.13.0-52
+
+ -- Luis Henriques <luis.henriques@canonical.com>  Thu, 30 Apr 2015 10:12:23 +0100
+
+linux-meta-lts-trusty (3.13.0.51.44) precise; urgency=medium
+
+  * Ubuntu-lts-3.13.0-51
+
+ -- Luis Henriques <luis.henriques@canonical.com>  Wed, 15 Apr 2015 22:29:53 +0100
+
+linux-meta-lts-trusty (3.13.0.49.43) precise; urgency=medium
+
+  * Ubuntu-lts-3.13.0-49
+
+ -- Kamal Mostafa <kamal@canonical.com>  Wed, 25 Mar 2015 09:13:10 -0700
+
+linux-meta-lts-trusty (3.13.0.48.42) precise; urgency=medium
+
+  * Ubuntu-lts-3.13.0-48
+
+ -- Luis Henriques <luis.henriques@canonical.com>  Thu, 12 Mar 2015 19:13:41 +0000
+
+linux-meta-lts-trusty (3.13.0.47.41) precise; urgency=medium
+
+  * Ubuntu-lts-3.13.0-47
+
+ -- Seth Forshee <seth.forshee@canonical.com>  Wed, 04 Mar 2015 20:44:34 -0600
+
+linux-meta-lts-trusty (3.13.0.46.40) precise; urgency=medium
+
+  [ Kamal Mostafa ]
+
+  * [Packaging] force "dpkg-source -I -i" behavior
+
+  [ Seth Forshee ]
+
+  * Ubuntu-lts-3.13.0-46
+
+ -- Seth Forshee <seth.forshee@canonical.com>  Wed, 11 Feb 2015 09:14:00 -0600
+
+linux-meta-lts-trusty (3.13.0.45.39) precise; urgency=medium
+
+  * Ubuntu-lts-3.13.0-45
+
+ -- Seth Forshee <seth.forshee@canonical.com>  Thu, 15 Jan 2015 14:24:47 -0600
+
+linux-meta-lts-trusty (3.13.0.44.38) precise; urgency=medium
+
+  * Ubuntu-lts-3.13.0-44
+
+ -- Kamal Mostafa <kamal@canonical.com>  Tue, 16 Dec 2014 15:54:26 -0800
+
+linux-meta-lts-trusty (3.13.0.43.37) precise; urgency=medium
+
+  * Ubuntu-lts-3.13.0-43
+
+ -- Luis Henriques <luis.henriques@canonical.com>  Tue, 09 Dec 2014 11:48:55 +0000
+
+linux-meta-lts-trusty (3.13.0.41.36) precise; urgency=medium
+
+  * Ubuntu-lts-3.13.0-41
+
+ -- Brad Figg <brad.figg@canonical.com>  Tue, 25 Nov 2014 20:42:09 -0800
+
+linux-meta-lts-trusty (3.13.0.40.35) precise; urgency=medium
+
+  * Ubuntu-lts-3.13.0-40
+
+ -- Luis Henriques <luis.henriques@canonical.com>  Tue, 04 Nov 2014 14:12:32 +0000
+
+linux-meta-lts-trusty (3.13.0.39.34) precise; urgency=medium
+
+  * Ubuntu-lts-3.13.0-39
+
+ -- Luis Henriques <luis.henriques@canonical.com>  Wed, 29 Oct 2014 09:40:42 +0000
+
+linux-meta-lts-trusty (3.13.0.38.33) precise; urgency=medium
+
+  * Ubuntu-lts-3.13.0-38
+
+ -- Luis Henriques <luis.henriques@canonical.com>  Thu, 09 Oct 2014 19:22:46 +0100
+
+linux-meta-lts-trusty (3.13.0.37.32) precise; urgency=medium
+
+  * Ubuntu-lts-3.13.0-37
+
+ -- Joseph Salisbury <joseph.salisbury@canonical.com>  Tue, 23 Sep 2014 17:02:51 -0400
+
+linux-meta-lts-trusty (3.13.0.36.31) precise; urgency=low
+
+  * Ubuntu-lts-3.13.0-36
+  * added linux-cloud-tools-lts-generic to pull in the appropriate
+    cloud tools on amd64 (LP: #1345059).
+  * added linux-cloud-tools-lts-generic as Recommends: on
+    linux-tools-lts-generic to simplify installation for legacy users
+    (LP: #1345059).
+  * UBUNTU: Expand the metapackage description
+    Make it clear that these are metapackages.
+    (LP: #1361639)
+
+ -- Andy Whitcroft <apw@canonical.com>  Thu, 28 Aug 2014 17:17:48 +0100
+
+linux-meta-lts-trusty (3.13.0.35.30) precise; urgency=medium
+
+  * Ubuntu-lts-3.13.0-35
+
+ -- Brad Figg <brad.figg@canonical.com>  Mon, 18 Aug 2014 07:44:27 -0700
+
+linux-meta-lts-trusty (3.13.0.34.30) precise; urgency=medium
+
+  * Ubuntu-lts-3.13.0-34
+
+ -- Brad Figg <brad.figg@canonical.com>  Wed, 13 Aug 2014 08:29:07 -0700
+
+linux-meta-lts-trusty (3.13.0.33.29) precise; urgency=medium
+
+  * Ubuntu-lts-3.13.0-33
+
+ -- Brad Figg <brad.figg@canonical.com>  Wed, 30 Jul 2014 14:28:16 -0700
+
+linux-meta-lts-trusty (3.13.0.32.28) precise; urgency=medium
+
+  * Ubuntu-lts-3.13.0-32
+
+ -- Luis Henriques <luis.henriques@canonical.com>  Tue, 08 Jul 2014 13:17:17 +0100
+
+linux-meta-lts-trusty (3.13.0.31.27) precise; urgency=medium
+
+  * Ubuntu-lts-3.13.0-31
+
+ -- Luis Henriques <luis.henriques@canonical.com>  Wed, 02 Jul 2014 14:33:40 +0100
+
+linux-meta-lts-trusty (3.13.0.30.26) precise; urgency=medium
+
+  * Ubuntu-lts-3.13.0-30
+
+  * update meta package descriptions
+    Replace "13.10" with "14.04 LTS" in descriptions of Trusty packages.
+    -LP: #1324886
+
+ -- Brad Figg <brad.figg@canonical.com>  Tue, 10 Jun 2014 17:23:38 -0700
+
+linux-meta-lts-trusty (3.13.0.29.25) precise; urgency=medium
+
+  * Ubuntu-lts-3.13.0-29
+
+ -- Luis Henriques <luis.henriques@canonical.com>  Wed, 28 May 2014 16:16:00 +0100
+
+linux-meta-lts-trusty (3.13.0.28.24) precise; urgency=medium
+
+  * Ubuntu-lts-3.13.0-28
+
+ -- Luis Henriques <luis.henriques@canonical.com>  Mon, 26 May 2014 09:45:36 +0100
+
+linux-meta-lts-trusty (3.13.0.27.23) precise; urgency=low
+
+  * Ubuntu-lts-3.13.0-27
+
+ -- Brad Figg <brad.figg@canonical.com>  Wed, 14 May 2014 11:46:33 -0700
+
+linux-meta-lts-trusty (3.13.0.26.22) precise; urgency=low
+
+  * Ubuntu-lts-3.13.0-26
+    - Note that -25 was not released
+
+ -- Kamal Mostafa <kamal@canonical.com>  Thu, 08 May 2014 14:03:29 -0700
+
+linux-meta-lts-trusty (3.13.0.24.21) precise; urgency=low
+
+  * Ubuntu-lts-3.13.0-24
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Wed, 09 Apr 2014 12:37:53 -0600
+
+linux-meta-lts-trusty (3.13.0.23.20) precise; urgency=low
+
+  * Ubuntu-lts-3.13.0-23
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Thu, 03 Apr 2014 13:02:27 -0600
+
+linux-meta-lts-trusty (3.13.0.22.19) precise; urgency=low
+
+  * Ubuntu-lts-3.13.0-22
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Wed, 02 Apr 2014 14:00:03 -0600
+
+linux-meta-lts-trusty (3.13.0.21.18) precise; urgency=medium
+
+  * Ubuntu-lts-3.13.0-21
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Mon, 31 Mar 2014 20:37:01 -0600
+
+linux-meta-lts-trusty (3.13.0.20.17) precise; urgency=medium
+
+  * Ubuntu-lts-3.13.0-20
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Thu, 27 Mar 2014 20:05:32 -0600
+
+linux-meta-lts-trusty (3.13.0.19.16) precise; urgency=low
+
+  * Ubuntu-lts-3.13.0-19
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Fri, 21 Mar 2014 08:48:28 -0600
+
+linux-meta-lts-trusty (3.13.0.18.15) precise; urgency=low
+
+  * Ubuntu-lts-3.13.0-18
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Mon, 17 Mar 2014 15:03:06 -0600
+
+linux-meta-lts-trusty (3.13.0.17.14) precise; urgency=low
+
+  * Ubuntu-lts-3.13.0-17
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Thu, 13 Mar 2014 08:46:27 -0600
+
+linux-meta-lts-trusty (3.13.0.16.13) precise; urgency=low
+
+  * Ubuntu-lts-3.13.0-16
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Tue, 04 Mar 2014 16:29:10 -0700
+
+linux-meta-lts-trusty (3.13.0.15.12) precise; urgency=low
+
+  * Ubuntu-lts-3.13.0-15
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Mon, 03 Mar 2014 09:50:04 -0700
+
+linux-meta-lts-trusty (3.13.0.14.11) precise; urgency=low
+
+  * Ubuntu-lts-3.13.0-14
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Thu, 27 Feb 2014 15:57:24 -0700
+
+linux-meta-lts-trusty (3.13.0.13.10) precise; urgency=low
+
+  * Ubuntu-lts-3.13.0-13
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Wed, 26 Feb 2014 07:27:30 -0700
+
+linux-meta-lts-trusty (3.13.0.11.9) precise; urgency=low
+
+  * Ubuntu-lts-3.13.0-11
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Wed, 19 Feb 2014 13:47:49 -0700
+
+linux-meta-lts-trusty (3.13.0.10.8) precise; urgency=low
+
+  * Ubuntu-lts-3.13.0-10
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Tue, 18 Feb 2014 17:04:25 -0700
+
+linux-meta-lts-trusty (3.13.0.9.7) precise; urgency=low
+
+  * Ubuntu-lts-3.13.0-9
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Fri, 14 Feb 2014 11:20:49 -0700
+
+linux-meta-lts-trusty (3.13.0.8.6) precise; urgency=low
+
+  * Previous upload was to the wrong pocket.
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Fri, 07 Feb 2014 06:32:21 -0700
+
+linux-meta-lts-trusty (3.13.0.8.5) trusty; urgency=low
+
+  * Ubuntu-lts-3.13.0-8
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Thu, 06 Feb 2014 19:51:48 -0700
+
+linux-meta-lts-trusty (3.13.0.7.4) precise; urgency=low
+
+  * Ubuntu-lts-3.13.0-7
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Wed, 05 Feb 2014 08:52:42 -0700
+
+linux-meta-lts-trusty (3.13.0.6.3) precise; urgency=medium
+
+  * Ubuntu-lts-3.13.0-6
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Fri, 31 Jan 2014 15:46:36 +0000
+
+linux-meta-lts-trusty (3.13.0.5.2) precise; urgency=low
+
+  * Ubuntu-lts-3.13.0-5
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Tue, 21 Jan 2014 06:29:13 -0700
+
+linux-meta-lts-trusty (3.13.0.4.1) precise; urgency=low
+
+  * Ubuntu-lts-3.13.0-4
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Thu, 16 Jan 2014 12:13:27 -0700
+
+linux-meta-lts-trusty (3.13.0.3.0) precise; urgency=low
+
+  * Ubuntu-lts-3.13.0-3
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Wed, 15 Jan 2014 13:02:58 -0700
+
+linux-meta-lts-saucy (3.11.0.16.15) precise; urgency=low
+
+  * Ubuntu-lts-3.11.0-16
+
+ -- Brad Figg <brad.figg@canonical.com>  Thu, 09 Jan 2014 20:09:49 -0800
+
+linux-meta-lts-saucy (3.11.0.15.14) precise; urgency=low
+
+  * Ubuntu-lts-3.11.0-15
+
+ -- Brad Figg <brad.figg@canonical.com>  Wed, 04 Dec 2013 10:05:07 -0800
+
+linux-meta-lts-saucy (3.11.0.14.13) precise; urgency=low
+
+  * Ubuntu-lts-3.11.0-14
+
+ -- Steve Conklin <sconklin@canonical.com>  Wed, 13 Nov 2013 13:41:45 -0600
+
+linux-meta-lts-saucy (3.11.0.13.12) precise; urgency=low
+
+  * Ubuntu-lts-3.11.0-13
+
+ -- Steve Conklin <sconklin@canonical.com>  Thu, 24 Oct 2013 13:47:19 -0500
+
+linux-meta-lts-saucy (3.11.0.12.11) precise; urgency=low
+
+ [ Andy Whitcroft ]
+  * fix up armhf generic-lpae to match standard pattern
+
+ [ Tim Gardner ]
+  * Add support for armhf generic-lpae
+
+ -- Andy Whitcroft <apw@canonical.com>  Tue, 15 Oct 2013 14:23:33 +0100
+
+linux-meta-lts-saucy (3.11.0.12.10) precise; urgency=low
+
+  * Ubuntu-lts-3.11.0-12
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Fri, 11 Oct 2013 11:35:19 -0600
+
+linux-meta-lts-saucy (3.11.0.11.9) precise; urgency=low
+
+  * Ubuntu-lts-3.11.0-11
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Tue, 01 Oct 2013 15:13:50 -0600
+
+linux-meta-lts-saucy (3.11.0.9.8) precise; urgency=low
+
+  * Ubuntu-lts-3.11.0-9
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Fri, 27 Sep 2013 15:01:28 -0600
+
+linux-meta-lts-saucy (3.11.0.7.7) precise; urgency=low
+
+  * Ubuntu-lts-3.11.0-7
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Tue, 10 Sep 2013 14:36:38 -0600
+
+linux-meta-lts-saucy (3.11.0.6.6) precise; urgency=low
+
+  * Ubuntu-lts-3.11.0-6
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Mon, 09 Sep 2013 10:55:40 -0600
+
+linux-meta-lts-saucy (3.11.0.5.5) precise; urgency=low
+
+  * Ubuntu-lts-3.11.0-5
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Wed, 04 Sep 2013 09:37:03 -0600
+
+linux-meta-lts-saucy (3.11.0.4.4) precise; urgency=low
+
+  * Ubuntu-lts-3.11.0-4
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Mon, 26 Aug 2013 09:42:46 -0600
+
+linux-meta-lts-saucy (3.11.0.3.3) precise; urgency=low
+
+  * Ubuntu-lts-3.11.0-3
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Mon, 19 Aug 2013 11:30:21 -0600
+
+linux-meta-lts-saucy (3.11.0.2.2) precise; urgency=low
+
+  * Ubuntu-lts-3.11.0-2
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Mon, 12 Aug 2013 11:32:35 -0600
+
+linux-meta-lts-saucy (3.11.0.0.1) precise; urgency=low
+
+  * Ubuntu-lts-3.11.0-0
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Thu, 08 Aug 2013 15:46:38 -0600
+
+linux-meta-lts-saucy (3.10.0.6.12) precise; urgency=low
+
+  * Ubuntu-lts-3.10.0-6
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Fri, 26 Jul 2013 13:56:32 -0600
+
+linux-meta-lts-saucy (3.10.0.5.11) precise; urgency=low
+
+  * Ubuntu-lts-3.10.0-5
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Mon, 22 Jul 2013 13:08:13 -0600
+
+linux-meta-lts-saucy (3.10.0.4.10) precise; urgency=low
+
+  * Ubuntu-lts-3.10.0-4
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Thu, 18 Jul 2013 15:05:27 -0600
+
+linux-meta-lts-saucy (3.10.0.3.9) precise; urgency=low
+
+  * Ubuntu-lts-3.10.0-3
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Mon, 15 Jul 2013 14:01:54 -0600
+
+linux-meta-lts-saucy (3.10.0.2.8) precise; urgency=low
+
+  * Ubuntu-lts-3.10.0-2
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Fri, 05 Jul 2013 13:24:58 -0600
+
+linux-meta-lts-saucy (3.10.0.0.7) precise; urgency=low
+
+  * Ubuntu-lts-3.10.0-0
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Tue, 25 Jun 2013 07:26:13 -0600
+
+linux-meta-lts-saucy (3.9.0.7.6) precise; urgency=low
+
+  * Ubuntu-lts-3.9.0-7 
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Fri, 21 Jun 2013 06:53:58 -0600
+
+linux-meta-lts-saucy (3.9.0.6.5) precise; urgency=low
+
+  * Ubuntu-lts-3.9.0-6
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Fri, 14 Jun 2013 10:19:31 -0600
+
+linux-meta-lts-saucy (3.9.0.5.4) precise; urgency=low
+
+  * Ubuntu-lts-3.9.0-5.11 
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Tue, 11 Jun 2013 14:19:17 -0600
+
+linux-meta-lts-saucy (3.9.0.3.3) precise; urgency=low
+
+  * Ubuntu-lts-3.9.0-3.8
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Tue, 28 May 2013 12:47:37 -0600
+
+linux-meta-lts-saucy (3.9.0.2.2) precise; urgency=low
+
+  * Ubuntu-lts-3.9.0-2.7
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Mon, 20 May 2013 12:30:25 -0600
+
+linux-meta-lts-saucy (3.9.0.0.1) precise; urgency=low
+
+  * Ubuntu-lts-3.9.0-0.1
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Thu, 25 Apr 2013 13:57:05 -0600
+
+linux-meta-lts-raring (3.8.0.19.18) precise; urgency=low
+
+  * Ubuntu-lts-3.8.0-19.29
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Wed, 17 Apr 2013 12:29:24 -0600
+
+linux-meta-lts-raring (3.8.0.18.17) precise; urgency=low
+
+  * Ubuntu-lts-3.8.0-18.28
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Thu, 11 Apr 2013 13:29:43 -0600
+
+linux-meta-lts-raring (3.8.0.17.16) precise; urgency=low
+
+  * Ubuntu-lts-3.8.0-17.27
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Sun, 07 Apr 2013 08:53:06 -0600
+
+linux-meta-lts-raring (3.8.0.16.15) precise; urgency=low
+
+  * Ubuntu-lts-3.8.0-16.26
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Mon, 01 Apr 2013 13:25:23 -0600
+
+linux-meta-lts-raring (3.8.0.15.14) precise; urgency=low
+
+  * Ubuntu-lts-3.8.0-15.25
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Wed, 27 Mar 2013 13:22:52 -0600
+
+linux-meta-lts-raring (3.8.0.14.13) precise; urgency=low
+
+  * Ubuntu-lts-3.8.0-14.24 
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Fri, 22 Mar 2013 13:43:16 -0600
+
+linux-meta-lts-raring (3.8.0.13.12) precise; urgency=low
+
+  * Ubuntu-lts-3.8.0-13.22
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Fri, 15 Mar 2013 12:24:46 -0600
+
+linux-meta-lts-raring (3.8.0.12.11) precise; urgency=low
+
+  * Ubuntu-lts-3.8.0-12.21
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Sun, 10 Mar 2013 06:51:19 -0600
+
+linux-meta-lts-raring (3.8.0.11.10) precise; urgency=low
+
+  * Ubuntu-lts-3.8.0-11.20 
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Tue, 05 Mar 2013 14:02:59 -0700
+
+linux-meta-lts-raring (3.8.0.10.9) precise; urgency=low
+
+  * Ubuntu-lts-3.8.0-10.19
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Mon, 04 Mar 2013 09:28:06 -0700
+
+linux-meta-lts-raring (3.8.0.9.8) precise; urgency=low
+
+  * Ubuntu-lts-3.8.0-9.18
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Thu, 28 Feb 2013 12:18:01 -0700
+
+linux-meta-lts-raring (3.8.0.7.7) precise; urgency=low
+
+  * Ubuntu-lts-3.8.0-7.14
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Tue, 19 Feb 2013 09:11:14 -0700
+
+linux-meta-lts-raring (3.8.0.6.6) precise; urgency=low
+
+  * Ubuntu-lts-3.8.0-6.11
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Mon, 11 Feb 2013 10:13:42 -0700
+
+linux-meta-lts-raring (3.8.0.5.5) precise; urgency=low
+
+  * Ubuntu-lts-3.8.0-5.10 
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Thu, 07 Feb 2013 11:17:53 -0700
+
+linux-meta-lts-raring (3.8.0.0.4) precise; urgency=low
+
+  * Ubuntu-lts-3.8.0-0.3
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Tue, 15 Jan 2013 06:33:24 -0700
+
+linux-meta-lts-raring (3.7.0.6.3) precise; urgency=low
+
+  * Ubuntu-lts-3.7.0-6.14
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Tue, 11 Dec 2012 06:48:56 -0700
+
+linux-meta-lts-raring (3.7.0.5.2) precise; urgency=low
+
+  * Ubuntu-lts-3.7.0-5.13
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Tue, 04 Dec 2012 13:37:09 -0700
+
+linux-meta-lts-raring (3.7.0.4.1) precise; urgency=low
+
+  * Ubuntu-lts-3.7.0-4.12
+
+ -- Tim Gardner <tim.gardner@canonical.com>  Wed, 28 Nov 2012 10:57:05 -0700
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..fc394b8
--- /dev/null
+++ b/debian/control.common
@@ -0,0 +1,16 @@ 
+Source: linux-meta-lts-trusty
+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-precise-meta.git lts-backport-trusty
+
+Package: linux-tools-lts-trusty
+Architecture: i386 amd64 armhf
+Section: kernel
+Depends: ${misc:Depends}, linux-tools-${kernel-abi-version}-generic
+Description: Linux kernel versioned Tools
+ This metapackage will always depend on the latest Linux kernel versioned tools
+ available.
+
diff --git a/debian/control.d/generic b/debian/control.d/generic
new file mode 100644
index 0000000..20a3be2
--- /dev/null
+++ b/debian/control.d/generic
@@ -0,0 +1,48 @@ 
+Package: linux-headers-generic-lts-trusty
+Architecture: i386 amd64 armhf
+Section: devel
+Priority: optional
+Depends: ${misc:Depends}, linux-headers-${kernel-abi-version}-generic
+Description: Generic Linux kernel headers
+ This metapackage will always depend on the latest generic 14.04 LTS kernel headers
+ available.
+
+Package: linux-image-generic-lts-trusty
+Architecture: i386 amd64 armhf
+Section: metapackages
+Priority: optional
+Depends: ${misc:Depends}, linux-image-${kernel-abi-version}-generic, linux-firmware
+Description: Generic Linux kernel image
+ This metapackage will always depend on the latest generic 14.04 LTS kernel image
+ available.
+
+Package: linux-tools-generic-lts-trusty
+Architecture: i386 amd64 armhf
+Section: metapackages
+Priority: optional
+Provides: linux-tools
+Depends: ${misc:Depends}, linux-tools-${kernel-abi-version}-generic
+Recommends: linux-cloud-tools-generic-lts-trusty [amd64]
+Description: Generic Linux kernel tools
+ This metapackage will always depend on the latest generic 14.04 LTS kernel tools
+ available.
+
+Package: linux-cloud-tools-generic-lts-trusty
+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 14.04 LTS kernel cloud tools
+ available.
+
+Package: linux-generic-lts-trusty
+Architecture: i386 amd64 armhf
+Section: metapackages
+Priority: optional
+Depends: ${misc:Depends}, linux-image-generic-lts-trusty, linux-headers-generic-lts-trusty
+Description: Generic Linux kernel image and headers
+ This metapackage will always depend on the latest generic 14.04 LTS kernel image
+ and headers packages available.
+
diff --git a/debian/control.d/generic-lpae b/debian/control.d/generic-lpae
new file mode 100644
index 0000000..df084ed
--- /dev/null
+++ b/debian/control.d/generic-lpae
@@ -0,0 +1,37 @@ 
+Package: linux-headers-generic-lpae-lts-trusty
+Architecture: armhf
+Section: kernel
+Priority: optional
+Depends: ${misc:Depends}, linux-headers-${kernel-abi-version}-generic-lpae
+Description: Generic Linux kernel headers
+ This metapackage will always depend on the latest generic-lpae 14.04 LTS kernel headers
+ available.
+
+Package: linux-image-generic-lpae-lts-trusty
+Architecture: armhf
+Section: kernel
+Priority: optional
+Depends: ${misc:Depends}, linux-image-${kernel-abi-version}-generic-lpae, linux-firmware
+Description: Generic Linux kernel image
+ This metapackage will always depend on the latest generic-lpae 14.04 LTS kernel image
+ available.
+
+Package: linux-tools-generic-lpae-lts-trusty
+Architecture: armhf
+Section: metapackages
+Priority: optional
+Provides: linux-tools
+Depends: ${misc:Depends}, linux-tools-${kernel-abi-version}-generic-lpae
+Description: Generic Linux kernel tools
+ This metapackage will always depend on the latest generic-lpae 14.04 LTS kernel tools
+ available.
+
+Package: linux-generic-lpae-lts-trusty
+Architecture: armhf
+Section: kernel
+Priority: optional
+Depends: ${misc:Depends}, linux-image-generic-lpae-lts-trusty (= ${binary:Version}), linux-headers-generic-lpae-lts-trusty (= ${binary:Version})
+Description: Complete Generic Linux kernel and headers
+ This metapackage will always depend on the latest complete generic-lpae 14.04 LTS Linux kernel
+ and headers.
+
diff --git a/debian/control.d/signed-generic b/debian/control.d/signed-generic
new file mode 100644
index 0000000..c93be43
--- /dev/null
+++ b/debian/control.d/signed-generic
@@ -0,0 +1,18 @@ 
+Package: linux-signed-image-generic-lts-trusty
+Architecture: amd64
+Section: metapackages
+Priority: optional
+Depends: ${misc:Depends}, linux-signed-image-${kernel-abi-version}-generic, linux-firmware
+Description: Signed Generic Linux kernel image
+ This metapackage will always depend on the latest generic 14.04 LTS kernel image
+ available.  Signed with the Ubuntu EFI key.
+
+Package: linux-signed-generic-lts-trusty
+Architecture: amd64
+Section: metapackages
+Priority: optional
+Depends: ${misc:Depends}, linux-signed-image-generic-lts-trusty, linux-headers-generic-lts-trusty
+Description: Complete Signed Generic Linux kernel and headers
+ This metapackage will always depend on the latest complete generic 14.04 LTS Linux kernel
+ and headers.  Signed with the Ubuntu EFI key.
+
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..97e02b1
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,92 @@ 
+#!/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=precise
+
+# 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=$(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 's/RELEASE_NAME/$(RELEASE_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 d2c6edd..0000000
--- a/meta-source/debian/changelog
+++ /dev/null
@@ -1,899 +0,0 @@ 
-linux-meta-lts-trusty (3.13.0.108.99) precise; urgency=medium
-
-  * linux ABI 3.13.0-108
-
- -- John Donnelly <john.donnelly@canonical.com>  Wed, 11 Jan 2017 13:26:59 +0000
-
-linux-meta-lts-trusty (3.13.0.107.98) precise; urgency=medium
-
-  * linux ABI 3.13.0-107
-
- -- Luis Henriques <luis.henriques@canonical.com>  Tue, 20 Dec 2016 10:16:59 +0000
-
-linux-meta-lts-trusty (3.13.0.106.97) precise; urgency=medium
-
-  * linux ABI 3.13.0-105
-
- -- Luis Henriques <luis.henriques@canonical.com>  Tue, 06 Dec 2016 15:57:00 +0000
-
-linux-meta-lts-trusty (3.13.0.105.96) precise; urgency=medium
-
-  * linux ABI 3.13.0-105
-
- -- Brad Figg <brad.figg@canonical.com>  Thu, 01 Dec 2016 17:29:31 -0800
-
-linux-meta-lts-trusty (3.13.0.104.95) precise; urgency=medium
-
-  * linux ABI 3.13.0-104
-
- -- Luis Henriques <luis.henriques@canonical.com>  Wed, 30 Nov 2016 11:47:17 +0000
-
-linux-meta-lts-trusty (3.13.0.103.94) precise; urgency=medium
-
-  * linux ABI 3.13.0-103
-
- -- Luis Henriques <luis.henriques@canonical.com>  Thu, 24 Nov 2016 10:50:14 +0000
-
-linux-meta-lts-trusty (3.13.0.102.93) precise; urgency=medium
-
-  * linux ABI 3.13.0-102
-
- -- Luis Henriques <luis.henriques@canonical.com>  Wed, 09 Nov 2016 22:05:48 +0000
-
-linux-meta-lts-trusty (3.13.0.101.92) precise; urgency=medium
-
-  * linux ABI 3.13.0-101
-
- -- Seth Forshee <seth.forshee@canonical.com>  Fri, 21 Oct 2016 09:24:15 -0500
-
-linux-meta-lts-trusty (3.13.0.100.91) precise; urgency=medium
-
-  * linux ABI 3.13.0-100
-
- -- Seth Forshee <seth.forshee@canonical.com>  Tue, 18 Oct 2016 16:58:21 -0500
-
-linux-meta-lts-trusty (3.13.0.99.90) precise; urgency=medium
-
-  * linux ABI 3.13.0-99
-
- -- Stefan Bader <stefan.bader@canonical.com>  Fri, 14 Oct 2016 16:16:52 +0200
-
-linux-meta-lts-trusty (3.13.0.98.89) precise; urgency=medium
-
-  * linux ABI 3.13.0-98
-
- -- Seth Forshee <seth.forshee@canonical.com>  Sat, 08 Oct 2016 14:42:07 -0500
-
-linux-meta-lts-trusty (3.13.0.97.88) precise; urgency=medium
-
-  * linux ABI 3.13.0-97
-
- -- Joseph Salisbury <joseph.salisbury@canonical.com>  Thu, 22 Sep 2016 15:56:53 -0400
-
-linux-meta-lts-trusty (3.13.0.96.87) precise; urgency=medium
-
-  * linux ABI 3.13.0-96
-
- -- Tim Gardner <tim.gardner@canonical.com>  Tue, 30 Aug 2016 08:28:57 -0600
-
-linux-meta-lts-trusty (3.13.0.95.86) precise; urgency=medium
-
-  * linux ABI 3.13.0-95
-
- -- Stefan Bader <stefan.bader@canonical.com>  Fri, 12 Aug 2016 19:21:10 +0200
-
-linux-meta-lts-trusty (3.13.0.94.85) precise; urgency=medium
-
-  * linux ABI 3.13.0-94
-
- -- Stefan Bader <stefan.bader@canonical.com>  Wed, 10 Aug 2016 13:21:24 +0200
-
-linux-meta-lts-trusty (3.13.0.93.84) precise; urgency=medium
-
-  * linux ABI 3.13.0-93
-
- -- Seth Forshee <seth.forshee@canonical.com>  Tue, 19 Jul 2016 14:17:41 -0500
-
-linux-meta-lts-trusty (3.13.0.92.83) precise; urgency=medium
-
-  * linux ABI 3.13.0-92
-
- -- Kamal Mostafa <kamal@canonical.com>  Wed, 29 Jun 2016 14:24:58 -0700
-
-linux-meta-lts-trusty (3.13.0.91.82) precise; urgency=medium
-
-  * linux ABI 3.13.0-91
-
- -- Kamal Mostafa <kamal@canonical.com>  Fri, 24 Jun 2016 11:42:17 -0700
-
-linux-meta-lts-trusty (3.13.0.89.81) precise; urgency=medium
-
-  * linux ABI 3.13.0-89
-
- -- Kamal Mostafa <kamal@canonical.com>  Mon, 13 Jun 2016 10:03:19 -0700
-
-linux-meta-lts-trusty (3.13.0.88.80) precise; urgency=medium
-
-  * linux ABI 3.13.0-88
-
- -- Kamal Mostafa <kamal@canonical.com>  Mon, 06 Jun 2016 11:12:28 -0700
-
-linux-meta-lts-trusty (3.13.0.87.79) precise; urgency=medium
-
-  * linux ABI 3.13.0-87
-
- -- Kamal Mostafa <kamal@canonical.com>  Tue, 17 May 2016 14:17:16 -0700
-
-linux-meta-lts-trusty (3.13.0.86.78) precise; urgency=medium
-
-  * linux ABI 3.13.0-86
-
- -- Kamal Mostafa <kamal@canonical.com>  Tue, 19 Apr 2016 12:14:15 -0700
-
-linux-meta-lts-trusty (3.13.0.85.77) precise; urgency=medium
-
-  * linux ABI 3.13.0-85
-
- -- Brad Figg <brad.figg@canonical.com>  Fri, 18 Mar 2016 10:32:26 -0700
-
-linux-meta-lts-trusty (3.13.0.84.76) precise; urgency=medium
-
-  * linux ABI 3.13.0-84
-
- -- Brad Figg <brad.figg@canonical.com>  Wed, 16 Mar 2016 06:54:16 -0700
-
-linux-meta-lts-trusty (3.13.0.83.75) precise; urgency=medium
-
-  * linux ABI 3.13.0-83
-
- -- Luis Henriques <luis.henriques@canonical.com>  Fri, 11 Mar 2016 12:19:59 +0000
-
-linux-meta-lts-trusty (3.13.0.82.74) precise; urgency=medium
-
-  * linux ABI 3.13.0-82
-
- -- Brad Figg <brad.figg@canonical.com>  Wed, 09 Mar 2016 11:37:53 -0800
-
-linux-meta-lts-trusty (3.13.0.81.73) precise; urgency=medium
-
-  * linux ABI 3.13.0-81
-
- -- Luis Henriques <luis.henriques@canonical.com>  Thu, 03 Mar 2016 11:08:09 +0000
-
-linux-meta-lts-trusty (3.13.0.80.72) precise; urgency=medium
-
-  * linux ABI 3.13.0-80
-
- -- Brad Figg <brad.figg@canonical.com>  Tue, 23 Feb 2016 10:00:16 -0800
-
-linux-meta-lts-trusty (3.13.0.79.71) precise; urgency=medium
-
-  * linux ABI 3.13.0-79
-
- -- Luis Henriques <luis.henriques@canonical.com>  Fri, 19 Feb 2016 13:31:31 +0000
-
-linux-meta-lts-trusty (3.13.0.78.70) precise; urgency=medium
-
-  * linux ABI 3.13.0-78
-
- -- Brad Figg <brad.figg@canonical.com>  Tue, 02 Feb 2016 10:56:42 -0800
-
-linux-meta-lts-trusty (3.13.0.77.69) precise; urgency=medium
-
-  * linux ABI 3.13.0-77
-
- -- Luis Henriques <luis.henriques@canonical.com>  Wed, 20 Jan 2016 17:42:59 +0000
-
-linux-meta-lts-trusty (3.13.0.76.68) precise; urgency=medium
-
-  * linux ABI 3.13.0-76
-
- -- Luis Henriques <luis.henriques@canonical.com>  Tue, 19 Jan 2016 10:55:12 +0000
-
-linux-meta-lts-trusty (3.13.0.75.67) precise; urgency=medium
-
-  * linux ABI 3.13.0-75
-
- -- Luis Henriques <luis.henriques@canonical.com>  Tue, 12 Jan 2016 11:36:01 +0000
-
-linux-meta-lts-trusty (3.13.0.74.66) precise; urgency=medium
-
-  * linux ABI 3.13.0-74
-
- -- Luis Henriques <luis.henriques@canonical.com>  Thu, 17 Dec 2015 10:25:00 +0000
-
-linux-meta-lts-trusty (3.13.0.73.65) precise; urgency=medium
-
-  * linux ABI 3.13.0-73
-
- -- Luis Henriques <luis.henriques@canonical.com>  Sun, 06 Dec 2015 16:44:49 +0000
-
-linux-meta-lts-trusty (3.13.0.72.64) precise; urgency=medium
-
-  * linux ABI 3.13.0-72
-
- -- Luis Henriques <luis.henriques@canonical.com>  Thu, 03 Dec 2015 10:40:07 +0000
-
-linux-meta-lts-trusty (3.13.0.71.63) precise; urgency=medium
-
-  * linux ABI 3.13.0-71
-
- -- Brad Figg <brad.figg@canonical.com>  Tue, 01 Dec 2015 11:26:02 -0800
-
-linux-meta-lts-trusty (3.13.0.70.62) precise; urgency=medium
-
-  * linux ABI 3.13.0-70
-
- -- Luis Henriques <luis.henriques@canonical.com>  Tue, 17 Nov 2015 09:57:25 +0000
-
-linux-meta-lts-trusty (3.13.0.69.61) precise; urgency=medium
-
-  * linux ABI 3.13.0-69
-
- -- Luis Henriques <luis.henriques@canonical.com>  Wed, 11 Nov 2015 10:47:05 +0000
-
-linux-meta-lts-trusty (3.13.0.68.60) precise; urgency=medium
-
-  * linux ABI 3.13.0-68
-
- -- Luis Henriques <luis.henriques@canonical.com>  Thu, 05 Nov 2015 20:16:35 +0000
-
-linux-meta-lts-trusty (3.13.0.67.59) precise; urgency=medium
-
-  * linux ABI 3.13.0-67
-
- -- Luis Henriques <luis.henriques@canonical.com>  Wed, 21 Oct 2015 10:40:09 +0100
-
-linux-meta-lts-trusty (3.13.0.66.58) precise; urgency=medium
-
-  * linux ABI 3.13.0-66
-
- -- Luis Henriques <luis.henriques@canonical.com>  Tue, 06 Oct 2015 10:23:24 +0100
-
-linux-meta-lts-trusty (3.13.0.65.57) precise; urgency=medium
-
-  * linux ABI 3.13.0-65
-
- -- Luis Henriques <luis.henriques@canonical.com>  Tue, 22 Sep 2015 14:02:52 +0100
-
-linux-meta-lts-trusty (3.13.0.64.56) precise; urgency=medium
-
-  * linux ABI 3.13.0-64
-
- -- Luis Henriques <luis.henriques@canonical.com>  Thu, 10 Sep 2015 15:39:25 +0100
-
-linux-meta-lts-trusty (3.13.0.63.55) precise; urgency=medium
-
-  * Fix metapackage linkage for linux-*-generic-lpae-lts-trusty.
-    (LP: #1489856)
-
- -- Brad Figg <brad.figg@canonical.com>  Fri, 28 Aug 2015 09:15:38 -0700
-
-linux-meta-lts-trusty (3.13.0.63.54) precise; urgency=medium
-
-  * linux ABI 3.13.0-63
-
- -- Brad Figg <brad.figg@canonical.com>  Sat, 15 Aug 2015 22:05:45 -0700
-
-linux-meta-lts-trusty (3.13.0.62.53) precise; urgency=medium
-
-  * linux ABI 3.13.0-62
-
- -- Luis Henriques <luis.henriques@canonical.com>  Thu, 30 Jul 2015 17:36:13 +0100
-
-linux-meta-lts-trusty (3.13.0.61.52) precise; urgency=medium
-
-  * linux ABI 3.13.0-61
-
- -- Luis Henriques <luis.henriques@canonical.com>  Wed, 29 Jul 2015 12:22:39 +0100
-
-linux-meta-lts-trusty (3.13.0.59.51) precise; urgency=medium
-
-  * linux ABI 3.13.0-59
-
- -- Luis Henriques <luis.henriques@canonical.com>  Fri, 24 Jul 2015 14:22:17 +0100
-
-linux-meta-lts-trusty (3.13.0.58.50) precise; urgency=medium
-
-  * Ubuntu-lts-3.13.0-58
-
- -- Luis Henriques <luis.henriques@canonical.com>  Tue, 07 Jul 2015 14:08:12 +0100
-
-linux-meta-lts-trusty (3.13.0.57.49) precise; urgency=medium
-
-  * Ubuntu-lts-3.13.0-57
-
- -- Luis Henriques <luis.henriques@canonical.com>  Mon, 22 Jun 2015 10:23:08 +0100
-
-linux-meta-lts-trusty (3.13.0.55.48) precise; urgency=medium
-
-  * Ubuntu-lts-3.13.0-55
-
- -- Luis Henriques <luis.henriques@canonical.com>  Thu, 11 Jun 2015 14:44:14 +0100
-
-linux-meta-lts-trusty (3.13.0.54.47) precise; urgency=medium
-
-  * Ubuntu-lts-3.13.0-54
-
- -- Luis Henriques <luis.henriques@canonical.com>  Wed, 27 May 2015 11:16:11 +0100
-
-linux-meta-lts-trusty (3.13.0.53.46) precise; urgency=medium
-
-  * Ubuntu-lts-3.13.0-53
-
- -- Luis Henriques <luis.henriques@canonical.com>  Fri, 08 May 2015 10:18:04 +0100
-
-linux-meta-lts-trusty (3.13.0.52.45) precise; urgency=medium
-
-  * Ubuntu-lts-3.13.0-52
-
- -- Luis Henriques <luis.henriques@canonical.com>  Thu, 30 Apr 2015 10:12:23 +0100
-
-linux-meta-lts-trusty (3.13.0.51.44) precise; urgency=medium
-
-  * Ubuntu-lts-3.13.0-51
-
- -- Luis Henriques <luis.henriques@canonical.com>  Wed, 15 Apr 2015 22:29:53 +0100
-
-linux-meta-lts-trusty (3.13.0.49.43) precise; urgency=medium
-
-  * Ubuntu-lts-3.13.0-49
-
- -- Kamal Mostafa <kamal@canonical.com>  Wed, 25 Mar 2015 09:13:10 -0700
-
-linux-meta-lts-trusty (3.13.0.48.42) precise; urgency=medium
-
-  * Ubuntu-lts-3.13.0-48
-
- -- Luis Henriques <luis.henriques@canonical.com>  Thu, 12 Mar 2015 19:13:41 +0000
-
-linux-meta-lts-trusty (3.13.0.47.41) precise; urgency=medium
-
-  * Ubuntu-lts-3.13.0-47
-
- -- Seth Forshee <seth.forshee@canonical.com>  Wed, 04 Mar 2015 20:44:34 -0600
-
-linux-meta-lts-trusty (3.13.0.46.40) precise; urgency=medium
-
-  [ Kamal Mostafa ]
-
-  * [Packaging] force "dpkg-source -I -i" behavior
-
-  [ Seth Forshee ]
-
-  * Ubuntu-lts-3.13.0-46
-
- -- Seth Forshee <seth.forshee@canonical.com>  Wed, 11 Feb 2015 09:14:00 -0600
-
-linux-meta-lts-trusty (3.13.0.45.39) precise; urgency=medium
-
-  * Ubuntu-lts-3.13.0-45
-
- -- Seth Forshee <seth.forshee@canonical.com>  Thu, 15 Jan 2015 14:24:47 -0600
-
-linux-meta-lts-trusty (3.13.0.44.38) precise; urgency=medium
-
-  * Ubuntu-lts-3.13.0-44
-
- -- Kamal Mostafa <kamal@canonical.com>  Tue, 16 Dec 2014 15:54:26 -0800
-
-linux-meta-lts-trusty (3.13.0.43.37) precise; urgency=medium
-
-  * Ubuntu-lts-3.13.0-43
-
- -- Luis Henriques <luis.henriques@canonical.com>  Tue, 09 Dec 2014 11:48:55 +0000
-
-linux-meta-lts-trusty (3.13.0.41.36) precise; urgency=medium
-
-  * Ubuntu-lts-3.13.0-41
-
- -- Brad Figg <brad.figg@canonical.com>  Tue, 25 Nov 2014 20:42:09 -0800
-
-linux-meta-lts-trusty (3.13.0.40.35) precise; urgency=medium
-
-  * Ubuntu-lts-3.13.0-40
-
- -- Luis Henriques <luis.henriques@canonical.com>  Tue, 04 Nov 2014 14:12:32 +0000
-
-linux-meta-lts-trusty (3.13.0.39.34) precise; urgency=medium
-
-  * Ubuntu-lts-3.13.0-39
-
- -- Luis Henriques <luis.henriques@canonical.com>  Wed, 29 Oct 2014 09:40:42 +0000
-
-linux-meta-lts-trusty (3.13.0.38.33) precise; urgency=medium
-
-  * Ubuntu-lts-3.13.0-38
-
- -- Luis Henriques <luis.henriques@canonical.com>  Thu, 09 Oct 2014 19:22:46 +0100
-
-linux-meta-lts-trusty (3.13.0.37.32) precise; urgency=medium
-
-  * Ubuntu-lts-3.13.0-37
-
- -- Joseph Salisbury <joseph.salisbury@canonical.com>  Tue, 23 Sep 2014 17:02:51 -0400
-
-linux-meta-lts-trusty (3.13.0.36.31) precise; urgency=low
-
-  * Ubuntu-lts-3.13.0-36
-  * added linux-cloud-tools-lts-generic to pull in the appropriate
-    cloud tools on amd64 (LP: #1345059).
-  * added linux-cloud-tools-lts-generic as Recommends: on
-    linux-tools-lts-generic to simplify installation for legacy users
-    (LP: #1345059).
-  * UBUNTU: Expand the metapackage description
-    Make it clear that these are metapackages.
-    (LP: #1361639)
-
- -- Andy Whitcroft <apw@canonical.com>  Thu, 28 Aug 2014 17:17:48 +0100
-
-linux-meta-lts-trusty (3.13.0.35.30) precise; urgency=medium
-
-  * Ubuntu-lts-3.13.0-35
-
- -- Brad Figg <brad.figg@canonical.com>  Mon, 18 Aug 2014 07:44:27 -0700
-
-linux-meta-lts-trusty (3.13.0.34.30) precise; urgency=medium
-
-  * Ubuntu-lts-3.13.0-34
-
- -- Brad Figg <brad.figg@canonical.com>  Wed, 13 Aug 2014 08:29:07 -0700
-
-linux-meta-lts-trusty (3.13.0.33.29) precise; urgency=medium
-
-  * Ubuntu-lts-3.13.0-33
-
- -- Brad Figg <brad.figg@canonical.com>  Wed, 30 Jul 2014 14:28:16 -0700
-
-linux-meta-lts-trusty (3.13.0.32.28) precise; urgency=medium
-
-  * Ubuntu-lts-3.13.0-32
-
- -- Luis Henriques <luis.henriques@canonical.com>  Tue, 08 Jul 2014 13:17:17 +0100
-
-linux-meta-lts-trusty (3.13.0.31.27) precise; urgency=medium
-
-  * Ubuntu-lts-3.13.0-31
-
- -- Luis Henriques <luis.henriques@canonical.com>  Wed, 02 Jul 2014 14:33:40 +0100
-
-linux-meta-lts-trusty (3.13.0.30.26) precise; urgency=medium
-
-  * Ubuntu-lts-3.13.0-30
-
-  * update meta package descriptions
-    Replace "13.10" with "14.04 LTS" in descriptions of Trusty packages.
-    -LP: #1324886
-
- -- Brad Figg <brad.figg@canonical.com>  Tue, 10 Jun 2014 17:23:38 -0700
-
-linux-meta-lts-trusty (3.13.0.29.25) precise; urgency=medium
-
-  * Ubuntu-lts-3.13.0-29
-
- -- Luis Henriques <luis.henriques@canonical.com>  Wed, 28 May 2014 16:16:00 +0100
-
-linux-meta-lts-trusty (3.13.0.28.24) precise; urgency=medium
-
-  * Ubuntu-lts-3.13.0-28
-
- -- Luis Henriques <luis.henriques@canonical.com>  Mon, 26 May 2014 09:45:36 +0100
-
-linux-meta-lts-trusty (3.13.0.27.23) precise; urgency=low
-
-  * Ubuntu-lts-3.13.0-27
-
- -- Brad Figg <brad.figg@canonical.com>  Wed, 14 May 2014 11:46:33 -0700
-
-linux-meta-lts-trusty (3.13.0.26.22) precise; urgency=low
-
-  * Ubuntu-lts-3.13.0-26
-    - Note that -25 was not released
-
- -- Kamal Mostafa <kamal@canonical.com>  Thu, 08 May 2014 14:03:29 -0700
-
-linux-meta-lts-trusty (3.13.0.24.21) precise; urgency=low
-
-  * Ubuntu-lts-3.13.0-24
-
- -- Tim Gardner <tim.gardner@canonical.com>  Wed, 09 Apr 2014 12:37:53 -0600
-
-linux-meta-lts-trusty (3.13.0.23.20) precise; urgency=low
-
-  * Ubuntu-lts-3.13.0-23
-
- -- Tim Gardner <tim.gardner@canonical.com>  Thu, 03 Apr 2014 13:02:27 -0600
-
-linux-meta-lts-trusty (3.13.0.22.19) precise; urgency=low
-
-  * Ubuntu-lts-3.13.0-22
-
- -- Tim Gardner <tim.gardner@canonical.com>  Wed, 02 Apr 2014 14:00:03 -0600
-
-linux-meta-lts-trusty (3.13.0.21.18) precise; urgency=medium
-
-  * Ubuntu-lts-3.13.0-21
-
- -- Tim Gardner <tim.gardner@canonical.com>  Mon, 31 Mar 2014 20:37:01 -0600
-
-linux-meta-lts-trusty (3.13.0.20.17) precise; urgency=medium
-
-  * Ubuntu-lts-3.13.0-20
-
- -- Tim Gardner <tim.gardner@canonical.com>  Thu, 27 Mar 2014 20:05:32 -0600
-
-linux-meta-lts-trusty (3.13.0.19.16) precise; urgency=low
-
-  * Ubuntu-lts-3.13.0-19
-
- -- Tim Gardner <tim.gardner@canonical.com>  Fri, 21 Mar 2014 08:48:28 -0600
-
-linux-meta-lts-trusty (3.13.0.18.15) precise; urgency=low
-
-  * Ubuntu-lts-3.13.0-18
-
- -- Tim Gardner <tim.gardner@canonical.com>  Mon, 17 Mar 2014 15:03:06 -0600
-
-linux-meta-lts-trusty (3.13.0.17.14) precise; urgency=low
-
-  * Ubuntu-lts-3.13.0-17
-
- -- Tim Gardner <tim.gardner@canonical.com>  Thu, 13 Mar 2014 08:46:27 -0600
-
-linux-meta-lts-trusty (3.13.0.16.13) precise; urgency=low
-
-  * Ubuntu-lts-3.13.0-16
-
- -- Tim Gardner <tim.gardner@canonical.com>  Tue, 04 Mar 2014 16:29:10 -0700
-
-linux-meta-lts-trusty (3.13.0.15.12) precise; urgency=low
-
-  * Ubuntu-lts-3.13.0-15
-
- -- Tim Gardner <tim.gardner@canonical.com>  Mon, 03 Mar 2014 09:50:04 -0700
-
-linux-meta-lts-trusty (3.13.0.14.11) precise; urgency=low
-
-  * Ubuntu-lts-3.13.0-14
-
- -- Tim Gardner <tim.gardner@canonical.com>  Thu, 27 Feb 2014 15:57:24 -0700
-
-linux-meta-lts-trusty (3.13.0.13.10) precise; urgency=low
-
-  * Ubuntu-lts-3.13.0-13
-
- -- Tim Gardner <tim.gardner@canonical.com>  Wed, 26 Feb 2014 07:27:30 -0700
-
-linux-meta-lts-trusty (3.13.0.11.9) precise; urgency=low
-
-  * Ubuntu-lts-3.13.0-11
-
- -- Tim Gardner <tim.gardner@canonical.com>  Wed, 19 Feb 2014 13:47:49 -0700
-
-linux-meta-lts-trusty (3.13.0.10.8) precise; urgency=low
-
-  * Ubuntu-lts-3.13.0-10
-
- -- Tim Gardner <tim.gardner@canonical.com>  Tue, 18 Feb 2014 17:04:25 -0700
-
-linux-meta-lts-trusty (3.13.0.9.7) precise; urgency=low
-
-  * Ubuntu-lts-3.13.0-9
-
- -- Tim Gardner <tim.gardner@canonical.com>  Fri, 14 Feb 2014 11:20:49 -0700
-
-linux-meta-lts-trusty (3.13.0.8.6) precise; urgency=low
-
-  * Previous upload was to the wrong pocket.
-
- -- Tim Gardner <tim.gardner@canonical.com>  Fri, 07 Feb 2014 06:32:21 -0700
-
-linux-meta-lts-trusty (3.13.0.8.5) trusty; urgency=low
-
-  * Ubuntu-lts-3.13.0-8
-
- -- Tim Gardner <tim.gardner@canonical.com>  Thu, 06 Feb 2014 19:51:48 -0700
-
-linux-meta-lts-trusty (3.13.0.7.4) precise; urgency=low
-
-  * Ubuntu-lts-3.13.0-7
-
- -- Tim Gardner <tim.gardner@canonical.com>  Wed, 05 Feb 2014 08:52:42 -0700
-
-linux-meta-lts-trusty (3.13.0.6.3) precise; urgency=medium
-
-  * Ubuntu-lts-3.13.0-6
-
- -- Tim Gardner <tim.gardner@canonical.com>  Fri, 31 Jan 2014 15:46:36 +0000
-
-linux-meta-lts-trusty (3.13.0.5.2) precise; urgency=low
-
-  * Ubuntu-lts-3.13.0-5
-
- -- Tim Gardner <tim.gardner@canonical.com>  Tue, 21 Jan 2014 06:29:13 -0700
-
-linux-meta-lts-trusty (3.13.0.4.1) precise; urgency=low
-
-  * Ubuntu-lts-3.13.0-4
-
- -- Tim Gardner <tim.gardner@canonical.com>  Thu, 16 Jan 2014 12:13:27 -0700
-
-linux-meta-lts-trusty (3.13.0.3.0) precise; urgency=low
-
-  * Ubuntu-lts-3.13.0-3
-
- -- Tim Gardner <tim.gardner@canonical.com>  Wed, 15 Jan 2014 13:02:58 -0700
-
-linux-meta-lts-saucy (3.11.0.16.15) precise; urgency=low
-
-  * Ubuntu-lts-3.11.0-16
-
- -- Brad Figg <brad.figg@canonical.com>  Thu, 09 Jan 2014 20:09:49 -0800
-
-linux-meta-lts-saucy (3.11.0.15.14) precise; urgency=low
-
-  * Ubuntu-lts-3.11.0-15
-
- -- Brad Figg <brad.figg@canonical.com>  Wed, 04 Dec 2013 10:05:07 -0800
-
-linux-meta-lts-saucy (3.11.0.14.13) precise; urgency=low
-
-  * Ubuntu-lts-3.11.0-14
-
- -- Steve Conklin <sconklin@canonical.com>  Wed, 13 Nov 2013 13:41:45 -0600
-
-linux-meta-lts-saucy (3.11.0.13.12) precise; urgency=low
-
-  * Ubuntu-lts-3.11.0-13
-
- -- Steve Conklin <sconklin@canonical.com>  Thu, 24 Oct 2013 13:47:19 -0500
-
-linux-meta-lts-saucy (3.11.0.12.11) precise; urgency=low
-
- [ Andy Whitcroft ]
-  * fix up armhf generic-lpae to match standard pattern
-
- [ Tim Gardner ]
-  * Add support for armhf generic-lpae
-
- -- Andy Whitcroft <apw@canonical.com>  Tue, 15 Oct 2013 14:23:33 +0100
-
-linux-meta-lts-saucy (3.11.0.12.10) precise; urgency=low
-
-  * Ubuntu-lts-3.11.0-12
-
- -- Tim Gardner <tim.gardner@canonical.com>  Fri, 11 Oct 2013 11:35:19 -0600
-
-linux-meta-lts-saucy (3.11.0.11.9) precise; urgency=low
-
-  * Ubuntu-lts-3.11.0-11
-
- -- Tim Gardner <tim.gardner@canonical.com>  Tue, 01 Oct 2013 15:13:50 -0600
-
-linux-meta-lts-saucy (3.11.0.9.8) precise; urgency=low
-
-  * Ubuntu-lts-3.11.0-9
-
- -- Tim Gardner <tim.gardner@canonical.com>  Fri, 27 Sep 2013 15:01:28 -0600
-
-linux-meta-lts-saucy (3.11.0.7.7) precise; urgency=low
-
-  * Ubuntu-lts-3.11.0-7
-
- -- Tim Gardner <tim.gardner@canonical.com>  Tue, 10 Sep 2013 14:36:38 -0600
-
-linux-meta-lts-saucy (3.11.0.6.6) precise; urgency=low
-
-  * Ubuntu-lts-3.11.0-6
-
- -- Tim Gardner <tim.gardner@canonical.com>  Mon, 09 Sep 2013 10:55:40 -0600
-
-linux-meta-lts-saucy (3.11.0.5.5) precise; urgency=low
-
-  * Ubuntu-lts-3.11.0-5
-
- -- Tim Gardner <tim.gardner@canonical.com>  Wed, 04 Sep 2013 09:37:03 -0600
-
-linux-meta-lts-saucy (3.11.0.4.4) precise; urgency=low
-
-  * Ubuntu-lts-3.11.0-4
-
- -- Tim Gardner <tim.gardner@canonical.com>  Mon, 26 Aug 2013 09:42:46 -0600
-
-linux-meta-lts-saucy (3.11.0.3.3) precise; urgency=low
-
-  * Ubuntu-lts-3.11.0-3
-
- -- Tim Gardner <tim.gardner@canonical.com>  Mon, 19 Aug 2013 11:30:21 -0600
-
-linux-meta-lts-saucy (3.11.0.2.2) precise; urgency=low
-
-  * Ubuntu-lts-3.11.0-2
-
- -- Tim Gardner <tim.gardner@canonical.com>  Mon, 12 Aug 2013 11:32:35 -0600
-
-linux-meta-lts-saucy (3.11.0.0.1) precise; urgency=low
-
-  * Ubuntu-lts-3.11.0-0
-
- -- Tim Gardner <tim.gardner@canonical.com>  Thu, 08 Aug 2013 15:46:38 -0600
-
-linux-meta-lts-saucy (3.10.0.6.12) precise; urgency=low
-
-  * Ubuntu-lts-3.10.0-6
-
- -- Tim Gardner <tim.gardner@canonical.com>  Fri, 26 Jul 2013 13:56:32 -0600
-
-linux-meta-lts-saucy (3.10.0.5.11) precise; urgency=low
-
-  * Ubuntu-lts-3.10.0-5
-
- -- Tim Gardner <tim.gardner@canonical.com>  Mon, 22 Jul 2013 13:08:13 -0600
-
-linux-meta-lts-saucy (3.10.0.4.10) precise; urgency=low
-
-  * Ubuntu-lts-3.10.0-4
-
- -- Tim Gardner <tim.gardner@canonical.com>  Thu, 18 Jul 2013 15:05:27 -0600
-
-linux-meta-lts-saucy (3.10.0.3.9) precise; urgency=low
-
-  * Ubuntu-lts-3.10.0-3
-
- -- Tim Gardner <tim.gardner@canonical.com>  Mon, 15 Jul 2013 14:01:54 -0600
-
-linux-meta-lts-saucy (3.10.0.2.8) precise; urgency=low
-
-  * Ubuntu-lts-3.10.0-2
-
- -- Tim Gardner <tim.gardner@canonical.com>  Fri, 05 Jul 2013 13:24:58 -0600
-
-linux-meta-lts-saucy (3.10.0.0.7) precise; urgency=low
-
-  * Ubuntu-lts-3.10.0-0
-
- -- Tim Gardner <tim.gardner@canonical.com>  Tue, 25 Jun 2013 07:26:13 -0600
-
-linux-meta-lts-saucy (3.9.0.7.6) precise; urgency=low
-
-  * Ubuntu-lts-3.9.0-7 
-
- -- Tim Gardner <tim.gardner@canonical.com>  Fri, 21 Jun 2013 06:53:58 -0600
-
-linux-meta-lts-saucy (3.9.0.6.5) precise; urgency=low
-
-  * Ubuntu-lts-3.9.0-6
-
- -- Tim Gardner <tim.gardner@canonical.com>  Fri, 14 Jun 2013 10:19:31 -0600
-
-linux-meta-lts-saucy (3.9.0.5.4) precise; urgency=low
-
-  * Ubuntu-lts-3.9.0-5.11 
-
- -- Tim Gardner <tim.gardner@canonical.com>  Tue, 11 Jun 2013 14:19:17 -0600
-
-linux-meta-lts-saucy (3.9.0.3.3) precise; urgency=low
-
-  * Ubuntu-lts-3.9.0-3.8
-
- -- Tim Gardner <tim.gardner@canonical.com>  Tue, 28 May 2013 12:47:37 -0600
-
-linux-meta-lts-saucy (3.9.0.2.2) precise; urgency=low
-
-  * Ubuntu-lts-3.9.0-2.7
-
- -- Tim Gardner <tim.gardner@canonical.com>  Mon, 20 May 2013 12:30:25 -0600
-
-linux-meta-lts-saucy (3.9.0.0.1) precise; urgency=low
-
-  * Ubuntu-lts-3.9.0-0.1
-
- -- Tim Gardner <tim.gardner@canonical.com>  Thu, 25 Apr 2013 13:57:05 -0600
-
-linux-meta-lts-raring (3.8.0.19.18) precise; urgency=low
-
-  * Ubuntu-lts-3.8.0-19.29
-
- -- Tim Gardner <tim.gardner@canonical.com>  Wed, 17 Apr 2013 12:29:24 -0600
-
-linux-meta-lts-raring (3.8.0.18.17) precise; urgency=low
-
-  * Ubuntu-lts-3.8.0-18.28
-
- -- Tim Gardner <tim.gardner@canonical.com>  Thu, 11 Apr 2013 13:29:43 -0600
-
-linux-meta-lts-raring (3.8.0.17.16) precise; urgency=low
-
-  * Ubuntu-lts-3.8.0-17.27
-
- -- Tim Gardner <tim.gardner@canonical.com>  Sun, 07 Apr 2013 08:53:06 -0600
-
-linux-meta-lts-raring (3.8.0.16.15) precise; urgency=low
-
-  * Ubuntu-lts-3.8.0-16.26
-
- -- Tim Gardner <tim.gardner@canonical.com>  Mon, 01 Apr 2013 13:25:23 -0600
-
-linux-meta-lts-raring (3.8.0.15.14) precise; urgency=low
-
-  * Ubuntu-lts-3.8.0-15.25
-
- -- Tim Gardner <tim.gardner@canonical.com>  Wed, 27 Mar 2013 13:22:52 -0600
-
-linux-meta-lts-raring (3.8.0.14.13) precise; urgency=low
-
-  * Ubuntu-lts-3.8.0-14.24 
-
- -- Tim Gardner <tim.gardner@canonical.com>  Fri, 22 Mar 2013 13:43:16 -0600
-
-linux-meta-lts-raring (3.8.0.13.12) precise; urgency=low
-
-  * Ubuntu-lts-3.8.0-13.22
-
- -- Tim Gardner <tim.gardner@canonical.com>  Fri, 15 Mar 2013 12:24:46 -0600
-
-linux-meta-lts-raring (3.8.0.12.11) precise; urgency=low
-
-  * Ubuntu-lts-3.8.0-12.21
-
- -- Tim Gardner <tim.gardner@canonical.com>  Sun, 10 Mar 2013 06:51:19 -0600
-
-linux-meta-lts-raring (3.8.0.11.10) precise; urgency=low
-
-  * Ubuntu-lts-3.8.0-11.20 
-
- -- Tim Gardner <tim.gardner@canonical.com>  Tue, 05 Mar 2013 14:02:59 -0700
-
-linux-meta-lts-raring (3.8.0.10.9) precise; urgency=low
-
-  * Ubuntu-lts-3.8.0-10.19
-
- -- Tim Gardner <tim.gardner@canonical.com>  Mon, 04 Mar 2013 09:28:06 -0700
-
-linux-meta-lts-raring (3.8.0.9.8) precise; urgency=low
-
-  * Ubuntu-lts-3.8.0-9.18
-
- -- Tim Gardner <tim.gardner@canonical.com>  Thu, 28 Feb 2013 12:18:01 -0700
-
-linux-meta-lts-raring (3.8.0.7.7) precise; urgency=low
-
-  * Ubuntu-lts-3.8.0-7.14
-
- -- Tim Gardner <tim.gardner@canonical.com>  Tue, 19 Feb 2013 09:11:14 -0700
-
-linux-meta-lts-raring (3.8.0.6.6) precise; urgency=low
-
-  * Ubuntu-lts-3.8.0-6.11
-
- -- Tim Gardner <tim.gardner@canonical.com>  Mon, 11 Feb 2013 10:13:42 -0700
-
-linux-meta-lts-raring (3.8.0.5.5) precise; urgency=low
-
-  * Ubuntu-lts-3.8.0-5.10 
-
- -- Tim Gardner <tim.gardner@canonical.com>  Thu, 07 Feb 2013 11:17:53 -0700
-
-linux-meta-lts-raring (3.8.0.0.4) precise; urgency=low
-
-  * Ubuntu-lts-3.8.0-0.3
-
- -- Tim Gardner <tim.gardner@canonical.com>  Tue, 15 Jan 2013 06:33:24 -0700
-
-linux-meta-lts-raring (3.7.0.6.3) precise; urgency=low
-
-  * Ubuntu-lts-3.7.0-6.14
-
- -- Tim Gardner <tim.gardner@canonical.com>  Tue, 11 Dec 2012 06:48:56 -0700
-
-linux-meta-lts-raring (3.7.0.5.2) precise; urgency=low
-
-  * Ubuntu-lts-3.7.0-5.13
-
- -- Tim Gardner <tim.gardner@canonical.com>  Tue, 04 Dec 2012 13:37:09 -0700
-
-linux-meta-lts-raring (3.7.0.4.1) precise; urgency=low
-
-  * Ubuntu-lts-3.7.0-4.12
-
- -- Tim Gardner <tim.gardner@canonical.com>  Wed, 28 Nov 2012 10:57:05 -0700
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 fc394b8..0000000
--- a/meta-source/debian/control.common
+++ /dev/null
@@ -1,16 +0,0 @@ 
-Source: linux-meta-lts-trusty
-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-precise-meta.git lts-backport-trusty
-
-Package: linux-tools-lts-trusty
-Architecture: i386 amd64 armhf
-Section: kernel
-Depends: ${misc:Depends}, linux-tools-${kernel-abi-version}-generic
-Description: Linux kernel versioned Tools
- This metapackage will always depend on the latest Linux kernel versioned tools
- available.
-
diff --git a/meta-source/debian/control.d/generic b/meta-source/debian/control.d/generic
deleted file mode 100644
index 20a3be2..0000000
--- a/meta-source/debian/control.d/generic
+++ /dev/null
@@ -1,48 +0,0 @@ 
-Package: linux-headers-generic-lts-trusty
-Architecture: i386 amd64 armhf
-Section: devel
-Priority: optional
-Depends: ${misc:Depends}, linux-headers-${kernel-abi-version}-generic
-Description: Generic Linux kernel headers
- This metapackage will always depend on the latest generic 14.04 LTS kernel headers
- available.
-
-Package: linux-image-generic-lts-trusty
-Architecture: i386 amd64 armhf
-Section: metapackages
-Priority: optional
-Depends: ${misc:Depends}, linux-image-${kernel-abi-version}-generic, linux-firmware
-Description: Generic Linux kernel image
- This metapackage will always depend on the latest generic 14.04 LTS kernel image
- available.
-
-Package: linux-tools-generic-lts-trusty
-Architecture: i386 amd64 armhf
-Section: metapackages
-Priority: optional
-Provides: linux-tools
-Depends: ${misc:Depends}, linux-tools-${kernel-abi-version}-generic
-Recommends: linux-cloud-tools-generic-lts-trusty [amd64]
-Description: Generic Linux kernel tools
- This metapackage will always depend on the latest generic 14.04 LTS kernel tools
- available.
-
-Package: linux-cloud-tools-generic-lts-trusty
-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 14.04 LTS kernel cloud tools
- available.
-
-Package: linux-generic-lts-trusty
-Architecture: i386 amd64 armhf
-Section: metapackages
-Priority: optional
-Depends: ${misc:Depends}, linux-image-generic-lts-trusty, linux-headers-generic-lts-trusty
-Description: Generic Linux kernel image and headers
- This metapackage will always depend on the latest generic 14.04 LTS kernel image
- and headers packages available.
-
diff --git a/meta-source/debian/control.d/generic-lpae b/meta-source/debian/control.d/generic-lpae
deleted file mode 100644
index df084ed..0000000
--- a/meta-source/debian/control.d/generic-lpae
+++ /dev/null
@@ -1,37 +0,0 @@ 
-Package: linux-headers-generic-lpae-lts-trusty
-Architecture: armhf
-Section: kernel
-Priority: optional
-Depends: ${misc:Depends}, linux-headers-${kernel-abi-version}-generic-lpae
-Description: Generic Linux kernel headers
- This metapackage will always depend on the latest generic-lpae 14.04 LTS kernel headers
- available.
-
-Package: linux-image-generic-lpae-lts-trusty
-Architecture: armhf
-Section: kernel
-Priority: optional
-Depends: ${misc:Depends}, linux-image-${kernel-abi-version}-generic-lpae, linux-firmware
-Description: Generic Linux kernel image
- This metapackage will always depend on the latest generic-lpae 14.04 LTS kernel image
- available.
-
-Package: linux-tools-generic-lpae-lts-trusty
-Architecture: armhf
-Section: metapackages
-Priority: optional
-Provides: linux-tools
-Depends: ${misc:Depends}, linux-tools-${kernel-abi-version}-generic-lpae
-Description: Generic Linux kernel tools
- This metapackage will always depend on the latest generic-lpae 14.04 LTS kernel tools
- available.
-
-Package: linux-generic-lpae-lts-trusty
-Architecture: armhf
-Section: kernel
-Priority: optional
-Depends: ${misc:Depends}, linux-image-generic-lpae-lts-trusty (= ${binary:Version}), linux-headers-generic-lpae-lts-trusty (= ${binary:Version})
-Description: Complete Generic Linux kernel and headers
- This metapackage will always depend on the latest complete generic-lpae 14.04 LTS Linux kernel
- and headers.
-
diff --git a/meta-source/debian/control.d/signed-generic b/meta-source/debian/control.d/signed-generic
deleted file mode 100644
index c93be43..0000000
--- a/meta-source/debian/control.d/signed-generic
+++ /dev/null
@@ -1,18 +0,0 @@ 
-Package: linux-signed-image-generic-lts-trusty
-Architecture: amd64
-Section: metapackages
-Priority: optional
-Depends: ${misc:Depends}, linux-signed-image-${kernel-abi-version}-generic, linux-firmware
-Description: Signed Generic Linux kernel image
- This metapackage will always depend on the latest generic 14.04 LTS kernel image
- available.  Signed with the Ubuntu EFI key.
-
-Package: linux-signed-generic-lts-trusty
-Architecture: amd64
-Section: metapackages
-Priority: optional
-Depends: ${misc:Depends}, linux-signed-image-generic-lts-trusty, linux-headers-generic-lts-trusty
-Description: Complete Signed Generic Linux kernel and headers
- This metapackage will always depend on the latest complete generic 14.04 LTS Linux kernel
- and headers.  Signed with the Ubuntu EFI key.
-
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 97e02b1..0000000
--- a/meta-source/debian/rules
+++ /dev/null
@@ -1,92 +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=precise
-
-# 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=$(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 's/RELEASE_NAME/$(RELEASE_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