[cod-tools] 11/142: trunk/ Modifying the MasterMakefile to use the original project name for the generation of the package, required at least by cexceptions.

Andrius Merkys merkys-guest at moszumanska.debian.org
Mon Sep 25 13:44:11 UTC 2017


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

merkys-guest pushed a commit to branch master
in repository cod-tools.

commit 1eb6a54e3f6b6b2a71308224cff770600b7e44be
Author: Andrius Merkys <andrius.merkys at gmail.com>
Date:   Wed Oct 26 08:56:12 2016 +0000

    trunk/
    Modifying the MasterMakefile to use the original project name for the
    generation of the package, required at least by cexceptions.
    
    
    git-svn-id: svn+ssh://saulius-grazulis.lt/home/andrius/svn-repositories/cod-deb-packaging/trunk@11 26752c47-bcd6-4c9c-b022-347364b77eb5
---
 MasterMakefile | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/MasterMakefile b/MasterMakefile
index e30cc90..6010d08 100644
--- a/MasterMakefile
+++ b/MasterMakefile
@@ -18,10 +18,11 @@ ${DEBIAN_TAR_GZ}: source
 	mv source ${PKGNAME}
 	tar -c ${PKGNAME} | gzip > ${ORIG_TAR_GZ}
 	rsync -av --exclude .svn --exclude \*~ debian ${PKGNAME}
-	(cd ${PKGNAME}; debuild -S)
-	rm -rf ${PKGNAME}
+	mv ${PKGNAME} ${PROJECT}
+	(cd ${PROJECT}; debuild)
+	rm -rf ${PROJECT}
 
 cleanAll distclean:
-	rm -rf source ${PKGNAME}
+	rm -rf source ${PKGNAME} ${PROJECT}
 	rm -f ${ORIG_TAR_GZ} ${DEBIAN_TAR_GZ}
 	rm -f *.dsc *_source.changes *_source.build

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/cod-tools.git



More information about the debian-science-commits mailing list