[jnr-unixsocket] 01/02: Imported Debian patch 0.3-1

Tim Potter tpot-guest at moszumanska.debian.org
Mon Dec 1 05:18:31 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-unixsocket.

commit f24835898a57ca60c866b9ecf828383879545a94
Author: Tim Potter <tpot at hp.com>
Date:   Mon Nov 24 22:08:21 2014 +1100

    Imported Debian patch 0.3-1
---
 debian/changelog                   |  5 +++++
 debian/compat                      |  1 +
 debian/control                     | 23 +++++++++++++++++++++++
 debian/copyright                   | 28 ++++++++++++++++++++++++++++
 debian/docs                        |  0
 debian/libjnr-unixsocket-java.poms |  1 +
 debian/maven.ignoreRules           |  1 +
 debian/rules                       |  4 ++++
 debian/source/format               |  1 +
 debian/stamp-poms-patched          |  0
 10 files changed, 64 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..0c108da
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+jnr-unixsocket (0.3-1) unstable; urgency=low
+
+  * Initial release (Closes: #771267)
+
+ -- Tim Potter <tpot at hp.com>  Mon, 24 Nov 2014 22:08:21 +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..1de8a41
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,23 @@
+Source: jnr-unixsocket
+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-unixsocket
+Vcs-Git: git://anonscm.debian.org/pkg-java/jnr-unixsocket.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/jnr-unixsocket.git
+
+Package: libjnr-unixsocket-java
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Java access to native libraries for unix sockets
+ 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-unixsocket package provides access in Java to the unix domain 
+ socket verions of socket(), listen(), bind(), accept(), connect() and
+ others via the native OS libraries.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..8baaa25
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,28 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: jnr-unixsocket
+Source: https://github.com/jnr/jnr-unixsocket
+
+Files: *
+Copyright: 2009-2013 Wayne Meissner
+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-unixsocket-java.poms b/debian/libjnr-unixsocket-java.poms
new file mode 100644
index 0000000..9ac7e64
--- /dev/null
+++ b/debian/libjnr-unixsocket-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..bb69a9d
--- /dev/null
+++ b/debian/maven.ignoreRules
@@ -0,0 +1 @@
+org.apache.maven.wagon wagon-webdav * * * *
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-unixsocket.git



More information about the pkg-java-commits mailing list