summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2021-01-03 16:37:41 -0800
committerVagrant Cascadian <vagrant@debian.org>2021-01-03 17:45:08 -0800
commita4eb668cd2e46f05ccd12d83a0bb338ffad77768 (patch)
treebc6cff3be8976dbdf6897343e77a60c36b8f73f4
parentc286bae5bb0958bc663e75d19ca496a0a6b0b719 (diff)
debian/rules: Copy upstream changelog during build.
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 4741e70..2c66920 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,7 @@ VERSION:
echo $(DEB_VERSION_UPSTREAM) > VERSION
changelog:
- touch changelog
+ cp changelog.upstream changelog
update-upstream-changelog:
# Needs to be run manually upon new upstream versions