[SCM] Debian native package for Config::Model::Dpkg branch, master, updated. debian/2.026-3-g3341755

Dominique Dumont dod at debian.org
Sun Oct 7 12:53:29 UTC 2012


The following commit has been merged in the master branch:
commit 3341755b34627c6bf1115362b7a6f56ac1a0fba6
Author: Dominique Dumont <dod at debian.org>
Date:   Sun Oct 7 14:34:37 2012 +0200

    added instructions to release pkg to CPAN

diff --git a/HOWTO.release b/HOWTO.release
new file mode 100644
index 0000000..d93fb47
--- /dev/null
+++ b/HOWTO.release
@@ -0,0 +1,21 @@
+# How to release libconfig-model-dpkg-perl (once you're satisfied by your
+# modifications) :
+
+# update the version number in lib/Config/Model/Dpkg.pm:
+perl -pi -e 's/([\.\d]+)/$1+0.001/e if /^our/' lib/Config/Model/Dpkg.pm
+
+# release the debian package as usual:
+dch -i
+dch -r
+git commit debian/changelog
+git-buildpackage
+
+# generate the model doc for CPAN:
+cme gen-class-pod
+
+# create package:
+perl Build.PL
+./Build manifest
+
+./Build dist
+cpan-upload Config-Model*
\ No newline at end of file

-- 
Debian native package for Config::Model::Dpkg



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