From b1e0f384a6c73eb9df5d353bb042823847fa82cc Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Wed, 29 Jun 2016 13:40:49 -0400 Subject: 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. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3