debian/0000755000000000000000000000000012161054247007170 5ustar debian/maven.ignoreRules0000644000000000000000000000002712161052543012512 0ustar * maven-release-plugin debian/compat0000644000000000000000000000000212161052543010363 0ustar 7 debian/source/0000755000000000000000000000000012161052543010465 5ustar debian/source/format0000644000000000000000000000001412161052543011673 0ustar 3.0 (quilt) debian/liboauth-signpost-java.poms0000644000000000000000000000014012161052543014452 0ustar pom.xml --no-parent signpost-jetty6/pom.xml signpost-core/pom.xml signpost-commonshttp4/pom.xml debian/maven.rules0000644000000000000000000000006512161052543011350 0ustar * junit * s/4\..*/4.x/ * jetty-client * s/6\..*/6.x/ debian/changelog0000644000000000000000000000216612161053732011045 0ustar oauth-signpost (1.2.1.2-1.1) unstable; urgency=low * Non-maintainer upload. * debian/control: - Build-Depends: replace openjdk-6-jdk with default-jdk Thanks to James Page for the patch (Closes: #684163) * debian/patches/CannotFindAntRunPlugin.patch - fix ant-run-plugin not found bug -- ShuxiongYe Tue, 18 Jun 2013 04:28:39 +0800 oauth-signpost (1.2.1.2-1) unstable; urgency=low * New upstream version * Updated debian/copyright * Standards-Version bump to 3.9.3, no changes needed * Add Build-Dependency to libmaven-antrun-plugin-java -- David Paleino Sun, 08 Apr 2012 23:02:50 +0200 oauth-signpost (1.2.1.1-1) unstable; urgency=low * New upstream version * Fixed debian/watch * Standards-Version bumped to 3.9.1, no changes needed * debian/control: libhttpclient and libjetty-extra demoted to Recommends (Closes: #589278) -- David Paleino Wed, 04 Aug 2010 11:01:33 +0200 oauth-signpost (1.2-1) unstable; urgency=low * Initial release (Closes: #573556) -- David Paleino Thu, 15 Jul 2010 11:51:30 +0200 debian/control0000644000000000000000000000273512161053563010602 0ustar Source: oauth-signpost Section: java Priority: optional Maintainer: David Paleino Build-Depends: debhelper (>= 7.0.50~) , default-jdk , maven-debian-helper , maven-repo-helper Build-Depends-Indep: libplexus-maven-plugin-java , libmaven-antrun-plugin-java , libmaven-site-plugin-java (>= 2.0) , libmaven-compiler-plugin-java (>= 1.5) , libmaven-jar-plugin-java (>= 2.2) , libmaven-javadoc-plugin-java (>= 2.6.1) , libmaven-resources-plugin-java (>= 2.3) , libsurefire-java (>= 2.4.3) , libhttpclient-java (>= 4.0.1) , libhttpcore-java (>= 4.0.1) , junit4 , libmockito-java (>= 1.8.5+ds1-2~) , libjetty-extra-java , libhamcrest-java Standards-Version: 3.9.3 Homepage: http://code.google.com/p/oauth-signpost/ Vcs-Git: git://git.debian.org/git/collab-maint/oauth-signpost.git Vcs-Browser: http://git.debian.org/?p=collab-maint/oauth-signpost.git Package: liboauth-signpost-java Architecture: all Depends: ${java:Depends} , ${misc:Depends} , libcommons-codec-java Recommends: libhttpclient-java | libjetty-extra-java Description: simple OAuth message signing for Java Signpost is an easy and intuitive solution for signing HTTP messages on the Java platform in conformance with the OAuth Core 1.0a standard. Signpost follows a modular and flexible design, allowing you to combine it with different HTTP messaging layers. It currently supports the following HTTP libraries: . - Java HttpURLConnection - Apache Commons HTTP 4.x - Jetty HTTP Client v6.x debian/patches/0000755000000000000000000000000012161053563010617 5ustar debian/patches/CannotFindAntRunPlugin.patch0000644000000000000000000000103212161053563016166 0ustar Index: oauth-signpost-1.2.1.2/pom.xml =================================================================== --- oauth-signpost-1.2.1.2.orig/pom.xml 2013-06-18 16:41:55.138681365 +0800 +++ oauth-signpost-1.2.1.2/pom.xml 2013-06-18 17:41:17.996348621 +0800 @@ -105,6 +105,13 @@ --> + + + org.apache.maven.plugins + maven-antrun-plugin + 1.7 + + debian/patches/series0000644000000000000000000000003512161053563012032 0ustar CannotFindAntRunPlugin.patch debian/watch0000644000000000000000000000012212161052543010211 0ustar version=3 http://githubredir.debian.net/github/kaeppler/signpost/(\d+.*)\.tar\.gz debian/docs0000644000000000000000000000002012161052543010030 0ustar README.markdown debian/rules0000755000000000000000000000156112161052543010250 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 UPVER=$(shell dpkg-parsechangelog | grep ^Version | cut -d' ' -f2 | cut -d- -f1) SKIPTEST=false ifneq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),) SKIPTEST=true endif %: dh $@ override_dh_auto_build: mh_patchpoms -pliboauth-signpost-java mvn-debian -Dmaven.test.skip=$(SKIPTEST) package override_dh_auto_install: dh_auto_install mh_installpoms -pliboauth-signpost-java -e$(UPVER) for dir in signpost-commonshttp4 signpost-core signpost-jetty6; do \ mh_installjar -pliboauth-signpost-java -l $$dir/pom.xml -i$(UPVER) -e$(UPVER) \ $$dir/target/$$dir-debian.jar ; \ done override_dh_auto_clean: dh_auto_clean mh_unpatchpoms -pliboauth-signpost-java mh_clean -rm -rf target/ signpost-core/target/ signpost-commonshttp4/target/ \ signpost-jetty6/target/ debian/copyright0000644000000000000000000000234412161052543011123 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://github.com/kaeppler/signpost Files: * Copyright: © 2009-2012, Matthias Kaeppler License: Apache-2.0 Files: debian/* Copyright: © 2010-2012, David Paleino License: Apache-2.0 Files: signpost-core/src/main/java/oauth/signpost/OAuth.java Copyright: © 2008, Netflix © 2009, Matthias Kaeppler License: Apache-2.0 Files: signpost-core/src/main/java/com/ Copyright: © 2007-2008, Google Inc. License: Apache-2.0 License: Apache-2.0 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 . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. X-Comment: on Debian systems, the full text of the Apache 2.0 license can be found in /usr/share/common-licenses/Apache-2.0