debian/0000755000000000000000000000000011646331202007164 5ustar debian/source/0000755000000000000000000000000011646147603010476 5ustar debian/source/format0000644000000000000000000000001411646141674011706 0ustar 3.0 (quilt) debian/source/lintian-overrides0000644000000000000000000000037511646143120014052 0ustar # Debian Perl Group policy is that the copyright format be kept at # this version until the standard is finalized. libtitanium-perl source: out-of-date-copyright-format-uri http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=135 debian/compat0000644000000000000000000000000211646135537010377 0ustar 8 debian/control0000644000000000000000000000366011646250403010577 0ustar Source: libtitanium-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libtest-pod-perl Maintainer: Debian Perl Group Uploaders: Jaldhar H. Vyas , Nathan Handler , Jonathan Yu , Nicholas Bamber Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/Titanium/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libtitanium-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtitanium-perl.git Package: libtitanium-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libcgi-application-perl (>= 4.50-1), libcgi-application-server-perl, libcgi-application-dispatch-perl, libcgi-application-plugin-autorunmode-perl, libcgi-application-plugin-configauto-perl, libcgi-application-plugin-dbh-perl, libcgi-application-plugin-devpopup-perl, libcgi-application-plugin-fillinform-perl, libcgi-application-plugin-forward-perl, libcgi-application-plugin-logdispatch-perl, libcgi-application-plugin-session-perl, libcgi-application-plugin-stream-perl, libcgi-application-plugin-validaterm-perl, libcgi-application-plugin-viewcode-perl, libmodule-starter-plugin-cgiapp-perl, libtest-www-mechanize-cgiapp-perl Description: strong, lightweight web application framework for Perl Titanium is solid and mature. While it has a new name, the reality is that Titanium is simply a more user-friendly packaging of the mature CGI::Application framework and some useful plugins. . Titanium is lightweight; it has a light core and the plugins it uses employ lazy-loading whenever possible. It runs well in a plain CGI environment and provides excellent performance in a persistent environment such as FastCGI or mod_perl. . Applications are compatible with plugins for CGI::Application, so you can add additional features as your needs evolve. debian/rules0000755000000000000000000000003611646135277010261 0ustar #!/usr/bin/make -f %: dh $@ debian/patches/0000755000000000000000000000000011646146037010625 5ustar debian/patches/series0000644000000000000000000000001711646143375012042 0ustar spelling.patch debian/patches/spelling.patch0000644000000000000000000000110411646146037013457 0ustar Author: Nicholas Bamber Subject: Spelling Bug: http://rt.cpan.org/Ticket/Display.html?id=71688 Last-Update: 2011-10-15 --- a/lib/Titanium.pm +++ b/lib/Titanium.pm @@ -964,7 +964,7 @@ allowing testing of websites that contain JavaScript. Direct testing is also easy. Titanium will normally print the output of it's -run modes directly to STDOUT. This can be surprised with an enviroment variable, +run modes directly to STDOUT. This can be surprised with an environment variable, CGI_APP_RETURN_ONLY. For example: $ENV{CGI_APP_RETURN_ONLY} = 1; debian/watch0000644000000000000000000000015511646135277010234 0ustar version=3 http://search.cpan.org/dist/Titanium/ .*/Titanium-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/copyright0000644000000000000000000000232311646136304011125 0ustar Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=135 Maintainer: Mark Stosberg Source: http://search.cpan.org/dist/Titanium/ Name: Titanium Files: * Copyright: Mark Stosberg License: Artistic or GPL-1+ Files: debian/* Copyright: 2008, Jaldhar H. Vyas 2009, Jonathan Yu 2009, Nathan Handler 2011, Nicholas Bamber 2011, 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 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/changelog0000644000000000000000000000526011646250522011046 0ustar libtitanium-perl (1.04-3) unstable; urgency=low * Fixed typo in dependency -- Nicholas Bamber Sat, 15 Oct 2011 10:24:27 +0100 libtitanium-perl (1.04-2) unstable; urgency=low [ gregor herrmann ] * Remove alternative (build) dependencies that are already satisfied in oldstable. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. [ Nicholas Bamber ] * Added myself to Uploaders * Raised debhelper version and compat level to 8 * Raised standards version to 3.9.2 * Updated copyright file * Updated dependencies to reflect split of libcgi-application-basic-plugin-bundle-perl * Added debian/source/format file * Added lintian override for DEP5 format * Added patch for spelling error -- Nicholas Bamber Sat, 15 Oct 2011 01:05:51 +0100 libtitanium-perl (1.04-1) unstable; urgency=low * New upstream release * Add myself to Uploaders and Copyright * Now requires Compress-Raw-Zlib dependency * Standards-Version 3.8.3 (no changes) * Remove all build dependencies except Test::Pod * Refresh copyright information -- Jonathan Yu Mon, 30 Nov 2009 15:12:39 -0500 libtitanium-perl (1.03-1) unstable; urgency=low [ Nathan Handler ] * New upstream release * debian/watch: - Remove comments - Update to ignore development releases. * debian/control: - Add myself to list of Uploaders - Bump Standards-Version to 3.8.2 - Do not begin synopsis with 'a' * debian/copyright: - Add year to upstream copyright - Add License-Alias [ gregor herrmann ] * Don't install README anymore (text version of the POD documentation). * Remove build dependency on libmodule-build-perl, debhelper prefers ExtUtils::MakeMaker; add build dependency on libtest-pod-perl. -- Nathan Handler Mon, 29 Jun 2009 12:02:10 +0000 libtitanium-perl (1.01-1) unstable; urgency=low [ Jaldhar H. Vyas ] * New upstream version. * Switched to debhelper 7 and new format copyright. [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). -- Jaldhar H. Vyas Mon, 08 Dec 2008 18:17:46 -0500 libtitanium-perl (1.00-1) unstable; urgency=low * New upstream version. * First upload to Debian. (closes: #499357) -- Jaldhar H. Vyas Fri, 19 Sep 2008 10:29:45 -0400 libtitanium-perl (0.90-1-1) unstable; urgency=low * Initial non-release. -- Jaldhar H. Vyas Thu, 21 Aug 2008 19:25:52 -0400