Skip to content
GitLab
Explore
Sign in
Register
Commits on Source
3
d/copyright referred gversion-plugin, not auto64fto32f, fixed.
· b0c01154
Andrius Merkys
authored
Nov 12, 2019
b0c01154
Wrapping and sorting.
· be34ba23
Andrius Merkys
authored
Nov 12, 2019
be34ba23
Preparing for release.
· 80c751b9
Andrius Merkys
authored
Nov 12, 2019
80c751b9
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
80c751b9
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)
...
...
debian/control
View file @
80c751b9
...
...
@@ -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
...
...
debian/copyright
View file @
80c751b9
...
...
@@ -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
...
...