Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (7)
Point Vcs fields to salsa.debian.org
· 560d8513
Andreas Tille
authored
Oct 29, 2018
560d8513
Standards-Version: 4.2.1
· cfb6b971
Andreas Tille
authored
Oct 29, 2018
cfb6b971
Secure URI in copyright format
· 8fa22337
Andreas Tille
authored
Oct 29, 2018
8fa22337
Drop useless get-orig-source target
· 80ac9809
Andreas Tille
authored
Oct 29, 2018
80ac9809
Remove trailing whitespace in debian/changelog
· 7c539ac1
Andreas Tille
authored
Oct 29, 2018
7c539ac1
Workaround fo broken doc-base creation
· 82ef8b2e
Andreas Tille
authored
Oct 29, 2018
82ef8b2e
Upload to unstable
· e1b1c62c
Andreas Tille
authored
Oct 29, 2018
e1b1c62c
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
e1b1c62c
libpal-java (1.5.1+dfsg-5) unstable; urgency=medium
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.2.1
* Secure URI in copyright format
* Drop useless get-orig-source target
* Remove trailing whitespace in debian/changelog
* Workaround fo broken doc-base creation
-- Andreas Tille <tille@debian.org> Mon, 29 Oct 2018 08:21:18 +0100
libpal-java (1.5.1+dfsg-4) unstable; urgency=medium
* Official homepage seems to have vanished, point watch file to Github
...
...
debian/control
View file @
e1b1c62c
...
...
@@ -7,9 +7,9 @@ Build-Depends: debhelper (>= 11~),
javahelper
Build-Depends-Indep: default-jdk,
ant
Standards-Version: 4.
1.3
Vcs-Browser: https://
anonscm
.debian.org/
cgit/debian-med
/libpal-java
.git
Vcs-Git: https://
anonscm
.debian.org/
git/debian-med
/libpal-java.git
Standards-Version: 4.
2.1
Vcs-Browser: https://
salsa
.debian.org/
med-team
/libpal-java
Vcs-Git: https://
salsa
.debian.org/
med-team
/libpal-java.git
Homepage: http://www.cebl.auckland.ac.nz/pal-project/
Package: libpal-java
...
...
debian/copyright
View file @
e1b1c62c
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: PAL (Phylogenetic Analysis Library)
Upstream-Contact: Matthew Goode <m.goode@auckland.ac.nz>
Source: http://www.cebl.auckland.ac.nz/pal-project/
...
...
debian/rules
View file @
e1b1c62c
...
...
@@ -12,5 +12,7 @@ override_dh_auto_build:
ant -buildfile src/build.xml -propertyfile debian/ant.properties
ant -buildfile src/build.xml -propertyfile debian/ant.properties doc
get-orig-source:
uscan --verbose --force-download --repack --compression xz
# fix broken doc-base creation - somehow the autogenereated doc-base prepends /debian/pkgname in front of the doc file
override_dh_installdocs:
dh_installdocs
sed -i 's?/debian/[^/]\+/usr?/usr?' `find debian -name doc-base -type d`/*