Skip to content
GitLab
Explore
Sign in
Register
Commits on Source
7
Set "Rules-Requires-Root: no" in debian/control
· 5b9f476b
Tony Mancill
authored
Jan 05, 2020
5b9f476b
Bump Standards-Version to 4.4.1
· 9f49c597
Tony Mancill
authored
Jan 05, 2020
9f49c597
ant-contrib is now marked Multi-Arch: foreign
· 4a05d7a7
Tony Mancill
authored
Jan 05, 2020
4a05d7a7
Use https URLs in debian/copyright
· 7e735696
Tony Mancill
authored
Jan 05, 2020
7e735696
Specify debhelper compat 12 via debhelper-compat dependency
· 10cd2302
Tony Mancill
authored
Jan 05, 2020
10cd2302
Update debian/rules to check DEB_BUILD_OPTIONS
· 36325655
Tony Mancill
authored
Jan 05, 2020
36325655
prepare changelog for upload to unstable
· cf8780fa
Tony Mancill
authored
Jan 05, 2020
cf8780fa
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
cf8780fa
ant-contrib (1.0~b3+svn177-11) unstable; urgency=medium
* Team upload.
* Set "Rules-Requires-Root: no" in debian/control
* Bump Standards-Version to 4.4.1
* ant-contrib is now marked Multi-Arch: foreign
* Use https URLs in debian/copyright
* Specify debhelper compat 12 via debhelper-compat dependency
* Update debian/rules to check DEB_BUILD_OPTIONS
-- tony mancill <tmancill@debian.org> Sun, 05 Jan 2020 21:01:00 -0800
ant-contrib (1.0~b3+svn177-10) unstable; urgency=medium
* Team upload.
...
...
debian/compat
deleted
100644 → 0
View file @
7a675118
11
debian/control
View file @
cf8780fa
...
...
@@ -3,7 +3,7 @@ Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: James Page <james.page@canonical.com>
Build-Depends: ant, debhelper (
>
= 1
1
), default-jdk
Build-Depends: ant, debhelper
-compat
(= 1
2
), default-jdk
Build-Depends-Indep: ant-optional,
ivy (>= 2),
junit,
...
...
@@ -11,13 +11,15 @@ Build-Depends-Indep: ant-optional,
libcommons-httpclient-java,
libxerces2-java,
maven-repo-helper
Standards-Version: 4.
2
.1
Standards-Version: 4.
4
.1
Vcs-Git: https://salsa.debian.org/java-team/ant-contrib.git
Vcs-Browser: https://salsa.debian.org/java-team/ant-contrib
Homepage: http://ant-contrib.sourceforge.net
Rules-Requires-Root: no
Package: ant-contrib
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ant
Suggests: libcommons-httpclient-java, libbcel-java, ivy
Enhances: ant
...
...
debian/copyright
View file @
cf8780fa
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Format: http
s
://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Ant-Contrib
Source: http://downloads.sourceforge.net/ant-contrib/
Source: http
s
://downloads.sourceforge.net/ant-contrib/
Files: *
Copyright: 2001-2007, Ant-Contrib project
...
...
@@ -9,12 +9,11 @@ License: Apache-2.0
Files: debian/*
Copyright: 2009, Daniel Leidert <daniel.leidert@wgdd.de>
2009-2010, Michael Koch <konqueror@gmx.de>
2010-2012, tony mancill <tmancill@debian.org>
2011, James Page <james.page@canonical.com>
2011, Torsten Werner <twerner@debian.org>
2012, Damien Raude-Morvan <drazzib@debian.org>
2014-2016, Emmanuel Bourg <ebourg@apache.org>
201
8
, tony mancill <tmancill@debian.org>
201
0-2020
, tony mancill <tmancill@debian.org>
License: Apache-2.0
License: Apache-2.0
...
...
debian/rules
View file @
cf8780fa
...
...
@@ -9,4 +9,6 @@ override_dh_auto_build:
dh_auto_build -- jar
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
dh_auto_build -- test
endif