Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Set to unreleased for further changes
· 16905616
Andreas Tille
authored
Jun 19, 2018
16905616
Point Vcs-fields to Salsa (by cme fix dpkg-control)
· 1c9d0f82
Andreas Tille
authored
Jun 19, 2018
1c9d0f82
debhelper 11
· 98634235
Andreas Tille
authored
Jun 19, 2018
98634235
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
98634235
imagej (1.52d-1)
unstable
; urgency=medium
imagej (1.52d-1)
UNRELEASED
; urgency=medium
[ David Miguel Susano Pinto ]
* New upstream release
...
...
@@ -6,6 +6,10 @@ imagej (1.52d-1) unstable; urgency=medium
[ Steffen Moeller ]
* debian/upstream/metadata: Added ref to software registries.
[ Andreas Tille ]
* Point Vcs-fields to Salsa
* debhelper 11
-- David Miguel Susano Pinto <carandraug+dev@gmail.com> Tue, 19 Jun 2018 17:14:16 +0100
imagej (1.51q-1) unstable; urgency=medium
...
...
debian/compat
View file @
98634235
1
0
1
1
debian/control
View file @
98634235
...
...
@@ -3,20 +3,21 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.
Uploaders: Carnë Draug <carandraug+dev@gmail.com>
Section: science
Priority: optional
Build-Depends: debhelper (>= 1
0
)
Build-Depends: debhelper (>= 1
1~
)
Build-Depends-Indep: ant,
default-jdk-doc,
default-jdk-headless,
javahelper,
maven-repo-helper
Standards-Version: 4.1.4
Vcs-Browser: https://
anonscm
.debian.org/
cgit/debian-med
/imagej
.git
Vcs-Git: https://
anonscm
.debian.org/
git/debian-med
/imagej.git
Vcs-Browser: https://
salsa
.debian.org/
med-team
/imagej
Vcs-Git: https://
salsa
.debian.org/
med-team
/imagej.git
Homepage: https://imagej.nih.gov/ij
Package: imagej
Architecture: all
Depends: ${java:Depends}, ${misc:Depends},
Depends: ${java:Depends},
${misc:Depends},
default-jre | java6-runtime,
libij-java (= ${source:Version})
Recommends: ${java:Recommends}
...
...
@@ -43,10 +44,11 @@ Description: Image processing program with a focus on microscopy images
Package: libij-java
Architecture: all
Section: java
Depends: ${misc:Depends}, ${java:Depends}
Depends: ${misc:Depends},
${java:Depends}
Recommends: ${java:Recommends}
Replaces: imagej (<< 1.51p+dfsg-1)
Breaks: imagej (<< 1.51p+dfsg-1)
Replaces: imagej (<< 1.51p+dfsg-1)
Description: Java library for ImageJ
ImageJ is a program for image analysis and processing, with a focus
on microscopy images.
...
...
@@ -56,7 +58,8 @@ Description: Java library for ImageJ
Package: libij-java-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${java:Depends}
Depends: ${misc:Depends},
${java:Depends}
Recommends: ${java:Recommends}
Suggests: libij-java
Description: documentation of libij-java
...
...