meta-source/0000755000000000000000000000000012234354651010175 5ustar meta-source/debian/0000755000000000000000000000000012304053654011414 5ustar meta-source/debian/compat0000664000000000000000000000000212277172566012631 0ustar 5 meta-source/debian/control0000664000000000000000000000445012304053654013024 0ustar Source: linux-meta-grouper Section: devel Priority: optional Maintainer: Ubuntu Kernel Team Standards-Version: 3.6.1 Build-Depends: dpkg (>= 1.13.19), debhelper (>= 5), gawk Vcs-Git: git://kernel.ubuntu.com/ubuntu/ubuntu-saucy-meta.git grouper Package: linux-headers-grouper Architecture: armhf Section: devel Priority: optional Depends: ${misc:Depends}, linux-headers-${kernel-abi-version}-grouper Description: Linux kernel headers for the Nexus7 (grouper). This package will always depend on the latest kernel headers available for Nexus7 (grouper). Package: linux-image-grouper Architecture: armhf Section: kernel Priority: optional Depends: ${misc:Depends}, linux-image-${kernel-abi-version}-grouper, linux-firmware Recommends: linux-firmware-grouper Description: Linux kernel image for the Nexus7 (grouper). This package will always depend on the latest kernel image available for Nexus7 (grouper). Package: linux-tools-grouper Architecture: armhf Section: kernel Depends: ${misc:Depends}, linux-grouper-tools-${kernel-abi-version} Description: Linux kernel versioned Tools for the Nexus7 (grouper) This package will always depend on the latest Linux kernel versioned tools available. The Ubuntu patches have been applied. Package: linux-grouper Architecture: armhf Section: kernel Priority: optional Depends: ${misc:Depends}, linux-image-grouper (= ${source:Version}), linux-headers-grouper (= ${source:Version}) Description: Complete Linux kernel for the Nexus7 (grouper). This package will always depend on the latest complete Linux kernel available for Nexus7 (grouper). Package: linux-headers-nexus7 Architecture: armhf Section: oldlibs Priority: optional Depends: ${misc:Depends}, linux-headers-grouper (= ${source:Version}) Description: Transitional package This package will always depend on linux-headers-grouper Package: linux-image-nexus7 Architecture: armhf Section: oldlibs Priority: optional Depends: ${misc:Depends}, linux-image-grouper (= ${source:Version}) Description: Transitional package This package will always depend on linux-image-grouper Package: linux-nexus7 Architecture: armhf Section: oldlibs Priority: optional Depends: ${misc:Depends}, linux-grouper (= ${source:Version}) Description: Transitional package This package will always depend on linux-grouper meta-source/debian/control.d/0000775000000000000000000000000012304053477013323 5ustar meta-source/debian/control.d/grouper0000664000000000000000000000402212304053477014727 0ustar Package: linux-headers-grouper Architecture: armhf Section: devel Priority: optional Depends: ${misc:Depends}, linux-headers-${kernel-abi-version}-grouper Description: Linux kernel headers for the Nexus7 (grouper). This package will always depend on the latest kernel headers available for Nexus7 (grouper). Package: linux-image-grouper Architecture: armhf Section: kernel Priority: optional Depends: ${misc:Depends}, linux-image-${kernel-abi-version}-grouper, linux-firmware Recommends: linux-firmware-grouper Description: Linux kernel image for the Nexus7 (grouper). This package will always depend on the latest kernel image available for Nexus7 (grouper). Package: linux-tools-grouper Architecture: armhf Section: kernel Depends: ${misc:Depends}, linux-grouper-tools-${kernel-abi-version} Description: Linux kernel versioned Tools for the Nexus7 (grouper) This package will always depend on the latest Linux kernel versioned tools available. The Ubuntu patches have been applied. Package: linux-grouper Architecture: armhf Section: kernel Priority: optional Depends: ${misc:Depends}, linux-image-grouper (= ${source:Version}), linux-headers-grouper (= ${source:Version}) Description: Complete Linux kernel for the Nexus7 (grouper). This package will always depend on the latest complete Linux kernel available for Nexus7 (grouper). Package: linux-headers-nexus7 Architecture: armhf Section: oldlibs Priority: optional Depends: ${misc:Depends}, linux-headers-grouper (= ${source:Version}) Description: Transitional package This package will always depend on linux-headers-grouper Package: linux-image-nexus7 Architecture: armhf Section: oldlibs Priority: optional Depends: ${misc:Depends}, linux-image-grouper (= ${source:Version}) Description: Transitional package This package will always depend on linux-image-grouper Package: linux-nexus7 Architecture: armhf Section: oldlibs Priority: optional Depends: ${misc:Depends}, linux-grouper (= ${source:Version}) Description: Transitional package This package will always depend on linux-grouper meta-source/debian/control.common0000664000000000000000000000042412304053477014313 0ustar Source: linux-meta-grouper Section: devel Priority: optional Maintainer: Ubuntu Kernel Team Standards-Version: 3.6.1 Build-Depends: dpkg (>= 1.13.19), debhelper (>= 5), gawk Vcs-Git: git://kernel.ubuntu.com/ubuntu/ubuntu-saucy-meta.git grouper meta-source/debian/rules0000775000000000000000000000415312304053477012504 0ustar #!/usr/bin/make -f # # debian/rules for kernel-source. # # GNU copyright 1997 to 1999 by Joey Hess. # Copyright (c) 1999-2004 Herbert Xu # Copyright (c) 2004 Jens Schmalzing # VERSION=$(shell dpkg-parsechangelog | sed -n 's/^Version: //p') 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];}') KERNEL_ABI_VERSION=$(KERNEL_VERSION)-$(KERNEL_ABI) VERSION_TRANS=$(shell echo "$(VERSION)" | awk -F. '{ OFS="."; $$4 = $$4 + 10; print }') 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 \ cat $$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) # 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 -N linux-headers-nexus7 -N linux-image-nexus7 -N linux-nexus7 -- $(gencontrol_flags) dh_gencontrol -p linux-headers-nexus7 -- $(gencontrol_flags) -v$(VERSION_TRANS) dh_gencontrol -p linux-image-nexus7 -- $(gencontrol_flags) -v$(VERSION_TRANS) dh_gencontrol -p linux-nexus7 -- $(gencontrol_flags) -v$(VERSION_TRANS) dh_md5sums -s dh_builddeb -s binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install meta-source/debian/changelog0000664000000000000000000000571412304053607013275 0ustar linux-meta-grouper (3.1.10.8.9) trusty; urgency=low * ABI: 3.1.10-8 -- Andy Whitcroft Fri, 28 Feb 2014 09:31:39 +0000 linux-meta-grouper (3.1.10.7.8) trusty; urgency=low * ABI: 3.1.10-7 * Fix tools to match standard for trusty. -- Andy Whitcroft Fri, 24 Jan 2014 16:44:12 +0000 linux-meta-grouper (3.1.10.6.7) saucy; urgency=low * ABI: 3.1.10-6 -- Tim Gardner Wed, 19 Jun 2013 08:45:42 -0600 linux-meta-grouper (3.1.10.5.6) saucy; urgency=low * ABI: 3.1.10-5 -- Tim Gardner Mon, 17 Jun 2013 13:23:16 -0600 linux-meta-grouper (3.1.10.4.5) saucy; urgency=low * ABI: 3.1.10-4 -- Tim Gardner Tue, 11 Jun 2013 11:56:11 -0600 linux-meta-grouper (3.1.10.3.4) saucy; urgency=low * Added linux-grouper-tools meta package -- Tim Gardner Fri, 07 Jun 2013 11:03:01 -0600 linux-meta-grouper (3.1.10.3.3) saucy; urgency=low * ABI: 3.1.10-3 -- Tim Gardner Wed, 29 May 2013 14:17:25 -0600 linux-meta-grouper (3.1.10.2.2) saucy; urgency=low * ABI: 3.1.10-2 -- Tim Gardner Fri, 17 May 2013 08:09:26 -0600 linux-meta-grouper (3.1.10.1.1) saucy; urgency=low * switch naming to grouper. -- Andy Whitcroft Thu, 02 May 2013 22:15:33 +0100 linux-meta-nexus7 (3.1.10.10.17) raring; urgency=low * ABI: 3.1.10-10 -- Tim Gardner Tue, 26 Mar 2013 11:04:23 -0600 linux-meta-nexus7 (3.1.10.9.16) raring; urgency=low * ABI: 3.1.10-9 -- Andy Whitcroft Tue, 29 Jan 2013 11:28:09 +0000 linux-meta-nexus7 (3.1.10.8.15) raring; urgency=low * Change sections to devel/kernel to match the archive (LP: #1074787) * Make linux-nexus7 depend on linux-headers-nexus7, like with master. -- Adam Conrad Thu, 20 Dec 2012 21:18:53 -0700 linux-meta-nexus7 (3.1.10.8.14) raring; urgency=low * Added a Vcs-Git URL Vcs-Git: git://kernel.ubuntu.com/ubuntu/ubuntu-raring-meta.git nexus7 -- Tim Gardner Wed, 05 Dec 2012 07:42:12 -0700 linux-meta-nexus7 (3.1.10.8.13) raring; urgency=low * Make linux-image-nexus7 recommend linux-firmware-nexus7. -- Adam Conrad Wed, 05 Dec 2012 05:23:44 -0700 linux-meta-nexus7 (3.1.10.8.12) raring; urgency=low * Ubuntu-3.1.10-8.14 -- Tim Gardner Thu, 15 Nov 2012 10:15:10 -0700 linux-meta-nexus7 (3.1.10.7.11) quantal; urgency=low * Ubuntu-3.1.10-7.11 -- Jani Monoses Wed, 07 Nov 2012 00:10:36 +0200 linux-meta-nexus7 (3.1.10.7.10) quantal; urgency=low * Ubuntu-3.1.10-7.10 -- Jani Monoses Thu, 01 Nov 2012 10:08:22 +0200 linux-meta-nexus7 (3.1.10.6.8) quantal; urgency=low * Ubuntu-3.1.10-6.8 -- Jani Monoses Mon, 29 Oct 2012 17:17:06 +0200 meta-source/debian/copyright0000664000000000000000000000307612277172566013374 0ustar This is the Debian GNU/Linux prepackaged version of the Linux kernel. Linux was written by Linus Torvalds and others. This package was put together by Simon Shapiro , 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 from March 1997 to May 2004. This package was maintained by the Debian Kernel Team This package was split off by Herbert Xu 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'.