debian/0000755000000000000000000000000011746227671007203 5ustar debian/rules0000755000000000000000000000043611746227452010263 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/javahelper.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 debian/README.source0000644000000000000000000000044111746227452011356 0ustar Information about akuma ------------------------------ 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. debian/maven.rules0000644000000000000000000000154311746227452011365 0ustar # Maven rules - transform Maven dependencies and plugins # Format of this file is: # [group] [artifact] [type] [version] [classifier] [scope] # where each element can be either # - the exact string, for example org.apache for the group, or 3.1 # for the version. In this case, the element is simply matched # and left as it is # - * (the star character, alone). In this case, anything will # match and be left as it is. For example, using * on the # position of the artifact field will match any artifact id # - a regular expression of the form s/match/replace/ # in this case, elements that match are transformed using # the regex rule. # All elements much match before a rule can be applied # Example rule: match jar with groupid= junit, artifactid= junit # and version starting with 3., replacing the version with 3.x # junit junit jar s/3\\..*/3.x/ debian/control0000644000000000000000000000266311746227452010612 0ustar Source: akuma Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: James Page DM-Upload-Allowed: yes Build-Depends: cdbs, debhelper (>= 7), default-jdk, javahelper, maven-debian-helper Build-Depends-Indep: default-jdk-doc, libjna-java, libmaven-assembly-plugin-java, libmaven-javadoc-plugin-java Standards-Version: 3.9.3 Homepage: http://java.net/projects/akuma Vcs-Git: git://git.debian.org/git/pkg-java/akuma.git Vcs-Browser: http://git.debian.org/?p=pkg-java/akuma.git Package: libakuma-java Architecture: all Depends: ${maven:Depends}, ${misc:Depends} Recommends: ${maven:OptionalDepends} Description: Embeddable daemonization library for Java This is a Java library you can use in your application to support Unix daemonization. By taking advantages of POSIX API, this library lets you fork your process into background with proper daemonization steps. Package: libakuma-java-doc Architecture: all Section: doc Depends: default-jdk-doc, ${maven:DocDepends}, ${misc:Depends} Suggests: libakuma-java Description: Documentation for Embeddable daemonization library This is a Java library you can use in your application to support Unix daemonization. By taking advantages of POSIX API, this library lets you fork your process into background with proper daemonization steps. . This package provides the API documentation for libakuma-java. debian/copyright0000644000000000000000000000311411746227452011132 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0 Upstream-Name: Embeddable daemonization library Source: http://java.net/projects/akuma Comment: The upstream source carries the MIT license as documented in the pom.xml file and on the project homepage listed in the Source: field above. The individual source files do not contain license or copyright information. Files: * Copyright: 2010, Kohsuke Kawaguchi License: MIT Files: debian/* Copyright: 2011, Canonical Ltd. (http://www.canonical.com/) License: MIT License: MIT 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. debian/maven.publishedRules0000644000000000000000000000164211746227452013225 0ustar # Maven published rules - additional rules to publish, to help # the packaging work of Debian maintainers using mh_make # Format of this file is: # [group] [artifact] [type] [version] [classifier] [scope] # where each element can be either # - the exact string, for example org.apache for the group, or 3.1 # for the version. In this case, the element is simply matched # and left as it is # - * (the star character, alone). In this case, anything will # match and be left as it is. For example, using * on the # position of the artifact field will match any artifact id # - a regular expression of the form s/match/replace/ # in this case, elements that match are transformed using # the regex rule. # All elements much match before a rule can be applied # Example rule: match jar with groupid= junit, artifactid= junit # and version starting with 3., replacing the version with 3.x # junit junit jar s/3\\..*/3.x/ debian/libakuma-java-doc.install0000644000000000000000000000006211746227452014035 0ustar target/apidocs/* usr/share/doc/libakuma-java/api debian/libakuma-java.poms0000644000000000000000000000223611746227452012607 0ustar # List of POM files for the package # Format of this file is: # [option]* # where option can be: # --ignore: ignore this POM or # --no-parent: remove the tag from the POM # --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=: a list of XML elements to keep in the POM # during a clean operation with mh_cleanpom or mh_installpom # --artifact=: path to the build artifact associated with this POM, # it will be installed when using the command mh_install # --java-lib: install the jar into /usr/share/java to comply with Debian # packaging guidelines # --usj-name=: name to use when installing the library in /usr/share/java # --usj-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=: the destination for the real jar # pom.xml --no-parent --java-lib debian/maven.ignoreRules0000644000000000000000000000151611746227452012531 0ustar # Maven ignore rules - ignore some Maven dependencies and plugins # Format of this file is: # [group] [artifact] [type] [version] [classifier] [scope] # where each element can be either # - the exact string, for example org.apache for the group, or 3.1 # for the version. In this case, the element is simply matched # and left as it is # - * (the star character, alone). In this case, anything will # match and be left as it is. For example, using * on the # position of the artifact field will match any artifact id # All elements much match before a rule can be applied # Example rule: match jar with groupid= junit, artifactid= junit # and version starting with 3., this dependency is then removed # from the POM # junit junit jar s/3\\..*/3.x/ org.jvnet.wagon-svn wagon-svn * * * * org.apache.maven.plugins maven-jxr-plugin * * * * debian/maven.properties0000644000000000000000000000023011746227452012417 0ustar # Include here properties to pass to Maven during the build. # For example: # maven.test.skip=true maven.compiler.source=1.6 maven.compiler.target=1.6 debian/libakuma-java.classpath0000644000000000000000000000006111746227452013605 0ustar usr/share/java/akuma.jar /usr/share/java/jna.jar debian/watch0000644000000000000000000000016111746227452010227 0ustar version=3 opts=dversionmangle=s/\+dfsg// \ http://githubredir.debian.net/github/kohsuke/akuma/ akuma-(.*).tar.gz debian/changelog0000644000000000000000000000170011746227452011050 0ustar akuma (1.8-1) unstable; urgency=low * New upstream release. * Bumped Standards-Version to 3.9.3: - d/copyright: Reference released version for DEP-5 Format. -- James Page Thu, 26 Apr 2012 12:11:52 +0100 akuma (1.7-2) unstable; urgency=low * Fix FTBFS (Closes: #660653): - d/libakuma-java.poms: Add --java-lib option to ensure jar files are installed to /usr/share/java. -- James Page Wed, 22 Feb 2012 09:05:40 +0000 akuma (1.7-1) unstable; urgency=low [James Page] * New upstream release. * Updated watch file for new upstream VCS location on github. * Updated my email address. * Tidied lintian warnings. [tony mancill] * Set DMUA flag. -- James Page Wed, 11 Jan 2012 18:25:51 +0100 akuma (1.4-1) unstable; urgency=low * Initial release. (Closes: #629073) -- James Page Fri, 03 Jun 2011 12:14:12 +0100 debian/compat0000644000000000000000000000000211746227452010376 0ustar 7 debian/libakuma-java-doc.doc-base.api0000644000000000000000000000051711746227452014621 0ustar Document: libakuma-java Title: API Javadoc for Embeddable daemonization library Author: Embeddable daemonization library developers Abstract: This is the API Javadoc provided for the libakuma-java library. Section: Programming Format: HTML Index: /usr/share/doc/libakuma-java/api/index.html Files: /usr/share/doc/libakuma-java/api/* debian/maven.cleanIgnoreRules0000644000000000000000000000160511746227452013473 0ustar # Maven ignore rules - ignore some Maven dependencies and plugins # Format of this file is: # [group] [artifact] [type] [version] [classifier] [scope] # where each element can be either # - the exact string, for example org.apache for the group, or 3.1 # for the version. In this case, the element is simply matched # and left as it is # - * (the star character, alone). In this case, anything will # match and be left as it is. For example, using * on the # position of the artifact field will match any artifact id # All elements much match before a rule can be applied # Example rule: match jar with groupid= junit, artifactid= junit # and version starting with 3., this dependency is then removed # from the POM # junit junit jar s/3\\..*/3.x/ org.jvnet.wagon-svn wagon-svn * * * * org.apache.maven.plugins maven-jxr-plugin * * * * org.apache.maven.plugins maven-assembly-plugin * * * * debian/source/0000755000000000000000000000000011746227452010500 5ustar debian/source/format0000644000000000000000000000001411746227452011706 0ustar 3.0 (quilt)