This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libisnativec-java.
commit 3192f0b975828e0cc533118c24da4421799a4643 Author: Emmanuel Bourg <[email protected]> Date: Fri Mar 9 10:27:35 2018 +0100 Wrap and sort --- debian/control | 14 +++++++++----- debian/copyright | 10 +++++----- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/debian/control b/debian/control index 9920024..a002186 100644 --- a/debian/control +++ b/debian/control @@ -2,12 +2,16 @@ Source: libisnativec-java Section: java Priority: extra Maintainer: Steffen Moeller <[email protected]> -Build-Depends: debhelper (>= 11), default-jdk, libjna-java, - libisrt-java, javahelper (>= 0.37) +Build-Depends: + debhelper (>= 11), + default-jdk, + javahelper (>= 0.37), + libisrt-java, + libjna-java Standards-Version: 4.1.3 -Homepage: http://opensource.intarsys.de/home/en/index.php?n=IsNativeC.HomePage Vcs-Git: git://anonscm.debian.org/pkg-java/libisnativec-java.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/libisnativec-java.git +Homepage: http://opensource.intarsys.de/home/en/index.php?n=IsNativeC.HomePage Package: libisnativec-java Architecture: all @@ -20,10 +24,10 @@ Description: helper routines to access native code from Java * Clean design * Transparent, easy deployment * Platform independent - * Fast + * Fast The effort relies on a combination of upstream's custom design for the call interface, memory abstraction and data structures and the - basic native binding provided by any third party (currently jna). + basic native binding provided by any third party (currently jna). Package: libisnativec-java-doc Section: doc diff --git a/debian/copyright b/debian/copyright index 106c4b0..be87cd5 100644 --- a/debian/copyright +++ b/debian/copyright @@ -20,21 +20,21 @@ Copyright: License: - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - + - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - + - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - + - Neither the name of intarsys nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. - + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libisnativec-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

