debian/ 0000755 0000000 0000000 00000000000 12141566266 007177 5 ustar debian/rules 0000755 0000000 0000000 00000000437 12141566266 010263 0 ustar #!/usr/bin/make -f
export JAVA_HOME := /usr/lib/jvm/default-java
export ANT_ARGS=-f debian/build.xml
VERSION=$(shell dpkg-parsechangelog | sed -n '/^Version/s/Version: \(.*\)-[^-]*$$/\1/p')
%:
dh $@ --buildsystem=ant --with maven_repo_helper
get-orig-source:
uscan --force-download
debian/watch 0000644 0000000 0000000 00000000127 12141566266 010230 0 ustar version=3
http://githubredir.debian.net/github/spockframework/spock /spock-(.*).tar.gz
debian/build.xml 0000644 0000000 0000000 00000016457 12141566266 011035 0 ustar
Spock Framework ${impl.version}]]>
Copyright © ${year}. All rights reserved]]>
debian/changelog 0000644 0000000 0000000 00000000606 12141566266 011053 0 ustar spock (0.6-groovy-1.8-2) unstable; urgency=low
* Upload to unstable.
* d/control: Bump Standards-Version to 3.9.4 (no changes needed).
-- Damien Raude-Morvan Mon, 06 May 2013 01:33:55 +0200
spock (0.6-groovy-1.8-1) experimental; urgency=low
* Initial release. (Closes: #607388)
-- Damien Raude-Morvan Sun, 02 Sep 2012 12:38:23 +0200
debian/maven.ignoreRules 0000644 0000000 0000000 00000001365 12141566266 012532 0 ustar # 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/maven.cleanIgnoreRules 0000644 0000000 0000000 00000001500 12141566266 013464 0 ustar # 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/compat 0000644 0000000 0000000 00000000002 12141566266 010375 0 ustar 9
debian/libspock-java.poms 0000644 0000000 0000000 00000003507 12141566266 012631 0 ustar # List of POM files for the package
# Format of this file is:
# [option]*
# where option can be:
# --ignore: ignore this POM and its artifact if any
# --ignore-pom: don't install the POM. To use on POM files that are created
# temporarily for certain artifacts such as Javadoc jars. [mh_install, mh_installpoms]
# --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. [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. [mh_install]
# --classifier=: Optional, the classifier for the jar. Empty by default.
# --site-xml=: Optional, the location for site.xml if it needs to be installed.
# Empty by default. [mh_install]
#
debian/spock-core.pom --has-package-version --artifact=spock-core/build/libs/spock-core-*-groovy-1.8.jar --java-lib
debian/spock-guice.pom --has-package-version --artifact=spock-guice/build/libs/spock-guice-*-groovy-1.8.jar --java-lib
debian/maven.publishedRules 0000644 0000000 0000000 00000001641 12141566266 013223 0 ustar # 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/libspock-java-doc.doc-base 0000644 0000000 0000000 00000000454 12141566266 014071 0 ustar Document: libspock-javadoc
Title: API Javadoc for libspock-java
Author: Spock Framework developers
Abstract: This is the API Javadoc provided by the libspock-java library.
Section: Programming
Format: HTML
Index: /usr/share/doc/libspock-java/api/index.html
Files: /usr/share/doc/libspock-java/api/*
debian/source/ 0000755 0000000 0000000 00000000000 12141566266 010477 5 ustar debian/source/format 0000644 0000000 0000000 00000000014 12141566266 011705 0 ustar 3.0 (quilt)
debian/maven.rules 0000644 0000000 0000000 00000001637 12141566266 011370 0 ustar # 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/
asm asm jar s/.*/3.x/
junit s/junit-dep/junit/ jar s/.*/4.x/
debian/spock-core.pom 0000644 0000000 0000000 00000005726 12141566266 011773 0 ustar
4.0.0
org.spockframework
spock-core
0.6-groovy-1.8
Spock Framework - Core Module
Spock is a testing and specification framework for Java and Groovy applications. What makes it stand out from the crowd is its beautiful and highly expressive specification language. Thanks to its JUnit runner, Spock is compatible with most IDEs, build tools, and continuous integration servers. Spock is inspired from JUnit, jMock, RSpec, Groovy, Scala, Vulcans, and other fascinating life forms.
http://spockframework.org
The Apache Software License, Version 2.0
http://www.apache.org/licenses/LICENSE-2.0.txt
repo
pniederw
Peter Niederwieser
pniederw@gmail.com
ldaley
Luke Daley
ld@ldaley.com
scm:git:git://github.com/spockframework/spock.git
scm:git:ssh://git@github.com/spockframework/spock.git
http://github.spockframework.org/spock
org.objenesis
objenesis
1.2
compile
true
junit
junit-dep
4.9
compile
org.codehaus.groovy
groovy-all
1.8.5
compile
org.apache.ant
ant
1.8.2
compile
true
asm
asm
3.2
compile
true
cglib
cglib-nodep
2.2
compile
true
org.hamcrest
hamcrest-core
1.2
compile