This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository japi-compliance-checker.
commit d026b0baf88b380ce6ef0bee0339308dcfeb2f04 Author: Mathieu Malaterre <[email protected]> Date: Thu Apr 26 13:06:11 2012 +0000 Fix d/copyright --- debian/control | 29 +++++++++++++---------------- debian/copyright | 43 ++++++++++++++++++++----------------------- debian/dirs | 1 - debian/rules | 2 -- 4 files changed, 33 insertions(+), 42 deletions(-) diff --git a/debian/control b/debian/control index 1760c48..2e77648 100644 --- a/debian/control +++ b/debian/control @@ -10,19 +10,16 @@ Vcs-Browser: http://anonscm.debian.org/viewvc/collab-maint/deb-maint/japi-compli Package: japi-compliance-checker Architecture: all -Depends: ${perl:Depends}, ${misc:Depends} -Description: tool to compare API compatibility of jars - abi-compliance-checker can be used to help reduce the possibility of - an application crashing when the shared libraries it links against - have changed. Signatures and data type definitions from two separate - versions of a library are compared by examining the shared objects - (.so) files themselves, and by analysing the header files (.h) - provided for the two versions of the library and their dependencies. - . - Shared library developers trying to strive for binary compatibility - between releases may also use this tool to detect if an any - accidental application binary interface (ABI) changes have been - introduced. - . - The checker may also be used for assessing binary compatibility - between different Linux distributions. +Depends: ${perl:Depends}, ${misc:Depends}, default-jdk +Description: tool to compare compatibility of Java library API + Java API Compliance Checker (Java ACC) is a tool for checking backward binary + and source-level compatibility of a Java library API. The tool checks classes + declarations of old and new versions and analyzes changes that may break + compatibility: removed methods, removed class fields, added abstract methods, + etc. Binary incompatibility may result in crashing or incorrect behavior of + existing clients built with an old version of a library when they are running + with a new one. Source incompatibility may result in recompilation errors with + a new library version. The tool is intended for library developers and + operating system maintainers who are interested in ensuring backward + compatibility, i.e. allow old clients to run or to be recompiled with newer + library versions. diff --git a/debian/copyright b/debian/copyright index d135c89..80a94ca 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,32 +1,29 @@ -Format-Specification: - http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 -Upstream-Maintainer: Andrey Ponomarenko <[email protected]> -Upstream-Source: http://ispras.linux-foundation.org/index.php/ABI_compliance_checker_Downloads -Upstream-Name: ABI compliance checker +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Contact: Andrey Ponomarenko <[email protected]> +Upstream-Source: http://ispras.linuxbase.org/index.php/Java_API_Compliance_Checker +Upstream-Name: Java API Compliance Checker Files: * -Copyright: Copyright 2009, The Linux Foundation - Copyright 2009, Institute for System Programming, Russian Academy of Sciences -License: GPL-3+ - -Files: debian/* -Copyright: 2009, Ryan Niebur <[email protected]> -License: GPL-3+ - -Files: debian/abi-compliance-checker.1 -Copyright: 2009, Paul Sladen <[email protected]> -License: GPL-3+ - -License: GPL-3+ +Copyright: Copyright (C) 2011 Russian Linux Verification Center + Copyright (C) 2011-2012 ROSA Laboratory +License: LGPL-2 This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. + it under the terms of the GNU General Public License or the GNU Lesser + General Public License as published by the Free Software Foundation. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . - The complete text of the GPL version 3 can be found in - '/usr/share/common-licenses/GPL-3' on Debian systems. + You should have received a copy of the GNU General Public License + and the GNU Lesser General Public License along with this program. + If not, see <http://www.gnu.org/licenses/>. +Comments: + The complete text of the LGPL version 2 can be found in + '/usr/share/common-licenses/LGPL-2' on Debian systems. + +Files: debian/* +Copyright: 2012, Mathieu Malaterre <[email protected]> +License: LGPL-2 + Same as above diff --git a/debian/dirs b/debian/dirs deleted file mode 100644 index e772481..0000000 --- a/debian/dirs +++ /dev/null @@ -1 +0,0 @@ -usr/bin diff --git a/debian/rules b/debian/rules index a2fa393..9363fb0 100755 --- a/debian/rules +++ b/debian/rules @@ -10,8 +10,6 @@ override_dh_auto_install: override_dh_install: dh_install usr/bin - #dh_install usr/share/abi-compliance-checker/ - # docs: dh_installdocs doc debian/japi-compliance-checker.1: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/japi-compliance-checker.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

