This is an automated email from the git hooks/post-receive script. tpot-guest pushed a commit to branch master in repository fest-util.
commit 2cf2dafd9bba047f7e96dc40b4549ca31c7d6868 Author: Tim Potter <[email protected]> Date: Tue Nov 11 00:59:42 2014 +1100 Imported Debian patch 1.2.5-1 --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 34 ++++++++++++++++++++++++++++++++++ debian/copyright | 28 ++++++++++++++++++++++++++++ debian/docs | 3 +++ debian/javadoc | 1 + debian/libfest-util-java.docs | 2 ++ debian/rules | 18 ++++++++++++++++++ debian/source/format | 1 + 9 files changed, 93 insertions(+) diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..79d4cb3 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +fest-util (1.2.5-1) unstable; urgency=low + + * Initial release (Closes: #769088) + + -- Tim Potter <[email protected]> Tue, 11 Nov 2014 00:59:42 +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..03cfa07 --- /dev/null +++ b/debian/control @@ -0,0 +1,34 @@ +Source: fest-util +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-util +Vcs-Git: git://anonscm.debian.org/pkg-java/fest-util.git +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/fest-util.git + +Package: libfest-util-java +Architecture: all +Depends: ${java:Depends}, ${misc:Depends} +Suggests: libfest-util-java-doc +Description: common utilities 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 utilities used in all FEST packages. + +Package: libfest-util-java-doc +Architecture: all +Section: doc +Depends: ${misc:Depends} +Suggests: libfest-util-java +Description: Documentation for libfest-util-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-common. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..3df9993 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,28 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: fest-util +Source: https://github.com/alexruiz/fest-util + +Files: * +Copyright: 2008-2013 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..858f344 --- /dev/null +++ b/debian/docs @@ -0,0 +1,3 @@ +LICENSE.txt +README.md +release-notes.txt 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-util-java.docs b/debian/libfest-util-java.docs new file mode 100644 index 0000000..49d1e86 --- /dev/null +++ b/debian/libfest-util-java.docs @@ -0,0 +1,2 @@ +README.md +release-notes.txt diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..464ad9c --- /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-util.jar src + +override_jh_installlibs: + jh_installlibs fest-util.jar + +override_jh_clean: + jh_clean + rm -f fest-util.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-util.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

