r37255 - in /trunk/libmoosex-yaml-perl/debian: changelog control

franck-guest at users.alioth.debian.org franck-guest at users.alioth.debian.org
Mon Jun 1 21:00:17 UTC 2009


Author: franck-guest
Date: Mon Jun  1 21:00:09 2009
New Revision: 37255

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=37255
Log:
add libyaml-perl and libyaml-syck-perl to deps, remove boilerplate

Modified:
    trunk/libmoosex-yaml-perl/debian/changelog
    trunk/libmoosex-yaml-perl/debian/control

Modified: trunk/libmoosex-yaml-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-yaml-perl/debian/changelog?rev=37255&op=diff
==============================================================================
--- trunk/libmoosex-yaml-perl/debian/changelog (original)
+++ trunk/libmoosex-yaml-perl/debian/changelog Mon Jun  1 21:00:09 2009
@@ -3,16 +3,6 @@
   NOTE:
   needs libyaml-libyaml-perl and libmoosex-blessed-reconstruct-perl (both in
   NEW)
-  
-  TODO:
-  - debian/control:
-    + libtest-use-ok-perl probably not needed in Depends
-    + remove dh-make-perl boilerplate from long description
-    + please check which of libyaml-libyaml-perl, libyaml-perl,
-      libyaml-syck-perl should go into Build-Depends-Indep and
-      Depends/Recommends, it seems the module wants to use several in the tests
-      and can probably use several at runtime
-    
 
   * Initial Release (Closes: #531402).
 

Modified: trunk/libmoosex-yaml-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-yaml-perl/debian/control?rev=37255&op=diff
==============================================================================
--- trunk/libmoosex-yaml-perl/debian/control (original)
+++ trunk/libmoosex-yaml-perl/debian/control Mon Jun  1 21:00:09 2009
@@ -4,7 +4,8 @@
 Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: libnamespace-clean-perl,
   libsub-exporter-perl (>= 0.981), libtest-use-ok-perl, libyaml-libyaml-perl,
-  libmoosex-blessed-reconstruct-perl (>= 0.02), perl (>= 5.6.0-12)
+  libmoosex-blessed-reconstruct-perl (>= 0.02), perl (>= 5.6.0-12),
+  libyaml-perl, libyaml-syck-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: franck cuny <franck at lumberjaph.net>
 Standards-Version: 3.8.1
@@ -15,17 +16,13 @@
 Package: libmoosex-yaml-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}, libnamespace-clean-perl,
-  libsub-exporter-perl (>= 0.981), libtest-use-ok-perl, libyaml-libyaml-perl,
-  libmoosex-blessed-reconstruct-perl (>= 0.02)
-Description: DWIM loading of Moose objects from YAML
+  libsub-exporter-perl (>= 0.981), libyaml-libyaml-perl,
+  libmoosex-blessed-reconstruct-perl (>= 0.02), libyaml-perl, 
+  libyaml-syck-perl
+Description: module to load Moose objects from YAML
  MooseX::YAML provides DWIM loading of Moose based objects from YAML
  documents.
  .
  Any hashes blessed into a Moose class will be replaced with a properly
  constructed instance (respecting init args, BUILDALL, and the meta instance
  type).
- .
- This is similar to YAML::Active in that certain nodes in the loaded YAML
- documented are treated specially.
- .
- This description was automagically extracted from the module by dh-make-perl.




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