[jnr-enxio] 01/02: Imported Debian patch 0.4-1
Tim Potter
tpot-guest at moszumanska.debian.org
Mon Dec 1 05:13:13 UTC 2014
This is an automated email from the git hooks/post-receive script.
tpot-guest pushed a commit to branch master
in repository jnr-enxio.
commit d9cce8d6686b0eb23cc85ba1026ef13f1265bbcb
Author: Tim Potter <tpot at hp.com>
Date: Mon Nov 24 22:17:41 2014 +1100
Imported Debian patch 0.4-1
---
debian/changelog | 5 +++++
debian/compat | 1 +
debian/control | 24 ++++++++++++++++++++++++
debian/copyright | 29 +++++++++++++++++++++++++++++
debian/docs | 0
debian/libjnr-enxio-java.poms | 1 +
debian/rules | 4 ++++
debian/source/format | 1 +
debian/stamp-poms-patched | 0
9 files changed, 65 insertions(+)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..05e8a32
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+jnr-enxio (0.4-1) unstable; urgency=low
+
+ * Initial release (Closes: #771268)
+
+ -- Tim Potter <tpot at hp.com> Mon, 24 Nov 2014 22:17:41 +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..9396fb3
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,24 @@
+Source: jnr-enxio
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Tim Potter <tpot at hp.com>
+Build-Depends: debhelper (>= 9), maven-debian-helper, javahelper, default-jdk
+Standards-Version: 3.9.6
+Homepage: https://github.com/jnr/jnr-enxio
+Vcs-Git: git://anonscm.debian.org/pkg-java/jnr-enxio.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/jnr-enxio.git
+
+Package: libjnr-enxio-java
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Java extended native cross-platform I/O library
+ 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-enxio package mimcs the standard Java non-blocking I/O (NIO)
+ library by implementing an I/O backend based on calls to the underlying
+ native OS-level functions. This is implementing using the jnr-ffi
+ foreign function interface.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..d27ca44
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,29 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: jnr-enxio
+Source: https://github.com/jnr/jnr-enxio
+
+Files: *
+Copyright: 2011-2014 Wayne Meissner
+ 2011-2014 Charles Nutter
+License: Apache-2.0
+
+Files: debian/*
+Copyright: 2014 Tim Potter <tpot at hp.com>
+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..e69de29
diff --git a/debian/libjnr-enxio-java.poms b/debian/libjnr-enxio-java.poms
new file mode 100644
index 0000000..9ac7e64
--- /dev/null
+++ b/debian/libjnr-enxio-java.poms
@@ -0,0 +1 @@
+pom.xml --no-parent --has-package-version --java-lib
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)
diff --git a/debian/stamp-poms-patched b/debian/stamp-poms-patched
new file mode 100644
index 0000000..e69de29
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jnr-enxio.git
More information about the pkg-java-commits
mailing list