aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2016-06-29 13:40:49 -0400
committerRob Austein <sra@hactrn.net>2016-06-29 13:40:49 -0400
commitb1e0f384a6c73eb9df5d353bb042823847fa82cc (patch)
treec8b7b0d7b073b8bbb37a3ee1bb1de8b382a03f89 /Makefile
parent13143a84e45f06728db7f6a0722098eb01b3a236 (diff)
Make sure we regenerate the changelog when generating a new source package.
In the long run, once this stablizes into a normal set of Debian packages with human maintainer(s), this business of constructing the package changelog automatically will go away, but as long as we're automating this, we need to be consistant in our automation.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4d3900b..b4ae170 100644
--- a/Makefile
+++ b/Makefile
@@ -76,7 +76,7 @@ tamper:
${MAKE} -C $(dir ${TAMPER})
dsc:
- rm -f ${PACKAGE_NAME}_*.dsc ${PACKAGE_NAME}_*.tar.xz ${PACKAGE_NAME}_*_source.build ${PACKAGE_NAME}_*_source.changes
+ rm -f source/debian/changelog ${PACKAGE_NAME}_*.dsc ${PACKAGE_NAME}_*.tar.xz ${PACKAGE_NAME}_*_source.build ${PACKAGE_NAME}_*_source.changes
cd source; ${DCH}
cd source; debuild -S -uc -us