[Git][java-team/auto64fto32f][master] 3 commits: d/copyright referred gversion-plugin, not auto64fto32f, fixed.
Andrius Merkys
gitlab at salsa.debian.org
Tue Nov 12 07:19:45 GMT 2019
Andrius Merkys pushed to branch master at Debian Java Maintainers / auto64fto32f
Commits:
b0c01154 by Andrius Merkys at 2019-11-12T06:15:03Z
d/copyright referred gversion-plugin, not auto64fto32f, fixed.
- - - - -
be34ba23 by Andrius Merkys at 2019-11-12T06:18:19Z
Wrapping and sorting.
- - - - -
80c751b9 by Andrius Merkys at 2019-11-12T06:20:02Z
Preparing for release.
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/copyright
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+auto64fto32f (1.4+ds-2) unstable; urgency=medium
+
+ * d/copyright referred gversion-plugin, not auto64fto32f, fixed.
+
+ -- Andrius Merkys <merkys at debian.org> Tue, 12 Nov 2019 01:19:44 -0500
+
auto64fto32f (1.4+ds-1) unstable; urgency=medium
* Initial release (Closes: #929018)
=====================================
debian/control
=====================================
@@ -2,10 +2,12 @@ Source: auto64fto32f
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
+ maven-repo-helper,
Standards-Version: 4.3.0
Homepage: https://github.com/lessthanoptimal/Auto64Fto32F
Vcs-Browser: https://salsa.debian.org/java-team/auto64fto32f
@@ -13,7 +15,8 @@ Vcs-Git: https://salsa.debian.org/java-team/auto64fto32f.git
Package: libauto64fto32f-java
Architecture: all
-Depends: ${misc:Depends}
+Depends:
+ ${misc:Depends},
Description: minimalist library for converting double numerical Java code into float
This library is used to create applications that can convert code written with
64-bit floats (i.e. doubles) into 32-bit float code. This is done by performing
=====================================
debian/copyright
=====================================
@@ -8,7 +8,7 @@ Comment: Removing unneeded files.
Files: *
Copyright: Peter Abeles
License: Unlicense
- gversion-plugin is free and unencumbered software released into the public domain.
+ Auto64Fto32F is free and unencumbered software released into the public domain.
.
Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
View it on GitLab: https://salsa.debian.org/java-team/auto64fto32f/compare/1269d8c6bb998075545e6a02ceadf675c9cf06d3...80c751b9912a5ae4bd66925a571ca04d067fb2a3
--
View it on GitLab: https://salsa.debian.org/java-team/auto64fto32f/compare/1269d8c6bb998075545e6a02ceadf675c9cf06d3...80c751b9912a5ae4bd66925a571ca04d067fb2a3
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/20191112/3d4d08fc/attachment.html>
More information about the pkg-java-commits
mailing list