Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Standards-Version updated to 4.1.4
· 0266ba09
Emmanuel Bourg
authored
Apr 30, 2018
0266ba09
Use salsa.debian.org Vcs-* URLs
· cd2ad356
Emmanuel Bourg
authored
Apr 30, 2018
cd2ad356
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
cd2ad356
...
...
@@ -3,6 +3,8 @@ procyon (0.5.32-4) UNRELEASED; urgency=medium
* Team upload.
* Fixed the compatibility with the latest version of jcommander
(Closes: #897237)
* Standards-Version updated to 4.1.4
* Use salsa.debian.org Vcs-* URLs
-- Emmanuel Bourg <ebourg@apache.org> Mon, 30 Apr 2018 23:04:40 +0200
...
...
debian/control
View file @
cd2ad356
...
...
@@ -10,9 +10,9 @@ Build-Depends:
javahelper,
libjcommander-java (>= 1.71-1~),
maven-repo-helper
Standards-Version: 4.1.
3
Vcs-Git: https://
anonscm
.debian.org/
git/pkg-java
/procyon.git
Vcs-Browser: https://
anonscm
.debian.org/
cgit/pkg-java
/procyon
.git
Standards-Version: 4.1.
4
Vcs-Git: https://
salsa
.debian.org/
java-team
/procyon.git
Vcs-Browser: https://
salsa
.debian.org/
java-team
/procyon
Homepage: https://bitbucket.org/mstrobel/procyon
Package: libprocyon-java
...
...
debian/rules
View file @
cd2ad356
...
...
@@ -5,9 +5,6 @@ VERSION = $(shell dpkg-parsechangelog --show-field Version | sed 's/-[^-]*$$//')
%:
dh $@ --buildsystem=gradle --with maven-repo-helper --with javahelper
get-orig-source:
uscan --download-current-version --force-download --rename --repack --compression xz
get-orig-pom:
for module in core compilertools expressions reflection; do \
wget https://repo1.maven.org/maven2/org/bitbucket/mstrobel/procyon-$$module/$(VERSION)/procyon-$$module-$(VERSION).pom -O debian/poms/procyon-$$module.pom.xml ; \
...
...