r63497 - in /trunk/libapp-options-perl/debian: changelog control libapp-options-perl.manpages patches/ patches/series patches/test1_perl_path.patch prefix.1 source/ source/format

jotamjr-guest at users.alioth.debian.org jotamjr-guest at users.alioth.debian.org
Fri Oct 8 14:48:40 UTC 2010


Author: jotamjr-guest
Date: Fri Oct  8 14:47:30 2010
New Revision: 63497

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=63497
Log:
* Add manpage for bin/prefix
* Adopt Source Format 3.0

Added:
    trunk/libapp-options-perl/debian/libapp-options-perl.manpages
    trunk/libapp-options-perl/debian/patches/
    trunk/libapp-options-perl/debian/patches/series
    trunk/libapp-options-perl/debian/patches/test1_perl_path.patch
    trunk/libapp-options-perl/debian/prefix.1
    trunk/libapp-options-perl/debian/source/
    trunk/libapp-options-perl/debian/source/format
Modified:
    trunk/libapp-options-perl/debian/changelog
    trunk/libapp-options-perl/debian/control

Modified: trunk/libapp-options-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapp-options-perl/debian/changelog?rev=63497&op=diff
==============================================================================
--- trunk/libapp-options-perl/debian/changelog (original)
+++ trunk/libapp-options-perl/debian/changelog Fri Oct  8 14:47:30 2010
@@ -5,6 +5,8 @@
   * Bump Standards Version to 3.9.1
   * Adopt the format of debian/copyright described in
     http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+  * Add manpage for bin/prefix
+  * Adopt Source Format 3.0
 
  -- Jotam Jr. Trejo <jotamjr at debian.org.sv>  Fri, 10 Sep 2010 22:00:18 -0600
 

Modified: trunk/libapp-options-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapp-options-perl/debian/control?rev=63497&op=diff
==============================================================================
--- trunk/libapp-options-perl/debian/control (original)
+++ trunk/libapp-options-perl/debian/control Fri Oct  8 14:47:30 2010
@@ -1,7 +1,7 @@
 Source: libapp-options-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7.0.8)
 Build-Depends-Indep: perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jotam Jr. Trejo <jotamjr at debian.org.sv>

Added: trunk/libapp-options-perl/debian/libapp-options-perl.manpages
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapp-options-perl/debian/libapp-options-perl.manpages?rev=63497&op=file
==============================================================================
--- trunk/libapp-options-perl/debian/libapp-options-perl.manpages (added)
+++ trunk/libapp-options-perl/debian/libapp-options-perl.manpages Fri Oct  8 14:47:30 2010
@@ -1,0 +1,1 @@
+debian/prefix.1

Added: trunk/libapp-options-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapp-options-perl/debian/patches/series?rev=63497&op=file
==============================================================================
--- trunk/libapp-options-perl/debian/patches/series (added)
+++ trunk/libapp-options-perl/debian/patches/series Fri Oct  8 14:47:30 2010
@@ -1,0 +1,1 @@
+test1_perl_path.patch

Added: trunk/libapp-options-perl/debian/patches/test1_perl_path.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapp-options-perl/debian/patches/test1_perl_path.patch?rev=63497&op=file
==============================================================================
--- trunk/libapp-options-perl/debian/patches/test1_perl_path.patch (added)
+++ trunk/libapp-options-perl/debian/patches/test1_perl_path.patch Fri Oct  8 14:47:30 2010
@@ -1,0 +1,13 @@
+Description: Fix the perl binary path in debian OS
+Author: Jotam Jr. Trejo <jotamjr at debian.org.sv>
+Last-Update: 2010-10-08
+Index: libapp-options-perl/examples/test1
+===================================================================
+--- libapp-options-perl.orig/examples/test1
++++ libapp-options-perl/examples/test1
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/perl
++#!/usr/bin/perl
+ 
+ use lib "lib";
+ use lib "../lib";

Added: trunk/libapp-options-perl/debian/prefix.1
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapp-options-perl/debian/prefix.1?rev=63497&op=file
==============================================================================
--- trunk/libapp-options-perl/debian/prefix.1 (added)
+++ trunk/libapp-options-perl/debian/prefix.1 Fri Oct  8 14:47:30 2010
@@ -1,0 +1,51 @@
+.\"                                      Hey, EMACS: -*- nroff -*-
+.TH PREFIX 1 "Oct 07, 2010"
+.SH NAME
+prefix \- Script that allows you to reconfigure environment variables for
+multiple installations of a set of software installed on the same machine
+.SH SYNOPSIS
+.B prefix
+.SH DESCRIPTION
+It is assumed that the software for each installation is all under a single
+directory whose name is assigned to an environment variable called PREFIX.
+.PP
+This arrangement of enabling multiple installations of software on a single
+machine is useful at many times. On a single server, it can provide for 
+development, test, and production installations of software. Alternatively, 
+on development servers, it allows for multiple development "sandboxes", one for
+each developer. On production servers, it allows for multiple versions of the
+production software to be installed. One might be the currently running
+software, one the previous software kept online as a fall-back, and one a new
+release of software wich is scheduled to be brought online soon.
+.PP
+There are three usages of the prefix script:
+.IP
+(1) The interactive usage should be placed as the last line
+    of a user's ".profile".  The user must be running the
+    Korn shell (ksh) or the Bourne Again shell (bash).
+    The user is prompted to enter one of the known PREFIX locations,
+    specified in the $HOME/.prefixes file or the /etc/prefixes file.
+    During configuration, the $PREFIX/.prefixrc file is sourced
+    in order to accomplish environment-specific configurations.
+.IP
+(2) The non-interactive user configuration does not consult
+    $HOME/.prefixes or /etc/prefixes or prompt the user, but merely
+    configures the environment in accordance with the cmd line argument.
+.IP
+(3) The batch command usage is mainly for running commands from
+    cron or running commands in another environment without changing
+    to that environment.
+.PP
+Usage (1): . prefix                     (sets up environment)
+      (2): . prefix <prefix>            (non-interactive setup)
+      (3): prefix <prefix> <cmd> <args> (runs cmd configured for PREFIX)
+.PP
+This manual page was written for the Debian distribution because the
+original program does not have a manual page.
+.SH AUTHOR
+Prefix was written by Stephen Adkins <spadkins at gmail.com>, and is part of
+the App-Options distribution.
+.PP
+This manual page was written by Jotam Jr. Trejo
+<jotamjr at debian.org.sv>, for the Debian GNU/Linux system (but may
+be used by others).

Added: trunk/libapp-options-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapp-options-perl/debian/source/format?rev=63497&op=file
==============================================================================
--- trunk/libapp-options-perl/debian/source/format (added)
+++ trunk/libapp-options-perl/debian/source/format Fri Oct  8 14:47:30 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




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