[cod-tools] 55/142: trunk/ Removing PACKAGE.debian.tar.xz in 'make distclean' recipe.
Andrius Merkys
merkys-guest at moszumanska.debian.org
Mon Sep 25 13:44:17 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 35a2e6afdd4245fb5f3f64a83a23b622cceedffa
Author: Andrius Merkys <andrius.merkys at gmail.com>
Date: Fri Nov 25 07:03:54 2016 +0000
trunk/
Removing PACKAGE.debian.tar.xz in 'make distclean' recipe.
git-svn-id: svn+ssh://saulius-grazulis.lt/home/andrius/svn-repositories/cod-deb-packaging/trunk@55 26752c47-bcd6-4c9c-b022-347364b77eb5
---
MasterMakefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/MasterMakefile b/MasterMakefile
index d8e7b39..c572178 100644
--- a/MasterMakefile
+++ b/MasterMakefile
@@ -8,6 +8,7 @@ PKGNAME = ${PROJECT}-${VERSION}
ORIG_TAR_GZ = ${PROJECT}_${VERSION}.orig.tar.gz
DEBIAN_TAR_GZ = ${PROJECT}_${PKG_VERSION}.debian.tar.gz
+DEBIAN_TAR_XZ = ${PROJECT}_${PKG_VERSION}.debian.tar.xz
DEBUILD_OPTS =
@@ -45,5 +46,5 @@ unsigned:
cleanAll distclean:
rm -rf source ${PKGNAME} ${PROJECT}
- rm -f ${ORIG_TAR_GZ} ${DEBIAN_TAR_GZ}
+ rm -f ${ORIG_TAR_GZ} ${DEBIAN_TAR_GZ} ${DEBIAN_TAR_XZ}
rm -f *.deb *.dsc *.changes *.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