[libfcgi-procmanager-perl] 03/05: Add repository metadata.

Florian Schlichting fsfs at moszumanska.debian.org
Mon Sep 18 21:29:23 UTC 2017


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

fsfs pushed a commit to annotated tag 0.23
in repository libfcgi-procmanager-perl.

commit 73e3ae9dba1a5ccdf14e72f809c1277b9679a380
Author: Tomas Doran <bobtfish at bobtfish.net>
Date:   Tue Sep 27 14:45:40 2011 +0100

    Add repository metadata.
---
 ChangeLog   | 3 ++-
 Makefile.PL | 7 ++++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index cfd5438..99d1f51 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,7 +3,8 @@
     * Fix pm_wait to correctly detect child processes which have died.
     * Fix to return SIGCHLD handler to it's default state in the
       pm_manage loop so that loading code which sets SIGCHLD to ignore
-      won't interfear with normal operation.
+      won't interfere with normal operation.
+    * Add repository metadata.
 
 0.22 2011-08-04 Tomas Doran  <bobtfish at bobtfish.net>
     * Ship a version of FCGI::ProcManager::Constrainted which actually
diff --git a/Makefile.PL b/Makefile.PL
index fb51682..8575b30 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -18,5 +18,10 @@ WriteMakefile
    ($] >= 5.005 ?
     (ABSTRACT   => 'A perl-based FastCGI process manager',
      AUTHOR     => 'James E Jurach (muaddib at erf.net)') : ()),
-   dist         => { COMPRESS => 'gzip', SUFFIX => 'gz' }
+   dist         => { COMPRESS => 'gzip', SUFFIX => 'gz' },
+    META_MERGE => {
+        resources => {
+            repository  =>      'git://git.shadowcat.co.uk/catagits/FCGI-ProcManager',
+        },
+    },
   );

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



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