[jnr-posix] 01/01: Imported Debian patch 3.0.10-1

Tim Potter tpot-guest at moszumanska.debian.org
Tue Apr 7 04:04:11 UTC 2015


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

tpot-guest pushed a commit to branch master
in repository jnr-posix.

commit 4dfc1d0ee17d59b5f344e9c4555d775dad4bdba7
Author: Tim Potter <tpot at hp.com>
Date:   Tue Apr 7 12:41:34 2015 +1000

    Imported Debian patch 3.0.10-1
---
 debian/README.Debian          |  6 ++++++
 debian/README.source          | 10 ++++++++++
 debian/changelog              |  5 +++++
 debian/compat                 |  1 +
 debian/control                | 16 ++++++++++++++++
 debian/copyright              | 38 ++++++++++++++++++++++++++++++++++++++
 debian/docs                   |  3 +++
 debian/libjnr-posix-java.poms | 28 ++++++++++++++++++++++++++++
 debian/maven.cleanIgnoreRules |  1 +
 debian/maven.ignoreRules      |  2 ++
 debian/maven.publishedRules   |  1 +
 debian/maven.rules            |  3 +++
 debian/rules                  |  7 +++++++
 debian/source/format          |  1 +
 14 files changed, 122 insertions(+)

diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..e84a73f
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,6 @@
+jnr-posix for Debian
+--------------------
+
+<possible notes regarding this package - if none, delete this file>
+
+ -- Tim Potter <tpot at hp.com>  Tue, 07 Apr 2015 12:41:34 +1000
diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..bd91de9
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,10 @@
+jnr-posix for Debian
+--------------------
+
+<this file describes information about the source package, see Debian policy
+manual section 4.14. You WILL either need to modify or delete this file>
+
+
+
+ -- Tim Potter <tpot at hp.com>  Tue, 07 Apr 2015 12:41:34 +1000
+
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..bbb19c2
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+jnr-posix (3.0.10-1) unstable; urgency=low
+
+  * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
+
+ -- Tim Potter <tpot at hp.com>  Tue, 07 Apr 2015 12:41:34 +1000
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..7303269
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,16 @@
+Source: jnr-posix
+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), default-jdk, javahelper, maven-debian-helper
+Standards-Version: 3.9.6
+Homepage: <insert the upstream URL, if relevant>
+#Vcs-Git: git://anonscm.debian.org/collab-maint/jnr-posix.git
+#Vcs-Browser: http://anonscm.debian.org/?p=collab-maint/jnr-posix.git;a=summary
+
+Package: libjnr-posix-java
+Architecture: all
+Depends: ${maven:Depends}, ${misc:Depends}
+Description: <insert up to 60 chars description>
+ <insert long description, indented with spaces>
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..d2831d0
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,38 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: jnr-posix
+Source: <url://example.com>
+
+Files: *
+Copyright: <years> <put author's name and email here>
+           <years> <likewise for another author>
+License: <special license>
+ <Put the license of the package here indented by 1 space>
+ <This follows the format of Description: lines in control file>
+ .
+ <Including paragraphs>
+
+# If you want to use GPL v2 or later for the /debian/* files use 
+# the following clauses, or change it to suit. Delete these two lines
+Files: debian/*
+Copyright: 2015 Tim Potter <tpot at hp.com>
+License: GPL-2+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
+
+# Please also look if there are files or directories which have a
+# different copyright/license attached and list them here.
+# Please avoid to pick license terms that are more restrictive than the
+# packaged work, as it may make Debian's contributions unacceptable upstream.
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..78dfbc4
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1,3 @@
+LICENSE.txt
+README.txt
+README.txt
diff --git a/debian/libjnr-posix-java.poms b/debian/libjnr-posix-java.poms
new file mode 100644
index 0000000..64b1188
--- /dev/null
+++ b/debian/libjnr-posix-java.poms
@@ -0,0 +1,28 @@
+# List of POM files for the package
+# Format of this file is:
+# <path to pom file> [option]*
+# where option can be:
+#   --ignore: ignore this POM and its artifact if any
+#   --ignore-pom: don't install the POM. To use on POM files that are created
+#     temporarily for certain artifacts such as Javadoc jars. [mh_install, mh_installpoms]
+#   --no-parent: remove the <parent> tag from the POM
+#   --package=<package>: an alternative package to use when installing this POM
+#      and its artifact
+#   --has-package-version: to indicate that the original version of the POM is the same as the upstream part
+#      of the version for the package.
+#   --keep-elements=<elem1,elem2>: a list of XML elements to keep in the POM
+#      during a clean operation with mh_cleanpom or mh_installpom
+#   --artifact=<path>: path to the build artifact associated with this POM,
+#      it will be installed when using the command mh_install. [mh_install]
+#   --java-lib: install the jar into /usr/share/java to comply with Debian
+#      packaging guidelines
+#   --usj-name=<name>: name to use when installing the library in /usr/share/java
+#   --usj-version=<version>: version to use when installing the library in /usr/share/java
+#   --no-usj-versionless: don't install the versionless link in /usr/share/java
+#   --dest-jar=<path>: the destination for the real jar.
+#     It will be installed with mh_install. [mh_install]
+#   --classifier=<classifier>: Optional, the classifier for the jar. Empty by default.
+#   --site-xml=<location>: Optional, the location for site.xml if it needs to be installed.
+#     Empty by default. [mh_install]
+#
+pom.xml --no-parent --has-package-version --java-lib
diff --git a/debian/maven.cleanIgnoreRules b/debian/maven.cleanIgnoreRules
new file mode 100644
index 0000000..8b13789
--- /dev/null
+++ b/debian/maven.cleanIgnoreRules
@@ -0,0 +1 @@
+
diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules
new file mode 100644
index 0000000..7c3e90e
--- /dev/null
+++ b/debian/maven.ignoreRules
@@ -0,0 +1,2 @@
+
+org.apache.maven.wagon wagon-webdav-jackrabbit * * * *
diff --git a/debian/maven.publishedRules b/debian/maven.publishedRules
new file mode 100644
index 0000000..8b13789
--- /dev/null
+++ b/debian/maven.publishedRules
@@ -0,0 +1 @@
+
diff --git a/debian/maven.rules b/debian/maven.rules
new file mode 100644
index 0000000..0f9ded2
--- /dev/null
+++ b/debian/maven.rules
@@ -0,0 +1,3 @@
+
+junit junit jar s/.*/4.x/ * *
+junit junit jar s/4\..*/4.x/ * *
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..027d7eb
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+export JAVA_HOME=/usr/lib/jvm/default-java
+export JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF-8
+
+%:
+	dh $@ --buildsystem=maven --with javahelper
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-posix.git



More information about the pkg-java-commits mailing list