This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository libjide-oss-java.
commit 898ef409e3c7b44109358875ad034da35cc697e6 Author: Markus Koschany <[email protected]> Date: Sun Aug 4 12:53:15 2013 +0200 Add $DTYPE variable again --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 70e23c7..d62c30d 100755 --- a/debian/rules +++ b/debian/rules @@ -33,5 +33,5 @@ $(PKG)_$(VER).orig.tar.xz: .git/ @echo "# Packing..." find -L "$(PKG)-$(VER)" -xdev -type f -print | sort \ - | XZ_OPT="-6v" tar -caf "$(PKG)_$(VER).orig.tar.xz" -T- --owner=root --group=root --mode=a+rX \ + | XZ_OPT="-6v" tar -caf "$(PKG)_$(VER)$(DTYPE).orig.tar.xz" -T- --owner=root --group=root --mode=a+rX \ && $(RM) -r "$(PKG)-$(VER)" -- Alioth's hooks/post-receive on /srv/git.debian.org/git/pkg-java/libjide-oss-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

