[SCM] Debian native package for Config::Model::Dpkg branch, master, updated. debian/2.033-16-g8e18722

Dominique Dumont dod at debian.org
Sun Mar 24 18:35:24 UTC 2013


The following commit has been merged in the master branch:
commit dac919df34bbd3bd79a80a5f117c5a0d882b1801
Author: Dominique Dumont <dod at debian.org>
Date:   Sun Mar 24 19:20:54 2013 +0100

    updated for build instruction (file is not distributed)

diff --git a/README.build-from-git b/README.build-from-git
index 08a0a3e..3f04bd3 100644
--- a/README.build-from-git
+++ b/README.build-from-git
@@ -1,29 +1,12 @@
-Config::Model from git is built with Dist::Zilla.
+# How to build and test libconfig-model-dpkg-perl 
 
-You must make sure that the following modules are installed:
-Dist::Zilla::Plugin::MetaResources
-Dist::Zilla::Plugin::ModuleBuild::Custom
-Dist::Zilla::Plugin::PodSpellingTests
-Dist::Zilla::Plugin::PodVersion
-Dist::Zilla::Plugin::Prepender
-Dist::Zilla::Plugin::Prereqs
-Dist::Zilla::Plugin::Run::BeforeBuild
-Dist::Zilla::PluginBundle::Filter
+# Note: please see HOWTO.release to release a new version to Debian
 
-On debian or ubuntu, do:
+# create package:
+perl Build.PL
+./Build manifest
 
-sudo aptitude install \
-     libdist-zilla-plugin-prepender-perl \
-     libdist-zilla-plugin-run-perl \
-     libdist-zilla-plugins-cjm-perl \
-     libdist-zilla-perl \
-     libdist-zilla-plugin-podspellingtests-perl
-
-Then run:
-
-dzil build 
-
-or 
-
-dzil test
+./Build test
 
+# optionaly, clean up the git repo
+git clean -df

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



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