debian/0000755000000000000000000000000011745271473007201 5ustar debian/rules0000755000000000000000000000015311745271473010260 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_configure: echo "n" | perl Makefile.PL INSTALLDIRS=vendor debian/control0000644000000000000000000000250111745271473010602 0ustar Source: libsocialtext-resting-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libapp-options-perl, libclass-field-perl, libipc-run-perl, libjson-xs-perl, libreadonly-perl, libtest-mock-lwp-perl, liburi-perl, libwww-perl, Maintainer: Debian Perl Group Uploaders: Ryan Niebur , gregor herrmann , Jonathan Yu , Florian Schlichting Standards-Version: 3.9.3 Homepage: http://search.cpan.org/dist/Socialtext-Resting/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libsocialtext-resting-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libsocialtext-resting-perl.git Package: libsocialtext-resting-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libapp-options-perl, libclass-field-perl, libipc-run-perl, libjson-xs-perl, libreadonly-perl, libtest-mock-lwp-perl, liburi-perl, libwww-perl Description: simple tool to use Socialtext RESTful API Socialtext::Resting is a module designed to allow remote access to the Socialtext REST APIs for use in perl programs. . Included in this distribution is 'strut', a command line utility which accesses the Socialtext REST API using Socialtext::Resting methods. debian/source/0000755000000000000000000000000011745271473010501 5ustar debian/source/format0000644000000000000000000000001411745271473011707 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000563611745271473011065 0ustar libsocialtext-resting-perl (0.38-1) unstable; urgency=low * New upstream release. * Refresh spelling-error-in-manpage.patch (offset). * Remove versions from (build) dependencies. -- gregor herrmann Mon, 23 Apr 2012 17:20:20 +0200 libsocialtext-resting-perl (0.37-1) unstable; urgency=low * Imported Upstream version 0.37. * Refreshed spelling-error-in-manpage.patch. -- Florian Schlichting Wed, 18 Apr 2012 22:21:07 +0200 libsocialtext-resting-perl (0.35-1) unstable; urgency=low [ Ryan Niebur ] * Update jawnsy's email address * Update ryan52's email address [ Jonathan Yu ] * New upstream release * Use new 3.0 (quilt) source format * Update copyright information * Update copyright to DEP5 format [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Florian Schlichting ] * Added spelling-error-in-manpage.patch. * Bumped Standards-Version to 3.9.3 (use copyright-format 1.0). * Bumped debhelper compatibility to level 8 (no changes). * Added a basic manpage for the st-webhook command. * Added myself to Uploaders and copyright. -- Florian Schlichting Thu, 08 Mar 2012 16:05:06 +0100 libsocialtext-resting-perl (0.28-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release + New feature: put_webhook() added * Standards-Version 3.8.3 * Add myself to Uploaders and Copyright * Add URL for SocialText [ Salvatore Bonaccorso ] * debian/control: Changed: Replace versioned (build-)dependency on perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as permitted by Debian Policy 3.8.3). [ Christoph Berg ] * Remove myself from Uploaders. -- Jonathan Yu Sat, 29 Aug 2009 05:13:01 -0400 libsocialtext-resting-perl (0.27-3) unstable; urgency=low * remove uneeded newline, fixing bashism (Closes: #535398) * Debian Policy 3.8.2 * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). -- Ryan Niebur Thu, 02 Jul 2009 04:11:29 -0700 libsocialtext-resting-perl (0.27-2) unstable; urgency=low [ Ryan Niebur ] * add some missing build dependencies (closes: #531236) * Add myself to Uploaders [ gregor herrmann ] * Add /me to Uploaders. * Set debhelper compatibility level to 7; adapt debian/{control,compat,rules}. * Don't install README anymore. * debian/copyright: switch to new format. * debian/control: slightly improve short and long description. * Turn off network test. -- gregor herrmann Sun, 31 May 2009 17:43:22 +0200 libsocialtext-resting-perl (0.27-1) unstable; urgency=low * New upstream release. -- Christoph Berg Fri, 22 May 2009 11:33:20 +0200 libsocialtext-resting-perl (0.23-1) unstable; urgency=low * Initial Release. -- Christoph Berg Thu, 13 Dec 2007 14:18:44 +0100 debian/compat0000644000000000000000000000000211745271473010377 0ustar 8 debian/patches/0000755000000000000000000000000011745271473010630 5ustar debian/patches/manpage_for_st-webhook.patch0000644000000000000000000000214411745271473016272 0ustar Description: a very simple POD / manpage for st-webhook The Debian Policy demands that every program should be accompanied by an associated manual page. Author: Florian Schlichting Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=75622 --- a/bin/st-webhook +++ b/bin/st-webhook @@ -90,3 +90,35 @@ } print "\n"; } + +=pod + +=head1 NAME + +st-webhook - tool to create/list/delete webhooks into the Socialtext REST services + +=head1 SYNOPSIS + +st-webhook COMMAND --class=foo --url=foo + +Where COMMAND is one of: + create - create a new webhook + list - list existing webhooks + delete - delete a webhook + +Mandatory `create` arguments: + --class - class of events to hook + --url - URL the hook should GET when it fires + +Mandatory `delete` arguments: + --id - Webhook ID to delete + +Optional Webhook filter arguments: + --account-id=foo + --workspace-id=foo + +=head1 AUTHORS + +This POD was created for the Debian package of Socialtext-Resting +from the help output of st-webhook by +Florian Schlichting . debian/patches/series0000644000000000000000000000007511745271473012047 0ustar spelling-error-in-manpage.patch manpage_for_st-webhook.patch debian/patches/spelling-error-in-manpage.patch0000644000000000000000000000137511745271473016635 0ustar Description: fix spelling errors reported by lintian Author: Florian Schlichting Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=75621 --- a/bin/strut +++ b/bin/strut @@ -425,7 +425,7 @@ =head2 add_attachment -Add the attachment to the specifed page on the system. +Add the attachment to the specified page on the system. =cut --- a/lib/Socialtext/Resting.pm +++ b/lib/Socialtext/Resting.pm @@ -1226,7 +1226,7 @@ Posts a signal. -Optional C and C arguments for targetting the signal. +Optional C and C arguments for targeting the signal. Optional C for specifying a signal_id this signal is in reply to. debian/copyright0000644000000000000000000000235411745271473011140 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Contact: Luke Closs Source: http://search.cpan.org/dist/Socialtext-Resting/ Upstream-Name: Socialtext-Resting Files: * Copyright: 2006, Socialtext License: Artistic or GPL-1+ Files: debian/* Copyright: 2009-2010, Jonathan Yu 2007-2009, Christoph Berg 2009, Ryan Niebur 2009, gregor herrmann 2012, Florian Schlichting License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ 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 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000025711745271473010236 0ustar # format version number, currently 3; this line is compulsory! version=3 http://search.cpan.org/dist/Socialtext-Resting/ .*/Socialtext-Resting-([\.\d]+)\.(?:tar\.gz|tar|tgz)$