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 82974496b843682968bbed88b827e765d7989f25 Author: Jonas Smedegaard <[email protected]> Date: Tue Oct 14 13:54:53 2014 +0200 Prepare for release: Update changelog and control file. --- debian/changelog | 6 ++++++ debian/control | 14 +++++++++----- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index c8dbbc8..798c2a2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libpackage-variant-perl (1.002002-3) unstable; urgency=medium + + * Really update long description. + + -- Jonas Smedegaard <[email protected]> Tue, 14 Oct 2014 13:54:23 +0200 + libpackage-variant-perl (1.002002-2) unstable; urgency=medium [ upstream ] diff --git a/debian/control b/debian/control index e63f629..81a634f 100644 --- a/debian/control +++ b/debian/control @@ -26,9 +26,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 _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
