[fest-swing-1.x] 01/01: Imported Debian patch 20130304-1

Tim Potter tpot-guest at moszumanska.debian.org
Mon Apr 27 07:11:14 UTC 2015


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

tpot-guest pushed a commit to branch master
in repository fest-swing-1.x.

commit 1522273539a4e0cca0de94833f9ea0ebd643b7c1
Author: Tim Potter <tpot at hp.com>
Date:   Mon Apr 27 07:34:07 2015 +1000

    Imported Debian patch 20130304-1
---
 debian/changelog                   |  5 +++++
 debian/compat                      |  1 +
 debian/control                     | 23 +++++++++++++++++++++++
 debian/copyright                   | 23 +++++++++++++++++++++++
 debian/docs                        |  1 +
 debian/libfest-swing-java-1.x.poms | 33 +++++++++++++++++++++++++++++++++
 debian/maven.rules                 |  6 ++++++
 debian/rules                       |  4 ++++
 debian/source/format               |  1 +
 9 files changed, 97 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..59677c1
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+fest-swing-1.x (20130304-1) unstable; urgency=low
+
+  * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
+
+ -- Tim Potter <tpot at hp.com>  Mon, 27 Apr 2015 07:34:07 +1000
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..95febcc
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,23 @@
+Source: fest-swing-1.x
+Section: java
+Priority: optional
+Maintainer: Tim Potter <tpot at hp.com>
+Build-Depends: debhelper (>= 9), default-jdk, maven-debian-helper, javahelper, libfest-assert-java, libmockito-java, libjsr305-java, libfest-reflect-java
+Standards-Version: 3.9.6
+Homepage: https://github.com/alexruiz/fest-swing-1.x
+Vcs-Git: git://anonscm.debian.org/pkg-java/fest-swing-1.x.git
+Vcs-Browser: http://anonscm.debian.org/cgit/pkg-java/fest-swing-1.x.git
+
+Package: libfest-swing1.x-java
+Architecture: all
+Depends: ${maven:Depends}, ${misc:Depends}
+Description: Simple and intuitive API for functional testing of Swing user interfaces
+ The fest-swing project provides a simple and intuitive API for 
+ functional testing of Swing user interfaces, resulting in tests 
+ that are compact, easy to write, and read like a specification. 
+ Tests written using FEST-Swing are also robust. FEST simulates 
+ actual user gestures at the operating system level, ensuring that 
+ the application will behave correctly in front of the user. It also 
+ provides a reliable mechanism for GUI component lookup that ensures 
+ that changes in the GUI's layout or look-and-feel will not break 
+ your tests.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..099d057
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,23 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: fest-swing
+Source: https://github.com/alexruiz/fest-swing-1.x
+
+Files: *
+Copyright: 2006-2013 Alex Ruiz
+           2010 Ansgar Konermann
+           2010 Joel Costigliola
+           2010 Johannes Schneider
+           2010 Mel Llaguno 
+           2010 Peter Murray 
+           2010 Ted Young 
+           2010 Yvonne Wang Price 
+License: Apache-2.0
+
+Files: debian/*
+Copyright: 2015 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
+ 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..b43bf86
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+README.md
diff --git a/debian/libfest-swing-java-1.x.poms b/debian/libfest-swing-java-1.x.poms
new file mode 100644
index 0000000..a15353a
--- /dev/null
+++ b/debian/libfest-swing-java-1.x.poms
@@ -0,0 +1,33 @@
+# List of POM files for the package
+# Format of this file is:
+# <path to pom file> [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 <parent> tag from the POM
+#   --package=<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=<elem1,elem2>: a list of XML elements to keep in the POM
+#      during a clean operation with mh_cleanpom or mh_installpom
+#   --artifact=<path>: 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>: name to use when installing the library in /usr/share/java
+#   --usj-version=<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=<path>: the destination for the real jar.
+#     It will be installed with mh_install. [mh_install]
+#   --classifier=<classifier>: Optional, the classifier for the jar. Empty by default.
+#   --site-xml=<location>: Optional, the location for site.xml if it needs to be installed.
+#     Empty by default. [mh_install]
+#
+fest-swing/pom.xml --no-parent --has-package-version --java-lib
+fest-swing-junit/pom.xml --ignore
+fest-swing-junit-4.3.1/pom.xml --ignore
+fest-swing-junit-4.5/pom.xml --ignore
+fest-swing-testng/pom.xml --ignore
+
diff --git a/debian/maven.rules b/debian/maven.rules
new file mode 100644
index 0000000..b003471
--- /dev/null
+++ b/debian/maven.rules
@@ -0,0 +1,6 @@
+
+junit junit jar s/.*/4.x/ * *
+junit junit jar s/4\..*/4.x/ * *
+org.easytesting s/fest-assert/fest-assert-core/ jar s/.*/debian/ * *
+org.mockito s/mockito-all/mockito-core/ * s/.*/debian/ * *
+s/com\.google\.code\.findbugs/org.jsr-305/ jsr305 jar s/.*/0.x/ * *
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..2d33f6a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@
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-swing-1.x.git



More information about the pkg-java-commits mailing list