debian/0000755000000000000000000000000011614551367007177 5ustar debian/maven.cleanIgnoreRules0000644000000000000000000000150111614002406013446 0ustar # Maven clean ignore rules - ignore some Maven dependencies and plugins # during the clean phase of a Maven build # 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 before mvn clean is called # junit junit jar s/3\\..*/3.x/ debian/README.source0000644000000000000000000000050011614002406011332 0ustar Information about jenkins-test-annotations ------------------------------------------ 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/watch0000644000000000000000000000021611614002406010210 0ustar version=3 opts=dversionmangle=s/\.dfsg// \ http://githubredir.debian.net/github/jenkinsci/lib-test-annotations/ test-annotations-(.*).tar.gz debian/jenkins-test-annotations-doc.install0000644000000000000000000000007411614002406016265 0ustar target/apidocs/* usr/share/doc/jenkins-test-annotations/api debian/maven.properties0000644000000000000000000000035111614002406012403 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/rules0000755000000000000000000000042211614002406010236 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/control0000644000000000000000000000264611614002406010573 0ustar Source: jenkins-test-annotations Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: James Page Build-Depends: cdbs, debhelper (>= 7), default-jdk, maven-debian-helper (>= 1.4) Build-Depends-Indep: default-jdk-doc, libmaven-javadoc-plugin-java Standards-Version: 3.9.2 Homepage: http://github.com/jenkinsci/lib-test-annotations Vcs-Git: git://git.debian.org/git/pkg-java/jenkins-test-annotations.git Vcs-Browser: http://git.debian.org/?p=pkg-java/jenkins-test-annotations.git Package: jenkins-test-annotations Architecture: all Depends: ${maven:Depends}, ${misc:Depends} Recommends: ${maven:OptionalDepends} Suggests: jenkins-test-annotations-doc Description: Annotation library for tracking testing in Jenkins This library is used by the Jenkins project to track test cases with other things such as bug or issue information through the use of Java annotations. Package: jenkins-test-annotations-doc Architecture: all Section: doc Depends: ${maven:DocDepends}, ${misc:Depends} Recommends: ${maven:DocOptionalDepends} Suggests: jenkins-test-annotations Description: Documentation for jenkins-test-annotations This library is used by the Jenkins project to track test cases with other things such as bug or issue information through the use of Java annotations. . This package contains the API documentation of jenkins-test-annotations. debian/maven.rules0000644000000000000000000000154311614002406011345 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/jenkins-test-annotations.poms0000644000000000000000000000273111614002406015034 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 # it will be installed with mh_install. # --classifier=: Optional, the classifier for the jar. Empty by default. # --ignore-pom: don't install the POM with mh_install or mh_installpoms. To use with POM files that are created # temporarily for certain artifacts such as Javadoc jars. # pom.xml --no-parent --has-package-version debian/copyright0000644000000000000000000000260611614002406011117 0ustar Format-Specification: http://dep.debian.net/deps/dep5/ Name: Jenkins Test annotations Source: http://github.com/jenkinsci/lib-test-annotations Files: * Copyright: 2004-2009, Kohsuke Kawaguchi, 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/compat0000644000000000000000000000000211614002406010356 0ustar 7 debian/maven.publishedRules0000644000000000000000000000164211614002406013205 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/0000755000000000000000000000000011614002406010460 5ustar debian/source/format0000644000000000000000000000001411614002406011666 0ustar 3.0 (quilt) debian/maven.ignoreRules0000644000000000000000000000136611614002406012514 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/changelog0000644000000000000000000000051211614002406011030 0ustar jenkins-test-annotations (1.0-1) unstable; urgency=low * Initial Debian release (Closes: #631207) -- James Page Wed, 27 Jul 2011 13:25:41 +0100 jenkins-test-annotations (1.0-0ubuntu1) oneiric; urgency=low * Initial release -- James Page Wed, 22 Jun 2011 10:14:09 +0100 debian/jenkins-test-annotations-doc.doc-base.api0000644000000000000000000000054311614002406017045 0ustar Document: jenkins-test-annotations Title: API Javadoc for Jenkins test annotations Author: Test annotations developers Abstract: This is the API Javadoc provided for the jenkins-test-annotations library. Section: Programming Format: HTML Index: /usr/share/doc/jenkins-test-annotations/api/index.html Files: /usr/share/doc/jenkins-test-annotations/api/*