Skip to content
Commits on Source (2)
build:
pages:
image: registry.salsa.debian.org/salsa-ci-team/ci-image-git-buildpackage:latest
stage: deploy
only:
- master
artifacts:
paths:
- "*.deb"
- public
expire_in: 1 day
except:
- tags
script:
- gitlab-ci-git-buildpackage-all
- gitlab-ci-aptly
......@@ -16,8 +16,8 @@ Build-Depends: debhelper (>= 10~),
libsmali-java (>= 2.2.4),
maven-repo-helper
Standards-Version: 4.3.0
Vcs-Git: https://github.com/wala/WALA.git
Vcs-Browser: https://github.com/wala/WALA
Vcs-Git: https://salsa.debian.org/java-team/wala.git
Vcs-Browser: https://salsa.debian.org/java-team/wala
Homepage: http://wala.sourceforge.net
Package: libwala-java
......