Skip to content
Commits on Source (6)
cofoja (1.3-3) unstable; urgency=medium
* debhelper 11
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.2.1
* d/rules:
- Drop unneeded get-orig-source target
- Respect DEB_BUILD_OPTIONS in override_dh_auto_test
-- Andreas Tille <tille@debian.org> Thu, 20 Sep 2018 13:12:37 +0200
cofoja (1.3-2) unstable; urgency=medium
* Team upload.
......
Source: cofoja
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
Olivier Sallou <osallou@debian.org>,
Uploaders: Olivier Sallou <osallou@debian.org>,
Andreas Tille <tille@debian.org>,
Diane Trout <diane@ghic.org>
Build-Depends:
ant,
Section: java
Priority: optional
Build-Depends: ant,
ant-optional,
debhelper (>= 10),
debhelper (>= 11~),
default-jdk,
javahelper (>=0.25),
javahelper,
junit4,
libasm-java (>= 5.0)
Standards-Version: 4.1.1
Vcs-Git: https://anonscm.debian.org/git/pkg-java/libcofoja-java.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libcofoja-java.git
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/java-team/cofoja
Vcs-Git: https://salsa.debian.org/java-team/cofoja.git
Homepage: https://github.com/nhatminhle/cofoja
Package: libcofoja-java
Architecture: all
Depends: ${misc:Depends}, libasm-java (>= 5.0)
Depends: ${misc:Depends},
libasm-java (>= 5.0)
Description: Java API for annotating code with contracts
Contracts for Java is a contract programming framework for Java, which
uses annotation processing and bytecode instrumentation to provide
......
......@@ -15,11 +15,10 @@ override_dh_auto_build:
dh_auto_build -- dist -Dcofoja.bare.jar=dist/cofoja.jar
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
dh_auto_build -- test
endif
override_dh_auto_clean:
dh_auto_clean
rm -Rf lib
get-orig-source:
uscan --download-current-version --rename