r38784 - in /trunk/libtitanium-perl: Changes META.yml Makefile.PL README debian/changelog debian/control debian/copyright debian/watch lib/Titanium.pm

nhandler-guest at users.alioth.debian.org nhandler-guest at users.alioth.debian.org
Fri Jun 26 22:54:32 UTC 2009


Author: nhandler-guest
Date: Fri Jun 26 22:54:27 2009
New Revision: 38784

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=38784
Log:
* 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

Modified:
    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/control
    trunk/libtitanium-perl/debian/copyright
    trunk/libtitanium-perl/debian/watch
    trunk/libtitanium-perl/lib/Titanium.pm

Modified: trunk/libtitanium-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtitanium-perl/Changes?rev=38784&op=diff
==============================================================================
--- trunk/libtitanium-perl/Changes (original)
+++ trunk/libtitanium-perl/Changes Fri Jun 26 22:54:27 2009
@@ -1,9 +1,14 @@
 Revision history for Titantium.
+
+1.02 June 22, 2009
+  (No code changes in this release)
+  * Fix "framework" typo (David Blank-Edelman)
+  * Fix typo in "setup()" example. (Justin Simoni).
 
 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
+  * Add initial INSTALL file (RT#41276, David)
 
 1.00 Sep 4, 2008
   * Declaring Stable  

Modified: trunk/libtitanium-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtitanium-perl/META.yml?rev=38784&op=diff
==============================================================================
--- trunk/libtitanium-perl/META.yml (original)
+++ trunk/libtitanium-perl/META.yml Fri Jun 26 22:54:27 2009
@@ -1,9 +1,9 @@
 ---
 name: Titanium
-version: 1.01
+version: 1.02
 author:
   - 'Mark Stosberg <mark at summersault.com>'
-abstract: A strong, lightweight web application famework
+abstract: A strong, lightweight web application framework
 license: perl
 requires:
   CGI::Application: 4
@@ -24,13 +24,13 @@
   CGI::Application::Standard::Config: 0
   Module::Starter::Plugin::CGIApp: 0.05
   Test::WWW::Mechanize::CGIApp: 0
-generated_by: Module::Build version 0.2808
+generated_by: Module::Build version 0.32
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.2.html
   version: 1.2
 provides:
   Titanium:
     file: lib/Titanium.pm
-    version: 1.01
+    version: 1.02
 resources:
-  license: http://dev.perl.org/licenses/
+  license: ~

Modified: trunk/libtitanium-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtitanium-perl/Makefile.PL?rev=38784&op=diff
==============================================================================
--- trunk/libtitanium-perl/Makefile.PL (original)
+++ trunk/libtitanium-perl/Makefile.PL Fri Jun 26 22:54:27 2009
@@ -1,8 +1,7 @@
-# Note: this file was auto-generated by Module::Build::Compat version 0.03
+# Note: this file was auto-generated by Module::Build::Compat version 0.32
 use ExtUtils::MakeMaker;
 WriteMakefile
 (
-          'PL_FILES' => {},
           'INSTALLDIRS' => 'site',
           'NAME' => 'Titanium',
           'EXE_FILES' => [],

Modified: trunk/libtitanium-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtitanium-perl/README?rev=38784&op=diff
==============================================================================
--- trunk/libtitanium-perl/README (original)
+++ trunk/libtitanium-perl/README Fri Jun 26 22:54:27 2009
@@ -1,5 +1,5 @@
 NAME
-    Titanium - A strong, lightweight web application famework
+    Titanium - A strong, lightweight web application framework
 
 SYNOPSIS
   Coding
@@ -14,7 +14,7 @@
             $c->run_modes([qw/
             form_display
             form_process
-            /);
+            /]);
       }
       sub form_display { 
             my $c = shift;
@@ -25,7 +25,7 @@
             return $t->output;
       }
       sub form_process {
-           my $ c= shift;
+           my $c = shift;
 
            # Validate the form against a profile. If it fails validation, re-display
            # the form for the user with their data pre-filled and the errors highlighted. 

Modified: trunk/libtitanium-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtitanium-perl/debian/changelog?rev=38784&op=diff
==============================================================================
--- trunk/libtitanium-perl/debian/changelog (original)
+++ trunk/libtitanium-perl/debian/changelog Fri Jun 26 22:54:27 2009
@@ -1,8 +1,18 @@
-libtitanium-perl (1.01-2) UNRELEASED; urgency=low
+libtitanium-perl (1.02-1) unstable; urgency=low
 
-  * debian/watch: Update to ignore development releases.
+  * 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
 
- -- Nathan Handler <nhandler at ubuntu.com>  Sat, 06 Jun 2009 01:37:55 +0000
+ -- Nathan Handler <nhandler at ubuntu.com>  Fri, 26 Jun 2009 22:52:56 +0000
 
 libtitanium-perl (1.01-1) unstable; urgency=low
 

Modified: trunk/libtitanium-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtitanium-perl/debian/control?rev=38784&op=diff
==============================================================================
--- trunk/libtitanium-perl/debian/control (original)
+++ trunk/libtitanium-perl/debian/control Fri Jun 26 22:54:27 2009
@@ -4,8 +4,9 @@
 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), 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>
-Standards-Version: 3.8.0
+Uploaders: Jaldhar H. Vyas <jaldhar at debian.org>,
+ Nathan Handler <nhandler at ubuntu.com>
+Standards-Version: 3.8.2
 Homepage: http://search.cpan.org/dist/Titanium/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtitanium-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtitanium-perl/
@@ -13,7 +14,7 @@
 Package: libtitanium-perl
 Architecture: all
 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), libtest-www-mechanize-cgiapp-perl 
-Description: A strong, lightweight web application framework for 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.

Modified: trunk/libtitanium-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtitanium-perl/debian/copyright?rev=38784&op=diff
==============================================================================
--- trunk/libtitanium-perl/debian/copyright (original)
+++ trunk/libtitanium-perl/debian/copyright Fri Jun 26 22:54:27 2009
@@ -5,12 +5,13 @@
 Upstream-Name: Titanium
 
 Files: *
-Copyright: Mark Stosberg <mark at summersault.com>
+Copyright: 2008, Mark Stosberg <mark at summersault.com>
 License-Alias: Perl
 License: Artistic | GPL-1+
 
 Files: debian/*
 Copyright: 2008, Jaldhar H. Vyas <jaldhar at debian.org>
+License-Alias: Perl
 License: Artistic | GPL-1+
 
 License: Artistic

Modified: trunk/libtitanium-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtitanium-perl/debian/watch?rev=38784&op=diff
==============================================================================
--- trunk/libtitanium-perl/debian/watch (original)
+++ trunk/libtitanium-perl/debian/watch Fri Jun 26 22:54:27 2009
@@ -1,4 +1,2 @@
-# 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/Titanium/   .*/Titanium-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

Modified: trunk/libtitanium-perl/lib/Titanium.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtitanium-perl/lib/Titanium.pm?rev=38784&op=diff
==============================================================================
--- trunk/libtitanium-perl/lib/Titanium.pm (original)
+++ trunk/libtitanium-perl/lib/Titanium.pm Fri Jun 26 22:54:27 2009
@@ -2,7 +2,7 @@
 use base 'CGI::Application';
 
 use vars '$VERSION';
-$VERSION = '1.01';
+$VERSION = '1.02';
 
 # Just load a few recommended plugins by default. 
 use CGI::Application::Plugin::Forward;
@@ -25,7 +25,7 @@
 
 =head1 NAME
 
-Titanium - A strong, lightweight web application famework
+Titanium - A strong, lightweight web application framework
 
 =head1 SYNOPSIS
 
@@ -42,7 +42,7 @@
 	$c->run_modes([qw/
         form_display
         form_process
-	/);
+	/]);
   }
   sub form_display { 
         my $c = shift;
@@ -53,7 +53,7 @@
         return $t->output;
   }
   sub form_process {
-       my $ c= shift;
+       my $c = shift;
 
        # Validate the form against a profile. If it fails validation, re-display
        # the form for the user with their data pre-filled and the errors highlighted. 




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