[jsemver] 01/01: Ran mh_make

Alexandre Viau reazem-guest at moszumanska.debian.org
Wed Feb 18 04:35:19 UTC 2015


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

reazem-guest pushed a commit to branch debian
in repository jsemver.

commit 889276d8258255cf42856b5d8246c18785ccb6c7
Author: aviau <alexandre.viau at savoirfairelinux.com>
Date:   Tue Feb 17 23:34:00 2015 -0500

    Ran mh_make
---
 debian/README.source                   |  9 +++++++++
 debian/changelog                       |  6 ++++++
 debian/compat                          |  1 +
 debian/control                         | 29 +++++++++++++++++++++++++++++
 debian/copyright                       | 23 +++++++++++++++++++++++
 debian/gbp.conf                        |  4 ++++
 debian/libjava-semver-doc.doc-base.api | 10 ++++++++++
 debian/libjava-semver-doc.install      |  2 ++
 debian/libjava-semver.poms             | 28 ++++++++++++++++++++++++++++
 debian/maven.cleanIgnoreRules          |  1 +
 debian/maven.ignoreRules               |  2 ++
 debian/maven.properties                |  4 ++++
 debian/maven.publishedRules            |  1 +
 debian/maven.rules                     |  3 +++
 debian/orig-tar.sh                     | 20 ++++++++++++++++++++
 debian/rules                           |  9 +++++++++
 debian/watch                           |  3 +++
 17 files changed, 155 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..61f1e3c
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+java-semver (0.8.0-1) UNRELEASED; urgency=medium
+
+  * Initial release (Closes: #nnnn)  <nnnn is the bug number of your
+    ITP>
+
+ -- Alexandre Viau <alexandre at alexandreviau.net>  Tue, 17 Feb 2015 23:23: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..0579b22
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,29 @@
+Source: java-semver
+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/java-semver.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/java-semver.git
+Homepage: https://github.com/zafarkhaja/java-semver
+
+Package: libjava-semver
+Architecture: all
+Depends: ${misc:Depends}, ${maven:Depends}
+Suggests: ${maven:OptionalDepends}, libjava-semver-doc
+Description: Java SemVer
+ Java implementation of the SemVer Specification
+
+Package: libjava-semver-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}
+Recommends: ${maven:DocDepends}, ${maven:DocOptionalDepends}
+Suggests: libjava-semver
+Description: Documentation for Java SemVer
+ Java implementation of the SemVer Specification
+ .
+ This package contains the API documentation of libjava-semver.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..129cf88
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,23 @@
+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: BSD or MIT
+
+Files: debian/*
+Copyright: 2015, Alexandre Viau <alexandre at alexandreviau.net>
+License: Apache-2.0
+
+License: Apache-2.0
+ 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'
+
+License: BSD
+  TODO: include the full text of the license here
+
+License: MIT
+  TODO: include the full text of the license here
+
+
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..77f252a
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,4 @@
+[DEFAULT]
+pristine-tar = False
+upstream-branch = master
+master-branch = debian
diff --git a/debian/libjava-semver-doc.doc-base.api b/debian/libjava-semver-doc.doc-base.api
new file mode 100644
index 0000000..9100082
--- /dev/null
+++ b/debian/libjava-semver-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/libjava-semver-doc.install b/debian/libjava-semver-doc.install
new file mode 100644
index 0000000..9683090
--- /dev/null
+++ b/debian/libjava-semver-doc.install
@@ -0,0 +1,2 @@
+target/apidocs/* usr/share/doc/libjava-semver/api
+
diff --git a/debian/libjava-semver.poms b/debian/libjava-semver.poms
new file mode 100644
index 0000000..5ad70f2
--- /dev/null
+++ b/debian/libjava-semver.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
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..9d0638b
--- /dev/null
+++ b/debian/maven.ignoreRules
@@ -0,0 +1,2 @@
+
+org.apache.maven.plugins maven-javadoc-plugin * * * *
diff --git a/debian/maven.properties b/debian/maven.properties
new file mode 100644
index 0000000..7c29bd7
--- /dev/null
+++ b/debian/maven.properties
@@ -0,0 +1,4 @@
+# Include here properties to pass to Maven during the build.
+# For example:
+# maven.test.skip=true
+
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..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/orig-tar.sh b/debian/orig-tar.sh
new file mode 100755
index 0000000..02ba3e2
--- /dev/null
+++ b/debian/orig-tar.sh
@@ -0,0 +1,20 @@
+#!/bin/sh -e
+#
+# Removes unwanted content from the upstream sources.
+# Called by uscan with '--upstream-version' <version> <file>
+#
+
+VERSION=$2
+TAR=../java-semver_$VERSION.orig.tar.xz
+DIR=java-semver-$VERSION
+TAG=$(echo "$VERSION" | sed -re's/~(alpha|beta|rc)/-\1-/')
+
+svn export https://github.com/zafarkhaja/jsemver/tags/${TAG}/ $DIR
+XZ_OPT=--best tar -c -J -f $TAR --exclude '*.jar' --exclude '*.class' $DIR
+rm -rf $DIR ../$TAG
+
+# move to directory 'tarballs'
+if [ -r .svn/deb-layout ]; then
+  . .svn/deb-layout
+  mv $TAR $origDir && echo "moved $TAR to $origDir"
+fi
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/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