[libidw-java] 04/04: Initial version using javahelper

Felix Natter fnatter-guest at alioth.debian.org
Sat Aug 17 18:15:22 UTC 2013


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

fnatter-guest pushed a commit to branch master
in repository libidw-java.

commit 1e9a4d23080a3d75058d4295414808fa2ee524d1
Author: Felix Natter <fnatter at gmx.net>
Date:   Sat Aug 17 20:04:49 2013 +0200

    Initial version using javahelper
---
 debian/changelog               |    5 +++++
 debian/compat                  |    1 +
 debian/control                 |   31 +++++++++++++++++++++++++++++++
 debian/copyright               |   40 ++++++++++++++++++++++++++++++++++++++++
 debian/javabuild               |    1 +
 debian/libidw-java-doc.javadoc |    1 +
 debian/libidw-java.jlibs       |    1 +
 debian/rules                   |   12 ++++++++++++
 debian/source/format           |    1 +
 debian/watch                   |    2 ++
 10 files changed, 95 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..d1924e0
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libidw-java (1.6.1-1) unstable; urgency=low
+
+  * Initial release. (Closes: #706485)
+
+ -- Felix Natter <fnatter at gmx.net>  Sat, 17 Aug 2013 18:43:07 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..0d74a40
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,31 @@
+Source: libidw-java
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Felix Natter <fnatter at gmx.net>
+Build-Depends: debhelper (>= 8), default-jdk, javahelper (>= 0.43) 
+Standards-Version: 3.9.4
+Homepage: http://www.infonode.net/index.html?idw
+Vcs-Git: git://git.debian.org/pkg-java/libidw-java.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/libidw-java.git
+
+Package: libidw-java
+Architecture: all
+Depends: ${java:Depends}, ${misc:Depends}
+Recommends: ${java:Recommends}
+Description: InfoNode Docking Windows (similar to JInternalFrames)
+ A library that allows one to create "docking windows", i.e. windows
+ like JInternalFrames but not restricted to a parent window.
+ .
+ This library used to be developed by 'infonode' (see infonode.net).
+
+Package: libidw-java-doc
+Architecture: all
+Section: doc
+Depends: ${java:Depends}, ${misc:Depends}
+Recommends: ${java:Recommends}
+Description: InfoNode Docking Windows (javadoc)
+ A library that allows one to create "docking windows", i.e. windows
+ like JInternalFrames but not restricted to a parent window.
+ .
+ This package contains the Javadoc API
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..634d43b
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,40 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: InfoNode Docking Windows
+Upstream-contact: NNL Technology AB in Sweden <info at nnl.se>
+Source: http://www.infonode.net/index.html?idw
+
+Files: *
+Copyright: Copyright 1998-2009 NNL Technology AB in Sweden <info at nnl.se>
+License: GPL-2+ or commercial
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License
+ as published by the Free Software Foundation; either version 2
+ of the License, or (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA. 
+
+Files: debian/*
+Copyright: Copyright 2013 Felix Natter <fnatter at gmx.net>
+License: GPL-2+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
diff --git a/debian/javabuild b/debian/javabuild
new file mode 100644
index 0000000..d0d059e
--- /dev/null
+++ b/debian/javabuild
@@ -0,0 +1 @@
+idw.jar src
diff --git a/debian/libidw-java-doc.javadoc b/debian/libidw-java-doc.javadoc
new file mode 100644
index 0000000..ce83b25
--- /dev/null
+++ b/debian/libidw-java-doc.javadoc
@@ -0,0 +1 @@
+internal
diff --git a/debian/libidw-java.jlibs b/debian/libidw-java.jlibs
new file mode 100644
index 0000000..d73432a
--- /dev/null
+++ b/debian/libidw-java.jlibs
@@ -0,0 +1 @@
+idw.jar
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..b00153f
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,12 @@
+#!/usr/bin/make -f
+
+export JAVA_HOME=/usr/lib/jvm/default-java
+
+# Put depended upon jars in here
+# export CLASSPATH=
+
+%:
+	dh $@ --with javahelper
+
+get-orig-source:
+	uscan --force-download --repack
\ No newline at end of file
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..ca7d75e
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://sf.net/infonode/idw-gpl-(.+)-src\.zip

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



More information about the pkg-java-commits mailing list