[libnative-platform-java] 02/10: Fix Files-Excluded syntax.
Markus Koschany
apo-guest at moszumanska.debian.org
Fri Jun 5 19:02:19 UTC 2015
This is an automated email from the git hooks/post-receive script.
apo-guest pushed a commit to branch master
in repository libnative-platform-java.
commit 27ea5be080e34388cd9791c3444c4c571b20e295
Author: Markus Koschany <apo at gambaru.de>
Date: Fri Jun 5 20:04:32 2015 +0200
Fix Files-Excluded syntax.
---
debian/copyright | 5 ++---
debian/rules | 2 +-
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/debian/copyright b/debian/copyright
index 960ae5e..7c51d6e 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,9 +1,8 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Native-platform for Java
-Upstream-Contact: https://github.com/adammurdoch/native-platform
Source: https://github.com/adammurdoch/native-platform.git
-Files-Excuded:
- *.jar
+Files-Excluded:
+ gradle/wrapper/gradle-wrapper.jar
Files: *
Copyright: Copyright 2012 Adam Murdoch
diff --git a/debian/rules b/debian/rules
index 3201e1a..e8b7ed4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,5 +21,5 @@ override_dh_auto_clean:
rm -f Makefile
get-orig-source:
- uscan --download-current-version --repack --compression xz --force-download
+ uscan --download-current-version --force-download --repack --compression xz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libnative-platform-java.git
More information about the pkg-java-commits
mailing list