r27922 - in /trunk/libtitanium-perl: Build.PL Changes META.yml Makefile.PL README debian/changelog debian/compat debian/control debian/copyright debian/rules lib/Titanium.pm

jaldhar at users.alioth.debian.org jaldhar at users.alioth.debian.org
Mon Dec 8 23:20:45 UTC 2008


Author: jaldhar
Date: Mon Dec  8 23:20:42 2008
New Revision: 27922

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=27922
Log:
Update to 1.01 + packaging updates

Modified:
    trunk/libtitanium-perl/Build.PL
    trunk/libtitanium-perl/Changes
    trunk/libtitanium-perl/META.yml
    trunk/libtitanium-perl/Makefile.PL
    trunk/libtitanium-perl/README
    trunk/libtitanium-perl/debian/changelog
    trunk/libtitanium-perl/debian/compat
    trunk/libtitanium-perl/debian/control
    trunk/libtitanium-perl/debian/copyright
    trunk/libtitanium-perl/debian/rules
    trunk/libtitanium-perl/lib/Titanium.pm

Modified: trunk/libtitanium-perl/Build.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtitanium-perl/Build.PL?rev=27922&op=diff
==============================================================================
--- trunk/libtitanium-perl/Build.PL (original)
+++ trunk/libtitanium-perl/Build.PL Mon Dec  8 23:20:42 2008
@@ -13,7 +13,7 @@
                     'CGI::Application::Plugin::DBH'         => 0,
                     'CGI::Application::Plugin::DebugScreen' => 0,
                     'CGI::Application::Plugin::DevPopup'    => 0,
-                    'CGI::Application::Plugin::ErrorPage'   => 0,
+                    'CGI::Application::Plugin::ErrorPage'   => 1.20,
                     'CGI::Application::Plugin::FillInForm'  => 0,
                     'CGI::Application::Plugin::Forward'     => 0,
                     'CGI::Application::Plugin::LogDispatch' => 0,
@@ -22,7 +22,7 @@
                     'CGI::Application::Plugin::Stream'      => 0,
                     'CGI::Application::Plugin::ValidateRM'  => 0,
                     'CGI::Application::Standard::Config'    => 0,
-                    'Module::Starter::Plugin::CGIApp'       => 0,
+                    'Module::Starter::Plugin::CGIApp'       => 0.05,
                     'Test::WWW::Mechanize::CGIApp'          => 0,
                },
     create_makefile_pl => 'traditional',

Modified: trunk/libtitanium-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtitanium-perl/Changes?rev=27922&op=diff
==============================================================================
--- trunk/libtitanium-perl/Changes (original)
+++ trunk/libtitanium-perl/Changes Mon Dec  8 23:20:42 2008
@@ -1,8 +1,13 @@
 Revision history for Titantium.
 
-1.00 Thu Sep  4 06:01:36 EDT 2008
+1.01 Dec 6, 2008
+  * Update Build.PL to require CGI::Application::Plugin::ErrorPage 1.20, a bugfix release. 
+  * Remove "titanium-starter" from the TODO list. (Jaldhar) 
+  * Add initial INSTALL file (RT#41276, David
+
+1.00 Sep 4, 2008
   * Declaring Stable  
   * Clarify copyright/license to be the same as Perl
 
-0.90_1 Fri Aug  8 20:56:21 EDT 2008
+0.90_1 Aug 8, 2008
   * Initial release on unsuspecting world. 

Modified: trunk/libtitanium-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtitanium-perl/META.yml?rev=27922&op=diff
==============================================================================
--- trunk/libtitanium-perl/META.yml (original)
+++ trunk/libtitanium-perl/META.yml Mon Dec  8 23:20:42 2008
@@ -1,6 +1,6 @@
 ---
 name: Titanium
-version: 1.00
+version: 1.01
 author:
   - 'Mark Stosberg <mark at summersault.com>'
 abstract: A strong, lightweight web application famework
@@ -12,7 +12,7 @@
   CGI::Application::Plugin::DBH: 0
   CGI::Application::Plugin::DebugScreen: 0
   CGI::Application::Plugin::DevPopup: 0
-  CGI::Application::Plugin::ErrorPage: 0
+  CGI::Application::Plugin::ErrorPage: 1.2
   CGI::Application::Plugin::FillInForm: 0
   CGI::Application::Plugin::Forward: 0
   CGI::Application::Plugin::LogDispatch: 0
@@ -22,7 +22,7 @@
   CGI::Application::Plugin::ValidateRM: 0
   CGI::Application::Server: 0
   CGI::Application::Standard::Config: 0
-  Module::Starter::Plugin::CGIApp: 0
+  Module::Starter::Plugin::CGIApp: 0.05
   Test::WWW::Mechanize::CGIApp: 0
 generated_by: Module::Build version 0.2808
 meta-spec:
@@ -31,6 +31,6 @@
 provides:
   Titanium:
     file: lib/Titanium.pm
-    version: 1.00
+    version: 1.01
 resources:
   license: http://dev.perl.org/licenses/

Modified: trunk/libtitanium-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtitanium-perl/Makefile.PL?rev=27922&op=diff
==============================================================================
--- trunk/libtitanium-perl/Makefile.PL (original)
+++ trunk/libtitanium-perl/Makefile.PL Mon Dec  8 23:20:42 2008
@@ -13,12 +13,12 @@
                            'CGI::Application::Server' => 0,
                            'Test::WWW::Mechanize::CGIApp' => 0,
                            'CGI::Application' => 4,
-                           'CGI::Application::Plugin::ErrorPage' => 0,
+                           'CGI::Application::Plugin::ErrorPage' => '1.2',
                            'CGI::Application::Dispatch' => 0,
                            'CGI::Application::Plugin::Session' => 0,
                            'CGI::Application::Plugin::ConfigAuto' => 0,
                            'CGI::Application::Plugin::Forward' => 0,
-                           'Module::Starter::Plugin::CGIApp' => 0,
+                           'Module::Starter::Plugin::CGIApp' => '0.05',
                            'CGI::Application::Plugin::Redirect' => 0,
                            'CGI::Application::Plugin::FillInForm' => 0,
                            'CGI::Application::Plugin::DebugScreen' => 0,

Modified: trunk/libtitanium-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtitanium-perl/README?rev=27922&op=diff
==============================================================================
--- trunk/libtitanium-perl/README (original)
+++ trunk/libtitanium-perl/README Mon Dec  8 23:20:42 2008
@@ -963,10 +963,6 @@
     Rather than depending on the large CPAN dependency chain being
     installed, I would like an option for users to download the full stack
     of dependencies, so that you can just unpack a single file and go.
-
-    * Titanium depends on Module::Starter::Plugin::CGIApp which provides
-    "cgiapp-starter", a project kick-start tool. I'd like to provide
-    'titanium-starter'
 
     * I'd like a plugin to cope with the URI-encoding that Dreamweaver does
     to templates that may just mean packing and releasing the following code

Modified: trunk/libtitanium-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtitanium-perl/debian/changelog?rev=27922&op=diff
==============================================================================
--- trunk/libtitanium-perl/debian/changelog (original)
+++ trunk/libtitanium-perl/debian/changelog Mon Dec  8 23:20:42 2008
@@ -1,9 +1,14 @@
-libtitanium-perl (1.00-2) UNRELEASED; urgency=low
+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).
 
- -- gregor herrmann <gregoa at debian.org>  Sun, 16 Nov 2008 20:48:36 +0100
+ -- Jaldhar H. Vyas <jaldhar at debian.org>  Mon, 08 Dec 2008 18:17:46 -0500
 
 libtitanium-perl (1.00-1) unstable; urgency=low
 

Modified: trunk/libtitanium-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtitanium-perl/debian/compat?rev=27922&op=diff
==============================================================================
--- trunk/libtitanium-perl/debian/compat (original)
+++ trunk/libtitanium-perl/debian/compat Mon Dec  8 23:20:42 2008
@@ -1,1 +1,1 @@
-5
+7

Modified: trunk/libtitanium-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtitanium-perl/debian/control?rev=27922&op=diff
==============================================================================
--- trunk/libtitanium-perl/debian/control (original)
+++ trunk/libtitanium-perl/debian/control Mon Dec  8 23:20:42 2008
@@ -1,7 +1,7 @@
 Source: libtitanium-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5), libmodule-build-perl, libcgi-application-perl (>= 4), libcgi-application-basic-plugin-bundle-perl, libcgi-application-server-perl, libmodule-starter-plugin-cgiapp-perl, libtest-www-mechanize-cgiapp-perl 
+Build-Depends: debhelper (>= 7), libmodule-build-perl, libcgi-application-perl (>= 4), libcgi-application-basic-plugin-bundle-perl (>= 0.3), libcgi-application-server-perl, libmodule-starter-plugin-cgiapp-perl (>= 0.05-1), libtest-www-mechanize-cgiapp-perl 
 Build-Depends-Indep: perl (>= 5.6.10-12)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jaldhar H. Vyas <jaldhar at debian.org>
@@ -12,7 +12,7 @@
 
 Package: libtitanium-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libcgi-application-perl (>= 4), libcgi-application-basic-plugin-bundle-perl, libcgi-application-server-perl, libmodule-starter-plugin-cgiapp-perl, libtest-www-mechanize-cgiapp-perl 
+Depends: ${perl:Depends}, ${misc:Depends}, libcgi-application-perl (>= 4), libcgi-application-basic-plugin-bundle-perl (>= 0.3), libcgi-application-server-perl, libmodule-starter-plugin-cgiapp-perl (>= 0.05-1), libtest-www-mechanize-cgiapp-perl 
 Description: A 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 

Modified: trunk/libtitanium-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtitanium-perl/debian/copyright?rev=27922&op=diff
==============================================================================
--- trunk/libtitanium-perl/debian/copyright (original)
+++ trunk/libtitanium-perl/debian/copyright Mon Dec  8 23:20:42 2008
@@ -1,30 +1,28 @@
-This is the debian package for the Titanium module.
-It was created by Jaldhar H. Vyas <jaldhar at debian.org> using dh-make-perl.
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Mark Stosberg <mark at summersault.com>
+Upstream-Source: http://search.cpan.org/dist/Titanium/
+Upstream-Name: Titanium
 
-It was downloaded from http://search.cpan.org/dist/Titanium/
+Files: *
+Copyright: Mark Stosberg <mark at summersault.com>
+License-Alias: Perl
+License: Artistic | GPL-1+
 
-The upstream author is: Mark Stosberg <mark at summersault.com>.
+Files: debian/*
+Copyright: 2008, Jaldhar H. Vyas <jaldhar at debian.org>
+License: Artistic | GPL-1+
 
-Copyright (C) 2008, Mark Stosberg.
+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
 
-This module 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".
-
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See either
-the GNU General Public License or the Artistic License for more details.
-
-On Debian GNU/Linux systems, the complete text of the GNU General Public 
-License can be found in `/usr/share/common-licenses/GPL' and the Artistic 
-Licence in `/usr/share/common-licenses/Artistic'.
-
-The Debian packaging is (C) 2008, Jaldhar H. Vyas <jaldhar at debian.org> and
-is licensed under the same terms as the software itself (see above).
+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'

Modified: trunk/libtitanium-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtitanium-perl/debian/rules?rev=27922&op=diff
==============================================================================
--- trunk/libtitanium-perl/debian/rules (original)
+++ trunk/libtitanium-perl/debian/rules Mon Dec  8 23:20:42 2008
@@ -1,63 +1,23 @@
 #!/usr/bin/make -f
-# This debian/rules file is provided as a template for normal perl
-# packages. It was created by Marc Brockschmidt <marc at dch-faq.de> for
-# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
-# be used freely wherever it is useful.
-#
-# It was later modified by Jason Kohles <email at jasonkohles.com>
-# http://www.jasonkohles.com/ to support Module::Build installed modules
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-# If set to a true value then MakeMaker's prompt function will
-# always return the default without waiting for user input.
-export PERL_MM_USE_DEFAULT=1
-
-PERL   ?= /usr/bin/perl
-PACKAGE = $(shell dh_listpackages)
-TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 build: build-stamp
 build-stamp:
-	dh_testdir
-	# Add commands to compile the package here
-	$(PERL) Build.PL installdirs=vendor
-	$(PERL) Build
-	$(PERL) Build test
+	dh build
 	touch $@
 
 clean:
-	dh_testdir
-	dh_testroot
-	dh_clean build-stamp install-stamp
-	# Add commands to clean up after the build process here
-	[ ! -f Build ] || $(PERL) Build --allow_mb_mismatch 1 distclean
+	dh $@
 
 install: install-stamp
 install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	# Add commands to install the package into $(TMP) here
-	$(PERL) Build install destdir=$(TMP) create_packlist=0
+	dh install
 	touch $@
 
 binary-arch:
-# We have nothing to do here for an architecture-independent package
 
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs README
-	dh_installchangelogs Changes
-	dh_perl
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
+binary-indep: install
+	dh $@
 
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build

Modified: trunk/libtitanium-perl/lib/Titanium.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtitanium-perl/lib/Titanium.pm?rev=27922&op=diff
==============================================================================
--- trunk/libtitanium-perl/lib/Titanium.pm (original)
+++ trunk/libtitanium-perl/lib/Titanium.pm Mon Dec  8 23:20:42 2008
@@ -2,7 +2,7 @@
 use base 'CGI::Application';
 
 use vars '$VERSION';
-$VERSION = '1.00';
+$VERSION = '1.01';
 
 # Just load a few recommended plugins by default. 
 use CGI::Application::Plugin::Forward;
@@ -1037,10 +1037,6 @@
 than depending on the large CPAN dependency chain being installed, I would like
 an option for users to download the full stack of dependencies, so that you can
 just unpack a single file and go.
-
-* Titanium depends on L<Module::Starter::Plugin::CGIApp|Module::Starter::Plugin::CGIApp>
-which provides C<cgiapp-starter>, a project kick-start tool. I'd like to provide 
-'titanium-starter'
 
 * I'd like a plugin to cope with the URI-encoding that Dreamweaver does to templates 
 that may just mean packing and releasing the following code as a plug-in:




More information about the Pkg-perl-cvs-commits mailing list