[Git][java-team/gversion-plugin][master] 7 commits: Executing tests during build.

Andrius Merkys gitlab at salsa.debian.org
Thu Sep 5 19:54:48 BST 2019



Andrius Merkys pushed to branch master at Debian Java Maintainers / gversion-plugin


Commits:
b38b1db9 by Andrius Merkys at 2019-09-05T16:51:19Z
Executing tests during build.

- - - - -
adc1e845 by Andrius Merkys at 2019-09-05T17:05:22Z
Honoring nocheck option.

- - - - -
d9b9eeb8 by Andrius Merkys at 2019-09-05T17:05:41Z
Bumping Standards-Version (no changes).

- - - - -
01a5edd8 by Andrius Merkys at 2019-09-05T17:06:11Z
Wrapping and sorting debian/control.

- - - - -
7c1f412f by Andrius Merkys at 2019-09-05T17:07:44Z
Fixing a bug in debian/rules.

- - - - -
7e6fcc08 by Andrius Merkys at 2019-09-05T17:13:14Z
Adding a description for a patch.

- - - - -
c65ae452 by Andrius Merkys at 2019-09-05T17:13:47Z
Preparing for a new upload.

- - - - -


4 changed files:

- debian/changelog
- debian/control
- debian/patches/remove-plugin-publish-plugin.patch
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+gversion-plugin (1.5.0+dfsg-2) unstable; urgency=medium
+
+  * Executing tests during build.
+  * Bumping Standards-Version (no changes).
+  * Wrapping and sorting debian/control.
+  * Adding a description for a patch.
+
+ -- Andrius Merkys <merkys at debian.org>  Thu, 05 Sep 2019 13:13:25 -0400
+
 gversion-plugin (1.5.0+dfsg-1) unstable; urgency=medium
 
   * Initial release (Closes: #928983)


=====================================
debian/control
=====================================
@@ -2,18 +2,21 @@ Source: gversion-plugin
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Andrius Merkys <merkys at debian.org>
-Build-Depends: debhelper (>= 12),
+Uploaders:
+ Andrius Merkys <merkys at debian.org>,
+Build-Depends:
+ debhelper (>= 12),
  gradle-debian-helper,
- maven-repo-helper
-Standards-Version: 4.3.0
+ maven-repo-helper,
+Standards-Version: 4.4.0
 Homepage: https://github.com/lessthanoptimal/gversion-plugin
 Vcs-Browser: https://salsa.debian.org/java-team/gversion-plugin
 Vcs-Git: https://salsa.debian.org/java-team/gversion-plugin.git
 
 Package: libgradle-gversion-plugin-java
 Architecture: all
-Depends: ${misc:Depends}
+Depends:
+ ${misc:Depends},
 Description: Gradle plugin for auto generating a version class in multiple JVM Languages
  gversion-plugin is a Gradle plugin for auto generating a version class in
  multiple JVM Languages. Currently it support Java and Kotlin. The class will


=====================================
debian/patches/remove-plugin-publish-plugin.patch
=====================================
@@ -1,3 +1,5 @@
+Description: Removing unnecessary plugin.
+Author: Andrius Merkys <merkys at debian.org>
 --- a/build.gradle
 +++ b/build.gradle
 @@ -1,6 +1,5 @@


=====================================
debian/rules
=====================================
@@ -3,5 +3,10 @@
 %:
 	dh $@ --with maven-repo-helper
 
+override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
+	dh_auto_build -- test
+endif
+
 override_dh_installchangelogs:
 	dh_installchangelogs change.md



View it on GitLab: https://salsa.debian.org/java-team/gversion-plugin/compare/1eb7c98f6e558a480b1c4882af9f878c988df775...c65ae452f867339bcaebb0ba335ef5c00fc22335

-- 
View it on GitLab: https://salsa.debian.org/java-team/gversion-plugin/compare/1eb7c98f6e558a480b1c4882af9f878c988df775...c65ae452f867339bcaebb0ba335ef5c00fc22335
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/20190905/b851f954/attachment.html>


More information about the pkg-java-commits mailing list