debian/0000775000000000000000000000000011700620652007167 5ustar debian/copyright0000664000000000000000000001150611636712313011131 0ustar This package was debianized by Matthias Klose on Wed, 05 Mar 2008 10:52:52 +0000. It was downloaded from http://sourceware.org/mauve/download.html Upstream Authors: Aaron M. Renn Andrew Haley Anthony Green Artur Biesiadowski David Gilbert Godmar Back Per Bothner Tom Tromey Warren Levy Hewlett-Packard Company Sascha Brawer Michael Koch Audrius Meskauskas Duncan Grisby NEC corporation. Object Oriented Concepts, Inc IONA Technologies, Inc. Copyright: Portions Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 by Free Software Foundation, Inc. Portions Copyright (C) 1995-2001 International Business Machines Corporation Portions Copyright (C) 1999, 2003, 2007 Hewlett-Packard Company Portions Copyright (C) 2003 C. Brian Jones Portions Copyright (C) 2003, 2004, 2005, 2006 Mark J. Wielaard Portions Copyright (C) 2003 Norbert Frese Portions Copyright (C) 2003 Red Hat, Inc. Portions Copyright (C) 2004 Stephen Crawley Portions Copyright (C) 2004, 2005 Thomas Zander Portions Copyright (C) 2005, 2006 Andrew John Hughes Portions Copyright (C) 2005 Dalibor Topic Portions Copyright (C) 2005 David Daney Portions Copyright (C) 2004, 2005, 2006 Michael Koch Portions Copyright (C) 2005 Red Hat, Inc. Portions Copyright (C) 2006 Casey Marshall Portions Copyright (C) 2006 David Gilbert Portions Copyright (C) 2006 Francis Kung Portions Copyright (C) 2006 Robert Schuster Portions Copyright (C) 2005, 2006, 2007 Audrius Meskauskas Portions Copyright (C) 2006 Francis Kung Portions Copyright (C) 2006 Fridjof Siebert Portions Copyright (C) 2006 Lima Software, SO.PR.IND. s.r.l. Portions Copyright (C) 2006, 2007 Mario Torre Portions Copyright (C) 2006 Michael Barker Portions Copyright (C) 2006 Olivier Jolly Portions Copyright (C) 2006, 2007 Red Hat Portions Copyright (C) 2006 Red Hat, Tania Bento Portions Copyright (C) 2006, 2007 Roman Kennke (kennke@aicas.com) Portions Copyright (C) 2006 Sven de Marothy Portions Copyright (C) 2006 Tania Bento Portions Copyright (C) 2006 jrandom Portions Copyright (C) 2006 olivier jolly Portions Copyright (C) 2007 Joshua Sumali License: Mauve 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 2, or (at your option) any later version. Mauve 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. You should have received a copy of the GNU General Public License along with Mauve; see the file COPYING. If not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. The Debian packaging is (C) 2008, Canonical Ltd., done by Matthias Klose and is licensed under the GPL. See `/usr/share/common-licenses/GPL'. The PKITS test suite. In the package gnu.testlet.java.security.cert.pkix.pkits is an implementation of the PKITS test suite, created by NIST, as a conformance test for the Internet X.509 profile (PKIX) path-checking algorithms. In Java, these path-checking algorithms are implemented using the CertPathValidator interface. This version of the test suite was formerly included in the GNU Crypto project; these tests are copyright (C) 2003 The Free Software Foundation, and are licensed under the GNU General Public License. The test data files under the data/certs and data/crls directories were originally developed by NIST for this test suite. Files developed by NIST are subject to U.S. code Title 17, section 105, and are public domain. They additionally contain data developed by DigitalNet, under contract for the NSA. This message to the PKITS mailing list: http://cio.nist.gov/esd/emaildir/lists/pkits/msg00048.html seems to indicate that these test files are freely redistributable. We believe that we can redistribute these files with Mauve. debian/rules0000775000000000000000000000213211700620346010245 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 build: build-stamp build-arch: build-stamp build-indep: build-stamp build-stamp: dh_testdir # $(MAKE) touch $@ clean: dh_testdir dh_testroot rm -f build-stamp # $(MAKE) distclean dh_clean install: build dh_testdir dh_testroot dh_prep dh_installdirs # $(MAKE) DESTDIR=$(CURDIR)/debian/mauve install mkdir -p debian/mauve/usr/src/mauve cp -a $(filter-out debian, $(wildcard .??* *)) \ debian/mauve/usr/src/mauve/ tar -c --gzip -f $(CURDIR)/debian/mauve/usr/src/mauve.tar.gz \ -C debian/mauve/usr/src mauve rm -rf debian/mauve/usr/src/mauve # Build architecture-independent files here. binary-indep: build install dh_testdir dh_testroot dh_installchangelogs ChangeLog dh_installdocs README README.PKITS dh_compress dh_fixperms dh_installdeb dh_gencontrol dh_md5sums dh_builddeb # Build architecture-dependent files here. binary-arch: build install # We have nothing to do by default. binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install debian/changelog0000664000000000000000000000203311700620644011040 0ustar mauve (20120103-1) unstable; urgency=low * Update from CVS. -- Matthias Klose Tue, 03 Jan 2012 16:30:20 +0100 mauve (20090924-2) unstable; urgency=low * Team upload. * Switch to source format 3.0. * Switch to debhelper level 7. * Change Depends: default-jdk-dev -> default-jdk. * Add Homepage header. * Update Standards-Version: 3.9.2. * Import package into git.debian.org and add Vcs-* headers. -- Torsten Werner Thu, 22 Sep 2011 22:01:22 +0200 mauve (20090924-1) unstable; urgency=low * Update from CVS. -- Matthias Klose Sun, 04 Apr 2010 23:09:27 +0200 mauve (20081012-1) unstable; urgency=low * Update from CVS. -- Matthias Klose Sun, 12 Oct 2008 09:54:17 +0000 mauve (20080616-1) unstable; urgency=low * Update from CVS. -- Matthias Klose Mon, 16 Jun 2008 16:29:03 +0200 mauve (20080305-1) unstable; urgency=low * Initial release. -- Matthias Klose Wed, 05 Mar 2008 10:52:52 +0000 debian/README.Debian0000664000000000000000000000051411636712313011234 0ustar mauve for Debian ---------------- mauve is just packaged as a tarball of the sources; doesn't work very well when configured with srcdir != builddir, so please unpack and build yourself before starting the test. See the upstream README for more instructions. -- Matthias Klose Wed, 05 Mar 2008 10:52:52 +0000 debian/source/0000775000000000000000000000000011636712313010473 5ustar debian/source/format0000664000000000000000000000001411636712313011701 0ustar 3.0 (quilt) debian/control0000664000000000000000000000152211636712313010576 0ustar Source: mauve Section: devel Priority: extra Maintainer: Debian Java Maintainers Uploaders: Matthias Klose Build-Depends: debhelper (>= 7), autotools-dev Standards-Version: 3.9.2 Homepage: http://sourceware.org/mauve/ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/mauve.git Vcs-Git: git://anonscm.debian.org/pkg-java/mauve.git Package: mauve Architecture: all Depends: default-jdk | java-sdk, ${misc:Depends} Recommends: libecj-java Description: free test suite for the Java Class libraries Mauve is intended to test several different varieties of the libraries. For instance, it will contain tests that are specific to a particular JDK version. Tags in the test files help the test framework decide which tests should or should not be run against a given runtime. debian/compat0000664000000000000000000000000211636712313010371 0ustar 7