[med-svn] [dazzle] 10/14: Normalised packaging

Andreas Tille tille at debian.org
Tue Dec 5 13:28:42 UTC 2017


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

tille pushed a commit to branch master
in repository dazzle.

commit 81c326d5737394756f6a205595a65d6deba1f211
Author: Andreas Tille <tille at debian.org>
Date:   Wed Jan 4 10:05:39 2017 +0000

    Normalised packaging
---
 debian/compat        |  2 +-
 debian/control       | 16 ++++++++++------
 debian/copyright     |  2 +-
 debian/rules         |  6 ------
 debian/source/format |  1 +
 5 files changed, 13 insertions(+), 14 deletions(-)

diff --git a/debian/compat b/debian/compat
index b8626c4..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-4
+10
diff --git a/debian/control b/debian/control
index 631164c..7b8b15c 100644
--- a/debian/control
+++ b/debian/control
@@ -1,16 +1,20 @@
 Source: dazzle
+Maintainer: Steffen Moeller <moeller at pzr.uni-rostock.de>
 Section: science
 Priority: optional
-Maintainer: Steffen Moeller <moeller at pzr.uni-rostock.de>
-Build-Depends: debhelper (>= 4.0.0), ant, sun-j2sdk1.4|java2-compiler, libbiojava-java (>=1.4)
-Standards-Version: 3.6.1.1
-Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/dazzle/trunk/
-Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/dazzle/trunk/
+Build-Depends: debhelper (>= 10),
+               ant,
+               libbiojava-java
+Standards-Version: 3.9.8
+Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/dazzle/trunk/
+Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/dazzle/trunk/
 Homepage: http://www.derkholm.net/thomas/dazzle/
 
 Package: dazzle
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, sun-j2sdk1.4|java2-runtime, libbiojava-java (>=1.4)
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         libbiojava-java
 Description: Java-based DAS server
  Dazzle is a general purpose server for the Distributed Annotation System
  (DAS) protocol. It is implemented as a Java servlet, using the BioJava
diff --git a/debian/copyright b/debian/copyright
index ae0c232..5b97628 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Source: http://www.derkholm.net/thomas/dazzle/download101.html
 
 Files: *
diff --git a/debian/rules b/debian/rules
index 1729dd6..b862d6e 100644
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +1,4 @@
 #!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
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/debian-med/dazzle.git



More information about the debian-med-commit mailing list