r76339 - in /trunk/libconfig-model-perl/debian: changelog control copyright patches/series patches/spelling

ddumont-guest at users.alioth.debian.org ddumont-guest at users.alioth.debian.org
Thu Jun 23 12:19:30 UTC 2011


Author: ddumont-guest
Date: Thu Jun 23 12:19:21 2011
New Revision: 76339

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=76339
Log:
lintian clean, cowbuilder clean. Ready for review.

* New upstream release:
  * Application changes:
     * models Debian::Dpkg::Copyright::License:
        Allow any license exception keyword (closes: #627874)
     + New model for lcdproc:
        The model for lcdproc (LCDd) is generated from the template
        LCDd.conf file provided by lcdproc project. This model can be
        generated by running Dist::Zilla (when working from Mercurial) or
        by running Build.PL (when working from Config::Model Perl
        distribution).
  * Framework changes:
      * IniFile backend: Do not write twice leaf comments. When check is
        set to 'no', discard data that belongs to unavailable elements
* debian/control:
  + mention lcdproc in description.
  + Added "Enhances: lcdproc"
+ debian/patches: added spelling patch to fix generated lcdproc doc
+ debian/copyright: updated with lcdproc files. Updated my e-mail.

Added:
    trunk/libconfig-model-perl/debian/patches/spelling
Modified:
    trunk/libconfig-model-perl/debian/changelog
    trunk/libconfig-model-perl/debian/control
    trunk/libconfig-model-perl/debian/copyright
    trunk/libconfig-model-perl/debian/patches/series

Modified: trunk/libconfig-model-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-model-perl/debian/changelog?rev=76339&op=diff
==============================================================================
--- trunk/libconfig-model-perl/debian/changelog (original)
+++ trunk/libconfig-model-perl/debian/changelog Thu Jun 23 12:19:21 2011
@@ -1,9 +1,25 @@
-libconfig-model-perl (1.246-1) UNRELEASED; urgency=low
-
-  * New upstream release
-  * New upstream release
-
- -- Dominique Dumont <domi.dumont at free.fr>  Tue, 21 Jun 2011 14:23:36 +0200
+libconfig-model-perl (1.246-1) unstable; urgency=low
+
+  * New upstream release:
+    * Application changes:
+       * models Debian::Dpkg::Copyright::License:
+          Allow any license exception keyword (closes: #627874)
+       + New model for lcdproc:
+          The model for lcdproc (LCDd) is generated from the template
+          LCDd.conf file provided by lcdproc project. This model can be
+          generated by running Dist::Zilla (when working from Mercurial) or
+          by running Build.PL (when working from Config::Model Perl
+          distribution).
+    * Framework changes:
+        * IniFile backend: Do not write twice leaf comments. When check is
+          set to 'no', discard data that belongs to unavailable elements
+  * debian/control:
+    + mention lcdproc in description.
+    + Added "Enhances: lcdproc"
+  + debian/patches: added spelling patch to fix generated lcdproc doc
+  + debian/copyright: updated with lcdproc files. Updated my e-mail.
+
+ -- Dominique Dumont <domi.dumont at free.fr>  Thu, 23 Jun 2011 14:15:23 +0200
 
 libconfig-model-perl (1.244-1) unstable; urgency=low
 

Modified: trunk/libconfig-model-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-model-perl/debian/control?rev=76339&op=diff
==============================================================================
--- trunk/libconfig-model-perl/debian/control (original)
+++ trunk/libconfig-model-perl/debian/control Thu Jun 23 12:19:21 2011
@@ -62,6 +62,7 @@
             fuse-utils
 Suggests: libterm-readline-perl-perl | libterm-readline-gnu-perl,
           libconfig-model-tkui-perl
+Enhances: lcdproc
 Description: module for describing and editing configuration data
  Config::Model is a Perl framework that enables project developers to provide
  an interactive configuration system for their software. It supports various
@@ -79,9 +80,10 @@
  that can be triggered during package upgrades.
  .
  Config::Model provides configuration model and editor for:
-  - popularity-contest
-  - fstab
+  - popularity-contest 
+  - fstab (/etc/fstab)
   - dpkg (with control and copyright aka DEP-5)
+  - lcdproc (/etc/LCDd.conf)
  .
  Config::Model provides several user interfaces:
   - shell-like interface

Modified: trunk/libconfig-model-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-model-perl/debian/copyright?rev=76339&op=diff
==============================================================================
--- trunk/libconfig-model-perl/debian/copyright (original)
+++ trunk/libconfig-model-perl/debian/copyright Thu Jun 23 12:19:21 2011
@@ -11,11 +11,31 @@
 
 Files: debian/*
 Copyright: 2010-2011, Jonathan Yu <jawnsy at cpan.org>
-           2008-2010, Dominique Dumont <dominique.dumont at hp.com>
+           2008-2011, Dominique Dumont <domi.dumont at free.fr>
            2010, Salvatore Bonaccorso <carnil at debian.org>
            2009, gregor herrmann <gregoa at debian.org>
 License: LGPL-2.1+
 
+
+Files: examples/lcdproc/LCDd.conf
+Copyright: 1999-2011 William Ferrell and others
+License: GPL-2
+
+
+Files: lib/Config/Model/models/LCDd*
+Copyright: 1999-2011 William Ferrell and others
+           2011 Dominique Dumont <domi.dumont at free.fr>
+License: GPL-2
+
+
+License: GPL-2
+ This program is free software; you can redistribute it and/or modify it
+ under the terms of the GNU Public License as published by the
+ Free Software Foundation; either version 2 of the License, or (at
+ your option) any later version.
+ .
+ On Debian systems, the complete text of version 2 of the GNU Lesser
+ Public License can be found in `/usr/share/common-licenses/GPL-2'.
 
 License: LGPL-2.1+
  This program is free software; you can redistribute it and/or modify it

Modified: trunk/libconfig-model-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-model-perl/debian/patches/series?rev=76339&op=diff
==============================================================================
--- trunk/libconfig-model-perl/debian/patches/series (original)
+++ trunk/libconfig-model-perl/debian/patches/series Thu Jun 23 12:19:21 2011
@@ -1,1 +1,2 @@
+spelling
 add_dh_config

Added: trunk/libconfig-model-perl/debian/patches/spelling
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-model-perl/debian/patches/spelling?rev=76339&op=file
==============================================================================
--- trunk/libconfig-model-perl/debian/patches/spelling (added)
+++ trunk/libconfig-model-perl/debian/patches/spelling Thu Jun 23 12:19:21 2011
@@ -1,0 +1,33 @@
+--- a/lib/Config/Model/models/LCDd/CwLnx.pod
++++ b/lib/Config/Model/models/LCDd/CwLnx.pod
+@@ -54,7 +54,7 @@
+ KeyMap_D=Right
+ KeyMap_E=Enter
+ KeyMap_F=Escape
+-keypad_test_mode permits to test keypad assignement
++keypad_test_mode permits one to test keypad assignement
+ Default value is no. I<< Optional. Type uniline. default: 'yes'.  >>
+ 
+ =head1 SEE ALSO
+--- a/lib/Config/Model/models/LCDd/IOWarrior.pod
++++ b/lib/Config/Model/models/LCDd/IOWarrior.pod
+@@ -23,7 +23,7 @@
+ 
+ =head2 ExtendedMode
+ 
+-If you have an HD66712, a KS0073 or an other 'almost HD44780-compatible',
++If you have an HD66712, a KS0073 or another 'almost HD44780-compatible',
+ set this flag to get into extended mode (4-line linear).I<< Optional. Type uniline. default: 'yes'.  >>
+ 
+ =head2 Lastline
+--- a/lib/Config/Model/models/LCDd/hd44780.pod
++++ b/lib/Config/Model/models/LCDd/hd44780.pod
+@@ -71,7 +71,7 @@
+ 
+ =head2 ExtendedMode
+ 
+-If you have an HD66712, a KS0073 or an other 'almost HD44780-compatible',
++If you have an HD66712, a KS0073 or another 'almost HD44780-compatible',
+ set this flag to get into extended mode (4-line linear).I<< Optional. Type uniline. default: 'yes'.  >>
+ 
+ =head2 LineAddress




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