[jsemver] 01/02: Initial packaging

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Mon Feb 23 23:01:51 UTC 2015


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

ebourg-guest pushed a commit to branch master
in repository jsemver.

commit 753072e140c4e42656053000dede21eb18ed715e
Author: Alexandre Viau <alexandre.viau at savoirfairelinux.com>
Date:   Mon Feb 23 23:59:54 2015 +0100

    Initial packaging
---
 debian/README.source                   |  9 +++++++++
 debian/changelog                       |  5 +++++
 debian/compat                          |  1 +
 debian/control                         | 33 +++++++++++++++++++++++++++++++++
 debian/copyright                       | 32 ++++++++++++++++++++++++++++++++
 debian/libsemver-java-doc.doc-base.api | 10 ++++++++++
 debian/libsemver-java-doc.install      |  2 ++
 debian/libsemver-java.poms             | 28 ++++++++++++++++++++++++++++
 debian/maven.ignoreRules               |  2 ++
 debian/maven.rules                     |  3 +++
 debian/rules                           |  9 +++++++++
 debian/source/format                   |  1 +
 debian/watch                           |  3 +++
 13 files changed, 138 insertions(+)

diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..f16893b
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,9 @@
+Information about java-semver
+-----------------------------
+
+This package was debianized using the mh_make command
+from the maven-debian-helper package.
+
+The build system uses Maven but prevents it from downloading
+anything from the Internet, making the build compliant with
+the Debian policy.
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..dc2f0cb
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+jsemver (0.8.0-1) unstable; urgency=medium
+
+  * Initial release (Closes: #766999)
+
+ -- Alexandre Viau <alexandre at alexandreviau.net>  Mon, 23 Feb 2015 17:40:10 -0500
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..04a0aa1
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,33 @@
+Source: jsemver
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Alexandre Viau <alexandre at alexandreviau.net>
+Build-Depends: debhelper (>= 9), cdbs, default-jdk, maven-debian-helper (>= 1.5)
+Build-Depends-Indep: junit4, default-jdk-doc, libmaven-javadoc-plugin-java 
+Standards-Version: 3.9.6
+Vcs-Git: git://anonscm.debian.org/pkg-java/jsemver.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/jsemver.git
+Homepage: https://github.com/zafarkhaja/java-semver
+
+Package: libsemver-java
+Architecture: all
+Depends: ${misc:Depends}, ${maven:Depends}
+Suggests: ${maven:OptionalDepends}, libsemver-java-doc
+Description: Java implementation of the SemVer Specification
+ jsemver provides an API to parse, build and compare version
+ numbers following the Semantic Versioning Specification
+ (http://semver.org).
+
+Package: libsemver-java-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}
+Recommends: ${maven:DocDepends}, ${maven:DocOptionalDepends}
+Suggests: libsemver-java
+Description: Documentation for Java SemVer
+ jsemver provides an API to parse, build and compare version
+ numbers following the Semantic Versioning Specification
+ (http://semver.org).
+ .
+ This package contains the API documentation of libsemver-java.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..0226605
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,32 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Java SemVer
+Source: https://github.com/zafarkhaja/java-semver
+
+Files: *
+Copyright: 2015, Zafar Khaja <zafarkhaja at gmail.com>
+License: MIT
+
+Files: debian/*
+Copyright: 2015, Alexandre Viau <alexandre at alexandreviau.net>
+License: MIT
+
+License: MIT
+ The MIT License
+ .
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ THE SOFTWARE.
diff --git a/debian/libsemver-java-doc.doc-base.api b/debian/libsemver-java-doc.doc-base.api
new file mode 100644
index 0000000..9100082
--- /dev/null
+++ b/debian/libsemver-java-doc.doc-base.api
@@ -0,0 +1,10 @@
+Document: libjava-semver
+Title: API Javadoc for Java SemVer
+Author: Java SemVer developers
+Abstract: This is the API Javadoc provided for the
+ libjava-semver library.
+Section: Programming
+
+Format: HTML
+Index: /usr/share/doc/libjava-semver/api/index.html
+Files: /usr/share/doc/libjava-semver/api/*
diff --git a/debian/libsemver-java-doc.install b/debian/libsemver-java-doc.install
new file mode 100644
index 0000000..9683090
--- /dev/null
+++ b/debian/libsemver-java-doc.install
@@ -0,0 +1,2 @@
+target/apidocs/* usr/share/doc/libjava-semver/api
+
diff --git a/debian/libsemver-java.poms b/debian/libsemver-java.poms
new file mode 100644
index 0000000..64b1188
--- /dev/null
+++ b/debian/libsemver-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.ignoreRules b/debian/maven.ignoreRules
new file mode 100644
index 0000000..9d0638b
--- /dev/null
+++ b/debian/maven.ignoreRules
@@ -0,0 +1,2 @@
+
+org.apache.maven.plugins maven-javadoc-plugin * * * *
diff --git a/debian/maven.rules b/debian/maven.rules
new file mode 100644
index 0000000..858375a
--- /dev/null
+++ b/debian/maven.rules
@@ -0,0 +1,3 @@
+
+com.github.zafarkhaja java-semver jar s/.*/debian/ * *
+junit junit jar s/4\..*/4.x/ * *
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..4a061cf
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/maven.mk
+
+JAVA_HOME := /usr/lib/jvm/default-java
+
+get-orig-source:
+	uscan --download-current-version --force-download --no-symlink
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/watch b/debian/watch
new file mode 100644
index 0000000..5d01520
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/<project>-$1\.tar\.gz/ \
+  https://github.com/zafarkhaja/jsemver/tags .*/v?(\d\S*)\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jsemver.git



More information about the pkg-java-commits mailing list