[libpackage-variant-perl] 04/05: Update long description, to reflect upstream change.

Jonas Smedegaard dr at jones.dk
Tue Oct 14 10:16:00 UTC 2014


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

js pushed a commit to branch master
in repository libpackage-variant-perl.

commit c87a2d3a90ddf837f423c87f72e18906a5a0e891
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Tue Oct 14 12:07:35 2014 +0200

    Update long description, to reflect upstream change.
---
 debian/control.in | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/debian/control.in b/debian/control.in
index 6f33430..31935b9 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -17,9 +17,13 @@ Depends: ${cdbs:Depends},
 Recommends: ${cdbs:Recommends}
 Suggests: ${cdbs:Suggests}
 Description: parameterizable packages
- Package::Variant allows you to build packages that return different
- variations depending on what parameters are given.
+ Package::Variant allows you to build a variable package that contains a
+ package template and can use it to build variant packages at runtime.
  .
- Users of your package will receive a subroutine able to take parameters
- and return the name of a suitable variant package. The implmentation
- does not care about what kind of package it builds.
+ Your variable package will export a subroutine which will build a
+ variant package, combining its arguments with the template, and return
+ the name of the new variant package.
+ .
+ The implementation does not care about what kind of packages it builds,
+ be they simple function exporters, classes, singletons or something
+ entirely different.

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



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