[maven-debian-helper] 02/05: Use the uscan --no-symlink option instead of --rename in the generated debian/rule get-orig-source target to work around #748462

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu Sep 4 08:09:48 UTC 2014


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

ebourg-guest pushed a commit to branch master
in repository maven-debian-helper.

commit d16925954d2969786a982d43ff04489cda70b6c5
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Thu Sep 4 09:58:56 2014 +0200

    Use the uscan --no-symlink option instead of --rename in the generated debian/rule get-orig-source target to work around #748462
---
 debian/changelog                                 | 2 ++
 maven-packager-utils/src/main/resources/rules.vm | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 3f8ab54..e4b885e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 maven-debian-helper (1.6.9) UNRELEASED; urgency=medium
 
   * Marked jacoco-maven-plugin as a documentation plugin
+  * Use the uscan --no-symlink option instead of --rename in the generated
+    debian/rule get-orig-source target to work around #748462
 
  -- Emmanuel Bourg <ebourg at apache.org>  Thu, 04 Sep 2014 09:51:27 +0200
 
diff --git a/maven-packager-utils/src/main/resources/rules.vm b/maven-packager-utils/src/main/resources/rules.vm
index b27edcb..719e55d 100644
--- a/maven-packager-utils/src/main/resources/rules.vm
+++ b/maven-packager-utils/src/main/resources/rules.vm
@@ -9,4 +9,4 @@ DEB_MAVEN_DOC_TARGET := javadoc:javadoc javadoc:aggregate
 #end
 
 get-orig-source:
-	uscan --download-current-version --force-download --rename
+	uscan --download-current-version --force-download --no-symlink

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



More information about the pkg-java-commits mailing list