From ben at decadent.org.uk Fri Jan 6 23:10:42 2017 From: ben at decadent.org.uk (Ben Hutchings) Date: Fri, 6 Jan 2017 23:10:42 +0000 Subject: [Kernel-handbook-general] [PATCH 0/7] kernel-handbook: Preparation for stretch Message-ID: <20170106231042.GA3442@decadent.org.uk> This updates a few parts of the handbook so that it should accurately describe the Linux kernel packages in stretch. Unfortunately, after these changes the Japanese translation covers less than 80% of the "Debian kernel packages" chapter and it will be impossible to build the Japanese version. I can either reduce the threshold or disable building debian-kernel-handbook-ja until it's updated. Let me know if you spot any errors in these changes (or other parts of the handbook that are out of date). Ben. Ben Hutchings (7): Update "Disk space requirements" to reflect that debug info is enabled by default Remove mention of the "new packaging scheme" that is now 11 years old Correct description of meta-packages in "Debian kernel packages" chapter Add linux-signed and linux-image-*-unsigned to "Debian kernel packages" chapter Update a list of i386 flavours Correct the description of linux-support packages Describe linux-headers-*-common* as architecture-independent chapter-common-tasks.dbk | 9 ++---- chapter-packaging.dbk | 78 +++++++++++++++++++++++++++--------------------- debian/changelog | 9 ++++++ 3 files changed, 56 insertions(+), 40 deletions(-) -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 811 bytes Desc: Digital signature URL: From ben at decadent.org.uk Fri Jan 6 23:11:26 2017 From: ben at decadent.org.uk (Ben Hutchings) Date: Fri, 6 Jan 2017 23:11:26 +0000 Subject: [Kernel-handbook-general] [PATCH 1/7] Update "Disk space requirements" to reflect that debug info is enabled by default In-Reply-To: <20170106231042.GA3442@decadent.org.uk> References: <20170106231042.GA3442@decadent.org.uk> Message-ID: <20170106231126.GB3442@decadent.org.uk> Since the separate debug symbol suites were added, debug info is built for all architectures and flavours. --- chapter-common-tasks.dbk | 9 +++------ debian/changelog | 2 ++ 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/chapter-common-tasks.dbk b/chapter-common-tasks.dbk index 5e023ab6fb4f..3d7db141ec4e 100644 --- a/chapter-common-tasks.dbk +++ b/chapter-common-tasks.dbk @@ -63,12 +63,9 @@ Enter the source directory.
Disk space requirements -Building binary packages for a single kernel flavour with debug info enabled -(currently true for the 686-pae, amd64, -rt-686-pae, rt-amd64 and -s390x configurations) requires up to 10?GB space in the -package directory and 300?MB in /tmp (or -$TMPDIR). +Building binary packages for a single kernel flavour requires up to +10?GB space in the package directory and 300?MB in +/tmp (or $TMPDIR). Building with debug info disabled requires about 2?GB and 25?MB respectively. diff --git a/debian/changelog b/debian/changelog index a3bf9804cc85..d36a5ceab8de 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ kernel-handbook (1.0.18) UNRELEASED; urgency=medium * Fix spelling errors "neccessary" and "priviliged" (Closes: #818577) * Delete obsolete mention of rebuilding the linux-base package from "Simple patching and building" + * Update "Disk space requirements" to reflect that debug info is enabled by + default -- Ben Hutchings Fri, 18 Mar 2016 18:10:04 +0000 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 811 bytes Desc: Digital signature URL: From ben at decadent.org.uk Fri Jan 6 23:11:38 2017 From: ben at decadent.org.uk (Ben Hutchings) Date: Fri, 6 Jan 2017 23:11:38 +0000 Subject: [Kernel-handbook-general] [PATCH 2/7] Remove mention of the "new packaging scheme" that is now 11 years old In-Reply-To: <20170106231042.GA3442@decadent.org.uk> References: <20170106231042.GA3442@decadent.org.uk> Message-ID: <20170106231138.GC3442@decadent.org.uk> --- chapter-packaging.dbk | 14 +++++--------- debian/changelog | 1 + 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/chapter-packaging.dbk b/chapter-packaging.dbk index 1756a9d8b10c..8f1cf84e2d0b 100644 --- a/chapter-packaging.dbk +++ b/chapter-packaging.dbk @@ -5,15 +5,11 @@ Debian kernel packages
Source package -To ensure that the latest kernel version, containing all the essential bug and -security fixes is available on as many architectures as possible, starting with -2.6.12 the kernel team introduced a new packaging scheme. In it most of the -kernel-related binary packages are built from a single source package -linux. The -linux source package supports building of kernel images and -headers for all currently supported architectures. Subsequent sections of this -chapter document the naming and contents of the binary packages built from the -linux source package. +The linux source package supports building of +kernel images and headers for all currently supported architectures. +Subsequent sections of this chapter document the naming and contents +of the binary packages built from the linux source +package.
diff --git a/debian/changelog b/debian/changelog index d36a5ceab8de..7d04bc8c90b9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ kernel-handbook (1.0.18) UNRELEASED; urgency=medium "Simple patching and building" * Update "Disk space requirements" to reflect that debug info is enabled by default + * Remove mention of the "new packaging scheme" that is now 11 years old -- Ben Hutchings Fri, 18 Mar 2016 18:10:04 +0000 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 811 bytes Desc: Digital signature URL: From ben at decadent.org.uk Fri Jan 6 23:11:57 2017 From: ben at decadent.org.uk (Ben Hutchings) Date: Fri, 6 Jan 2017 23:11:57 +0000 Subject: [Kernel-handbook-general] [PATCH 3/7] Correct description of meta-packages in "Debian kernel packages" chapter In-Reply-To: <20170106231042.GA3442@decadent.org.uk> References: <20170106231042.GA3442@decadent.org.uk> Message-ID: <20170106231157.GD3442@decadent.org.uk> --- chapter-packaging.dbk | 9 +++++---- debian/changelog | 1 + 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/chapter-packaging.dbk b/chapter-packaging.dbk index 8f1cf84e2d0b..f5bb8b5f9d19 100644 --- a/chapter-packaging.dbk +++ b/chapter-packaging.dbk @@ -3,13 +3,14 @@ Debian kernel packages -
Source package +
Source packages The linux source package supports building of kernel images and headers for all currently supported architectures. +The linux-latest source package supports building of +meta-packages that depend on them. Subsequent sections of this chapter document the naming and contents -of the binary packages built from the linux source -package. +of the binary packages built from these source packages.
@@ -144,7 +145,7 @@ apt-get install linux-headers-$(uname -r) linux-headers[-featureset]-flavour -These virtual packages provide (via dependencies) the latest binary image and +These meta-packages provide (via dependencies) the latest binary image and matching set of header files (respectively) for a particular flavour. Example: linux-image-rt-686-pae diff --git a/debian/changelog b/debian/changelog index 7d04bc8c90b9..4c1962d90433 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ kernel-handbook (1.0.18) UNRELEASED; urgency=medium * Update "Disk space requirements" to reflect that debug info is enabled by default * Remove mention of the "new packaging scheme" that is now 11 years old + * Correct description of meta-packages in "Debian kernel packages" chapter -- Ben Hutchings Fri, 18 Mar 2016 18:10:04 +0000 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 811 bytes Desc: Digital signature URL: From ben at decadent.org.uk Fri Jan 6 23:12:10 2017 From: ben at decadent.org.uk (Ben Hutchings) Date: Fri, 6 Jan 2017 23:12:10 +0000 Subject: [Kernel-handbook-general] [PATCH 4/7] Add linux-signed and linux-image-*-unsigned to "Debian kernel packages" chapter In-Reply-To: <20170106231042.GA3442@decadent.org.uk> References: <20170106231042.GA3442@decadent.org.uk> Message-ID: <20170106231210.GE3442@decadent.org.uk> --- chapter-packaging.dbk | 13 +++++++++++++ debian/changelog | 2 ++ 2 files changed, 15 insertions(+) diff --git a/chapter-packaging.dbk b/chapter-packaging.dbk index f5bb8b5f9d19..716a9982229d 100644 --- a/chapter-packaging.dbk +++ b/chapter-packaging.dbk @@ -9,6 +9,8 @@ The linux source package supports building of kernel images and headers for all currently supported architectures. The linux-latest source package supports building of meta-packages that depend on them. +The linux-signed source package supports building +of signed kernel images and modules for some architectures. Subsequent sections of this chapter document the naming and contents of the binary packages built from these source packages. @@ -201,6 +203,17 @@ Directory containing the pre-built binary kernel modules. +linux-image-version-abiname[-featureset]-flavour-unsigned + + +This package contains the binary kernel image and pre-built binary modules for +a particular arch/featureset/flavour combination, that are meant to be signed +and copied into a package without the -unsigned suffix. +There is normally no need to install these packages. + + + + linux-libc-dev diff --git a/debian/changelog b/debian/changelog index 4c1962d90433..3350bbd4bce8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,8 @@ kernel-handbook (1.0.18) UNRELEASED; urgency=medium default * Remove mention of the "new packaging scheme" that is now 11 years old * Correct description of meta-packages in "Debian kernel packages" chapter + * Add linux-signed and linux-image-*-unsigned to "Debian kernel packages" + chapter -- Ben Hutchings Fri, 18 Mar 2016 18:10:04 +0000 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 811 bytes Desc: Digital signature URL: From ben at decadent.org.uk Fri Jan 6 23:12:32 2017 From: ben at decadent.org.uk (Ben Hutchings) Date: Fri, 6 Jan 2017 23:12:32 +0000 Subject: [Kernel-handbook-general] [PATCH 5/7] Update a list of i386 flavours In-Reply-To: <20170106231042.GA3442@decadent.org.uk> References: <20170106231042.GA3442@decadent.org.uk> Message-ID: <20170106231232.GF3442@decadent.org.uk> --- chapter-packaging.dbk | 4 ++-- debian/changelog | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/chapter-packaging.dbk b/chapter-packaging.dbk index 716a9982229d..b1060632f552 100644 --- a/chapter-packaging.dbk +++ b/chapter-packaging.dbk @@ -82,8 +82,8 @@ In order to build a working kernel with an extra featureset not provided by the upstream source, additional changes to the Debian kernel source are required. Again, multiple flavours of binary images may be built from the featureset tree. For example, the i386 architecture has a number of -different flavours, such as 486, 686-pae -and amd64, built from the common Debian kernel source. It +different flavours, such as 686 and +686-pae, built from the common Debian kernel source. It also contains the rt featureset. The source tree for building the kernels for each of these featuresets is obtained by applying additional patches to the Debian kernel source. It may be used to build the diff --git a/debian/changelog b/debian/changelog index 3350bbd4bce8..9fb8374d6745 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ kernel-handbook (1.0.18) UNRELEASED; urgency=medium * Correct description of meta-packages in "Debian kernel packages" chapter * Add linux-signed and linux-image-*-unsigned to "Debian kernel packages" chapter + * Update a list of i386 flavours -- Ben Hutchings Fri, 18 Mar 2016 18:10:04 +0000 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 811 bytes Desc: Digital signature URL: From ben at decadent.org.uk Fri Jan 6 23:12:43 2017 From: ben at decadent.org.uk (Ben Hutchings) Date: Fri, 6 Jan 2017 23:12:43 +0000 Subject: [Kernel-handbook-general] [PATCH 6/7] Correct the description of linux-support packages In-Reply-To: <20170106231042.GA3442@decadent.org.uk> References: <20170106231042.GA3442@decadent.org.uk> Message-ID: <20170106231243.GG3442@decadent.org.uk> They used to be used by linux-modules-{extra,contrib,nonfree}-2.6 to build OOT modules, but those were dropped before squeeze. --- chapter-packaging.dbk | 5 +++-- debian/changelog | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/chapter-packaging.dbk b/chapter-packaging.dbk index b1060632f552..f28d50ab0ccf 100644 --- a/chapter-packaging.dbk +++ b/chapter-packaging.dbk @@ -57,8 +57,9 @@ It is installed in linux-support-version-abiname -This package contains the support files for building of out-of-tree modules for -given version and abiname. +This package contains metadata from the linux +source package that is needed to prepare and build the other source +packages. diff --git a/debian/changelog b/debian/changelog index 9fb8374d6745..fb652a0e6467 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,7 @@ kernel-handbook (1.0.18) UNRELEASED; urgency=medium * Add linux-signed and linux-image-*-unsigned to "Debian kernel packages" chapter * Update a list of i386 flavours + * Correct the description of linux-support packages -- Ben Hutchings Fri, 18 Mar 2016 18:10:04 +0000 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 811 bytes Desc: Digital signature URL: From ben at decadent.org.uk Fri Jan 6 23:12:53 2017 From: ben at decadent.org.uk (Ben Hutchings) Date: Fri, 6 Jan 2017 23:12:53 +0000 Subject: [Kernel-handbook-general] [PATCH 7/7] Describe linux-headers-*-common* as architecture-independent In-Reply-To: <20170106231042.GA3442@decadent.org.uk> References: <20170106231042.GA3442@decadent.org.uk> Message-ID: <20170106231253.GH3442@decadent.org.uk> This is now the case for Linux 4.9 in experimental, and that change will be included in stretch. --- chapter-packaging.dbk | 35 +++++++++++++++++------------------ debian/changelog | 1 + 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/chapter-packaging.dbk b/chapter-packaging.dbk index f28d50ab0ccf..3b779889ff7f 100644 --- a/chapter-packaging.dbk +++ b/chapter-packaging.dbk @@ -63,6 +63,23 @@ packages. + +linux-headers-version-abiname-common[-featureset] + + +This package contains a common set of kernel headers for a particular +featureset (or no featureset). Together with the flavour-specific +linux-headers package it provides a full set of +kernel headers, suitable for building of out-of-tree modules. This +package should not normally be installed directly, but only as a +dependency of the flavour-specific headers package (see below). It +unpacks into the +/usr/src/linux-headers-version-abiname-common[-featureset] +directory. Before version 4.9 these packages were +architecture-dependent. + + +
@@ -106,24 +123,6 @@ together with a short description is given below.
-linux-headers-version-abiname-common[-featureset] - - -This package contains a common set of kernel headers for a particular -featureset (or arch, if featureset is empty). Together with the -flavour-specific linux-headers package it provides a full -set of kernel headers, suitable for building of out-of-tree modules. This -package should not normally be installed directly, but only as a dependency of -the flavour-specific headers package (see next description). It unpacks into -the -/usr/src/linux-headers-version-abiname-common[-featureset] -directory. - - - - - - linux-headers-version-abiname[-featureset]-flavour diff --git a/debian/changelog b/debian/changelog index fb652a0e6467..7818c9ee5fe6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,7 @@ kernel-handbook (1.0.18) UNRELEASED; urgency=medium chapter * Update a list of i386 flavours * Correct the description of linux-support packages + * Describe linux-headers-*-common* as architecture-independent -- Ben Hutchings Fri, 18 Mar 2016 18:10:04 +0000 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 811 bytes Desc: Digital signature URL: From ben at decadent.org.uk Tue Jan 17 21:26:18 2017 From: ben at decadent.org.uk (Ben Hutchings) Date: Tue, 17 Jan 2017 21:26:18 +0000 Subject: [Kernel-handbook-general] [PATCH 0/7] kernel-handbook: Preparation for stretch In-Reply-To: <20170106231042.GA3442@decadent.org.uk> References: <20170106231042.GA3442@decadent.org.uk> Message-ID: <1484688378.2998.64.camel@decadent.org.uk> On Fri, 2017-01-06 at 23:10 +0000, Ben Hutchings wrote: > This updates a few parts of the handbook so that it should accurately > describe the Linux kernel packages in stretch. > > Unfortunately, after these changes the Japanese translation covers > less than 80% of the "Debian kernel packages" chapter and it will be > impossible to build the Japanese version.??I can either reduce the > threshold or disable building debian-kernel-handbook-ja until it's > updated. I will reduce the translation threshold. > Let me know if you spot any errors in these changes (or other parts > of the handbook that are out of date). [...] I've now applied all these changes. Ben. -- Ben Hutchings We get into the habit of living before acquiring the habit of thinking. ??????????????????????????????????????????????????????????????- Albert Camus -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: This is a digitally signed message part URL: From ben at decadent.org.uk Tue Jan 17 21:28:08 2017 From: ben at decadent.org.uk (Ben Hutchings) Date: Tue, 17 Jan 2017 21:28:08 +0000 Subject: [Kernel-handbook-general] [PATCH 0/6] kernel-handbook: Further preparation for stretch Message-ID: <20170117212808.GI3442@decadent.org.uk> I've applied the following patches and uploaded kernel-handbook to unstable. There will still be opportunity to update the Japanese translation before release, but I'm hoping no other changes will be needed now. Ben. Ben Hutchings (6): Disable po4a-translate's check for minimum translation percentage Use debhelper compatibility level 9 debian/control: Update Standards-Version to 3.9.8; no changes needed Add .gitignore to ignore dpkg/debhelper temporaries Update copyright dates Prepare to release kernel-handbook (1.0.18). Makefile | 2 +- debian/.gitignore | 3 +++ debian/changelog | 8 ++++++-- debian/compat | 2 +- debian/control | 4 ++-- debian/copyright | 2 +- kernel-handbook.dbk | 2 +- po4a/kernel-handbook.ja.po | 4 ++-- version.ent | 4 ++-- 9 files changed, 19 insertions(+), 12 deletions(-) create mode 100644 debian/.gitignore -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 811 bytes Desc: Digital signature URL: From ben at decadent.org.uk Tue Jan 17 21:28:53 2017 From: ben at decadent.org.uk (Ben Hutchings) Date: Tue, 17 Jan 2017 21:28:53 +0000 Subject: [Kernel-handbook-general] [PATCH 1/6] Disable po4a-translate's check for minimum translation percentage In-Reply-To: <20170117212808.GI3442@decadent.org.uk> References: <20170117212808.GI3442@decadent.org.uk> Message-ID: <20170117212853.GJ3442@decadent.org.uk> --- Makefile | 2 +- debian/changelog | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 57aada1f3aac..c316cbfdd241 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ ja: mkdir -p kernel-handbook.ja.dbk ln -sf ../version.ent kernel-handbook.ja.dbk/ for src in $(SOURCES); do \ - po4a-translate -f docbook -m "$$src" -p po4a/kernel-handbook.ja.po -l kernel-handbook.ja.dbk/"$$src" || exit; \ + po4a-translate -f docbook -m "$$src" -p po4a/kernel-handbook.ja.po -k 0 -l kernel-handbook.ja.dbk/"$$src" || exit; \ done xmlto -o kernel-handbook.ja.html -m stylesheet.xsl html kernel-handbook.ja.dbk/kernel-handbook.dbk diff --git a/debian/changelog b/debian/changelog index 7818c9ee5fe6..c50e527d166f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,7 @@ kernel-handbook (1.0.18) UNRELEASED; urgency=medium * Update a list of i386 flavours * Correct the description of linux-support packages * Describe linux-headers-*-common* as architecture-independent + * Disable po4a-translate's check for minimum translation percentage -- Ben Hutchings Fri, 18 Mar 2016 18:10:04 +0000 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 811 bytes Desc: Digital signature URL: From ben at decadent.org.uk Tue Jan 17 21:29:01 2017 From: ben at decadent.org.uk (Ben Hutchings) Date: Tue, 17 Jan 2017 21:29:01 +0000 Subject: [Kernel-handbook-general] [PATCH 2/6] Use debhelper compatibility level 9 In-Reply-To: <20170117212808.GI3442@decadent.org.uk> References: <20170117212808.GI3442@decadent.org.uk> Message-ID: <20170117212901.GK3442@decadent.org.uk> --- debian/changelog | 1 + debian/compat | 2 +- debian/control | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index c50e527d166f..2289b34b3ef4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,7 @@ kernel-handbook (1.0.18) UNRELEASED; urgency=medium * Correct the description of linux-support packages * Describe linux-headers-*-common* as architecture-independent * Disable po4a-translate's check for minimum translation percentage + * Use debhelper compatibility level 9 -- Ben Hutchings Fri, 18 Mar 2016 18:10:04 +0000 diff --git a/debian/compat b/debian/compat index 7f8f011eb73d..ec635144f600 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +9 diff --git a/debian/control b/debian/control index aea621f15d34..24977fd74612 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: doc Priority: extra Maintainer: Debian kernel team Uploaders: Ben Hutchings , maximilian attems -Build-Depends: debhelper (>= 7.0.50~), xmlto, po4a +Build-Depends: debhelper (>= 9), xmlto, po4a Standards-Version: 3.9.1 Vcs-Browser: https://anonscm.debian.org/cgit/kernel-handbook/kernel-handbook.git Vcs-Git: https://anonscm.debian.org/git/kernel-handbook/kernel-handbook.git -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 811 bytes Desc: Digital signature URL: From ben at decadent.org.uk Tue Jan 17 21:29:12 2017 From: ben at decadent.org.uk (Ben Hutchings) Date: Tue, 17 Jan 2017 21:29:12 +0000 Subject: [Kernel-handbook-general] [PATCH 3/6] debian/control: Update Standards-Version to 3.9.8; no changes needed In-Reply-To: <20170117212808.GI3442@decadent.org.uk> References: <20170117212808.GI3442@decadent.org.uk> Message-ID: <20170117212911.GL3442@decadent.org.uk> --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 2289b34b3ef4..9dfff200c5fa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,7 @@ kernel-handbook (1.0.18) UNRELEASED; urgency=medium * Describe linux-headers-*-common* as architecture-independent * Disable po4a-translate's check for minimum translation percentage * Use debhelper compatibility level 9 + * debian/control: Update Standards-Version to 3.9.8; no changes needed -- Ben Hutchings Fri, 18 Mar 2016 18:10:04 +0000 diff --git a/debian/control b/debian/control index 24977fd74612..931019c971f6 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: extra Maintainer: Debian kernel team Uploaders: Ben Hutchings , maximilian attems Build-Depends: debhelper (>= 9), xmlto, po4a -Standards-Version: 3.9.1 +Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/cgit/kernel-handbook/kernel-handbook.git Vcs-Git: https://anonscm.debian.org/git/kernel-handbook/kernel-handbook.git -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 811 bytes Desc: Digital signature URL: From ben at decadent.org.uk Tue Jan 17 21:29:20 2017 From: ben at decadent.org.uk (Ben Hutchings) Date: Tue, 17 Jan 2017 21:29:20 +0000 Subject: [Kernel-handbook-general] [PATCH 4/6] Add .gitignore to ignore dpkg/debhelper temporaries In-Reply-To: <20170117212808.GI3442@decadent.org.uk> References: <20170117212808.GI3442@decadent.org.uk> Message-ID: <20170117212919.GM3442@decadent.org.uk> --- debian/.gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 debian/.gitignore diff --git a/debian/.gitignore b/debian/.gitignore new file mode 100644 index 000000000000..116f941e2c95 --- /dev/null +++ b/debian/.gitignore @@ -0,0 +1,3 @@ +/*.debhelper.log +/debhelper-build-stamp +/files -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 811 bytes Desc: Digital signature URL: From ben at decadent.org.uk Tue Jan 17 21:29:26 2017 From: ben at decadent.org.uk (Ben Hutchings) Date: Tue, 17 Jan 2017 21:29:26 +0000 Subject: [Kernel-handbook-general] [PATCH 5/6] Update copyright dates In-Reply-To: <20170117212808.GI3442@decadent.org.uk> References: <20170117212808.GI3442@decadent.org.uk> Message-ID: <20170117212926.GN3442@decadent.org.uk> --- debian/changelog | 1 + debian/copyright | 2 +- kernel-handbook.dbk | 2 +- po4a/kernel-handbook.ja.po | 4 ++-- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9dfff200c5fa..b5db36b50821 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,7 @@ kernel-handbook (1.0.18) UNRELEASED; urgency=medium * Disable po4a-translate's check for minimum translation percentage * Use debhelper compatibility level 9 * debian/control: Update Standards-Version to 3.9.8; no changes needed + * Update copyright dates -- Ben Hutchings Fri, 18 Mar 2016 18:10:04 +0000 diff --git a/debian/copyright b/debian/copyright index fc383d2c01a3..43ca9fd6a329 100644 --- a/debian/copyright +++ b/debian/copyright @@ -9,7 +9,7 @@ Author(s): Copyright: - Copyright 2005-2015 Debian Kernel Handbook Project + Copyright 2005-2017 Debian Kernel Handbook Project License: diff --git a/kernel-handbook.dbk b/kernel-handbook.dbk index 5547fd0bfb2c..8c9d00ed7a78 100644 --- a/kernel-handbook.dbk +++ b/kernel-handbook.dbk @@ -21,7 +21,7 @@ &date; -2005-2015Debian Kernel Handbook Project +2005-2017Debian Kernel Handbook Project This handbook is free software; you may redistribute it and/or modify it under diff --git a/po4a/kernel-handbook.ja.po b/po4a/kernel-handbook.ja.po index df9b14183d11..efefe509d7e9 100644 --- a/po4a/kernel-handbook.ja.po +++ b/po4a/kernel-handbook.ja.po @@ -39,10 +39,10 @@ msgstr "version &version;" #. type: Content of: #: kernel-handbook.dbk:21 msgid "" -"&date; 2005-2015Debian " +"&date; 2005-2017Debian " "Kernel Handbook Project" msgstr "" -"&date; 2005-2015Debian " +"&date; 2005-2017Debian " "Kernel Handbook Project" #. type: Content of: -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 811 bytes Desc: Digital signature URL: From ben at decadent.org.uk Tue Jan 17 21:29:34 2017 From: ben at decadent.org.uk (Ben Hutchings) Date: Tue, 17 Jan 2017 21:29:34 +0000 Subject: [Kernel-handbook-general] [PATCH 6/6] Prepare to release kernel-handbook (1.0.18). In-Reply-To: <20170117212808.GI3442@decadent.org.uk> References: <20170117212808.GI3442@decadent.org.uk> Message-ID: <20170117212934.GO3442@decadent.org.uk> --- debian/changelog | 4 ++-- version.ent | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index b5db36b50821..5ba4b82f1854 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -kernel-handbook (1.0.18) UNRELEASED; urgency=medium +kernel-handbook (1.0.18) unstable; urgency=medium * Fix spelling errors "neccessary" and "priviliged" (Closes: #818577) * Delete obsolete mention of rebuilding the linux-base package from @@ -17,7 +17,7 @@ kernel-handbook (1.0.18) UNRELEASED; urgency=medium * debian/control: Update Standards-Version to 3.9.8; no changes needed * Update copyright dates - -- Ben Hutchings Fri, 18 Mar 2016 18:10:04 +0000 + -- Ben Hutchings Tue, 17 Jan 2017 21:14:32 +0000 kernel-handbook (1.0.17) unstable; urgency=medium diff --git a/version.ent b/version.ent index 0f5d5aac24d8..beaa80893a20 100644 --- a/version.ent +++ b/version.ent @@ -1,2 +1,2 @@ - - + + -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 811 bytes Desc: Digital signature URL: