debian/0000755000000000000000000000000012251735022007165 5ustar debian/compat0000644000000000000000000000000212251731025010362 0ustar 9 debian/watch0000644000000000000000000000021612251734310010214 0ustar version=3 https://metacpan.org/release/Template-Plugin-Clickable/ .*/Template-Plugin-Clickable-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian/changelog0000644000000000000000000000614212251735022011042 0ustar libtemplate-plugin-clickable-perl (0.06-3) unstable; urgency=low * Team upload [ gregor herrmann ] * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Removed: XS- Vcs-Svn fields. * debian/rules: delete /usr/lib/perl5 only if it exists. * debian/watch: use dist-based URL. * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). * debian/control: Added: ${misc:Depends} to Depends: field. [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ 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). [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Axel Beckert ] * Bump debhelper compatibility to 9 + Update versioned debhelper build-dependency accordingly * Switch to source format "3.0 (quilt)" * Revamp debian/rules: + Fix lintian warning debian-rules-missing-recommended-target + Use dh_prep instead of dh_clean -k + Use dh_auto_{configure,build,test,install,clean} (Fixes lintian warning debian-rules-makemaker-prefix-is-deprecated) + Drop dh_clean parameters, stamp files are now cleaned automatically + Move dh_installdocs parameter to debian/docs + Drop dh_installchangelogs parameter, upstream changelog is recognized automatically. + Remove no more needed /usr/lib/perl5 handling + Remove no more nededed variables + Finally switch to minimal dh-style debian/rules file * Fix the following lintian warnings: + debian-watch-contains-dh_make-template + copyright-refers-to-symlink-license + copyright-without-copyright-notice * debian/watch: No more run uupdate * Bump Standards-Version to 3.9.5 (no further changes) -- Axel Beckert Wed, 11 Dec 2013 02:04:13 +0100 libtemplate-plugin-clickable-perl (0.06-2) unstable; urgency=low * Adopted for Debian Perl Group * debian/control: + Standards-Version: updated to 3.7.2 + Build-Depends: changed to debhelper (>= 5) * debian/compat: increased to 5 -- Krzysztof Krzyzaniak (eloy) Thu, 23 Nov 2006 15:03:02 +0100 libtemplate-plugin-clickable-perl (0.06-1) unstable; urgency=low * New upstream release * Switched to my debian.org email address -- Stephen Quinney Thu, 23 Feb 2006 21:41:00 +0000 libtemplate-plugin-clickable-perl (0.05-1) unstable; urgency=low * New upstream release - updated documentation. * First upload: closes: #286970. -- Stephen Quinney Wed, 29 Dec 2004 13:30:58 +0000 libtemplate-plugin-clickable-perl (0.04-1) unstable; urgency=low * Initial packaging. -- Stephen Quinney Thu, 23 Dec 2004 12:00:41 +0000 debian/copyright0000644000000000000000000000147312251734470011133 0ustar This package was debianized by Stephen Quinney on Thu, 23 Dec 2004 12:01:05 +0000 It was downloaded from http://www.cpan.org/authors/id/M/MI/MIYAGAWA/ Upstream Author: Tatsuhiko Miyagawa Copyright:2002-2006 Tatsuhiko Miyagawa This program is free software; you can redistribute it and/or modify it under the terms of either: a) the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version, or b) the "Artistic License" which comes with Perl. On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1' and the Artistic Licence in `/usr/share/common-licenses/Artistic'. debian/docs0000644000000000000000000000000712251733024010035 0ustar README debian/control0000644000000000000000000000233412251734001010566 0ustar Source: libtemplate-plugin-clickable-perl Maintainer: Debian Perl Group Uploaders: Krzysztof Krzyzaniak (eloy) Section: perl Priority: optional Build-Depends: debhelper (>= 9~) Build-Depends-Indep: perl, libuniversal-exports-perl, liburi-find-perl, libtemplate-perl Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtemplate-plugin-clickable-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtemplate-plugin-clickable-perl.git Homepage: https://metacpan.org/release/Template-Plugin-Clickable/ Package: libtemplate-plugin-clickable-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libuniversal-exports-perl, liburi-find-perl, libtemplate-perl Description: Make URLs clickable in HTML Template::Plugin::Clickable is a plugin for the Perl Template Toolkit which allows you to filter HTML to make any embedded URLs clickable. The basic idea is that it searches the text for any http:// and https:// URLs that are not marked up and adds the correct HTML anchor tags to make them into hyperlinks. debian/source/0000755000000000000000000000000012251731622010467 5ustar debian/source/format0000644000000000000000000000001412251731622011675 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000013612251733540010250 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@