r41294 - in /trunk/libfcgi-procmanager-perl: META.yml ProcManager.pm debian/changelog debian/control debian/copyright debian/rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Tue Aug 4 01:50:57 UTC 2009


Author: jawnsy-guest
Date: Tue Aug  4 01:50:50 2009
New Revision: 41294

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=41294
Log:
* New upstream release
  + Changes process title on startup
* Add myself to uploaders and copyright
* Update to debhelper 7 short rules
* Update copyright information, use machine readable copyright
* Rewrite the description

Modified:
    trunk/libfcgi-procmanager-perl/META.yml
    trunk/libfcgi-procmanager-perl/ProcManager.pm
    trunk/libfcgi-procmanager-perl/debian/changelog
    trunk/libfcgi-procmanager-perl/debian/control
    trunk/libfcgi-procmanager-perl/debian/copyright
    trunk/libfcgi-procmanager-perl/debian/rules

Modified: trunk/libfcgi-procmanager-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfcgi-procmanager-perl/META.yml?rev=41294&op=diff
==============================================================================
--- trunk/libfcgi-procmanager-perl/META.yml (original)
+++ trunk/libfcgi-procmanager-perl/META.yml Tue Aug  4 01:50:50 2009
@@ -1,10 +1,21 @@
-# http://module-build.sourceforge.net/META-spec.html
-#XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
-name:         FCGI-ProcManager
-version:      0.18
-version_from: ProcManager.pm
-installdirs:  site
-requires:
-
-distribution_type: module
-generated_by: ExtUtils::MakeMaker version 6.30
+--- #YAML:1.0
+name:               FCGI-ProcManager
+version:            0.19
+abstract:           A perl-based FastCGI process manager
+author:
+    - James E Jurach (muaddib at erf.net)
+license:            unknown
+distribution_type:  module
+configure_requires:
+    ExtUtils::MakeMaker:  0
+build_requires:
+    ExtUtils::MakeMaker:  0
+requires:  {}
+no_index:
+    directory:
+        - t
+        - inc
+generated_by:       ExtUtils::MakeMaker version 6.50
+meta-spec:
+    url:      http://module-build.sourceforge.net/META-spec-v1.4.html
+    version:  1.4

Modified: trunk/libfcgi-procmanager-perl/ProcManager.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfcgi-procmanager-perl/ProcManager.pm?rev=41294&op=diff
==============================================================================
--- trunk/libfcgi-procmanager-perl/ProcManager.pm (original)
+++ trunk/libfcgi-procmanager-perl/ProcManager.pm Tue Aug  4 01:50:50 2009
@@ -13,7 +13,7 @@
 
 use vars qw($VERSION @ISA @EXPORT_OK %EXPORT_TAGS $Q $SIG_CODEREF);
 BEGIN {
-  $VERSION = '0.18'; 
+  $VERSION = '0.19'; 
   @ISA = qw(Exporter);
   @EXPORT_OK = qw(pm_manage pm_die pm_wait
 		  pm_write_pid_file pm_remove_pid_file
@@ -139,6 +139,7 @@
  role         => manager
  start_delay  => 0
  die_timeout  => 60
+ pm_title => 'perl-fcgi-pm'
 
 =cut
 
@@ -150,6 +151,7 @@
 	      role => "manager",
 	      start_delay => 0,
 	      die_timeout => 60,
+        pm_title => 'perl-fcgi-pm',
 	      %$init
 	     };
   bless $this, ref($proto)||$proto;
@@ -276,7 +278,7 @@
   }
 
   # change the name of this process as it appears in ps(1) output.
-  $this->pm_change_process_name("perl-fcgi-pm");
+  $this->pm_change_process_name($this->pm_parameter('pm_title'));
 
   $this->pm_write_pid_file();
 }

Modified: trunk/libfcgi-procmanager-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfcgi-procmanager-perl/debian/changelog?rev=41294&op=diff
==============================================================================
--- trunk/libfcgi-procmanager-perl/debian/changelog (original)
+++ trunk/libfcgi-procmanager-perl/debian/changelog Tue Aug  4 01:50:50 2009
@@ -1,4 +1,12 @@
-libfcgi-procmanager-perl (0.18-3) UNRELEASED; urgency=low
+libfcgi-procmanager-perl (0.19-1) UNRELEASED; urgency=low
+
+  [ Jonathan Yu ]
+  * New upstream release
+    + Changes process title on startup
+  * Add myself to uploaders and copyright
+  * Update to debhelper 7 short rules
+  * Update copyright information, use machine readable copyright
+  * Rewrite the description
 
   [ gregor herrmann ]
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
@@ -7,7 +15,7 @@
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 
- -- gregor herrmann <gregoa at debian.org>  Sun, 16 Nov 2008 20:42:37 +0100
+ -- Jonathan Yu <frequency at cpan.org>  Mon, 03 Aug 2009 17:35:25 -0400
 
 libfcgi-procmanager-perl (0.18-2) unstable; urgency=low
 

Modified: trunk/libfcgi-procmanager-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfcgi-procmanager-perl/debian/control?rev=41294&op=diff
==============================================================================
--- trunk/libfcgi-procmanager-perl/debian/control (original)
+++ trunk/libfcgi-procmanager-perl/debian/control Tue Aug  4 01:50:50 2009
@@ -1,12 +1,12 @@
 Source: libfcgi-procmanager-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5)
+Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl (>= 5.8.0-7)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
- gregor herrmann <gregor+debian at comodo.priv.at>
-Standards-Version: 3.7.3
+ gregor herrmann <gregoa at debian.org>, Jonathan Yu <frequency at cpan.org>
+Standards-Version: 3.8.2
 Homepage: http://search.cpan.org/dist/FCGI-ProcManager/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libfcgi-procmanager-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libfcgi-procmanager-perl/
@@ -14,13 +14,8 @@
 Package: libfcgi-procmanager-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}
-Description: Functions for managing FastCGI applications
- FCGI::ProcManager is used to serve as a FastCGI process manager.  By
- re-implementing it in perl, developers can more finely tune performance in
- their web applications, and can take advantage of copy-on-write semantics
- prevalent in UNIX kernel process management.  The process manager should
- be invoked before the caller''s request loop
- .
- The primary routine, pm_manage, enters a loop in which it maintains a
- number of FastCGI servers (via fork(2)), and which reaps those servers
- when they die (via wait(2)).
+Description: Perl module to help manage FastCGI applications
+ FCGI::ProcManager serves as a FastCGI process manager, allowing developers to
+ more finely tune performance in their web applications and take advantage of
+ copy-on-write semantics prevalent in the UNIX kernel process system. It can
+ manage a number of FastCGI servers and handles signals on their behalf.

Modified: trunk/libfcgi-procmanager-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfcgi-procmanager-perl/debian/copyright?rev=41294&op=diff
==============================================================================
--- trunk/libfcgi-procmanager-perl/debian/copyright (original)
+++ trunk/libfcgi-procmanager-perl/debian/copyright Tue Aug  4 01:50:50 2009
@@ -1,27 +1,36 @@
-This is the debian package for the FCGI-ProcManager module.
-It was created by Krzysztof Krzyzaniak (eloy) <eloy at debian.org> using dh-make-perl.
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Gareth Kirwan <gbjk at thermeoneurope.com>
+Upstream-Source: http://search.cpan.org/dist/FCGI-ProcManager/
+Upstream-Name: FCGI-ProcManager
 
-It was downloaded from:
-http://search.cpan.org/dist/FCGI-ProcManager/
+Files: *
+Copyright: 2000, FundsXpress Financial Network, Inc.
+License: LGPL-2.1+
 
-Maintainer
-----------
-Gareth Kirwan <gbjk at thermeon.com>
+Files: debian/*
+Copyright: 2009, Jonathan Yu <frequency at cpan.org>
+License: Artistic | GPL-1+ | LGPL-2.1+
 
-Author
-------
-James Jurach <muaddib at erf.net>
+License: Artistic
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the Artistic License, which comes with Perl.
+    On Debian GNU/Linux systems, the complete text of the Artistic License
+    can be found in `/usr/share/common-licenses/Artistic'
 
-Copyright
----------
-Copyright (c) 2000, FundsXpress Financial Network, Inc.
+License: GPL-1+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 1, or (at your option)
+    any later version.
+    On Debian GNU/Linux systems, the complete text of the GNU General
+    Public License can be found in `/usr/share/common-licenses/GPL'
 
-License
--------
-This library is free software; you can redistribute it and/or modify it
-under the terms of the GNU Lesser General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
-                
-On Debian systems, the complete text of the GNU Lesser General Public
-License can be found in /usr/share/common-licenses/LGPL file.
+License: LGPL-2.1+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Library General Public License as
+    published by the Free Software Foundation; either version 1, or (at
+    your option) any later version.
+    On Debian GNU/Linux systems, the complete text of the GNU Library
+    General Public License can be found in `/usr/share/common-licenses/LGPL-2'
+

Modified: trunk/libfcgi-procmanager-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfcgi-procmanager-perl/debian/rules?rev=41294&op=diff
==============================================================================
--- trunk/libfcgi-procmanager-perl/debian/rules (original)
+++ trunk/libfcgi-procmanager-perl/debian/rules Tue Aug  4 01:50:50 2009
@@ -1,64 +1,4 @@
 #!/usr/bin/make -f
-# This debian/rules file is provided as a template for normal perl
-# packages. It was created by Marc Brockschmidt <marc at dch-faq.de> for
-# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
-# be used freely wherever it is useful.
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-# If set to a true value then MakeMaker's prompt function will
-# always return the default without waiting for user input.
-export PERL_MM_USE_DEFAULT=1
-
-PACKAGE=$(shell dh_listpackages)
-
-ifndef PERL
-PERL = /usr/bin/perl
-endif
-
-TMP     =$(CURDIR)/debian/$(PACKAGE)
-
-build: build-stamp
-build-stamp:
-	dh_testdir
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE)
-	$(MAKE) test
-	touch build-stamp
-
-clean:
-	dh_testdir
-	dh_testroot
-	dh_clean build-stamp install-stamp
-	[ ! -f Makefile ] || $(MAKE) realclean
-
-install: install-stamp
-install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/lib/perl5
-	touch install-stamp
-
-binary-arch:
-# We have nothing to do by default.
-
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs README
-	dh_installchangelogs ChangeLog
-	dh_perl
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-source diff:                                                                  
-	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary
+%:
+	dh $@




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