~ubuntu-branches/ubuntu/raring/linux-nexus7/raring-proposed

« back to all changes in this revision

Viewing changes to debian.linaro/control.d/flavour-control.stub

  • Committer: Package Import Robot
  • Author(s): Tim Gardner, Andy Whitcroft, Erez Zadok, Miklos Szeredi, Neil Brown, Paolo Pisati, Tim Gardner
  • Date: 2013-02-27 11:55:02 UTC
  • Revision ID: package-import@ubuntu.com-20130227115502-979tupqdiwnd6bob
Tags: 3.1.10-10.28
[ Andy Whitcroft ]

* ubuntu: overlayfs -- overlayfs: add statfs support
  - LP: #1076317
* ubuntu: overlayfs -- overlayfs: apply device cgroup and security
  permissions to overlay files
  - LP: #1076317, #915941, #918212
  - CVE-2012-0055
* [packaging] Rename from linaro to nexus7 -- part 2

[ Erez Zadok ]

* ubuntu: overlayfs -- overlayfs: implement show_options
  - LP: #1076317

[ Miklos Szeredi ]

* ubuntu: overlayfs -- vfs: pass struct path to __dentry_open()
  - LP: #1076317
* ubuntu: overlayfs -- vfs: add i_op->open()
  - LP: #1076317
* ubuntu: overlayfs -- vfs: export do_splice_direct() to modules
  - LP: #1076317
* ubuntu: overlayfs -- vfs: introduce clone_private_mount()
  - LP: #1076317
* ubuntu: overlayfs -- overlay filesystem
  - LP: #1076317
* ubuntu: overlayfs -- fs: limit filesystem stacking depth
  - LP: #1076317

[ Neil Brown ]

* ubuntu: overlayfs -- overlay: overlay filesystem documentation
  - LP: #1076317

[ Paolo Pisati ]

* [Config] OVERLAYFS_FS=m
  - LP: #1076317
* SAUCE: compilation fix for missing symbols
  - LP: #1076317

[ Tim Gardner ]

* Rebased against git://phablet.ubuntu.com/CyanogenMod/android_kernel_asus_grouper.git phablet-10.1
* Updated configs to be more device consistent with
  arch/arm/configs/cyanogenmod_grouper_defconfig
  https://wiki.ubuntu.com/Touch/Porting#Kernel
  http://phablet.ubuntu.com/gitweb?p=CyanogenMod/android_kernel_asus_grouper.git;a=shortlog;h=refs/heads/phablet-10.1
* Pull config changes from git://phablet.ubuntu.com/CyanogenMod/android_kernel_asus_grouper.git phablet-10.1
  CONFIG_NAMESPACES=y
  CONFIG_UTS_NS=y
  CONFIG_IPC_NS=y
  CONFIG_USER_NS=y
  CONFIG_PID_NS=y
  CONFIG_NET_NS=y
  CONFIG_DEVTMPFS=y
  CONFIG_DEVPTS_MULTIPLE_INSTANCES=y
  CONFIG_DNOTIFY=y
  CONFIG_FANOTIFY=y
  CONFIG_FANOTIFY_ACCESS_PERMISSIONS=y
  ONFIG_ANDROID_PARANOID_NETWORK=n
  ONFIG_DEVPTS_MULTIPLE_INSTANCES=y
  CONFIG_SYSVIPC=y
* [packaging] Rename from linaro to nexus7

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Items that get replaced:
2
 
# FLAVOUR
3
 
# DESC
4
 
# ARCH
5
 
# SUPPORTED
6
 
# TARGET
7
 
# BOOTLOADER
8
 
# =PROVIDES=
9
 
#
10
 
# Items marked with =FOO= are optional
11
 
#
12
 
# This file describes the template for packages that are created for each flavour
13
 
# in debian/control.d/vars.*
14
 
#
15
 
# This file gets edited in a couple of places. See the debian/control.stub rule in
16
 
# debian/rules. PGGVER, ABINUM, and SRCPKGNAME are all converted in the
17
 
# process of creating debian/control.
18
 
#
19
 
# The flavour specific strings (ARCH, DESC, etc) are converted using values from the various
20
 
# flavour files in debian/control.d/vars.*
21
 
#
22
 
# XXX: Leave the blank line before the first package!!
23
 
 
24
 
Package: linux-image-PKGVER-ABINUM-FLAVOUR
25
 
Architecture: ARCH
26
 
Section: admin
27
 
Priority: optional
28
 
Pre-Depends: dpkg (>= 1.10.24)
29
 
#Provides: linux-image, linux-image-2.6, fuse-module, =PROVIDES=
30
 
Depends: ${misc:Depends}, ${shlibs:Depends}, initramfs-tools (>= 0.36ubuntu6), coreutils | fileutils (>= 4.0), module-init-tools (>= 3.3-pre11-4ubuntu3), wireless-crda
31
 
Conflicts: hotplug (<< 0.0.20040105-1)
32
 
Recommends: BOOTLOADER
33
 
Suggests: fdutils, SRCPKGNAME-doc-PKGVER | SRCPKGNAME-source-PKGVER, SRCPKGNAME-tools
34
 
Description: Linux kernel image for version PKGVER on DESC
35
 
 This package contains the Linux kernel image for version PKGVER on
36
 
 DESC.
37
 
 .
38
 
 Also includes the corresponding System.map file, the modules built by the
39
 
 packager, and scripts that try to ensure that the system is not left in an
40
 
 unbootable state after an update.
41
 
 .
42
 
 Supports SUPPORTED processors.
43
 
 .
44
 
 TARGET
45
 
 .
46
 
 You likely do not want to install this package directly. Instead, install
47
 
 the linux-FLAVOUR meta-package, which will ensure that upgrades work
48
 
 correctly, and that supporting packages are also installed.
49
 
 
50
 
Package: linux-headers-PKGVER-ABINUM-FLAVOUR
51
 
Architecture: ARCH
52
 
Section: devel
53
 
Priority: optional
54
 
Depends: ${misc:Depends}, coreutils | fileutils (>= 4.0), linux-headers-PKGVER-ABINUM, ${shlibs:Depends}
55
 
#Provides: SRCPKGNAME-headers, SRCPKGNAME-headers-2.6
56
 
Description: Linux kernel headers for version PKGVER on DESC
57
 
 This package provides kernel header files for version PKGVER on
58
 
 DESC.
59
 
 .
60
 
 This is for sites that want the latest kernel headers.  Please read
61
 
 /usr/share/doc/SRCPKGNAME-headers-PKGVER-ABINUM/debian.README.gz for details.
62
 
 
63
 
Package: linux-image-PKGVER-ABINUM-FLAVOUR-dbgsym
64
 
Architecture: ARCH
65
 
Section: devel
66
 
Priority: optional
67
 
Depends: ${misc:Depends}
68
 
Provides: linux-debug
69
 
Description: Linux kernel debug image for version PKGVER on DESC
70
 
 This package provides a kernel debug image for version PKGVER on
71
 
 DESC.
72
 
 .
73
 
 This is for sites that wish to debug the kernel.
74
 
 .
75
 
 The kernel image contained in this package is NOT meant to boot from. It
76
 
 is uncompressed, and unstripped. This package also includes the
77
 
 unstripped modules.