Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Declare compliance with Debian Policy 4.2.0.
· d9aaf394
Markus Koschany
authored
Aug 23, 2018
d9aaf394
Use --no-parallel option to avoid build failures.
· 6cf83489
Markus Koschany
authored
Aug 23, 2018
Closes: #893201
6cf83489
Update changelog
· 9c52463c
Markus Koschany
authored
Aug 23, 2018
9c52463c
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
9c52463c
gnome-split (1.2-3) unstable; urgency=medium
* Team upload.
* Declare compliance with Debian Policy 4.2.0.
* Use --no-parallel option to avoid build failures. (Closes: #893201)
-- Markus Koschany <apo@debian.org> Thu, 23 Aug 2018 11:40:28 +0200
gnome-split (1.2-2) unstable; urgency=low
* Team upload.
...
...
debian/control
View file @
9c52463c
...
...
@@ -6,7 +6,7 @@ Uploaders: Guillaume Mazoyer <respawneral@gmail.com>
Build-Depends: debhelper (>= 11),
default-jdk,
libjava-gnome-java (>= 4.1.3)
Standards-Version: 4.
1.3
Standards-Version: 4.
2.0
Homepage: https://github.com/respawner/gnome-split
Vcs-Git: https://anonscm.debian.org/git/pkg-java/gnome-split.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/gnome-split.git
...
...
debian/rules
View file @
9c52463c
#!/usr/bin/make -f
%:
dh $@
dh $@
--no-parallel
override_dh_auto_configure:
./configure prefix=/usr libdir=/usr/lib/jni jardir=/usr/share/java