[saxonhe] 01/01: Add resources to the correct path
Eugene Zhukov
eugene at moszumanska.debian.org
Sun Mar 11 09:50:06 GMT 2018
This is an automated email from the git hooks/post-receive script.
eugene pushed a commit to branch master
in repository saxonhe.
commit ac8a3904ac1a8b38a93fdcdc9467338ac63458bf
Author: Eugene Zhukov <eugene at debian.org>
Date: Sun Mar 11 11:46:43 2018 +0200
Add resources to the correct path
---
debian/changelog | 9 +++++++++
debian/patches/pom_added.patch | 2 +-
debian/rules | 2 +-
3 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 2a12320..83c1dcf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+saxonhe (9.8.0.8+dfsg+1-2) unstable; urgency=medium
+
+ * Add resources to the correct path
+ (Closes: #892119, #892120, #892156)
+ * Remove unnecessary dh argument in d/rules
+ * Close no longer relevant wishlist bug (Closes: #808211)
+
+ -- Eugene Zhukov <eugene at debian.org> Sun, 11 Mar 2018 11:06:02 +0200
+
saxonhe (9.8.0.8+dfsg+1-1) unstable; urgency=medium
* New upstream release.
diff --git a/debian/patches/pom_added.patch b/debian/patches/pom_added.patch
index dfad6e0..d611cb8 100644
--- a/debian/patches/pom_added.patch
+++ b/debian/patches/pom_added.patch
@@ -90,7 +90,7 @@ Last-Update: 2014-09-14
+ <targetPath>.</targetPath>
+ </resource>
+ <resource>
-+ <directory>data/</directory>
++ <directory>net/sf/saxon/data</directory>
+ <targetPath>net/sf/saxon/data</targetPath>
+ </resource>
+ </resources>
diff --git a/debian/rules b/debian/rules
index 0c80ab3..eda4f65 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
%:
- dh $@ --parallel --buildsystem=maven
+ dh $@ --buildsystem=maven
get-orig-source:
uscan --verbose --download-current-version --force-download --rename --no-symlink
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/saxonhe.git
More information about the pkg-java-commits
mailing list