[SCM] Debian native package for Config::Model::Dpkg branch, master, updated. 2e47bb04483ba458f2b1fbf48b5f36ffcf5a54fc

Dominique Dumont dod at debian.org
Sun Sep 30 13:45:32 UTC 2012


The following commit has been merged in the master branch:
commit 84cd23ced9af798b587f65baadd3dec203e674ba
Author: Dominique Dumont <dod at debian.org>
Date:   Sun Sep 30 15:45:00 2012 +0200

    remorked control for deps and description

diff --git a/debian/control b/debian/control
index 3ec7316..cc1cfa1 100644
--- a/debian/control
+++ b/debian/control
@@ -3,33 +3,64 @@ Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Dominique Dumont <dod at debian.org>
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 8),
+Build-Depends: debhelper (>= 9),
                perl (>= 5.13.11) | libmodule-build-perl (>= 0.380000)
-Build-Depends-Indep: perl,
+Build-Depends-Indep: libany-moose-perl,
+                     libanyevent-http-perl,
+                     libanyevent-perl,
+                     libapt-pkg-perl,
                      libconfig-model-perl (>= 2.026),
+                     libfile-slurp-perl,
                      liblog-log4perl-perl,
+                     libmouse-perl,
+                     libsoftware-license-perl ( >= 0.103002-3),
+                     libtest-differences-perl,
+                     libtest-exception-perl,
+                     libtest-file-contents-perl,
+                     libtest-memory-cycle-perl,
                      libtest-pod-perl,
-                     libfile-slurp-perl
+                     libtest-warn-perl,
+                     libtext-autoformat-perl,
+                     libyaml-perl,
+                     po-debconf,
+                     libparse-recdescent-perl
 Standards-Version: 3.9.3
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libconfig-model-dpkg-perl.git
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libconfig-model-dpkg-perl.git
 
 Package: libconfig-model-dpkg-perl
 Architecture: all
-Depends: ${perl:Depends},
-         ${misc:Depends},
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libany-moose-perl,
+         libanyevent-http-perl,
+         libanyevent-perl,
+         libapt-pkg-perl,
          libconfig-model-perl (>= 2.026),
-         liblog-log4perl-perl
-Recommends: libconfig-model-tkui-perl
-Description: Dpkg proxy server configuration editor
- Config::Model::Dpkg and config-edit -application dpkg provide a
- configuration model and a configuration editor for /etc/dpkg/dpkg.conf.
+         libfile-homedir-perl,
+         liblog-log4perl-perl,
+         libmouse-perl,
+         libparse-recdescent-perl,
+         libsoftware-license-perl (>= 0.103002-3),
+         libtext-autoformat-perl,
+         libtext-diff-perl,
+         libyaml-perl,
+         lintian
+Recommends: libconfig-model-tkui-perl,
+            libmodule-corelist-perl (>= 2.54) | perl (>= 5.15.1)
+Enhances: devscripts
+Description: editor for Dpkg source files with validation
+ The command 'cme edit dpkg' provide a graphical editor for most files
+ of a package source.
  .
- When the following dependencies are installed, you will get extra
- functionalities:
+ The command 'cme chek dpkg' provide a command line that will check the
+ package file, a bit like lintian. But this command must be run in the
+ source package directoty and can be run before building the package.
  .
-    * A graphical Dpkg configuration editor and a graphical
-      configuration wizard with libconfig-model-tkui-perl
-    * A curses Dpkg configuration editor with
-      libconfig-model-cursesui-perl
+ Likewise, the command 'cme fix dpkg' will fix most of the warnings
+ found by the command above.
+ .
+ You can also run cme with a more restricted scope with:
+  * cme edit|check|fix dpkg-control
+  * cme edit|check|fix dpkg-copyright
 

-- 
Debian native package for Config::Model::Dpkg



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