[SCM] Debian packaging of Tie-Simple CPAN distribution branch, master, updated. upstream/1.03-2-g9715df3

Dominique Dumont dod at debian.org
Wed Sep 21 11:50:34 UTC 2011


The following commit has been merged in the master branch:
commit 9715df38e767623d707c9a04e49749efa65f5ec5
Author: Dominique Dumont <dod at debian.org>
Date:   Wed Sep 21 13:49:13 2011 +0200

    updated description. Ready for release

diff --git a/debian/changelog b/debian/changelog
index c66fa05..ab35f9c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-libtie-simple-perl (1.03-1) UNRELEASED; urgency=low
+libtie-simple-perl (1.03-1) unstable; urgency=low
 
-  * Initial Release.
+  * Initial Release. (Closes: 642244)
 
- -- Dominique Dumont <domi.dumont at free.fr>  Sun, 10 Jul 2011 11:31:50 +0200
+ -- Dominique Dumont <dod at debian.org>  Wed, 21 Sep 2011 13:45:09 +0200
diff --git a/debian/control b/debian/control
index 0f34e26..cc03d5e 100644
--- a/debian/control
+++ b/debian/control
@@ -14,14 +14,14 @@ Package: libtie-simple-perl
 Architecture: all
 Depends: ${misc:Depends},
          ${perl:Depends}
-Description: unknown
+Description: simple way to tie Perl variables
  This package provides the Perl module Tie::Simple. This module adds to
  tie function the ability to quickly create new types of tie objects
- without creating a complete class. It does so in such a way as to try and
- make the programmers life easier when it comes to single-use ties that I find
- myself wanting to use from time-to-time.
+ without creating a complete Tie::Something class. The idea is to make
+ the programmers life easier when it comes to single-use ties which are
+ sometime useful.
  .
- The Tie::Simple module is actually a front-end to other classes which really
- do all the work once tied, but this package does the dwimming to
- automatically figure out what you're trying to do.
+ Tie::Simple class is actually a front-end to other classes which
+ really do all the work once tied, but this package does the dwimming
+ to automatically figure out what you're trying to do.
 

-- 
Debian packaging of Tie-Simple CPAN distribution



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