debian/0000755000000000000000000000000012145136475007176 5ustar debian/libtrilead-putty-extension-java-doc.install0000644000000000000000000000010412145131100017527 0ustar target/apidocs/* usr/share/doc/libtrilead-putty-extension-java/api debian/libtrilead-putty-extension-java-doc.doc-base.api0000644000000000000000000000064312145131100020316 0ustar Document: libtrilead-putty-extension-java Title: API Javadoc for PuTTY support for Trilead SSH2 library Author: PuTTY support for Trilead SSH2 library developers Abstract: This is the API Javadoc provided for the libtrilead-putty-extension-java library. Section: Programming Format: HTML Index: /usr/share/doc/libtrilead-putty-extension-java/api/index.html Files: /usr/share/doc/libtrilead-putty-extension-java/api/* debian/README.source0000644000000000000000000000046312145131100011334 0ustar Information about trilead-putty-extension ------------------------------ 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/libtrilead-putty-extension-java.classpath0000644000000000000000000000010512145131100017301 0ustar /usr/share/java/trilead-putty-extension.jar jenkins-trilead-ssh2.jar debian/libtrilead-putty-extension-java.poms0000644000000000000000000000223512145131100016303 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/rules0000755000000000000000000000043612145131101010236 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/maven.ignoreRules0000644000000000000000000000143412145131100012502 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 * * * * debian/compat0000644000000000000000000000000212145131100010350 0ustar 7 debian/changelog0000644000000000000000000000210612145131142011031 0ustar trilead-putty-extension (1.2-1) unstable; urgency=low * Upload to unstable. -- James Page Thu, 16 May 2013 11:17:57 +0100 trilead-putty-extension (1.2-1~exp1) experimental; urgency=low * New upstream version. -- James Page Wed, 09 Jan 2013 16:32:59 +0000 trilead-putty-extension (1.1-2) unstable; urgency=low * Fix FTBFS (Closes: #662131) (LP: #935474): - d/libtrilead-putty-extension-java.poms: Added --java-lib parameter to ensure jar file installed to /usr/share/java. * Bumped Standards-Version: 3.9.3: - d/copyright: Updated to point to published version of spec. [tony mancill] * Set DMUA flag. -- James Page Sun, 04 Mar 2012 21:35:08 +0000 trilead-putty-extension (1.1-1) unstable; urgency=low * Initial Debian release (Closes: #634638) -- James Page Mon, 19 Sep 2011 14:46:44 +0100 trilead-putty-extension (1.1-0ubuntu1) oneiric; urgency=low * Initial Release -- James Page Wed, 29 Jun 2011 10:19:55 +0100 debian/source/0000755000000000000000000000000012145131101010453 5ustar debian/source/format0000644000000000000000000000001412145131101011661 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000257212145131100011113 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: PuTTY support for Trilead SSH2 library Source: https://trilead-putty-extension.dev.java.net/ Files: * Copyright: 2009-, 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.properties0000644000000000000000000000022712145131101012400 0ustar # Include here properties to pass to Maven during the build. # For example: # maven.test.skip=true maven.compiler.source=1.5 maven.compiler.target=1.5 debian/maven.rules0000644000000000000000000000160412145131101011336 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/ junit junit jar s/3\..*/3.x/ * * debian/watch0000644000000000000000000000021212145131101010177 0ustar version=3 opts=dversionmangle=s/\.dfsg// \ https://github.com/kohsuke/trilead-putty-extension/tags .*/trilead-putty-extension-(.*).tar.gz debian/control0000644000000000000000000000267712145131100010571 0ustar Source: trilead-putty-extension Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: James Page Build-Depends: cdbs, debhelper (>= 7), default-jdk, javahelper, maven-debian-helper Build-Depends-Indep: default-jdk-doc, junit (>= 3.8.1), libcommons-io-java, libjenkins-trilead-ssh2-java, libjenkins-trilead-ssh2-java-doc, libmaven-javadoc-plugin-java Standards-Version: 3.9.4 Homepage: https://trilead-putty-extension.dev.java.net/ Vcs-Git: git://git.debian.org/git/pkg-java/trilead-putty-extension.git Vcs-Browser: http://git.debian.org/?p=pkg-java/trilead-putty-extension.git Package: libtrilead-putty-extension-java Architecture: all Depends: ${maven:Depends}, ${misc:Depends} Recommends: ${maven:OptionalDepends} Description: PuTTY key support for Trilead SSH2 library This is a small library that allows you to programatically convert the PuTTY key file (.ppk) to the OpenSSH format. Package: libtrilead-putty-extension-java-doc Architecture: all Section: doc Depends: ${maven:DocDepends}, ${misc:Depends} Recommends: ${maven:DocOptionalDepends} Suggests: libtrilead-putty-extension-java Description: Documentation for libtrilead-putty-extension-java This is a small library that allows you to programatically convert the PuTTY key file (.ppk) to the OpenSSH format. . This package provides the API documentation for libtrilead-putty-extension-java. debian/maven.cleanIgnoreRules0000644000000000000000000000143412145131100013445 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 * * * *