This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository abego-treelayout.
commit e2a0b057a6de36cd880ae4bee5cf28b4d6993c1e Author: Emmanuel Bourg <[email protected]> Date: Tue Mar 29 16:38:14 2016 +0200 Remove the website files from the upstream tarball --- debian/changelog | 1 + debian/orig-tar.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index ed3a172..0463289 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ abego-treelayout (1.0.2-2) UNRELEASED; urgency=medium * Build with the DH sequencer instead of CDBS * Standards-Version updated to 3.9.7 (no changes) * Use a secure Vcs-Git URL + * Remove the website files from the upstream tarball -- Emmanuel Bourg <[email protected]> Tue, 29 Mar 2016 16:24:36 +0200 diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh index 6b8a84f..e3c6522 100755 --- a/debian/orig-tar.sh +++ b/debian/orig-tar.sh @@ -16,5 +16,6 @@ XZ_OPT=--best tar -c -v -J -f $TAR -C $DIR \ --exclude '.project' \ --exclude 'nbproject' \ --exclude 'doc/*' \ + --exclude 'src/website' \ $DIR rm -Rf $DIR -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/abego-treelayout.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

