debian/0000755000000000000000000000000012321251223007157 5ustar debian/source/0000755000000000000000000000000012253070125010463 5ustar debian/source/format0000644000000000000000000000001412253070125011671 0ustar 3.0 (quilt) debian/control0000664000000000000000000000154412321251143010571 0ustar Source: tomcatjss Priority: extra Maintainer: Ubuntu FreeIPA XSBC-Original-Maintainer: Debian FreeIPA Team Uploaders: Timo Aaltonen Build-Depends: debhelper (>= 8.0.0), ant, default-jdk, javahelper, libtomcat7-java, libjss-java, libcommons-logging-java, Standards-Version: 3.9.3 Section: libs Homepage: http://pki.fedoraproject.org Vcs-Git: git://git.debian.org/pki-freeipa/tomcatjss.git Vcs-Browser: http://git.debian.org/?p=pki-freeipa/tomcatjss.git;a=summary Package: libtomcatjss-java Section: java Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libtomcat7-java Conflicts: libtcnative-1 Description: JSSE implementation using JSS for Tomcat A Java Secure Socket Extension (JSSE) implementation using Java Security Services (JSS) for Tomcat 6. debian/changelog0000664000000000000000000000134512321251223011036 0ustar tomcatjss (7.1.0-0ubuntu1) trusty; urgency=medium * Sync from unreleased debian git. -- Timo Aaltonen Wed, 09 Apr 2014 17:00:32 +0300 tomcatjss (7.1.0-1) UNRELEASED; urgency=low [ Ade Lee ] * New upstream release. (Closes: #686879) * control: Depend on libtomcat7-java [ Timo Aaltonen ] * rules: Use bytecode format 1.5. (LP: #1049812) -- Timo Aaltonen Sat, 14 Dec 2013 16:55:30 +0200 tomcatjss (6.0.1-1) unstable; urgency=low * Initial release (Closes: #644371) * Conflict with libtcnative-1, which depends on openssl and breaks the NSS security model this package uses (see RHBZ #441974). -- Timo Aaltonen Fri, 29 Jun 2012 19:41:55 +0200 debian/rules0000775000000000000000000000254312321251147010252 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 export CLASSPATH=/usr/share/java/commons-logging.jar:/usr/share/java/jss.jar:/usr/share/java/tomcat-coyote.jar:/usr/share/java/oscache.jar UPSTREAM_VERSION := $(shell dpkg-parsechangelog | sed -n 's/^Version: *\(.*\)-.*$$/\1/ p' | sed -e 's/~.*//') MOD_MAJOR_VERSION := $(word 1, $(subst ., ,$(UPSTREAM_VERSION))) MOD_MINOR_VERSION := $(word 2, $(subst ., ,$(UPSTREAM_VERSION))) MOD_PATCH_VERSION := $(word 3, $(subst ., ,$(UPSTREAM_VERSION))) override_dh_auto_build: ant -Dant.build.javac.source=1.5 \ -Dant.build.javac.target=1.5 override_dh_install:: mkdir -p $(CURDIR)/debian/tmp/usr/share/java install -m 644 build/jars/tomcatjss.jar \ $(CURDIR)/debian/tmp/usr/share/java/tomcatjss-$(MOD_MAJOR_VERSION).$(MOD_MINOR_VERSION).$(MOD_PATCH_VERSION).jar cd $(CURDIR)/debian/tmp/usr/share/java/ && \ ln -s tomcatjss-$(MOD_MAJOR_VERSION).$(MOD_MINOR_VERSION).$(MOD_PATCH_VERSION).jar tomcatjss.jar dh_install %: dh $@ --with javahelper debian/libtomcatjss-java.install0000644000000000000000000000003212253070172014165 0ustar usr/share/java/tomcatjss* debian/TODO0000644000000000000000000000002012253070172007645 0ustar - fix copyright debian/compat0000644000000000000000000000000212253070172010363 0ustar 8 debian/watch0000644000000000000000000000012512253070172010214 0ustar version=3 http://pki.fedoraproject.org/pki/sources/tomcatjss/tomcatjss-(.*)\.tar\.gz debian/copyright0000644000000000000000000000222412253070172011120 0ustar Format: http://dep.debian.net/deps/dep5 Upstream-Name: tomcatjss Source: http://pki.fedoraproject.org/pki/sources/tomcatjss/ Files: * Copyright: 2007 Red Hat License: LGPL-2.1 On Debian systems, the complete text of the GNU Lesser General Public License version 2.1 can be found in "/usr/share/common-licenses/LGPL-2.1". Files: debian/* Copyright: 2011 Timo Aaltonen License: GPL-2+ This package 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 of the License, or (at your option) any later version. . This package 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 this program. If not, see . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".