debian/0000755000000000000000000000000012153674422007174 5ustar debian/rules0000755000000000000000000000135312153674422010256 0ustar #!/usr/bin/make -f PACKAGE = $(shell dh_listpackages) TMP = $(CURDIR)/debian/$(PACKAGE) BUILDHOME = $(CURDIR)/debian/build %: dh $@ override_dh_auto_test: # t/rester.conf gets modified during tests. backup it and copy it back. cp $(CURDIR)/t/rester.conf $(CURDIR)/debian/rester.conf.bak mkdir -p $(BUILDHOME) HOME=$(BUILDHOME) dh_auto_test [ ! -f $(CURDIR)/debian/rester.conf.bak ] || mv $(CURDIR)/debian/rester.conf.bak $(CURDIR)/t/rester.conf override_dh_clean: dh_clean rm -rf $(BUILDHOME) override_dh_auto_install: dh_auto_install rm $(TMP)/usr/bin/* rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/bin # bug #711131 in debhelper 9.20130604 override_dh_installchangelogs: dh_installchangelogs Changes debian/control0000644000000000000000000000265312153674422010605 0ustar Source: libsocialtext-resting-utils-perl Maintainer: Debian Perl Group Uploaders: Franck Joncourt , Jonathan Yu Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libcrypt-cbc-perl, libcrypt-des-perl, libsocialtext-resting-perl, libtest-mock-lwp-perl, libtest-pod-coverage-perl, libtest-pod-perl, libyaml-perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libsocialtext-resting-utils-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libsocialtext-resting-utils-perl.git Homepage: https://metacpan.org/release/Socialtext-Resting-Utils/ Package: libsocialtext-resting-utils-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libcrypt-cbc-perl, libcrypt-des-perl, libsocialtext-resting-perl Description: collection of utilities for Socialtext REST APIs Socialtext::Resting::Utils is a collection of Perl utility modules related to Socialtext's REST APIs. . Currently, this package consists of: . Socialtext::EditPage Edit a Wiki page using your favourite EDITOR . Socialtext::WikiObject Represents Wiki markups as a data structure and object debian/source/0000755000000000000000000000000012153674422010474 5ustar debian/source/format0000644000000000000000000000001412153674422011702 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000564112153674422011054 0ustar libsocialtext-resting-utils-perl (0.21-3) unstable; urgency=low * Team upload. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * Change search.cpan.org based URIs to metacpan.org based URIs [ gregor herrmann ] * Switch to "3.0 (quilt)" source format. * Add a patch to fix a POD error exposed with newer Pod::Simple. (Closes: #710994) * debian/copyright: switch formatting to Copyright-Format 1.0. * Bump debhelper compatibility level to 8. * Set Standards-Version to 3.9.4 (no further changes). -- gregor herrmann Wed, 05 Jun 2013 19:42:35 +0200 libsocialtext-resting-utils-perl (0.21-2) unstable; urgency=low * Team upload. * Use writable directory as HOME during build (Closes: #609396). * debian/copyright: - Explicitly refer to GPL-1 license in common-licenses. - Refer to Debian systems in general instead of only Debian GNU/Linux systems. * Bump Standards-Version to 3.9.1. -- Salvatore Bonaccorso Sun, 09 Jan 2011 20:57:32 +0100 libsocialtext-resting-utils-perl (0.21-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release * Use new short debhelper 7 rules format * Rewrite control description * Add myself to Uploaders and Copyright * Refresh copyright to DEP5 format * Use overrides to prevent double-install of bin/ * Added clean target for files created during build [ gregor herrmann ] * debian/rules: backup and copy back t/rester.conf before/after tests. -- Jonathan Yu Fri, 15 Jan 2010 13:33:11 -0500 libsocialtext-resting-utils-perl (0.20-2) unstable; urgency=low * Remove myself from Uploaders. -- Christoph Berg Wed, 09 Dec 2009 14:21:01 +0100 libsocialtext-resting-utils-perl (0.20-1) unstable; urgency=low * New upstream release * debian/control: + Changed: Switched Vcs-Browser field to ViewSVN (source stanza). + Added libyaml-perl, libtest-pod-coverage-perl, libtest-pod-perl as BDIs + Added /me to Uploaders * debian/rules: Do not ignore errors during test. * Moved scripts from /usr/bin to /usr/share/doc//examples + Added libsocialtext-resting-utils-perl.examples + Removed scripts from /usr/bin in d.rules -- Franck Joncourt Wed, 27 May 2009 00:59:03 +0200 libsocialtext-resting-utils-perl (0.19-2) unstable; urgency=low * Set maintainer to Debian Perl Group. -- Christoph Berg Tue, 26 May 2009 12:09:45 +0200 libsocialtext-resting-utils-perl (0.19-1) unstable; urgency=low * New upstream release. * Packaging of this module was kindly funded by Dembach Goo Informatik on behalf of Allianz 24. -- Christoph Berg Fri, 22 May 2009 13:24:17 +0200 libsocialtext-resting-utils-perl (0.17-1) unstable; urgency=low * Initial Release. -- Christoph Berg Thu, 13 Dec 2007 13:56:10 +0100 debian/compat0000644000000000000000000000000212153674422010372 0ustar 8 debian/libsocialtext-resting-utils-perl.examples0000644000000000000000000000000612153674422017345 0ustar bin/* debian/clean0000644000000000000000000000002212153674422010173 0ustar baz.sav baz.sav.1 debian/patches/0000755000000000000000000000000012153674422010623 5ustar debian/patches/series0000644000000000000000000000001612153674422012035 0ustar fix-pod.patch debian/patches/fix-pod.patch0000644000000000000000000000107412153674422013214 0ustar Description: Pod::Simple got picky about item lists ... Origin: vendor Bug-Debian: http://bugs.debian.org/710994 Bug: https://rt.cpan.org/Ticket/Display.html?id=85894 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=85894 Author: gregor herrmann Last-Update: 2013-06-05 --- a/lib/Socialtext/Resting/DefaultRester.pm +++ b/lib/Socialtext/Resting/DefaultRester.pm @@ -40,7 +40,7 @@ Specifies the rester class to use. Defaults to L. -=item * +=item Z<>* All other args are passed through to the rester class's new(). debian/copyright0000644000000000000000000000222212153674422011125 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Socialtext-Resting-Utils Upstream-Contact: Luke Closs Source: https://metacpan.org/release/Socialtext-Resting-Utils/ Files: * Copyright: 2006-2007, Luke Closs License: Artistic or GPL-1+ Files: debian/* Copyright: 2007-2009, Christoph Berg 2009, Franck Joncourt 2010, Jonathan Yu 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/watch0000644000000000000000000000027412153674422010230 0ustar # format version number, currently 3; this line is compulsory! version=3 https://metacpan.org/release/Socialtext-Resting-Utils/ .*/Socialtext-Resting-Utils-([\.\d]+)\.(?:tar\.gz|tar|tgz)$