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

nomadium pushed a commit to branch master
in repository modulator.

commit cc1601e129937d2b26b1f268c9dfbf1597e77be9
Author: Miguel Landaeta <nomad...@debian.org>
Date:   Sat Nov 11 17:57:38 2017 +0000

    Add initial debianization
---
 debian/changelog              |  5 +++++
 debian/compat                 |  1 +
 debian/control                | 22 ++++++++++++++++++++++
 debian/copyright              | 28 ++++++++++++++++++++++++++++
 debian/libmodulator-java.poms |  1 +
 debian/rules                  |  5 +++++
 debian/source/format          |  1 +
 debian/watch                  |  3 +++
 8 files changed, 66 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..8e86cbc
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+modulator (1.0-1) UNRELEASED; urgency=medium
+
+  * Initial release. (Closes: #881412)
+
+ -- Miguel Landaeta <nomad...@debian.org>  Sat, 11 Nov 2017 17:57:24 +0000
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..9a03714
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+10
\ No newline at end of file
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..8aec36b
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,22 @@
+Source: modulator
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers 
<pkg-java-maintainers@lists.alioth.debian.org>
+Uploaders: Miguel Landaeta <nomad...@debian.org>
+Build-Depends: debhelper (>= 10~),
+               openjdk-9-jdk,
+               libplexus-classworlds2-java,
+               maven-debian-helper
+Standards-Version: 4.1.1
+Homepage: https://github.com/headius/modulator
+Vcs-Git: https://anonscm.debian.org/git/pkg-java/modulator.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/modulator.git
+Rules-Requires-Root: no
+
+Package: libmodulator-java
+Architecture: all
+Depends: ${misc:Depends}
+Description: Java small shim library that wraps Java 9 APIs and exposes them 
to recent JDKs
+ Modulator is just a very lightweight shim library that wraps
+ Java 9 and previous reflection APIs to allow a uniform API
+ into "module"-like behaviors on all recent JDKs.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..befd5cc
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,28 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: modulator
+Upstream-Contact: Charles Oliver Nutter <head...@headius.com>
+Source: https://github.com/headius/modulator
+
+Files: *
+Copyright: 2017 Charles Oliver Nutter <head...@headius.com>
+License: Apache-2.0
+
+Files: debian/*
+Copyright: 2017 Miguel Landaeta <nomad...@debian.org>
+License: Apache-2.0
+
+License: Apache-2.0
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+ .
+     http://www.apache.org/licenses/LICENSE-2.0
+ .
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ .
+ On Debian systems, the complete text of the Apache License, Version 2.0
+ can be found in `/usr/share/common-licenses/Apache-2.0'.
diff --git a/debian/libmodulator-java.poms b/debian/libmodulator-java.poms
new file mode 100644
index 0000000..43e746b
--- /dev/null
+++ b/debian/libmodulator-java.poms
@@ -0,0 +1 @@
+pom.xml --no-parent
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..122836c
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+include /usr/share/dpkg/default.mk
+export JAVA_HOME = /usr/lib/jvm/java-9-openjdk-$(DEB_BUILD_ARCH_CPU)
+%:
+       dh $@ --buildsystem=maven
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..33ffb5c
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+https://github.com/headius/modulator/releases \
+ /headius/modulator/archive/modulator-([0-9].+)\.tar\.gz

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

_______________________________________________
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to