[libsql-abstract-perl] 03/06: script/format-sql is gone. Drop our manpage and the d/rules fragments.

gregor herrmann gregoa at debian.org
Sat Jun 7 12:49:38 UTC 2014


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libsql-abstract-perl.

commit bd9df2d1b660d46c7f90546b23bb3bf06ccf3c0e
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Jun 7 14:40:31 2014 +0200

    script/format-sql is gone. Drop our manpage and the d/rules fragments.
---
 debian/format-sql.pod | 21 ---------------------
 debian/rules          |  5 -----
 2 files changed, 26 deletions(-)

diff --git a/debian/format-sql.pod b/debian/format-sql.pod
deleted file mode 100644
index 317d4cf..0000000
--- a/debian/format-sql.pod
+++ /dev/null
@@ -1,21 +0,0 @@
-=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>.
-
diff --git a/debian/rules b/debian/rules
index 4c14b81..90d659c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,11 +10,6 @@ override_dh_auto_test:
 	AUTOMATED_TESTING=1 \
 	dh_auto_test
 
-# See https://rt.cpan.org/Public/Bug/Display.html?id=62587
-override_dh_installman:
-	pod2man debian/format-sql.pod > blib/man1/format-sql.1
-	dh_installman blib/man1/format-sql.1
-
 override_dh_installexamples:
 	dh_installexamples
 	sed -i '1s|^#!/sur/bin/env perl|#!/usr/bin/perl|' $(TMP)/usr/share/doc/$(PACKAGE)/examples/*

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libsql-abstract-perl.git



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