debian/0000755000000000000000000000000011725310554007171 5ustar debian/maven.cleanIgnoreRules0000644000000000000000000000136611725310277013472 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/ debian/README.source0000644000000000000000000000046611725310277011360 0ustar Information about jenkins-crypto-util ------------------------------------- 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/watch0000644000000000000000000000022211725310277010220 0ustar version=3 opts="uversionmangle=s/-(alpha|beta)-/~$1/" \ http://githubredir.debian.net/github/jenkinsci/lib-crypto-util/ crypto-util-(.*).tar.gz debian/maven.properties0000644000000000000000000000034711725310277012423 0ustar # Include here properties to pass to Maven during the build. # For example: maven.test.skip=true # Specify code source and target as not explicit in pom.xml # and defaults to 1.3 maven.compiler.source=1.5 maven.compiler.target=1.5 debian/rules0000755000000000000000000000042211725310277010251 0ustar #!/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 DEB_MAVEN_INSTALL_TO_USJ := false get-orig-source: uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename debian/control0000644000000000000000000000275011725310277010602 0ustar Source: jenkins-crypto-util Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: James Page DM-Upload-Allowed: yes Build-Depends: cdbs, debhelper (>= 7), default-jdk, maven-debian-helper Build-Depends-Indep: default-jdk-doc, junit, libcommons-io-java, libmaven-compiler-plugin-java, libmaven-javadoc-plugin-java Standards-Version: 3.9.3 Homepage: https://github.com/jenkinsci/lib-crypto-util Vcs-Git: git://git.debian.org/git/pkg-java/jenkins-crypto-util.git Vcs-Browser: http://git.debian.org/?p=pkg-java/jenkins-crypto-util.git Package: jenkins-crypto-util Architecture: all Depends: ${maven:Depends}, ${misc:Depends} Recommends: ${maven:OptionalDepends} Description: Jenkins Utility around Java Crypto API Utility wrapper around Java Crypto API used by the Jenkins CI toolset to ease use including: . * Retrieve list of root CA's know to the JVM. * Validate certificate paths to root CA's. Package: jenkins-crypto-util-doc Architecture: all Section: doc Depends: ${maven:DocDepends}, ${misc:Depends} Recommends: ${maven:DocOptionalDepends} Suggests: jenkins-crypto-util Description: Documentation for Utility around Java Crypto API Utility wrapper around Java Crypto API used by the Jenkins CI toolset to ease use including: . * Retrieve list of root CA's know to the JVM. * Validate certificate paths to root CA's. . This package provides the API documentation for jenkins-crypto-util. debian/maven.rules0000644000000000000000000000160411725310277011356 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/copyright0000644000000000000000000000257311725310277011135 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Utility around Java Crypto API Source: https://github.com/jenkinsci/lib-crypto-util Files: * Copyright: 2004-2009, Sun Microsystems, Inc. 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/compat0000644000000000000000000000000211725310277010371 0ustar 7 debian/maven.publishedRules0000644000000000000000000000164211725310277013220 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/source/0000755000000000000000000000000011725310277010473 5ustar debian/source/format0000644000000000000000000000001411725310277011701 0ustar 3.0 (quilt) debian/maven.ignoreRules0000644000000000000000000000136611725310277012527 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/ debian/changelog0000644000000000000000000000141311725310277011044 0ustar jenkins-crypto-util (1.1-2) unstable; urgency=low * Fix FTBFS (Closes: #661691, #643501) (LP: #935199): - d/maven.properties: Disable test suite execution as currently fails due to use of expired certificate. * Bumped Standards-Version: 3.9.3 - d/copyright: Updated Format to reference policy, renamed obsolete fields. [tony mancill] * Set DMUA flag. -- James Page Sun, 04 Mar 2012 22:03:45 +0000 jenkins-crypto-util (1.1-1) unstable; urgency=low * Initial Debian release (Closes: #631209) -- James Page Wed, 27 Jul 2011 13:39:00 +0100 jenkins-crypto-util (1.1-0ubuntu1) oneiric; urgency=low * Initial release -- James Page Mon, 20 Jun 2011 13:08:55 +0100 debian/jenkins-crypto-util.lintian-overrides0000644000000000000000000000025011725310277016502 0ustar # This library is private to Jenkins which manages # its dependencies using Maven project definitions jenkins-crypto-util binary: missing-classpath libcommons-io-java debian/jenkins-crypto-util-doc.doc-base.api0000644000000000000000000000054311725310277016041 0ustar Document: jenkins-crypto-util Title: API Javadoc for Utility around Java Crypto API Author: Utility around Java Crypto API developers Abstract: This is the API Javadoc provided for the jenkins-crypto-util library. Section: Programming Format: HTML Index: /usr/share/doc/jenkins-crypto-util/api/index.html Files: /usr/share/doc/jenkins-crypto-util/api/* debian/jenkins-crypto-util-doc.install0000644000000000000000000000006711725310277015263 0ustar target/apidocs/* usr/share/doc/jenkins-crypto-util/api debian/jenkins-crypto-util.poms0000644000000000000000000000177711725310277014041 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 # --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