[libcontrolsfx-java] 02/02: Initial (non-working) packaging

Andreas Tille tille at debian.org
Sat May 20 20:40:51 UTC 2017


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

tille pushed a commit to branch master
in repository libcontrolsfx-java.

commit 61a5bd4657b5258713b37e2ddd6943c308d98836
Author: Andreas Tille <tille at debian.org>
Date:   Sat May 20 22:39:20 2017 +0200

    Initial (non-working) packaging
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 31 +++++++++++++++++++++++++++++++
 debian/copyright     | 34 ++++++++++++++++++++++++++++++++++
 debian/rules         |  7 +++++++
 debian/source/format |  1 +
 debian/watch         |  3 +++
 7 files changed, 82 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..f9ddd54
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libcontrolsfx-java (8.40.12-1) UNRELEASED; urgency=medium
+
+  * Initial release (Closes: #<bug>)
+
+ -- Andreas Tille <tille at debian.org>  Sat, 20 May 2017 21:41:12 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..f599e28
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+10
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..a4e22a5
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,31 @@
+Source: libcontrolsfx-java
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Andreas Tille <tille at debian.org>
+Section: science
+Priority: optional
+Build-Depends: debhelper (>= 10),
+               javahelper,
+               default-jdk,
+               ant,
+               gradle-debian-helper,
+               gradle,
+               libopenjfx-java
+Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libcontrolsfx-java.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-java/libcontrolsfx-java.git
+Homepage: http://fxexperience.com/controlsfx/
+
+Package: libcontrolsfx-java
+Architecture: any
+Depends: ${java:Depends},
+         ${misc:Depends}
+Recommends: ${java:Recommends}
+Description: high quality UI controls for JavaFX
+ ControlsFX is an extension for JavaFX that aims to provide really high
+ quality UI controls and other tools to complement the core JavaFX
+ distribution. It has been developed for JavaFX 8.0 and beyond, and has a
+ guiding principle of only accepting new controls / features when all
+ existing code is at an acceptably high level, including thankless jobs
+ like having high quality javadoc documentation. This ensure a high
+ quality release is available at all times, with all experimental work
+ being done in branches of the main code base.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..e8d98e9
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,34 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: ControlsFX
+Source: https://bitbucket.org/controlsfx/controlsfx/downloads/?tab=tags
+
+Files: *
+Copyright: 2013-2017 ControlsFX
+License: BSD-3-clause
+
+Files: debian/*
+Copyright: 2017 Andreas Tille <tille at debian.org>
+License: BSD-3-clause
+
+License: BSD-3-clause
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions are met:
+ *     * Redistributions of source code must retain the above copyright
+ * notice, this list of conditions and the following disclaimer.
+ *     * Redistributions in binary form must reproduce the above copyright
+ * notice, this list of conditions and the following disclaimer in the
+ * documentation and/or other materials provided with the distribution.
+ *     * Neither the name of ControlsFX, any associated website, nor the
+ * names of its contributors may be used to endorse or promote products
+ * derived from this software without specific prior written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+ * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ * DISCLAIMED. IN NO EVENT SHALL CONTROLSFX BE LIABLE FOR ANY
+ * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+ * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..23483a9
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+# DH_VERBOSE := 1
+export LC_ALL=C.UTF-8
+
+%:
+	dh $@ --buildsystem=gradle --with javahelper
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)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..fe2d908
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=4
+
+https://bitbucket.org/controlsfx/controlsfx/downloads/?tab=tags .*/(\d\S*)\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libcontrolsfx-java.git



More information about the pkg-java-commits mailing list