debian/0000755000000000000000000000000011615621203007163 5ustar debian/copyright0000644000000000000000000000266511615614505011136 0ustar Format-Specification: http://dep.debian.net/deps/dep5/ Name: Jenkins task-reactor framework Maintainer: Kohsuke Kawaguchi Source: https://github.com/jenkinsci/lib-task-reactor Files: * Copyright: 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number of other of contributers 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/rules0000755000000000000000000000042211615614505010250 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/source/0000755000000000000000000000000011615614505010472 5ustar debian/source/format0000644000000000000000000000001411615614505011700 0ustar 3.0 (quilt) debian/README.source0000644000000000000000000000047011615614505011352 0ustar Information about jenkins-task-reactor -------------------------------------- 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/jenkins-task-reactor-doc.install0000644000000000000000000000007011615614505015360 0ustar target/apidocs/* usr/share/doc/jenkins-task-reactor/api debian/maven.ignoreRules0000644000000000000000000000142611615614505012523 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.objectweb.carol cmi * * * * debian/changelog0000644000000000000000000000050211615614505011041 0ustar jenkins-task-reactor (1.3-1) unstable; urgency=low * Initial Debian release (Closes: #631211) -- James Page Mon, 01 Aug 2011 09:59:31 +0100 jenkins-task-reactor (1.3-0ubuntu1) oneiric; urgency=low * Initial release -- James Page Tue, 28 Jun 2011 10:27:49 +0100 debian/jenkins-task-reactor-doc.doc-base.api0000644000000000000000000000051711615614505016145 0ustar Document: jenkins-task-reactor Title: API Javadoc for Jenkins Task Reactor Framework Author: Kohsuke Kawaguchi Abstract: This is the API Javadoc provided for the jenkins-task-reactor library. Section: Programming Format: HTML Index: /usr/share/doc/jenkins-task-reactor/api/index.html Files: /usr/share/doc/jenkins-task-reactor/api/* debian/compat0000644000000000000000000000000211615614505010370 0ustar 7 debian/watch0000644000000000000000000000022411615614505010221 0ustar version=3 opts="uversionmangle=s/-(alpha|beta)-/~$1/" \ http://githubredir.debian.net/github/jenkinsci/lib-task-reactor/ task-reactor-(.*).tar.gz debian/jenkins-task-reactor.poms0000644000000000000000000000033711615614505014133 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 pom.xml --no-parent debian/maven.cleanIgnoreRules0000644000000000000000000000142611615614505013466 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.objectweb.carol cmi * * * * debian/maven.rules0000644000000000000000000000160411615614505011355 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/control0000644000000000000000000000243711615614505010603 0ustar Source: jenkins-task-reactor Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: James Page Build-Depends: cdbs, debhelper (>= 7), default-jdk, maven-debian-helper Build-Depends-Indep: default-jdk-doc, libmaven-javadoc-plugin-java Standards-Version: 3.9.2 Homepage: https://github.com/jenkinsci/lib-task-reactor Vcs-Git: git://git.debian.org/git/pkg-java/jenkins-task-reactor.git Vcs-Browser: http://git.debian.org/?p=pkg-java/jenkins-task-reactor.git Package: jenkins-task-reactor Architecture: all Depends: ${maven:Depends}, ${misc:Depends} Recommends: ${maven:OptionalDepends} Description: Task execution and control framework used in Jenkins This library provide a generic task execution and control framework which is used extensively within the Jenkins CI toolset. Package: jenkins-task-reactor-doc Architecture: all Section: doc Depends: ${maven:DocDepends}, ${misc:Depends} Recommends: ${maven:DocOptionalDepends} Suggests: jenkins-task-reactor Description: Documentation for jenkins-task-reactor This library provide a generic task execution and control framework which is used extensively within the Jenkins CI toolset. . This package provides the API documentation for jenkins-task-reactor. debian/maven.properties0000644000000000000000000000037711615614505012425 0ustar # Include here properties to pass to Maven during the build. # For example: # maven.test.skip=true 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