Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (6)
debhelper 11
· ce01bd67
Andreas Tille
authored
Sep 20, 2018
ce01bd67
Point Vcs fields to salsa.debian.org
· 3381cb36
Andreas Tille
authored
Sep 20, 2018
3381cb36
Standards-Version: 4.2.1
· e2668ba5
Andreas Tille
authored
Sep 20, 2018
e2668ba5
Drop unneeded get-orig-source target
· 0321f593
Andreas Tille
authored
Sep 20, 2018
0321f593
Respect DEB_BUILD_OPTIONS in override_dh_auto_test
· e8935055
Andreas Tille
authored
Sep 20, 2018
e8935055
Upload to unstable
· d069707f
Andreas Tille
authored
Sep 20, 2018
d069707f
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
d069707f
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.
...
...
debian/compat
View file @
d069707f
1
0
1
1
debian/control
View file @
d069707f
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 (>= 1
0
),
debhelper (>= 1
1~
),
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-jav
a.git
Standards-Version: 4.
2
.1
Vcs-
Browser
: https://
salsa
.debian.org/
java-team/cofoja
Vcs-
Git
: https://
salsa
.debian.org/
java-team/cofoj
a.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
...
...
debian/rules
View file @
d069707f
...
...
@@ -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