--- /dev/null
+jocci-api (0.2.6-1) UNRELEASED; urgency=low
+
+ * Initial release
+
+ -- František Dvořák <valtri@civ.zcu.cz> Tue, 01 Nov 2016 15:35:47 +0100
--- /dev/null
+Source: jocci-api
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
+Uploaders: František Dvořák <valtri@civ.zcu.cz>
+Build-Depends: debhelper (>= 9), cdbs, default-jdk, maven-debian-helper (>= 1.5)
+Build-Depends-Indep: libmaven-javadoc-plugin-java, libbouncycastle1.46-java (>= 1.46), libgoogle-gson-java,
+ libhttpclient-java, libjocci-core-java, libslf4j-java, default-jdk-doc,
+ libgoogle-gson-java-doc
+Standards-Version: 3.9.5
+#Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/jocci-api
+Vcs-Browser: http://scientific.zcu.cz/git/?p=packaging-deb-jOCCI.git;a=summary
+Homepage: https://github.com/EGI-FCTF/jOCCI-api
+
+Package: libjocci-api-java
+Architecture: all
+Depends: ${misc:Depends}, ${maven:Depends}
+Recommends: ${maven:OptionalDepends}
+Suggests: libjocci-api-java-doc
+Description: cz.cesnet.cloud:jocci-api
+ A Java OCCI framework - transport api library.
+
+Package: libjocci-api-java-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}, ${maven:DocDepends}
+Recommends: ${maven:DocOptionalDepends}
+Suggests: libjocci-api-java
+Description: Documentation for cz.cesnet.cloud:jocci-api
+ A Java OCCI framework - transport api library.
+ .
+ This package contains the API documentation of libjocci-api-java.
--- /dev/null
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: cz.cesnet.cloud:jocci-api
+Source: https://github.com/EGI-FCTF/jOCCI-api
+
+Files: *
+Copyright: 2016, Michal Kimle <kimle.michal@gmail.com>
+License: Apache-2.0
+
+Files: debian/*
+Copyright: 2016, František Dvořák <valtri@civ.zcu.cz>
+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'
+
+
--- /dev/null
+Document: libjocci-api-java
+Title: API Javadoc for cz.cesnet.cloud:jocci-api
+Author: cz.cesnet.cloud:jocci-api developers
+Abstract: This is the API Javadoc provided for the
+ libjocci-api-java library.
+Section: Programming
+
+Format: HTML
+Index: /usr/share/doc/libjocci-api-java/api/index.html
+Files: /usr/share/doc/libjocci-api-java/api/*
--- /dev/null
+target/apidocs/* usr/share/doc/libjocci-api-java/api
+
--- /dev/null
+# 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 --has-package-version
--- /dev/null
+
+com.github.github site-maven-plugin * * * *
+com.github.tomakehurst wiremock * * * *
+junit junit * * * *
+org.apache.maven.plugins maven-release-plugin * * * *
+org.sonatype.plugins nexus-staging-maven-plugin * * * *
--- /dev/null
+# Include here properties to pass to Maven during the build.
+# For example:
+# maven.test.skip=true
+
+maven.test.skip=true
--- /dev/null
+
+cz.cesnet.cloud jocci-api jar s/.*/debian/ * *
+cz.cesnet.cloud jocci-core jar s/.*/debian/ * *
+org.bouncycastle s/bcprov-jdk16/bcprov1.46/ jar s/.*/debian/ * *
--- /dev/null
+#!/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-version $(DEB_UPSTREAM_VERSION) --force-download --rename
--- /dev/null
+3.0 (quilt)