This is an automated email from the git hooks/post-receive script. tpot-guest pushed a commit to branch master in repository fest-test.
commit 8fd91fafacf667f9671cdb5551028a032cb613de Author: Tim Potter <[email protected]> Date: Tue Nov 11 05:22:18 2014 +1100 Imported Debian patch 2.1.0-1 --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 35 +++++++++++++++++++++++++++++++++++ debian/copyright | 28 ++++++++++++++++++++++++++++ debian/docs | 2 ++ debian/javadoc | 1 + debian/libfest-test-java.docs | 1 + debian/rules | 18 ++++++++++++++++++ debian/source/format | 1 + 9 files changed, 92 insertions(+) diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..546149b --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +fest-test (2.1.0-1) unstable; urgency=low + + * Initial release (Closes: #769199) + + -- Tim Potter <[email protected]> Tue, 11 Nov 2014 05:22:18 +1100 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +9 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..98ccb63 --- /dev/null +++ b/debian/control @@ -0,0 +1,35 @@ +Source: fest-test +Section: java +Priority: optional +Maintainer: Tim Potter <[email protected]> +Build-Depends: debhelper (>= 9), javahelper, default-jdk, default-jdk-doc, junit4 +Standards-Version: 3.9.6 +Homepage: https://github.com/alexruiz/fest-test +Vcs-Git: git://anonscm.debian.org/pkg-java/fest-test.git +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/fest-test.git + +Package: libfest-test-java +Architecture: all +Depends: ${java:Depends}, ${misc:Depends} +Suggests: libfest-test-java-doc +Description: common testing code for FEST (Fixtures for Easy Software Testing) packages + FEST Assertions is a Java library that provides a fluent interface + for writing assertions. It's main goal is to improve test code + readability and make maintenance of tests easier. FEST Assertions can + be used with either JUnit or TestNG. + . + This package contains common test utilities used for building other + packages in the FEST framework. + +Package: libfest-test-java-doc +Architecture: all +Section: doc +Depends: ${misc:Depends} +Suggests: libfest-test-java +Description: Documentation for libfest-test-java + FEST Assertions is a Java library that provides a fluent interface + for writing assertions. It's main goal is to improve test code + readability and make maintenance of tests easier. FEST Assertions can + be used with either JUnit or TestNG. + . + This package contains the API documentation of libfest-test. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..dd00ddc --- /dev/null +++ b/debian/copyright @@ -0,0 +1,28 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: fest-test +Source: https://github.com/alexruiz/fest-test + +Files: * +Copyright: 2009-2012 Alex Ruiz +License: Apache-2.0 + +Files: debian/* +Copyright: 2014 Tim Potter <[email protected]> +License: Apache-2.0 +Comment: the Debian packaging is licensed under the same terms as the original package. + +License: Apache-2.0 + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + . + http://www.apache.org/licenses/LICENSE-2.0 + . + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + . + On Debian systems, the full text of the Apache-2.0 license + can be found in the file '/usr/share/common-licenses/Apache-2.0' diff --git a/debian/docs b/debian/docs new file mode 100644 index 0000000..d99978a --- /dev/null +++ b/debian/docs @@ -0,0 +1,2 @@ +LICENSE.txt +README.md diff --git a/debian/javadoc b/debian/javadoc new file mode 100644 index 0000000..ce83b25 --- /dev/null +++ b/debian/javadoc @@ -0,0 +1 @@ +internal diff --git a/debian/libfest-test-java.docs b/debian/libfest-test-java.docs new file mode 100644 index 0000000..b43bf86 --- /dev/null +++ b/debian/libfest-test-java.docs @@ -0,0 +1 @@ +README.md diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..c40970b --- /dev/null +++ b/debian/rules @@ -0,0 +1,18 @@ +#!/usr/bin/make -f + +export JAVA_HOME=/usr/lib/jvm/default-java +export JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF8 +export CLASSPATH=/usr/share/java/junit4.jar + +%: + dh $@ --with javahelper + +override_jh_build: + jh_build fest-test.jar src + +override_jh_installlibs: + jh_installlibs fest-test.jar + +override_jh_clean: + jh_clean + rm -f fest-test.jar diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/fest-test.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

