[jimfs] 04/07: manually generate file that was generated by com.google.auto.service

Hans-Christoph Steiner eighthave at moszumanska.debian.org
Sun Dec 25 22:29:54 UTC 2016


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

eighthave pushed a commit to branch master
in repository jimfs.

commit 0924fbff7eb0f7a28b4a5cae118815280440ed72
Author: Hans-Christoph Steiner <hans at eds.org>
Date:   Sun Dec 25 23:08:01 2016 +0100

    manually generate file that was generated by  com.google.auto.service
---
 debian/rules | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/debian/rules b/debian/rules
index b8f8920..5f53801 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,5 +3,11 @@
 %:
 	dh $@ --buildsystem=maven --with maven-repo-helper
 
+override_dh_auto_build:
+	install -d 0755 jimfs/target/classes/META-INF/services/
+	echo com.google.common.jimfs.SystemJimfsFileSystemProvider \
+	  > jimfs/target/classes/META-INF/services/java.nio.file.spi.FileSystemProvider
+	dh_auto_build
+
 get-orig-source:
 	uscan --verbose --download-current-version --force-download

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



More information about the pkg-java-commits mailing list