[libperl-apireference-perl] 02/05: Add debian/README.source to document how to add new perlapi versions.

gregor herrmann gregoa at debian.org
Wed Jul 1 19:16:20 UTC 2015


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

gregoa pushed a commit to branch master
in repository libperl-apireference-perl.

commit 7513a5e4e66807ad639d2a657bd3a97418d9aec0
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Jul 1 21:02:42 2015 +0200

    Add debian/README.source to document how to add new perlapi versions.
---
 debian/README.source | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..bacfe30
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,20 @@
+Adding new perlapi versions
+===========================
+
+* create perlapi.pod in perl source tree:
+	  perl autodoc.pl
+  this creates pod/perlapi.pod;
+  or grab it from perl-doc:
+	  /usr/share/perl/5.x.y/pod/perlapi.pod
+
+* copy perlapi.pod to libperl-apireference-perl's data/ directory,
+  rename it to perlapi.5.x.y.pod and xz compress it
+
+* echo data/perlapi.5.x.y.pod.xz >> debian/source/include-binaries
+
+* echo lib/Perl/APIReference/V5_xxx_yyy.pm >> debian/clean
+
+* create a patch to make the version(s) known to
+  lib/Perl/APIReference.pm
+
+# And probably this could be (semi)automated ...

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



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