This is an automated email from the git hooks/post-receive script. tpot-guest pushed a commit to branch master in repository jnr-ffi.
commit 1234a955b0631bebe6a4c4ceea213ea418612d57 Author: Tim Potter <[email protected]> Date: Mon Nov 24 22:24:09 2014 +1100 Imported Debian patch 1.0.10-1 --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 22 ++++++++++++++++++++++ debian/copyright | 29 +++++++++++++++++++++++++++++ debian/docs | 1 + debian/libjnr-ffi-java.poms | 1 + debian/maven.ignoreRules | 3 +++ debian/maven.rules | 3 +++ debian/rules | 4 ++++ debian/source/format | 1 + 10 files changed, 70 insertions(+) diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..8b2e751 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +jnr-ffi (1.0.10-1) unstable; urgency=low + + * Initial release (Closes: #771269) + + -- Tim Potter <[email protected]> Mon, 24 Nov 2014 22:24:09 +1100 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +9 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..c919225 --- /dev/null +++ b/debian/control @@ -0,0 +1,22 @@ +Source: jnr-ffi +Section: java +Priority: optional +Maintainer: Debian Java Maintainers <[email protected]> +Uploaders: Tim Potter <[email protected]> +Build-Depends: debhelper (>= 9), maven-debian-helper, javahelper, default-jdk, libmaven-antrun-plugin-java, libmaven-javadoc-plugin-java, libmaven-source-plugin-java, libasm4-java, libjnr-x86asm-java, junit4 +Standards-Version: 3.9.6 +Homepage: https://github.com/jnr/jnr-ffi +Vcs-Git: git://anonscm.debian.org/pkg-java/jnr-ffi.git +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/jnr-ffi.git + +Package: libjnr-ffi-java +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Java library for loading native libraries without writing writing JNI code + Java Native Runtime (JNR) is a collection of Java libraries to make + interfacing with OS-level features easier. JNR uses an alternate + method to JNI or JNA to achieve programming simplicity while still + retaining performance. + . + The jnr-ffi package is a set of abstractions that build on the lower-level + libraries implemented by the jnr-jffi package. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..2ed2ee8 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,29 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: jnr-ffi +Source: https://github.com/jnr/jnr-ffi + +Files: * +Copyright: 2008-2014 Wayne Meissner + 2008-2014 Charles Nutter +License: Apache-2.0 + +Files: debian/* +Copyright: 2014 Tim Potter <[email protected]> +License: Apache-2.0 +Comment: the Debian packaging is licensed under the same terms as the original package. + +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 full text of the Apache-2.0 license + can be found in the file '/usr/share/common-licenses/Apache-2.0' diff --git a/debian/docs b/debian/docs new file mode 100644 index 0000000..b43bf86 --- /dev/null +++ b/debian/docs @@ -0,0 +1 @@ +README.md diff --git a/debian/libjnr-ffi-java.poms b/debian/libjnr-ffi-java.poms new file mode 100644 index 0000000..9ac7e64 --- /dev/null +++ b/debian/libjnr-ffi-java.poms @@ -0,0 +1 @@ +pom.xml --no-parent --has-package-version --java-lib diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules new file mode 100644 index 0000000..6c28846 --- /dev/null +++ b/debian/maven.ignoreRules @@ -0,0 +1,3 @@ +org.apache.maven.plugins maven-release-plugin * * * * +com.github.github site-maven-plugin * * * * +org.apache.maven.plugins maven-gpg-plugin * * * * diff --git a/debian/maven.rules b/debian/maven.rules new file mode 100644 index 0000000..24fd42e --- /dev/null +++ b/debian/maven.rules @@ -0,0 +1,3 @@ +junit junit jar s/4\..*/4.x/ * * +org.ow2.asm * * s/.*/4.x/ * * +org.jruby.extras jnr-x86asm * s/.*/debian/ * * diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..2d33f6a --- /dev/null +++ b/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ 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) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jnr-ffi.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

