[Cryptech-Commits] [user/sra/alpha-releng/omnibus] branch master updated: Make sure we regenerate the changelog when generating a new source package.

git at cryptech.is git at cryptech.is
Wed Jun 29 17:43:51 UTC 2016


This is an automated email from the git hooks/post-receive script.

sra at hactrn.net pushed a commit to branch master
in repository user/sra/alpha-releng/omnibus.

The following commit(s) were added to refs/heads/master by this push:
       new  b1e0f38   Make sure we regenerate the changelog when generating a new source package.
b1e0f38 is described below

commit b1e0f384a6c73eb9df5d353bb042823847fa82cc
Author: Rob Austein <sra at hactrn.net>
AuthorDate: Wed Jun 29 13:40:49 2016 -0400

    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(-)

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
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Commits mailing list