Skip to content

Commits on Source 3

auto64fto32f (1.4+ds-2) unstable; urgency=medium
* d/copyright referred gversion-plugin, not auto64fto32f, fixed.
-- Andrius Merkys <merkys@debian.org> Tue, 12 Nov 2019 01:19:44 -0500
auto64fto32f (1.4+ds-1) unstable; urgency=medium
* Initial release (Closes: #929018)
......
......@@ -2,10 +2,12 @@ Source: auto64fto32f
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Andrius Merkys <merkys@debian.org>
Build-Depends: debhelper (>= 12),
Uploaders:
Andrius Merkys <merkys@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
......
......@@ -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
......