--- libapp-nopaste-perl-0.18.orig/debian/control +++ libapp-nopaste-perl-0.18/debian/control @@ -0,0 +1,30 @@ +Source: libapp-nopaste-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7.2.13), quilt (>= 0.46-7) +Build-Depends-Indep: libmoose-perl (>= 0.74), libmoosex-getopt-perl (>= 0.17), + libwww-mechanize-perl, perl +Maintainer: Debian Perl Group +Uploaders: Ryan Niebur , Jonathan Yu , + gregor herrmann , Damyan Ivanov , + Salvatore Bonaccorso +Standards-Version: 3.8.3 +Homepage: http://search.cpan.org/dist/App-Nopaste/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libapp-nopaste-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libapp-nopaste-perl/ + +Package: libapp-nopaste-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends}, libmoose-perl (>= 0.74), + libmoosex-getopt-perl (>= 0.17), libwww-mechanize-perl +Provides: nopaste +Suggests: git-core | libconfig-ini-perl +Description: application for easy access to any pastebin + App::Nopaste is a Perl module and application collection to upload arbitrary + text, usually code, to pastebins (also known as nopaste sites) for public + viewing. They're used a lot in IRC channels to show code that would normally + be too long to give directly in the channel. + . + Each pastebin is slightly different; this program attempts to encapsulate the + differences between them and provide a unified, redundant interface to upload + code. If one site doesn't work, it simply tries a different one. --- libapp-nopaste-perl-0.18.orig/debian/copyright +++ libapp-nopaste-perl-0.18/debian/copyright @@ -0,0 +1,43 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 +Maintainer: Shawn M Moore +Source: http://search.cpan.org/dist/App-Nopaste/ +Name: App-Nopaste + +Files: * +Copyright: 2008-2009, Shawn M Moore +License: Artistic or GPL-1+ + +Files: inc/Module/* +Copyright: 2002-2009, Adam Kennedy + 2002-2009, Audrey Tang + 2002-2009, Brian Ingerson +License: Artistic or GPL-1+ + +Files: inc/Module/AutoInstall.pm +Copyright: 2006, Adam Kennedy + 2001-2006, Audrey Tang +License: GPL-1+ or Artistic + +Files: debian/* +Copyright: 2009, Damyan Ivanov + 2009, Jonathan Yu + 2009, Ryan Niebur + 2009, Salvatore Bonaccorso + 2009, gregor herrmann +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 GNU/Linux 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 GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL' --- libapp-nopaste-perl-0.18.orig/debian/watch +++ libapp-nopaste-perl-0.18/debian/watch @@ -0,0 +1,4 @@ +# format version number, currently 3; this line is compulsory! +version=3 +# URL to the package page followed by a regex to search +http://search.cpan.org/dist/App-Nopaste/ .*/App-Nopaste-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libapp-nopaste-perl-0.18.orig/debian/compat +++ libapp-nopaste-perl-0.18/debian/compat @@ -0,0 +1 @@ +7 --- libapp-nopaste-perl-0.18.orig/debian/README.source +++ libapp-nopaste-perl-0.18/debian/README.source @@ -0,0 +1,5 @@ +This package uses quilt to manage all modifications to the upstream +source. Changes are stored in the source package as diffs in +debian/patches and applied during the build. + +See /usr/share/doc/quilt/README.source for a detailed explanation. --- libapp-nopaste-perl-0.18.orig/debian/changelog +++ libapp-nopaste-perl-0.18/debian/changelog @@ -0,0 +1,117 @@ +libapp-nopaste-perl (0.18-1) unstable; urgency=low + + [ Salvatore Bonaccorso ] + * New upstream release + * Add myself to Uploaders + * Refresh debian/copyright to follow revision 135 of the + Format-Specification for machine readable copyright file + in DEP5 proposal. + * Add fix_service_ssh_manpage_whathis_entry.patch patch to fix lintian + warning for wrong-manpage-whatis-entry for App::Nopaste::Service::ssh. + + [ gregor herrmann ] + * debian/control: add libconfig-ini-perl as an alternative suggestion to + git-core for App::Nopaste::Service::Gist. + + -- Salvatore Bonaccorso Thu, 31 Dec 2009 13:02:33 +0100 + +libapp-nopaste-perl (0.17-1) unstable; urgency=low + + * New upstream release + + remove debian_lang.patch (applied upstream) + * add myself to Uploaders + + -- Damyan Ivanov Wed, 04 Nov 2009 07:23:37 +0200 + +libapp-nopaste-perl (0.16-1) unstable; urgency=low + + * New upstream release + * Added myself to Copyright and Uploaders + * Rewrote control description + + -- Jonathan Yu Sun, 18 Oct 2009 06:31:04 -0400 + +libapp-nopaste-perl (0.15-5) unstable; urgency=low + + [ Ryan Niebur ] + * Update ryan52's email address + + [ gregor herrmann ] + * Patch debian_lang.patch: adapt to changes of paste.debian.net. + + -- gregor herrmann Sat, 17 Oct 2009 02:59:26 +0200 + +libapp-nopaste-perl (0.15-4) unstable; urgency=low + + * Fix the link of nopaste.1p, it now correctly points to + App::Nopaste::Command.3pm. + + -- gregor herrmann Thu, 10 Sep 2009 16:55:04 +0200 + +libapp-nopaste-perl (0.15-3) unstable; urgency=low + + [ 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). + + [ gregor herrmann ] + * Add debian/README.source to document quilt usage, as required by + Debian Policy since 3.8.0. + * Set Standards-Version to 3.8.3 (no further changes). + * Make nopaste.1p a link to App::Nopaste.3pm, the original only points to + the latter. Add a patch to mention `nopaste' in the POD/manpage. + + -- gregor herrmann Wed, 09 Sep 2009 21:06:06 +0200 + +libapp-nopaste-perl (0.15-2) unstable; urgency=low + + * Add patch debian_lang.patch: add support for --lang to + App::Nopaste::Service::Debian (i.e. paste.debian.net). Add quilt + framework. + * Add /me to Uploaders. + + -- gregor herrmann Wed, 15 Jul 2009 18:00:59 +0200 + +libapp-nopaste-perl (0.15-1) unstable; urgency=low + + [ Ryan Niebur ] + * provide nopaste + * New upstream release + - adds support for paste.debian.net (Closes: #533607) + + [ gregor herrmann ] + * Use tiny debian/rules, require debhelper 7.2.13 for --skipdeps support. + + -- Ryan Niebur Wed, 15 Jul 2009 02:06:39 -0700 + +libapp-nopaste-perl (0.11-1) unstable; urgency=low + + [ Nathan Handler ] + * debian/watch: Update to ignore development releases. + + [ Ryan Niebur ] + * New upstream release + * Debian Policy 3.8.2 + * remove git-core from build deps, it isn't needed + * update dependencies + + -- Ryan Niebur Thu, 18 Jun 2009 15:20:33 -0700 + +libapp-nopaste-perl (0.10-2) unstable; urgency=low + + [ Ryan Niebur ] + * move git-core to Suggests + + [ gregor herrmann ] + * Set Standards-Version to 3.8.1 (no changes). + * debian/control: mention module name in long description, make short + description a noun phrase. + + -- Ryan Niebur Fri, 15 May 2009 22:32:17 -0700 + +libapp-nopaste-perl (0.10-1) unstable; urgency=low + + * Initial Release. (Closes: #518103) + + -- Ryan Niebur Wed, 04 Mar 2009 21:11:38 -0800 --- libapp-nopaste-perl-0.18.orig/debian/libapp-nopaste-perl.links +++ libapp-nopaste-perl-0.18/debian/libapp-nopaste-perl.links @@ -0,0 +1 @@ +usr/share/man/man3/App::Nopaste::Command.3pm usr/share/man/man1/nopaste.1p --- libapp-nopaste-perl-0.18.orig/debian/rules +++ libapp-nopaste-perl-0.18/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f +%: + dh --with quilt $@ --- libapp-nopaste-perl-0.18.orig/debian/patches/manpage-name.patch +++ libapp-nopaste-perl-0.18/debian/patches/manpage-name.patch @@ -0,0 +1,15 @@ +Description: mention `nopaste' in the POD/manpage +Author: gregor herrmann +Bug: http://rt.cpan.org/Public/Bug/Display.html?id=51065 + +--- a/lib/App/Nopaste/Command.pm ++++ b/lib/App/Nopaste/Command.pm +@@ -121,6 +121,8 @@ + + App::Nopaste::Command - command-line utility for L + ++nopaste - command-line utility to nopaste ++ + =head1 DESCRIPTION + + This application will take some text on STDIN and give you a URL on STDOUT. --- libapp-nopaste-perl-0.18.orig/debian/patches/fix_service_ssh_manpage_whathis_entry.patch +++ libapp-nopaste-perl-0.18/debian/patches/fix_service_ssh_manpage_whathis_entry.patch @@ -0,0 +1,17 @@ +Description: Fix lintian warning manpage-has-bad-whatis-entry for the + ssh Service. +Origin: vendor +Bug: http://rt.cpan.org/Public/Bug/Display.html?id=53249 +Forwarded: yes +Author: Salvatore Bonaccorso +--- a/lib/App/Nopaste/Service/ssh.pm ++++ b/lib/App/Nopaste/Service/ssh.pm +@@ -30,7 +30,7 @@ + + =head1 NAME + +-App::Nopaste::Service::ssh ++App::Nopaste::Service::ssh - scp upload support to site + + =head1 AUTHOR + --- libapp-nopaste-perl-0.18.orig/debian/patches/series +++ libapp-nopaste-perl-0.18/debian/patches/series @@ -0,0 +1,2 @@ +manpage-name.patch +fix_service_ssh_manpage_whathis_entry.patch