[med-svn] [imagej] 01/03: d/*: make use of https whenever possible
Carnë Draug
carandraug+dev at gmail.com
Sun Aug 13 15:43:47 UTC 2017
This is an automated email from the git hooks/post-receive script.
carandraug-guest pushed a commit to branch master
in repository imagej.
commit 20c4017baba0e23db10af861f837ac2b445e2dd3
Author: Carnë Draug <carandraug+dev at gmail.com>
Date: Sun Aug 13 16:22:35 2017 +0100
d/*: make use of https whenever possible
---
debian/changelog | 2 +-
debian/control | 2 +-
debian/copyright | 4 ++--
debian/extra/imagej | 2 +-
debian/imagej.1 | 2 +-
debian/patches/exclude-quilt-from-ant.patch | 2 +-
debian/patches/specify-javac-encoding.patch | 2 --
debian/upstream/metadata | 4 ++--
debian/watch | 2 +-
9 files changed, 10 insertions(+), 12 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 9f4b416..b0b6c64 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -200,7 +200,7 @@ imagej (1.44i-1) unstable; urgency=low
imagej (1.44c-3) testing; urgency=low
- * Team upload, see <http://bugs.debian.org/600997>.
+ * Team upload, see <https://bugs.debian.org/600997>.
* debian/600997.patch: patch to allow to close ImageJ after modifying an
image (thanks to Frédéric Mothe).
* debian/exclude-quilt-from-ant.patch: excludes the .pc directory,
diff --git a/debian/control b/debian/control
index afd6b6b..2e478d2 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Build-Depends-Indep: ant,
Standards-Version: 4.0.1
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/imagej.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/imagej.git
-Homepage: http://imagej.nih.gov/ij
+Homepage: https://imagej.nih.gov/ij
Package: imagej
Architecture: all
diff --git a/debian/copyright b/debian/copyright
index 43551f8..cfee465 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,7 +2,7 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: ImageJ
Upstream-Contact: Wayne Rasband <wsr at nih.gov>
for the NIH
-Source: http://imagej.nih.gov/ij/download/src/
+Source: https://imagej.nih.gov/ij/download/src/
Files-Excluded:
.FBC*
.gdb_history
@@ -11,7 +11,7 @@ Files-Excluded:
Files: * debian/extra/imagej1.png
Copyright: © 1999-2011 Wayne Rasband <wsr at nih.gov>
License: PD
- http://imagej.nih.gov/ij/disclaimer.html says:
+ https://imagej.nih.gov/ij/disclaimer.html says:
.
ImageJ is being developed at the National Institutes of Health by an
employee of the Federal Government in the course of his official
diff --git a/debian/extra/imagej b/debian/extra/imagej
index d1a609d..0578498 100755
--- a/debian/extra/imagej
+++ b/debian/extra/imagej
@@ -49,7 +49,7 @@ ij_user_path=$HOME/.imagej
ijadmin='debian-med-packaging at lists.alioth.debian.org'
# Documentation URL
-doc_url='http://imagej.nih.gov/ij/'
+doc_url='https://imagej.nih.gov/ij/docs/index.html'
# temp folder
ij_tmp=$HOME/.imagej/tmp
diff --git a/debian/imagej.1 b/debian/imagej.1
index af5fa7f..6eca1d3 100644
--- a/debian/imagej.1
+++ b/debian/imagej.1
@@ -94,7 +94,7 @@ imagej \-c
.\"/.BR baz (1).
.br
The program is fully documented at
-http://imagej.nih.gov/ij/download/src/docs/
+https://imagej.nih.gov/ij/docs/index.html
.SH "AUTHOR"
.LP
ImageJ was written by Wayne Rasband <wsr at nih.gov>
diff --git a/debian/patches/exclude-quilt-from-ant.patch b/debian/patches/exclude-quilt-from-ant.patch
index c2220b4..e507f30 100644
--- a/debian/patches/exclude-quilt-from-ant.patch
+++ b/debian/patches/exclude-quilt-from-ant.patch
@@ -1,5 +1,5 @@
Description: Excludes the quilt management directory from the build system.
- See http://bugs.debian.org/600997
+ See https://bugs.debian.org/600997
Author: Miguel Landaeta <miguel at miguel.cc>
Forwarded: no
--- a/build.xml
diff --git a/debian/patches/specify-javac-encoding.patch b/debian/patches/specify-javac-encoding.patch
index 398fc9e..e6e5394 100644
--- a/debian/patches/specify-javac-encoding.patch
+++ b/debian/patches/specify-javac-encoding.patch
@@ -3,8 +3,6 @@ Description: specify file encoding for java compiler
characters and so the encoding needs to be specified.
Author: Carnë Draug <carandraug+dev at gmail.com>
Last-Update: 2017-08-13
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/build.xml
+++ b/build.xml
@@ -6,7 +6,7 @@
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
index 80126f4..a4961b1 100644
--- a/debian/upstream/metadata
+++ b/debian/upstream/metadata
@@ -8,8 +8,8 @@ Reference:
Pages: S16
DOI: 10.1186/1746-1596-6-S1-S16
PMID: 21489186
- URL: http://www.diagnosticpathology.org/content/6/S1/S16
- eprint: http://www.diagnosticpathology.org/content/pdf/1746-1596-6-S1-S16.pdf
+ URL: https://www.diagnosticpathology.org/content/6/S1/S16
+ eprint: https://www.diagnosticpathology.org/content/pdf/1746-1596-6-S1-S16.pdf
- Author: T. Vrekoussis and V. Chaniotis and I. Navrozoglou and V. Dousias and K. Pavlakis and E. N. Stathopoulos and O. Zoras
Title: "Image analysis of breast cancer immunohistochemistry-stained sections using ImageJ: an RGB-based model"
Journal: Anticancer Research
diff --git a/debian/watch b/debian/watch
index 4ec8fb2..aabcc07 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
version=4
opts="repacksuffix=+dfsg,uversionmangle=s/(\d)+(\d\d)(.*)/$1.$2$3/,dversionmangle=s/\+dfsg//g,repack,compression=xz" \
- http://imagej.nih.gov/ij/download/src/ij(\d+.)-src.zip
+ https://imagej.nih.gov/ij/download/src/ij(\d+.)-src.zip
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/imagej.git
More information about the debian-med-commit
mailing list