This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository activiz.net.
commit 25e12229de25429f5750ab366e8ea7928053ea7e Author: Andreas Tille <[email protected]> Date: Wed Jul 8 16:06:26 2015 +0200 debian/get-orig-source: use xz compressed tarball --- debian/changelog | 1 + debian/get-orig-source | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 5fcab77..5130c72 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ activiz.net (1:1.0~git20111214-3) UNRELEASED; urgency=medium * Add Corentin Desfarges to Uploaders as requested * Moved from SVN to Git * cme fix dpkg-control + * debian/get-orig-source: use xz compressed tarball -- Andreas Tille <[email protected]> Wed, 08 Jul 2015 15:49:50 +0200 diff --git a/debian/get-orig-source b/debian/get-orig-source index 7d32bfc..9559f4b 100755 --- a/debian/get-orig-source +++ b/debian/get-orig-source @@ -23,5 +23,5 @@ find ${FOLDER} -name Thumbs.db -delete #PDF file was generated from word document, cant ship that: rm ${FOLDER}/Documentation/UsersGuide.pdf -GZIP="--best --no-name" tar cfz activiz.net_$VERSION.orig.tar.gz activiz.net-$VERSION +tar --owner=root --group=root --mode=a+rX -caf activiz.net_$VERSION.orig.tar.xz activiz.net-$VERSION rm -rf ${FOLDER} -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/activiz.net.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
