[jnr-constants] 01/01: Imported Debian patch 0.8.5-1

Tim Potter tpot-guest at moszumanska.debian.org
Mon Dec 1 05:39:25 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-constants.

commit 1d8775f60d3b87dc03770e2270fd7f0e83c2b785
Author: Tim Potter <tpot at hp.com>
Date:   Mon Dec 1 16:34:05 2014 +1100

    Imported Debian patch 0.8.5-1
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 21 +++++++++++++++++++++
 debian/copyright     | 29 +++++++++++++++++++++++++++++
 debian/docs          |  0
 debian/rules         |  4 ++++
 debian/source/format |  1 +
 7 files changed, 61 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..34c0c97
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+jnr-constants (0.8.5-1) unstable; urgency=low
+
+  * Initial release (Closes: #771272)
+
+ -- Tim Potter <tpot at hp.com>  Mon, 01 Dec 2014 16:34:05 +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..d6c4762
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,21 @@
+Source: jnr-constants
+Section: java
+Priority: optional
+Maintainer: Tim Potter <tpot at hp.com>
+Build-Depends: debhelper (>= 9), maven-debian-helper, javahelper
+Standards-Version: 3.9.6
+Homepage: https://github.com/jnr/jnr-constants
+Vcs-Git: git://anonscm.debian.org/pkg-java/jnr-constants.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/jnr-constants.git
+
+Package: libjnr-constants-java
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Java library to encapsulate constants in native libraries
+ 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-constants package gives Java programs access to platform-level
+ constants, for example errno values.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..2636918
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,29 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: jnr-constants
+Source: https://github.com/jnr/jnr-constants
+
+Files: *
+Copyright: 2008-2014 Wayne Meissner
+           2008-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/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-constants.git



More information about the pkg-java-commits mailing list