debian/0000755000000000000000000000000012073564736007203 5ustar debian/rules0000755000000000000000000000023112073564736010257 0ustar #!/usr/bin/make -f TEST_FILES=$(filter-out t/html.t,$(shell echo t/*.t)) %: dh $@ override_dh_auto_test: dh_auto_test -- TEST_FILES="$(TEST_FILES)" debian/control0000644000000000000000000000202312073564736010603 0ustar Source: liburi-title-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Jotam Jr. Trejo Build-Depends: debhelper (>= 8) Build-Depends-Indep: libfile-type-perl, libhtml-parser-perl, libimage-size-perl, libmp3-info-perl, libwww-perl, perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/liburi-title-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/liburi-title-perl.git Homepage: http://search.cpan.org/dist/URI-Title/ Package: liburi-title-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libfile-type-perl, libhtml-parser-perl, libimage-size-perl, libmp3-info-perl, libwww-perl Description: common interface to get the titles of things on the web URI::Title allows one to get titles of things on the web in a sensible way, it aims to provide a single interface to get the titles of html pages and different type of files like mp3, pdf, word document, etc. debian/source/0000755000000000000000000000000012073564736010503 5ustar debian/source/format0000644000000000000000000000001412073564736011711 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000116412073564736011057 0ustar liburi-title-perl (1.86-2) unstable; urgency=low * Team upload. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) [ gregor herrmann ] * Skip test t/html.t during build. While it deals fine with a missing internet connection, it might fail if the retrieved webpages change. Thanks to Ansgar Burchardt for pointing out this issue. -- gregor herrmann Thu, 10 Jan 2013 17:14:56 +0100 liburi-title-perl (1.86-1) unstable; urgency=low * Initial Release. (Closes: #695951) -- Jotam Jr. Trejo Mon, 17 Dec 2012 13:50:23 -0600 debian/compat0000644000000000000000000000000212073564736010401 0ustar 8 debian/patches/0000755000000000000000000000000012073564736010632 5ustar debian/patches/pod_syntax_fix.patch0000644000000000000000000000051412073564736014711 0ustar Description: Fixed a pod syntax error Author: Jotam Jr. Trejo Bug: https://rt.cpan.org/Public/Bug/Display.html?id=82054 Last-Update: 2012-12-17 --- a/lib/URI/Title.pm +++ b/lib/URI/Title.pm @@ -47,6 +47,8 @@ =item Better error reporting. +=back + =head1 AUTHOR Tom Insam Etom@jerakeen.orgE debian/patches/series0000644000000000000000000000002512073564736012044 0ustar pod_syntax_fix.patch debian/copyright0000644000000000000000000000246112073564736011141 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: URI-Title Source: http://search.cpan.org/dist/URI-Title/ Upstream-Contact: Tom Insam Files: * Copyright: 2004-2012, Tom Insam License: Artistic or GPL-1+ Comment: The upstream distribution does not contain an explicit statement of copyright ownership. Pursuant to the Berne Convention for the Protection of Literary and Artistic Works, it is assumed that all content is copyright by its respective authors unless otherwise stated. Files: debian/* Copyright: 2012, Jotam Jr. Trejo 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/watch0000644000000000000000000000015712073564736010237 0ustar version=3 http://search.cpan.org/dist/URI-Title/ .*/URI-Title-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$