r64443 - in /trunk/libsql-abstract-perl/debian: changelog control format-sql.pod rules

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Sat Oct 30 22:20:24 UTC 2010


Author: periapt-guest
Date: Sat Oct 30 22:19:19 2010
New Revision: 64443

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=64443
Log:
* Added patch to pod for modules that require it
* Added pod file for format-sql and rules to manify and install it
* Corrected spelling mistake in long description

Added:
    trunk/libsql-abstract-perl/debian/format-sql.pod
Modified:
    trunk/libsql-abstract-perl/debian/changelog
    trunk/libsql-abstract-perl/debian/control
    trunk/libsql-abstract-perl/debian/rules

Modified: trunk/libsql-abstract-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsql-abstract-perl/debian/changelog?rev=64443&op=diff
==============================================================================
--- trunk/libsql-abstract-perl/debian/changelog (original)
+++ trunk/libsql-abstract-perl/debian/changelog Sat Oct 30 22:19:19 2010
@@ -6,7 +6,9 @@
   * Added missing dependencies
   * Simplified short description
   * Refreshed copyright
-  * Added patch to pod for debuggig module
+  * Added patch to pod for modules that require it
+  * Added pod file for format-sql and rules to manify and install it
+  * Corrected spelling mistake in long description
 
  -- Nicholas Bamber <nicholas at periapt.co.uk>  Fri, 29 Oct 2010 22:20:46 +0100
 

Modified: trunk/libsql-abstract-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsql-abstract-perl/debian/control?rev=64443&op=diff
==============================================================================
--- trunk/libsql-abstract-perl/debian/control (original)
+++ trunk/libsql-abstract-perl/debian/control Sat Oct 30 22:19:19 2010
@@ -20,7 +20,7 @@
 Depends: ${perl:Depends}, ${misc:Depends}
 Breaks: libdbix-class-perl (<< 0.08122)
 Description: module to generate SQL from Perl data structures
- SQL::Abstract is a Perl module that allows developers to genreate SQL from
+ SQL::Abstract is a Perl module that allows developers to generate SQL from
  Perl data strutures, inspired by DBIx::Abstract. The intent of this module
  is to provide abstract SQL generation methods, allowing one to generate SQL
  while retaining complete control over the statement handles.

Added: trunk/libsql-abstract-perl/debian/format-sql.pod
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsql-abstract-perl/debian/format-sql.pod?rev=64443&op=file
==============================================================================
--- trunk/libsql-abstract-perl/debian/format-sql.pod (added)
+++ trunk/libsql-abstract-perl/debian/format-sql.pod Sat Oct 30 22:19:19 2010
@@ -1,0 +1,21 @@
+=head1 NAME
+
+format-sql - utility to format SQL statements
+
+=head1 SYNOPSIS
+
+format-sql [--profile|-p I<none>|I<console>|I<console_monochrome>|I<html>]
+
+format-sql --usage
+
+=head1 SUMMARY
+
+This program creates an interactive environment, where the user types
+in SQL, and the program responds with the SQL neatly formatted, revealing
+the underlying syntactical structure.
+
+=head1 OPTIONS
+
+The C<-p> or C<--profile> can select between four alternative ways of formatting
+the data, known as profiles. This defaults to I<console>.
+

Modified: trunk/libsql-abstract-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsql-abstract-perl/debian/rules?rev=64443&op=diff
==============================================================================
--- trunk/libsql-abstract-perl/debian/rules (original)
+++ trunk/libsql-abstract-perl/debian/rules Sat Oct 30 22:19:19 2010
@@ -1,4 +1,6 @@
 #!/usr/bin/make -f
+
+PACKAGE=$(shell dh_listpackages)
 
 %:
 	dh $@
@@ -7,3 +9,8 @@
 	AUTOMATED_TESTING=1 \
 	TEST_POD=1          \
 	dh_auto_test
+
+override_dh_installman:
+	pod2man debian/format-sql.pod > blib/man1/format-sql.1
+	dh_installman blib/man1/format-sql.1
+




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