[med-svn] [librdp-taxonomy-tree-java] 02/14: Initial packaging of lib needed by rdp-classifier. Probably out of date - check GitHub

Andreas Tille tille at debian.org
Thu Nov 30 15:37:56 UTC 2017


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

tille pushed a commit to branch master
in repository librdp-taxonomy-tree-java.

commit 029595e704a32225570779fe49c9cd34894a70d8
Author: Tim Booth <tbooth at ceh.ac.uk>
Date:   Mon Jan 19 14:51:35 2015 +0000

    Initial packaging of lib needed by rdp-classifier.
    Probably out of date - check GitHub
---
 debian/changelog     | 11 +++++++++++
 debian/compat        |  1 +
 debian/control       | 12 ++++++++++++
 debian/copyright     | 14 ++++++++++++++
 debian/docs          |  0
 debian/jlibs         |  1 +
 debian/rules         | 18 ++++++++++++++++++
 debian/source/format |  1 +
 debian/watch         |  4 ++++
 9 files changed, 62 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..eada8e0
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,11 @@
+librdp-taxonomy-tree-java (0.1.20140606-0biolinux1) trusty; urgency=medium
+
+  * New upstream for rdp-classifier 2.9
+
+ -- Tim Booth <tbooth at ceh.ac.uk>  Mon, 06 Oct 2014 18:20:47 +0100
+
+librdp-taxonomy-tree-java (0.1.20130830-0biolinux1) trusty; urgency=low
+
+  * Initial package to help rdp-classifier
+
+ -- Tim Booth <tbooth at ceh.ac.uk>  Wed, 30 Apr 2014 17:40:04 +0100
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..76a5a7c
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,12 @@
+Source: librdp-taxonomy-tree-java
+Section: java
+Priority: extra
+Maintainer: Tim Booth <tbooth at ceh.ac.uk>
+Build-Depends: debhelper (>= 9), default-jdk, javahelper
+Standards-Version: 3.9.3
+
+Package: librdp-taxonomy-tree-java
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${java:Depends}
+Description: taxonomy tree library from RDP
+ The TaxonomyTree project is a library used by other RDP tools
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..7200225
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,14 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: rdpstaff/TaxonomyTree
+Upstream-Contact: https://github.com/wangqion
+Source: https://github.com/rdpstaff/TaxonomyTree/commits/master
+
+Files: *
+Copyright: Copyright (C) 2012 Michigan State University <rdpstaff at msu.edu>
+License: GPL-3
+ On Debian systems, you can read the full text of the GNU General Public
+ License in ‘/usr/share/common-licenses/GPL-3’.
+
+Files: debian/*
+Copyright: © Tim Booth <tbooth at ceh.ac.uk>
+License: GPL-3
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..e69de29
diff --git a/debian/jlibs b/debian/jlibs
new file mode 100644
index 0000000..d392f0e
--- /dev/null
+++ b/debian/jlibs
@@ -0,0 +1 @@
+*.jar
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..7abf8f0
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,18 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+
+%:
+	dh $@ --with javahelper
+
+override_dh_auto_clean:
+	true
+
+override_dh_clean:
+	dh_clean
+	rm -f debian/*.log *.jar
+
+override_dh_auto_build:
+	jh_build rdp-taxonomy-tree.jar src
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..1ad8dea
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+# Compulsory line, this is a version 3 file
+version=3
+
+# I had to get this manually off GitHub, and base the version on the last commit date.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/librdp-taxonomy-tree-java.git



More information about the debian-med-commit mailing list