aboutsummaryrefslogtreecommitdiffstats
path: root/debian/templates/control.docs.in
diff options
context:
space:
mode:
authorBen Hutchings <ben@decadent.org.uk>2018-04-29 18:36:20 +0100
committerBen Hutchings <ben@decadent.org.uk>2018-04-29 21:19:11 +0100
commit114088708f0ff1387a494c4e05682e17f2685f28 (patch)
treee6bb1718c4ddd638ca300bbef13994d597dea38f /debian/templates/control.docs.in
parent7b34ddf467b069a9049568018c6b684a7e70a4a9 (diff)
downloadkernel_replicant_linux-114088708f0ff1387a494c4e05682e17f2685f28.tar.gz
kernel_replicant_linux-114088708f0ff1387a494c4e05682e17f2685f28.tar.bz2
kernel_replicant_linux-114088708f0ff1387a494c4e05682e17f2685f28.zip
Fix linux-doc, linux-manual, linux-source, linux-support package names
We don't want to include "-4.9" in them twice. Add a "source_basename" template variable that excludes any version suffix in the source package name. (cherry picked from commit f3c51efdd6e9d0ce32ee5a0f998fdcda930a715c) For master, nothing is immediately broken without this. Also we have no longer build a linux-manual package. Change the changelog text accordingly.
Diffstat (limited to 'debian/templates/control.docs.in')
-rw-r--r--debian/templates/control.docs.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/templates/control.docs.in b/debian/templates/control.docs.in
index 30e55def9ce2..827b1eccc38b 100644
--- a/debian/templates/control.docs.in
+++ b/debian/templates/control.docs.in
@@ -1,4 +1,4 @@
-Package: @source_package@-doc-@version@
+Package: @source_basename@-doc-@version@
Build-Profiles: <!stage1>
Architecture: all
Depends: ${misc:Depends}
@@ -11,4 +11,3 @@ Description: Linux kernel specific documentation for version @version@
notes and the like. Consult the file
/usr/share/doc/linux-doc-@version@/Documentation/00-INDEX
for the detailed description of the contents.
-