debian/0000755000000000000000000000000012033312415007160 5ustar debian/changelog0000644000000000000000000000211112033312415011025 0ustar openid4java (0.9.6.662-1ubuntu1) quantal; urgency=low * Build-depend on libservlet3.0-java to resolve build-time requirement of libcommons-logging-java. -- Colin Watson Thu, 04 Oct 2012 14:54:20 +0100 openid4java (0.9.6.662-1) unstable; urgency=low * Team upload. * New upstream release. (Closes: #607877). * Update watch file. * Bump Standards-Version to 3.9.2. No changes were required. * Drop unnecessary Build-Depends on quilt. * Small fixes for lintian warnings with package descriptions. * Add missing Build-Depends on libhttpcore-java, libhttpclient-java and libguice-java. * Update versioned Build-Depends on debhelper to (>= 7.0.50~). * Replace dependencies on Spring 2.5 with 3.0 ones. * Update README.source. * Update copyright file. * Add Vcs-* fields. * Add myself to Uploaders. -- Miguel Landaeta Thu, 15 Sep 2011 19:15:20 -0430 openid4java (0.9.5.593-1) UNRELEASED; urgency=low * Initial release. -- Olivier Weinstoerffer Mon, 20 Dec 2010 22:36:01 +0000 debian/rules0000755000000000000000000000051211676105766010263 0ustar #!/usr/bin/make -f export JAVA_HOME=/usr/lib/jvm/default-java # Put depended upon jars in here # export CLASSPATH= %: dh --with javahelper $@ get-orig-source: cd $(dir $(firstword $(MAKEFILE_LIST)))../ && \ uscan \ --verbose \ --no-symlink \ --destdir $(CURDIR) \ --watchfile debian/watch \ --force-download debian/orig-tar.sh0000755000000000000000000000041411676105766011267 0ustar #!/bin/sh -e # called by uscan with '--upstream-version' DIR=openid4java-$2 TAR=openid4java_$2.orig.tar.gz # Repack upstream source to tar.gz tar zxvf $3 #mv openid4java-* $DIR GZIP=--best tar czf $TAR -X debian/orig-tar.exclude $DIR rm -rf $DIR $3 debian/watch0000644000000000000000000000023311676105766010234 0ustar version=3 http://code.google.com/p/openid4java/downloads/list //openid4java.googlecode.com/files/openid4java-([0-9\.]+)\.tar\.gz debian debian/orig-tar.sh debian/libopenid4java-java.manifest0000644000000000000000000000066611676105766014557 0ustar usr/share/java/openid4java.jar: Class-Path: /usr/share/java/commons-codec.jar /usr/share/java/commons-logging.jar /usr/share/java/httpclient.jar /usr/share/java/httpcore.jar /usr/share/java/guice.jar /usr/share/java/ehcache.jar /usr/share/java/spring3-transaction.jar /usr/share/java/spring3-jdbc.jar /usr/share/java/spring3-core.jar /usr/share/java/spring3-beans.jar /usr/share/java/xercesImpl.jar /usr/share/java/nekohtml.jar debian/libopenid4java-java.jlibs0000644000000000000000000000002611676105766014042 0ustar build/openid4java.jar debian/README.source0000644000000000000000000000035611676105766011370 0ustar In order to optain a proper tarball without included libs and compiled code, folowing elements where removed from the download tarball: - lib directory - openid4java-0.9.5.jar - lib subdirectories in samples directories - openid4java.ai debian/compat0000644000000000000000000000000211676105766010403 0ustar 7 debian/orig-tar.exclude0000644000000000000000000000026111676105766012303 0ustar *.jar lib/* samples/appengine-consumer/src/main/webapp/WEB-INF/lib/*.jar samples/infocardop/project/lib/*.jar samples/demorp/lib/*.jar project/lib/*.jar openid4java.ai apidoc/* debian/source/0000755000000000000000000000000011676105766010505 5ustar debian/source/format0000644000000000000000000000001411676105766011713 0ustar 3.0 (quilt) debian/control0000644000000000000000000000530112033312416010563 0ustar Source: openid4java Section: java Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian Java Maintainers Uploaders: Olivier Weinstoerffer , Xavier Oswald , Miguel Landaeta Build-Depends: debhelper (>= 7.0.50~), javahelper (>= 0.32), ant, Build-Depends-Indep: default-jdk, libcommons-codec-java, libcommons-logging-java, libcommons-httpclient-java, libehcache-java, libspring-transaction-java, libspring-jdbc-java, libnekohtml-java, libhttpcore-java, libhttpclient-java, libguice-java, libservlet3.0-java Standards-Version: 3.9.2 Homepage: http://code.google.com/p/openid4java/ Vcs-Git: git://git.debian.org/git/pkg-java/openid4java.git Vcs-Browser: http://git.debian.org/?p=pkg-java/openid4java.git Package: libopenid4java-java Architecture: all Suggests: libopenid4java-java-doc Depends: ${java:Depends}, ${misc:Depends} Description: This library allows you to OpenID-enable your Java webapp OpenID starts with the concept that anyone can identify themselves on the Internet the same way websites do - with a URI. Since URIs are at the very core of Web architecture, they provide a solid foundation for user-centric identity. The first piece of the OpenID framework is authentication -- how you prove ownership of a URI. Today, websites require usernames and passwords to login, which means that many people use the same password everywhere. With OpenID Authentication, your username is your URI, and your password (or other credentials) stays safely stored on your OpenID Provider (which you can run yourself, or use a third-party identity provider). . The library provided by this package supports the following specifications: - OpenID Authentication 2.0 - OpenID Authentication 1.1 (in compatibility mode) - OpenID Attribute Exchange 1.0 - OpenID Simple Registration 1.0 and 1.1, draft 1 - OpenID Provider Authentication Policy Extension 1.0 - OpenID Information Cards 1.0, draft 1 Package: libopenid4java-java-doc Architecture: all Section: doc Suggests: libopenid4java-java Depends: ${java:Depends}, ${misc:Depends} Description: documentation for libopenid4java Documentation for openid4java that is library that provide OpenID features to Java webapps. . The supports the following specifications: - OpenID Authentication 2.0 - OpenID Authentication 1.1 (in compatibility mode) - OpenID Attribute Exchange 1.0 - OpenID Simple Registration 1.0 and 1.1, draft 1 - OpenID Provider Authentication Policy Extension 1.0 - OpenID Information Cards 1.0, draft 1 . This package provides javadocs for libopenid4java-java. debian/patches/0000755000000000000000000000000011676105766010634 5ustar debian/patches/buildxml.patch0000644000000000000000000000361711676105766013504 0ustar Description: patches the build.xml in order to compile against the dpkg libs. Author: 2010, Olivier Weinstoerffer Index: openid4java-0.9.5.593/build.xml =================================================================== --- openid4java-0.9.5.593.orig/build.xml 2010-12-20 23:15:29.000000000 +0000 +++ openid4java-0.9.5.593/build.xml 2010-12-20 23:53:05.000000000 +0000 @@ -30,10 +30,25 @@ - + + + + + + + + + + + + + + + @@ -88,7 +100,7 @@ Version: ${version} - debian/patches/ehcache.patch0000644000000000000000000000353711676105766013245 0ustar Description: changes the calls Cache.getTimeToIdleSeconds() to Cache.getCacheConfiguration().getTimeToIdleSeconds() and Cache.getTimeToLiveSeconds() to Cache.getCacheConfiguration().getTimeToLiveSeconds() Author: 2010, Olivier Weinstoerffer Index: openid4java-0.9.5.593/src/org/openid4java/consumer/EhcacheNonceVerifier.java =================================================================== --- openid4java-0.9.5.593.orig/src/org/openid4java/consumer/EhcacheNonceVerifier.java 2010-12-20 23:39:03.000000000 +0000 +++ openid4java-0.9.5.593/src/org/openid4java/consumer/EhcacheNonceVerifier.java 2010-12-20 23:39:46.000000000 +0000 @@ -29,14 +29,14 @@ public void setCache(Cache cache) { - if (cache.getTimeToLiveSeconds() != _maxAgeSeconds) + if (cache.getCacheConfiguration().getTimeToLiveSeconds() != _maxAgeSeconds) { - throw new IllegalArgumentException("Max Age: " + _maxAgeSeconds + ", same expected for cache, but found: " + cache.getTimeToLiveSeconds()); + throw new IllegalArgumentException("Max Age: " + _maxAgeSeconds + ", same expected for cache, but found: " + cache.getCacheConfiguration().getTimeToLiveSeconds()); } - if (cache.getTimeToLiveSeconds() != cache.getTimeToIdleSeconds()) + if (cache.getCacheConfiguration().getTimeToLiveSeconds() != cache.getCacheConfiguration().getTimeToIdleSeconds()) { - throw new IllegalArgumentException("Cache must have same timeToLive (" + cache.getTimeToLiveSeconds() + ") as timeToIdle (" + cache.getTimeToIdleSeconds() + ")"); + throw new IllegalArgumentException("Cache must have same timeToLive (" + cache.getCacheConfiguration().getTimeToLiveSeconds() + ") as timeToIdle (" + cache.getCacheConfiguration().getTimeToIdleSeconds() + ")"); } _cache = cache; debian/patches/series0000644000000000000000000000003511676105766012047 0ustar buildxml.patch ehcache.patch debian/copyright0000644000000000000000000000216611676105766011145 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Name: openid4java Source: http://code.google.com/p/openid4java/ Copyright: 2006-2009 Sxip Identity Corporation License: Apache-2 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at . On Debian systems, the full text of the Apache License version 2 can be found in the file `/usr/share/common-licenses/Apache-2.0'. Files: debian/* Copyright: 2010, Olivier Weinstoerffer Xavier Oswald 2011, Miguel Landaeta License: GPL-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 2 of the License, or (at your option) any later version. . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. debian/libopenid4java-java-doc.javadoc0000644000000000000000000000000711676105766015110 0ustar apidoc