aboutsummaryrefslogtreecommitdiffstats
path: root/debian/bin
diff options
context:
space:
mode:
authorBen Hutchings <ben@decadent.org.uk>2020-02-20 06:31:15 +0000
committerBen Hutchings <ben@decadent.org.uk>2020-02-20 06:37:50 +0000
commit17a06d1f4e5012352d6d693af3cb1f79f2ece4d1 (patch)
tree002d48355872bf64f3362ac67e55d948a1ce70a6 /debian/bin
parent752406071f4f9e62a9c06bcc6a324f212cfebff0 (diff)
downloadkernel_replicant_linux-17a06d1f4e5012352d6d693af3cb1f79f2ece4d1.tar.gz
kernel_replicant_linux-17a06d1f4e5012352d6d693af3cb1f79f2ece4d1.tar.bz2
kernel_replicant_linux-17a06d1f4e5012352d6d693af3cb1f79f2ece4d1.zip
debian/bin/gencontrol_signed.py: Update comment in write_changelog()
This comment hasn't matched the code since commit 47395473022a "Write a complete changelog to signing template".
Diffstat (limited to 'debian/bin')
-rwxr-xr-xdebian/bin/gencontrol_signed.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/bin/gencontrol_signed.py b/debian/bin/gencontrol_signed.py
index 2cec0286d8d9..c7984b1b11b1 100755
--- a/debian/bin/gencontrol_signed.py
+++ b/debian/bin/gencontrol_signed.py
@@ -246,9 +246,9 @@ class Gencontrol(Base):
self.write_files_json()
def write_changelog(self):
- # We need to insert a new version entry.
- # Take the distribution and urgency from the linux changelog, and
- # the base version from the changelog template.
+ # Copy the linux changelog, but:
+ # * Change the source package name and version
+ # * Insert a line to refer to refer to the linux source version
vars = self.vars.copy()
vars['source'] = self.changelog[0].source
vars['distribution'] = self.changelog[0].distribution