Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (7)
debhelper 12
· ed842389
Andreas Tille
authored
Jan 13, 2019
ed842389
Point Vcs fields to salsa.debian.org
· a3315c0f
Andreas Tille
authored
Jan 13, 2019
a3315c0f
Standards-Version: 4.3.0
· c961beed
Andreas Tille
authored
Jan 13, 2019
c961beed
Secure URI in copyright format
· b21b81a3
Andreas Tille
authored
Jan 13, 2019
b21b81a3
Remove trailing whitespace in debian/rules
· e69aaff7
Andreas Tille
authored
Jan 13, 2019
e69aaff7
Do not parse d/changelog
· bd2ef030
Andreas Tille
authored
Jan 13, 2019
bd2ef030
Spelling, Upload to unstable
· 9ad8ed71
Andreas Tille
authored
Jan 13, 2019
9ad8ed71
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
9ad8ed71
mpj (0.44+dfsg-4) unstable; urgency=medium
* debhelper 12
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.3.0
* Secure URI in copyright format
* Remove trailing whitespace in debian/rules
* Do not parse d/changelog
-- Andreas Tille <tille@debian.org> Sun, 13 Jan 2019 10:24:49 +0100
mpj (0.44+dfsg-3) unstable; urgency=medium
* Avoid name space conflict with libopenmpi-java since both packages
...
...
debian/compat
View file @
9ad8ed71
9
12
debian/control
View file @
9ad8ed71
...
...
@@ -3,7 +3,7 @@ Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.or
Uploaders: Andreas Tille <tille@debian.org>
Section: java
Priority: optional
Build-Depends: debhelper (>=
9
),
Build-Depends: debhelper (>=
12~
),
javahelper,
default-jdk (>= 1:1.6),
ant,
...
...
@@ -12,9 +12,9 @@ Build-Depends: debhelper (>= 9),
libcommons-cli-java,
libcommons-codec-java,
libcommons-io-java
Standards-Version:
3.9.8
Vcs-Browser: https://
anonscm
.debian.org/
cgit/pkg-java/mpj.git
Vcs-Git: https://
anonscm
.debian.org/
git/pkg-java
/mpj.git
Standards-Version:
4.3.0
Vcs-Browser: https://
salsa
.debian.org/
java-team/mpj
Vcs-Git: https://
salsa
.debian.org/
java-team
/mpj.git
Homepage: http://mpj-express.org/
Package: libmpj-java
...
...
debian/copyright
View file @
9ad8ed71
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Format: http
s
://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: MPJ Express
Upstream-Contact: mpj-user@lists.reading.ac.uk
Source: http://sourceforge.net/projects/mpjexpress/files/
...
...
debian/patches/use_debian_packaged_jars.patch
View file @
9ad8ed71
...
...
@@ -3,7 +3,7 @@ Last-Update: Thu, 24 Jul 2014 13:53:02 +0200
Description: Use Debian packaged libraries
- Set classpath to those Debian JARs which are used
- Remove jetty from classpath which is actually not used and thus there
is no need to worry about its copyright explicit
e
ly
is no need to worry about its copyright explicitly
--- a/build.xml
+++ b/build.xml
...
...
debian/rules
View file @
9ad8ed71
#!/usr/bin/make -f
JAVA_HOME=/usr/lib/jvm/default-java
DEBPKGNAME:=lib$(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}')-java
include /usr/share/dpkg/default.mk
DEBPKGNAME:=lib$(DEB_SOURCE)-java
BINDIR=debian/$(DEBPKGNAME)/usr/bin
MPJ_HOME=/usr/share/mpj
LIBDIR=debian/$(DEBPKGNAME)/$(MPJ_HOME)
...
...