[fest-assert] 01/01: Imported Debian patch 2.0M10-1

Tim Potter tpot-guest at moszumanska.debian.org
Wed Nov 12 05:45:33 UTC 2014


This is an automated email from the git hooks/post-receive script.

tpot-guest pushed a commit to branch master
in repository fest-assert.

commit 561c7fbc147e2c585dd153976046be26091c2ccf
Author: Tim Potter <tpot at hp.com>
Date:   Tue Nov 11 00:48:35 2014 +1100

    Imported Debian patch 2.0M10-1
---
 debian/changelog                |  5 +++++
 debian/compat                   |  1 +
 debian/control                  | 34 ++++++++++++++++++++++++++++++++++
 debian/copyright                | 28 ++++++++++++++++++++++++++++
 debian/docs                     |  3 +++
 debian/javadoc                  |  1 +
 debian/libfest-assert-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..726d75a
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+fest-assert (2.0M10-1) unstable; urgency=low
+
+  * Initial release (Closes: #769077)
+
+ -- Tim Potter <tpot at hp.com>  Tue, 11 Nov 2014 00:48:35 +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..a9025d7
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,34 @@
+Source: fest-assert
+Section: java
+Priority: optional
+Maintainer: Tim Potter <tpot at hp.com>
+Build-Depends: debhelper (>= 9), javahelper, default-jdk, default-jdk-doc, libfest-util-java, junit4, libmockito-java, libfest-test-java
+Standards-Version: 3.9.6
+Homepage: http://code.google.com/p/fest/
+Vcs-Git: git://anonscm.debian.org/pkg-java/fest-assert.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/fest-assert.git
+
+Package: libfest-assert-java
+Architecture: all
+Depends: ${java:Depends}, ${misc:Depends}
+Suggests: libfest-assert-java-doc
+Description: Java library that provides a fluent interface for writing assertions
+ 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-assert-java-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}
+Suggests: libfest-assert-java
+Description: Documentation for libfest-assert-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-assert.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..5f00054
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,28 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: fest-assert
+Source: https://github.com/alexruiz/fest-assert-2.x
+
+Files: *
+Copyright: 2010-2013 Alex Ruiz
+License: Apache-2.0
+
+Files: debian/*
+Copyright: 2014 Tim Potter <tpot at hp.com>
+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-assert-java.docs b/debian/libfest-assert-java.docs
new file mode 100644
index 0000000..49d1e86
--- /dev/null
+++ b/debian/libfest-assert-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..7cfbcb4
--- /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/fest-util.jar:/usr/share/java/junit4.jar:/usr/share/java/mockito-core.jar:/usr/share/java/fest-test.jar
+
+%:
+	dh $@ --with javahelper
+
+override_jh_build:
+	jh_build fest-assert-core.jar src
+
+override_jh_installibs:
+	jh_installibs fest-assert-core.jar
+
+override_jh_clean:
+	jh_clean
+	rm -f fest-assert-core.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-assert.git



More information about the pkg-java-commits mailing list