This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository jboss-logging-tools.
commit a9ca5bbda97cd02e3f25ab267b2fb06d5cb0e12c Author: Markus Koschany <[email protected]> Date: Wed Sep 16 15:27:46 2015 +0200 Imported Debian patch 2.0.1-1 --- debian/README.source | 9 ++++ debian/changelog | 5 ++ debian/compat | 1 + debian/control | 58 ++++++++++++++++++++++ debian/copyright | 23 +++++++++ .../libjboss-logging-tools-java-doc.doc-base.api | 10 ++++ debian/libjboss-logging-tools-java-doc.install | 2 + .../libjboss-logging-tools-java.lintian-overrides | 2 + debian/libjboss-logging-tools-java.poms | 31 ++++++++++++ debian/maven.ignoreRules | 2 + debian/maven.properties | 6 +++ debian/maven.rules | 8 +++ debian/rules | 8 +++ debian/source/format | 1 + debian/watch | 6 +++ 15 files changed, 172 insertions(+) diff --git a/debian/README.source b/debian/README.source new file mode 100644 index 0000000..60f5103 --- /dev/null +++ b/debian/README.source @@ -0,0 +1,9 @@ +Information about jboss-logging-tools +------------------------------------- + +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..22ca53d --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +jboss-logging-tools (2.0.1-1) unstable; urgency=medium + + * Initial release (Closes: #799108) + + -- Markus Koschany <[email protected]> Wed, 16 Sep 2015 15:27:46 +0200 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..8cdda0b --- /dev/null +++ b/debian/control @@ -0,0 +1,58 @@ +Source: jboss-logging-tools +Section: java +Priority: optional +Maintainer: Debian Java Maintainers <[email protected]> +Uploaders: + Markus Koschany <[email protected]> +Build-Depends: + debhelper (>= 9), + default-jdk, + default-jdk-doc, + libjboss-jdeparser2-java, + libjboss-logging-java, + libjboss-logmanager-java, + libmaven-compiler-plugin-2.5-java, + libmaven-install-plugin-java, + libmaven-javadoc-plugin-java, + maven-debian-helper (>= 1.5), + testng +Standards-Version: 3.9.6 +Vcs-Git: git://anonscm.debian.org/pkg-java/jboss-logging-tools.git +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/jboss-logging-tools.git +Homepage: https://github.com/jboss-logging/jboss-logging-tools + +Package: libjboss-logging-tools-java +Architecture: all +Depends: + ${maven:Depends}, + ${misc:Depends} +Suggests: + libjboss-logging-tools-java-doc, + ${maven:OptionalDepends} +Description: create internationalized logger messages and exceptions + If you want to internationalize (i18n) your logging, exception messages and + messages in general, then along with JBoss Logging, JBoss Logging Tools is for + you. It provides an easy way to offer internationalized messages, exceptions + and logger messages to your project. + . + With JBoss Logging Tools you write interfaces and annotate the methods with a + default message. Then you or a translator will create a properties file with + the translated text. + +Package: libjboss-logging-tools-java-doc +Architecture: all +Section: doc +Depends: + ${misc:Depends} +Recommends: + ${maven:DocDepends}, + ${maven:DocOptionalDepends} +Suggests: + libjboss-logging-tools-java +Description: Documentation for JBoss Logging Tools + If you want to internationalize (i18n) your logging, exception messages and + messages in general, then along with JBoss Logging, JBoss Logging Tools is for + you. It provides an easy way to offer internationalized messages, exceptions + and logger messages to your project. + . + This package contains the API documentation of libjboss-logging-tools-java. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..3983d16 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,23 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: JBoss Logging Tools +Source: https://github.com/jboss-logging/jboss-logging-tools + +Files: * +Copyright: 2015, James R. Perkins <[email protected]> +License: LGPL-2.1+ + +Files: annotations/* +Copyright: 2015, Red Hat, Inc. +License: Apache-2.0 + +Files: debian/* +Copyright: 2015, Markus Koschany <[email protected]> +License: Apache-2.0 or LGPL-2.1+ + +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: LGPL-2.1+ + On Debian systems, the full text of the LGPL-2.1 license + can be found in the file '/usr/share/common-licenses/LGPL-2.1' diff --git a/debian/libjboss-logging-tools-java-doc.doc-base.api b/debian/libjboss-logging-tools-java-doc.doc-base.api new file mode 100644 index 0000000..9aa57a5 --- /dev/null +++ b/debian/libjboss-logging-tools-java-doc.doc-base.api @@ -0,0 +1,10 @@ +Document: libjboss-logging-tools-java +Title: API Javadoc for JBoss Logging Tools +Author: JBoss Logging Tools developers +Abstract: This is the API Javadoc provided for the + libjboss-logging-tools-java libraries. +Section: Programming + +Format: HTML +Index: /usr/share/doc/libjboss-logging-tools-java/annotations/index.html +Files: /usr/share/doc/libjboss-logging-tools-java/annotations/* diff --git a/debian/libjboss-logging-tools-java-doc.install b/debian/libjboss-logging-tools-java-doc.install new file mode 100644 index 0000000..acbeedd --- /dev/null +++ b/debian/libjboss-logging-tools-java-doc.install @@ -0,0 +1,2 @@ +annotations/target/apidocs/* usr/share/doc/libjboss-logging-tools-java/annotations/ +processor/target/apidocs/* usr/share/doc/libjboss-logging-tools-java/processor/ diff --git a/debian/libjboss-logging-tools-java.lintian-overrides b/debian/libjboss-logging-tools-java.lintian-overrides new file mode 100644 index 0000000..de67220 --- /dev/null +++ b/debian/libjboss-logging-tools-java.lintian-overrides @@ -0,0 +1,2 @@ +# For a Maven based project this should not be an issue +libjboss-logging-tools-java: missing-classpath diff --git a/debian/libjboss-logging-tools-java.poms b/debian/libjboss-logging-tools-java.poms new file mode 100644 index 0000000..fcc1d0c --- /dev/null +++ b/debian/libjboss-logging-tools-java.poms @@ -0,0 +1,31 @@ +# 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 +annotations/pom.xml +processor/pom.xml +processor-tests/pom.xml --ignore diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules new file mode 100644 index 0000000..54989db --- /dev/null +++ b/debian/maven.ignoreRules @@ -0,0 +1,2 @@ + +org.apache.maven.plugins maven-deploy-plugin * * * * diff --git a/debian/maven.properties b/debian/maven.properties new file mode 100644 index 0000000..b645910 --- /dev/null +++ b/debian/maven.properties @@ -0,0 +1,6 @@ +# Include here properties to pass to Maven during the build. +# For example: +maven.test.skip=true +maven.compiler.source=1.7 +maven.compiler.target=1.7 + diff --git a/debian/maven.rules b/debian/maven.rules new file mode 100644 index 0000000..a3a9bed --- /dev/null +++ b/debian/maven.rules @@ -0,0 +1,8 @@ + +org.jboss.logging jboss-logging-annotations jar s/.*/debian/ * * +org.jboss.logging jboss-logging-processor-tests jar s/.*/debian/ * * +org.jboss.logging jboss-logging-processor jar s/.*/debian/ * * +org.jboss.logging jboss-logging-tools-parent pom s/.*/debian/ * * +org.jboss.logging jboss-logging jar s/.*/debian/ * * +org.jboss.logmanager jboss-logmanager jar s/.*/debian/ * * +org.testng testng jar s/6\..*/6.x/ * * diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..fc6afff --- /dev/null +++ b/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f +export JAVA_HOME=/usr/lib/jvm/default-java + +%: + dh $@ --parallel --buildsystem=maven + +get-orig-source: + uscan --verbose --download-current-version --force-download 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..da1bf48 --- /dev/null +++ b/debian/watch @@ -0,0 +1,6 @@ +version=3 +opts=dversionmangle=s/(\da?)[\+\.\-~](?:dfsg|debian|ds|repack|repacked)\.?\d*$/$1/,\ +uversionmangle=s/_/./g;s/\.Final// \ +https://github.com/jboss-logging/jboss-logging-tools/tags \ +.*/archive/(?:upstream/)?(?:v||version-|release-|X|R|r)(\d\S*)\.Final\.tar\.gz + -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jboss-logging-tools.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

