summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManoj Srivastava <srivasta@debian.org>2016-01-13 22:33:20 -0800
committerManoj Srivastava <srivasta@debian.org>2016-01-13 22:39:27 -0800
commit2d8e92a0b614ac1e1e695bb9ac12a7f5f545965b (patch)
treeb57e3be64ae1261620966118ff2b3575f0bf0422
parent8e190a04b793abc08ea682b8713993256577add4 (diff)
[master]: A new bug fixing releasedebian/13.016
Reinstall a symlink for examples in usr/share/doc from /usr/share. dpkg did not linke converting from a symlink to a dir copy. Signed-off-by: Manoj Srivastava <srivasta@debian.org>
-rw-r--r--Makefile3
-rw-r--r--debian/changelog14
-rw-r--r--debian/control2
-rw-r--r--debian/kernel-common.examples2
-rw-r--r--debian/kernel-common.links1
5 files changed, 18 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 1fb58c3..5fc8c9d 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,8 @@ MAN1DIR = $(prefix)/usr/share/man/man1
MAN5DIR = $(prefix)/usr/share/man/man5
MAN8DIR = $(prefix)/usr/share/man/man8
-version := $(shell dpkg-parsechangelog --show-field Version)
+version := $(strip $(shell LC_ALL=C dpkg-parsechangelog | \
+ egrep '^Version:' | cut -f 2 -d ' '))
BASH_DIR:= $(prefix)/etc/bash_completion.d
diff --git a/debian/changelog b/debian/changelog
index 4ac7bba..dc9387d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+kernel-package (13.016) unstable; urgency=high
+
+ * New bug fixing release
+ * Bug fix: "sample.module.control.dpkg-new missing", thanks to Adam
+ Borowski. dpkg does not like converting a link to a directory.
+ (Closes: #810901).
+ * Bug fix: "Description refers to wrong file name", thanks to Ben Harris
+ (Closes: #766107).
+ * Bug fix: "Wheezy compatibility: &quot;dpkg-parsechangelog
+ --show-field&quot; unsupported", thanks to Sven-Haegar Koch. Used
+ suggested change (Closes: #779309).
+
+ -- Manoj Srivastava <srivasta@debian.org> Wed, 13 Jan 2016 22:32:26 -0800
+
kernel-package (13.015) unstable; urgency=low
* Updated the Copyright file to machine readable format
diff --git a/debian/control b/debian/control
index 0e2b76a..24216a2 100644
--- a/debian/control
+++ b/debian/control
@@ -23,7 +23,7 @@ Description: utility for building Linux kernel related Debian packages
meaner kernel. It also scripts the steps that need be taken to
compile the kernel, which is quite convenient (forgetting a crucial
step once was the initial motivation for this package). Please look at
- /usr/share/doc/kernel-package/Rationale.gz for a full list of advantages
+ /usr/share/doc/kernel-package/Rationale for a full list of advantages
of this package.
Package: kernel-common
diff --git a/debian/kernel-common.examples b/debian/kernel-common.examples
deleted file mode 100644
index 4eebabb..0000000
--- a/debian/kernel-common.examples
+++ /dev/null
@@ -1,2 +0,0 @@
-kernel/examples/etc
-kernel/examples/sample.module.control
diff --git a/debian/kernel-common.links b/debian/kernel-common.links
new file mode 100644
index 0000000..ec75179
--- /dev/null
+++ b/debian/kernel-common.links
@@ -0,0 +1 @@
+usr/share/kernel-common/examples usr/share/doc/kernel-common/examples