- 26 Feb, 2016 40 commits
-
-
Tim Gardner authored
BugLink: http://bugs.launchpad.net/bugs/1134441Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
-
Andy Whitcroft authored
BugLink: http://bugs.launchpad.net/bugs/1257715Signed-off-by: Andy Whitcroft <apw@canonical.com> Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
-
Tim Gardner authored
BugLink: http://bugs.launchpad.net/bugs/1253155 Adding a GNU debug link to a module ELF destroys the module signature, so re-sign the module file after the objcopy. objcopy --add-gnu-debuglink=$(dbgpkgdir)/usr/lib/debug/$$module $(pkgdir)/$$module; scripts/sign-file $(CONFIG_MODULE_SIG_HASH) $(MODSECKEY) $(MODPUBKEY) $(pkgdir)/$$module; Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
-
Andy Whitcroft authored
BugLink: http://bugs.launchpad.net/bugs/1205284Signed-off-by: Andy Whitcroft <apw@canonical.com>
-
Andy Whitcroft authored
Signed-off-by: Andy Whitcroft <apw@canonical.com>
-
Andy Whitcroft authored
http://bugs.launchpad.net/bugs/1248053Signed-off-by: Andy Whitcroft <apw@canonical.com>
-
Andy Whitcroft authored
When the symlinks are made we attempt to use relative links if that would work. However this relies on the file we are making the link to to actually exist. When it does not we fall back to absolute. This impacts the initrd links which are made before we make the initrd itself. When the caller has asked us to use a specific handle file and that file does not yet exist, see if there are any other files we can use in that directory. In the common case this will be a version specific file and highly unique. BugLink: http://bugs.launchpad.net/bugs/1248053Signed-off-by: Andy Whitcroft <apw@canonical.com>
-
Tim Gardner authored
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
-
Tim Gardner authored
BugLink: http://bugs.launchpad.net/bugs/1213282Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
-
Kamal Mostafa authored
BugLink: http://bugs.launchpad.net/bugs/1158668 New Build-depends: libpci-dev Adds to binary package "linux-tools-$(abi_version)" /usr/bin/cpupower_$(abi_version) /usr/lib/libcpupower.so.$(abi_version) Adds to binary package "linux-tools-common" /usr/bin/cpupower /usr/share/man/man1/cpupower-set.1.gz /usr/share/man/man1/cpupower-frequency-set.1.gz /usr/share/man/man1/cpupower-frequency-info.1.gz /usr/share/man/man1/cpupower-monitor.1.gz /usr/share/man/man1/cpupower-info.1.gz /usr/share/man/man1/cpupower-idle-info.1.gz /usr/share/man/man1/cpupower.1.gz Signed-off-by: Kamal Mostafa <kamal@canonical.com> Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
-
Andy Whitcroft authored
Signed-off-by: Andy Whitcroft <apw@canonical.com> Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
-
Andy Whitcroft authored
autopkgtest control Depends: as empty now seems to be an error, we want to say 'install nothing' so switch it to depend on packages which by definition are always installed. Signed-off-by: Andy Whitcroft <apw@canonical.com>
-
Andy Whitcroft authored
If we do not supply an installation prefix when we are building perf it will assume it is designed to run relative to the builders HOME. This means that as built on a buildd we will check for the system configuration relative to the buildd users home rather than in /etc. This implies a local user could use this to compromise other users _if_ there is a buildd user installed on the system and they have access to it. CVE-2013-1060 BugLink: http://bugs.launchpad.net/bugs/1206200Signed-off-by: Andy Whitcroft <apw@canonical.com>
-
Andy Whitcroft authored
Explicitly reference gawk in all rules files. Fixes FTBS on the buildds. Signed-off-by: Andy Whitcroft <apw@canonical.com> Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
-
Andy Whitcroft authored
Signed-off-by: Andy Whitcroft <apw@canonical.com>
-
Tim Gardner authored
BugLink: http://bugs.launchpad.net/bugs/1193172Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
-
Tim Gardner authored
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
-
Tim Gardner authored
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
-
Tim Gardner authored
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
-
Andy Whitcroft authored
Build a nice little meta package for use in the seeds. Signed-off-by: Andy Whitcroft <apw@canonical.com>
-
Tim Gardner authored
BugLink: http://bugs.launchpad.net/bugs/1192759 Rely on dh_strip to strip any binaries for the host arch instead of using install -s Signed-off-by: Steve Langasek <steve.langasek@canonical.com> Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
-
Tim Gardner authored
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
-
Andy Whitcroft authored
BugLink: http://bugs.launchpad.net/bugs/1165259Signed-off-by: Andy Whitcroft <apw@canonical.com>
-
Stefan Bader authored
When splitting the flavours of a module into the extras and base package, we already run depmod. Unfortunately this only produces warnings when modules in the base package have unresolved depen- dencies. This change will abort the build in that case, so we can fix things. BugLink: http://bugs.launchpad.net/bugs/1166197Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
-
Tim Gardner authored
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
-
Kamal Mostafa authored
Trying to use a file from ../ outside the tree seems like a bad idea, and the series="oneiric" value here is stale by three releases now. Kill this apparently unused "feature". Signed-off-by: Kamal Mostafa <kamal@canonical.com> Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
-
Tim Gardner authored
Disable building perl libraries until such time as they are actually packaged. Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
-
Tim Gardner authored
Avoid a build dependency on python. Don't build python support libraries since they aren't actually packaged. Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
-
Tim Gardner authored
An unwanted side effect of renaming arm omap4 to generic is that the default rule is to create an extras package for flavours named 'generic'. Furthermore, We stupidly tied the extras package logic to the flavour name 'generic'. Defeat this side effect by specifying which architectures get an extras package split, e.g., x86_64 and i386 in the arch specific make file. Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
-
Tim Gardner authored
BugLink: http://bugs.launchpad.net/bugs/1112442Signed-off-by: Herton Krzesinski <herton.krzesinski@canonical.com> Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
-
Paolo Pisati authored
Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com> Acked-by: Andy Whitcroft <andy.whitcroft@canonical.com> Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
-
Tim Gardner authored
Fixes FTBS until libaudit-dev is promoted to main. Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
-
Andy Whitcroft authored
Signed-off-by: Andy Whitcroft <apw@canonical.com>
-
Tim Gardner authored
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
-
Tim Gardner authored
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
-
Tim Gardner authored
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
-
Tim Gardner authored
The kernel makefile appears to have parallel dependency problems for the install_headers target. Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
-
Andy Whitcroft authored
The plan here is for linux, gcc, binutils, and eglibc to all depends on each other and to all have a rebuild test. That way the entire set is rebuild tested for any one in the set being uploaded. BugLink: http://bugs.launchpad.net/bugs/1081500Signed-off-by: Andy Whitcroft <apw@canonical.com>
-
Andy Whitcroft authored
The new Debian autopkgtest system takes ownership of the debian/tests directory, in such a way that is incompatible with our usage. Move our tests to debian/tests-build as they are build tests. BugLink: http://bugs.launchpad.net/bugs/1081500Signed-off-by: Andy Whitcroft <apw@canonical.com>
-
Andy Whitcroft authored
Add support for the DEB_BUILD_OPTIONS rebuild-test which indicates this is not a full build but a quick smoke test. For us short circuit the build and only make the first flavour on the assumption it is representative of the others. BugLink: http://bugs.launchpad.net/bugs/1081500Signed-off-by: Andy Whitcroft <apw@canonical.com>
-