This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository openjdk-8.

commit 6a2da6583019d481badb53236613a242faa816d9
Author: Emmanuel Bourg <[email protected]>
Date:   Wed Apr 23 17:18:07 2014 +0200

    Fixed the get-orig-source target in debian/rules
---
 debian/orig-tar.sh | 2 +-
 debian/rules       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index cbc42e5..d8f8ae8 100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -7,7 +7,7 @@ DIR=openjdk8
 # The aarch64 port isn't kept in sync with the main repo, the last version is 
hardcoded
 AARCH64_VERSION=8-b132
 
-rm $3
+rm -f $3
 
 debian/generate_source_tarball.sh jdk8u jdk8u jdk$VERSION
 debian/generate_source_tarball.sh aarch64-port jdk8 jdk$AARCH64_VERSION
diff --git a/debian/rules b/debian/rules
index ef39aee..940f638 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1822,6 +1822,6 @@ endif
 binary: binary-arch binary-indep
 
 get-orig-source:
-       ./debian/orig-tar.sh
+       uscan --download-current-version --rename
 
 .PHONY: build clean binary-indep binary-arch binary install packaging-files

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/openjdk-8.git

_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to