[Git][java-team/ant-contrib][master] 7 commits: Set "Rules-Requires-Root: no" in debian/control

Tony Mancill gitlab at salsa.debian.org
Mon Jan 6 05:23:01 GMT 2020



Tony Mancill pushed to branch master at Debian Java Maintainers / ant-contrib


Commits:
5b9f476b by tony mancill at 2020-01-05T20:50:41-08:00
Set "Rules-Requires-Root: no" in debian/control

- - - - -
9f49c597 by tony mancill at 2020-01-05T20:50:53-08:00
Bump Standards-Version to 4.4.1

- - - - -
4a05d7a7 by tony mancill at 2020-01-05T20:51:48-08:00
ant-contrib is now marked Multi-Arch: foreign

- - - - -
7e735696 by tony mancill at 2020-01-05T21:01:28-08:00
Use https URLs in debian/copyright

- - - - -
10cd2302 by tony mancill at 2020-01-05T21:01:28-08:00
Specify debhelper compat 12 via debhelper-compat dependency

- - - - -
36325655 by tony mancill at 2020-01-05T21:19:28-08:00
Update debian/rules to check DEB_BUILD_OPTIONS

- - - - -
cf8780fa by tony mancill at 2020-01-05T21:19:28-08:00
prepare changelog for upload to unstable

- - - - -


5 changed files:

- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,15 @@
+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 at 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
=====================================
@@ -1 +0,0 @@
-11


=====================================
debian/control
=====================================
@@ -3,7 +3,7 @@ Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: James Page <james.page at canonical.com>
-Build-Depends: ant, debhelper (>= 11), default-jdk
+Build-Depends: ant, debhelper-compat (= 12), 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
=====================================
@@ -1,6 +1,6 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: Ant-Contrib
-Source: http://downloads.sourceforge.net/ant-contrib/
+Source: https://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 at wgdd.de>
            2009-2010, Michael Koch <konqueror at gmx.de>
-           2010-2012, tony mancill <tmancill at debian.org>
            2011, James Page <james.page at canonical.com>
            2011, Torsten Werner <twerner at debian.org>
            2012, Damien Raude-Morvan <drazzib at debian.org>
            2014-2016, Emmanuel Bourg <ebourg at apache.org>
-           2018, tony mancill <tmancill at debian.org>
+           2010-2020, tony mancill <tmancill at debian.org>
 License: Apache-2.0
 
 License: Apache-2.0


=====================================
debian/rules
=====================================
@@ -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



View it on GitLab: https://salsa.debian.org/java-team/ant-contrib/compare/7a67511847f39c47a5aae4e96ca566fe410b4638...cf8780fabedc3914a20ebd5b4b99ade240b364c6

-- 
View it on GitLab: https://salsa.debian.org/java-team/ant-contrib/compare/7a67511847f39c47a5aae4e96ca566fe410b4638...cf8780fabedc3914a20ebd5b4b99ade240b364c6
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20200106/f552cedd/attachment.html>


More information about the pkg-java-commits mailing list