[jenkins] 01/04: Fixed debian/orig-tar.sh
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Fri Oct 3 15:38:05 UTC 2014
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository jenkins.
commit 4e6b4f1929a3bcc49a92bba3a980d54e262ceedc
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Fri Oct 3 17:13:00 2014 +0200
Fixed debian/orig-tar.sh
---
debian/changelog | 7 +++++++
debian/orig-tar.sh | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 4aa4723..b932ae2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+jenkins (1.565.2-4) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Fixed debian/orig-tar.sh
+
+ -- Emmanuel Bourg <ebourg at apache.org> Fri, 03 Oct 2014 17:12:41 +0200
+
jenkins (1.565.2-3) unstable; urgency=medium
* Removed unused build dependencies: libjetty-java and glassfish-activation
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index a564431..fe05147 100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -3,7 +3,7 @@
VERSION=$2
TAR=../jenkins_$VERSION.orig.tar.xz
DIR=jenkins-$VERSION
-FILE=../jenkins-$VERSION.tar.gz
+FILE=$3
mkdir -p $DIR
# Unpack ready fo re-packing
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jenkins.git
More information about the pkg-java-commits
mailing list