Codebase list gettext-ant-tasks / HEAD
Build depend on debhelper >= 9 Emmanuel Bourg 10 years ago
4 changed file(s) with 4 addition(s) and 7 deletion(s). Raw diff Collapse all Expand all
44 * debian/control:
55 - Updated Standards-Version to 3.9.4 (no changes)
66 - Use canonicals URLs for the Vcs-* fields
7 - Build depend on debhelper >= 9
78 * debian/copyright: Updated to the Copyright Format 1.0
89 * Updated debian/watch (contributed by Bart Martens)
910 * Use XZ compression for the upstream tarball
22 Priority: optional
33 Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
44 Uploaders: Emmanuel Bourg <ebourg@apache.org>
5 Build-Depends:
6 debhelper (>= 7.0.50~),
7 ant,
8 javahelper (>= 0.20),
9 default-jdk
5 Build-Depends: debhelper (>= 9), ant, javahelper (>= 0.20), default-jdk
106 Standards-Version: 3.9.4
117 Vcs-Git: git://anonscm.debian.org/pkg-java/gettext-ant-tasks.git
128 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/gettext-ant-tasks.git
99 SVNREV := $(shell echo $(FULLVER) | awk -F"[~+]svn" '{print $$2}' )
1010
1111 %:
12 dh --with javahelper $@
12 dh $@ --with javahelper
1313
1414 override_dh_auto_build:
1515 ant compile jar