r63505 - in /trunk/libapp-options-perl/debian: README.source changelog control copyright libapp-options-perl.manpages patches/ prefixadmin.1 rules

jotamjr-guest at users.alioth.debian.org jotamjr-guest at users.alioth.debian.org
Sat Oct 9 16:59:57 UTC 2010


Author: jotamjr-guest
Date: Sat Oct  9 16:59:00 2010
New Revision: 63505

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=63505
Log:
TODO list done, maybe after a review it would be ready for a dch -r
Note: I leave the TODO list in d/changelog for revision purposes

Added:
    trunk/libapp-options-perl/debian/prefixadmin.1
Removed:
    trunk/libapp-options-perl/debian/README.source
    trunk/libapp-options-perl/debian/patches/
Modified:
    trunk/libapp-options-perl/debian/changelog
    trunk/libapp-options-perl/debian/control
    trunk/libapp-options-perl/debian/copyright
    trunk/libapp-options-perl/debian/libapp-options-perl.manpages
    trunk/libapp-options-perl/debian/rules

Modified: trunk/libapp-options-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapp-options-perl/debian/changelog?rev=63505&op=diff
==============================================================================
--- trunk/libapp-options-perl/debian/changelog (original)
+++ trunk/libapp-options-perl/debian/changelog Sat Oct  9 16:59:00 2010
@@ -32,6 +32,7 @@
   * 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
+  * Add manpage for bin/prefixadmin
   * Adopt Source Format 3.0
   * Fix symlink path to /usr/share/common-licenses/GPL-1 in
     debian/copyright file

Modified: trunk/libapp-options-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapp-options-perl/debian/control?rev=63505&op=diff
==============================================================================
--- trunk/libapp-options-perl/debian/control (original)
+++ trunk/libapp-options-perl/debian/control Sat Oct  9 16:59:00 2010
@@ -1,7 +1,7 @@
 Source: libapp-options-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.8)
+Build-Depends: debhelper (>= 7.0.50)
 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>
@@ -13,6 +13,11 @@
 Package: libapp-options-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}
-Description: command line options, environment vars, and option file values
+Description: command-line processing system
  App::Options combines command-line arguments, environment variables, option
  files, and program defaults to produce a hash of option values.
+ .
+ Furthermore, its special treatment of the "perlinc" option facilitates the 
+ inclusion ("use") of application-specific perl modules from special places 
+ to enable the installation of multiple versions of an application on the same 
+ system (i.e. /usr/myproduct/version).

Modified: trunk/libapp-options-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapp-options-perl/debian/copyright?rev=63505&op=diff
==============================================================================
--- trunk/libapp-options-perl/debian/copyright (original)
+++ trunk/libapp-options-perl/debian/copyright Sat Oct  9 16:59:00 2010
@@ -5,7 +5,8 @@
 
 Files: *
 Copyright: 2010, Stephen Adkins <spadkins at gmail.com>
-License: Artistic or GPL-1+
+License: This is free software. It is licensed under the 
+ same terms as Perl itself.
 
 Files: debian/*
 Copyright: 2009, Christoph Berg <myon at debian.org>

Modified: 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=63505&op=diff
==============================================================================
--- trunk/libapp-options-perl/debian/libapp-options-perl.manpages (original)
+++ trunk/libapp-options-perl/debian/libapp-options-perl.manpages Sat Oct  9 16:59:00 2010
@@ -1,1 +1,2 @@
 debian/prefix.1
+debian/prefixadmin.1

Added: trunk/libapp-options-perl/debian/prefixadmin.1
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapp-options-perl/debian/prefixadmin.1?rev=63505&op=file
==============================================================================
--- trunk/libapp-options-perl/debian/prefixadmin.1 (added)
+++ trunk/libapp-options-perl/debian/prefixadmin.1 Sat Oct  9 16:59:00 2010
@@ -1,0 +1,48 @@
+.\"                                      Hey, EMACS: -*- nroff -*-
+.TH PREFIXADMIN 1 "Oct 09, 2010"
+.SH NAME
+prefixadmin \- administer prefix's to work with App::Options
+.SH SYNOPSIS
+.B prefixadmin
+[\fIOPTION\fR]
+.SH DESCRIPTION
+The prefixadmin have the following options:
+.br
+.TP
+\fB\-\-prefix\fR=\fIPATH\fR
+the directory path to be administered (generally an 'application root' directory)
+.TP
+\fB\-\-remote\fR
+run the command remotely using 'ssh' rather than locally as the logged in user
+.TP
+\fB\-\-remote_host\fR=[\fIREMOTE HOSTS\fR]
+(for \-\-remote option) wich server(s) to run the prefixadmin on. Comma delimited list. 
+(optionally user at host:/pr/ef/ix)
+.TP
+\fB\-\-remote_prefix\fR=\fIPATH\fR
+directory on remote machine to administer
+.TP
+\fB\-\-remote_user\fR=\fIUSER\fR
+the username to run the remote command
+.TP
+\fB\-\-op\fR=[\fIOPERATIONS\fR]
+list of operations to perform [fix] (check,fix)
+.TP
+\fB\-\-username=\fIUSER\fR
+the user name that a prefix should be shared as
+.TP
+\fB\-\-group\fR=\fIGROUP\fR
+the group name that a prefix should be shared as
+.TP
+\fB\-\-verbose\fR=\fILEVEL\fR
+level of detail to print
+.PP
+This manual page was written for the Debian distribution because the
+original program does not have a manual page.
+.SH AUTHOR
+Prefixadmin 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).

Modified: trunk/libapp-options-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapp-options-perl/debian/rules?rev=63505&op=diff
==============================================================================
--- trunk/libapp-options-perl/debian/rules (original)
+++ trunk/libapp-options-perl/debian/rules Sat Oct  9 16:59:00 2010
@@ -1,23 +1,12 @@
 #!/usr/bin/make -f
 
-build: build-stamp
-build-stamp:
-	dh build
-	touch $@
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
 
-clean:
+%:
 	dh $@
 
-install: install-stamp
-install-stamp: build-stamp
-	dh install
-	touch $@
-
-binary-arch:
-
-binary-indep: install
-	dh $@
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build
+override_dh_installexamples:
+	dh_installexamples
+	find $(TMP)/usr/share/doc/$(PACKAGE)/examples -type f -print0 | \
+		xargs -r0 sed -i -e '1s|^#!/usr/local/bin/perl|#!/usr/bin/perl|'




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