[med-svn] [mayam] 07/10: Normalised packaging
Andreas Tille
tille at debian.org
Tue Dec 26 13:08:43 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository mayam.
commit 8654edf385307a625398e98e7ed2c7f008823d51
Author: Andreas Tille <tille at debian.org>
Date: Mon Jan 2 19:53:17 2017 +0000
Normalised packaging
---
debian/changelog | 2 +-
debian/compat | 2 +-
debian/control | 32 ++++++++++++++++++++------------
debian/copyright | 2 +-
4 files changed, 23 insertions(+), 15 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 0ea5bb2..cdec2da 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-mayam (0.8-1) unstable; urgency=low
+mayam (0.8-1) UNRELEASED; urgency=low
* Initial release (Closes: #???)
diff --git a/debian/compat b/debian/compat
index 45a4fb7..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+10
diff --git a/debian/control b/debian/control
index bf34a4c..9a96ef5 100644
--- a/debian/control
+++ b/debian/control
@@ -1,20 +1,28 @@
Source: mayam
-Section: science
-Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-DM-Upload-Allowed: yes
Uploaders: Andreas Tille <tille at debian.org>
-Build-Depends: debhelper (>= 8), javahelper (>=0.25), ant, openjdk-6-jdk,
- libcommons-cli-java, libgetopt-java, liblog4j1.2-java, libslf4j-java,
- libswing-layout-java, libvtk-java
-Standards-Version: 3.9.1
-Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mayam/trunk/
-Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/mayam/trunk/
+Section: science
+Priority: optional
+Build-Depends: debhelper (>= 10),
+ javahelper,
+ ant,
+ openjdk-6-jdk,
+ libcommons-cli-java,
+ libgetopt-java,
+ liblog4j1.2-java,
+ libslf4j-java,
+ libswing-layout-java,
+ libvtk-java
+Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/mayam/trunk/
+Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/mayam/trunk/
Homepage: http://www.dcm4che.org/confluence/display/OV/MAYAM
Package: mayam
Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${java:Depends}
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ ${java:Depends}
Description: Cross-platform DICOM Viewer
A Cross-platform DICOM viewer using the dcm4che toolkit.
.
@@ -26,8 +34,8 @@ Description: Cross-platform DICOM Viewer
* Parsing DicomDir from local disk or CD
* Query compressed studies without decompressing them
* Multiple Studies viewer using Layout,Tab view
- * Export to JPEG (Study, Series, Instance level). Windowing can be applied to a
- single instance or series of instance while exporting
+ * Export to JPEG (Study, Series, Instance level). Windowing can be
+ applied to a single instance or series of instance while exporting
* Cine Loop & stack navigation
* Toggle for Text and Annotation Overlay
* Windowing Presets Settings (based on modality)
diff --git a/debian/copyright b/debian/copyright
index 92c9d27..5481da3 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/
Upstream-Name: Mayam
Upstream-Contact: Babu Hussain A
Source: http://sourceforge.net/projects/dcm4che/files/Mayam/
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/mayam.git
More information about the debian-med-commit
mailing list