[libconfig-model-dpkg-perl] 02/11: Added editor/checker for patch set with 'cme edit|check dpkg-patches'
dod at debian.org
dod at debian.org
Mon May 5 19:27:35 UTC 2014
This is an automated email from the git hooks/post-receive script.
dod pushed a commit to branch master
in repository libconfig-model-dpkg-perl.
commit bcc06fbf58ab9562febef316d8c1d97a9f3cfa97
Author: Dominique Dumont <dod at debian.org>
Date: Sat May 3 19:28:38 2014 +0200
Added editor/checker for patch set with 'cme edit|check dpkg-patches'
---
lib/Config/Model/application.d/dpkg-patches | 1 +
lib/Config/Model/models/Dpkg/Patches.pl | 37 +++++++++++++++++++++++++++++
2 files changed, 38 insertions(+)
diff --git a/lib/Config/Model/application.d/dpkg-patches b/lib/Config/Model/application.d/dpkg-patches
new file mode 100644
index 0000000..6fb8269
--- /dev/null
+++ b/lib/Config/Model/application.d/dpkg-patches
@@ -0,0 +1 @@
+model = Dpkg::Patches
diff --git a/lib/Config/Model/models/Dpkg/Patches.pl b/lib/Config/Model/models/Dpkg/Patches.pl
new file mode 100644
index 0000000..5176ff8
--- /dev/null
+++ b/lib/Config/Model/models/Dpkg/Patches.pl
@@ -0,0 +1,37 @@
+[
+ {
+ 'author' => [
+ 'Dominique Dumont'
+ ],
+ 'class_description' => 'Model of Debian package patch files of type quilt (3.0). I.e. patch files located in debian/patches',
+ 'copyright' => [
+ '2010,2011 Dominique Dumont'
+ ],
+ 'element' => [
+ 'patches',
+ {
+ 'cargo' => {
+ 'config_class_name' => 'Dpkg::Patch',
+ 'type' => 'node'
+ },
+ 'description' => 'Series of patches applied by Debian. Note that you cannot change the order of patches in the series. Use L<quilt> for this task. Comments in series file are skipped and not shown in annotation.',
+ 'index_type' => 'string',
+ 'ordered' => '1',
+ 'summary' => 'Debian patches applied to original sources',
+ 'type' => 'hash'
+ }
+ ],
+ 'license' => 'LGPL2',
+ 'name' => 'Dpkg::Patches',
+ 'read_config' => [
+ {
+ 'auto_create' => '1',
+ 'backend' => 'Dpkg',
+ 'config_dir' => 'debian',
+ 'file' => 'clean'
+ }
+ ]
+ }
+]
+;
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libconfig-model-dpkg-perl.git
More information about the Pkg-perl-cvs-commits
mailing list