[SCM] Debian packaging of libsocialtext-resting-perl branch, master, updated. 7b6e3f7fd0df53398ca5789c71965ff24e199357

Florian Schlichting fschlich at zedat.fu-berlin.de
Thu Mar 8 15:06:34 UTC 2012


The following commit has been merged in the master branch:
commit bae7e3d66b4824b85eeb3d9d9cfcfc079efc3604
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Thu Mar 8 16:04:01 2012 +0100

    Added a basic manpage for the st-webhook command

diff --git a/debian/changelog b/debian/changelog
index 3b1fc65..5c3c9fa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,7 @@ libsocialtext-resting-perl (0.35-1) UNRELEASED; urgency=low
   * Added spelling-error-in-manpage.patch.
   * Bumped Standards-Version to 3.9.3 (use copyright-format 1.0).
   * Bumped debhelper compatibility to level 8 (no changes).
+  * Added a basic manpage for the st-webhook command.
 
  -- Florian Schlichting <fschlich at zedat.fu-berlin.de>  Thu, 08 Mar 2012 15:35:25 +0100
 
diff --git a/debian/patches/manpage_for_st-webhook.patch b/debian/patches/manpage_for_st-webhook.patch
new file mode 100644
index 0000000..4341881
--- /dev/null
+++ b/debian/patches/manpage_for_st-webhook.patch
@@ -0,0 +1,44 @@
+Description: a very simple POD / manpage for st-webhook
+ The Debian Policy demands that every program should be accompanied by
+ an associated manual page.
+Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
+Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=75622
+
+--- a/bin/st-webhook
++++ b/bin/st-webhook
+@@ -90,3 +90,35 @@
+     }
+     print "\n";
+ }
++
++=pod
++
++=head1 NAME
++
++st-webhook - tool to create/list/delete webhooks into the Socialtext REST services
++
++=head1 SYNOPSIS
++
++st-webhook COMMAND --class=foo --url=foo
++
++Where COMMAND is one of:
++  create    - create a new webhook
++  list      - list existing webhooks
++  delete    - delete a webhook
++
++Mandatory `create` arguments:
++  --class   - class of events to hook
++  --url     - URL the hook should GET when it fires
++
++Mandatory `delete` arguments:
++  --id      - Webhook ID to delete
++
++Optional Webhook filter arguments:
++  --account-id=foo
++  --workspace-id=foo
++
++=head1 AUTHORS
++
++This POD was created for the Debian package of Socialtext-Resting
++from the help output of st-webhook by
++Florian Schlichting <fschlich at zedat.fu-berlin.de>.
diff --git a/debian/patches/series b/debian/patches/series
index f7c4b35..e8dcd22 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 spelling-error-in-manpage.patch
+manpage_for_st-webhook.patch

-- 
Debian packaging of libsocialtext-resting-perl



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