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

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


The following commit has been merged in the master branch:
commit 7ff68dce6cb1572b38b96a0998b90cfc76c72c22
Author: Dominique Dumont <dod at debian.org>
Date:   Wed Sep 19 17:54:35 2012 +0200

    added debian dir

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..4fa3bc0
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libconfig-model-dpkg-perl (2.026) UNRELEASED; urgency=low
+
+  * Initial Release. bad number (Closes: #548193)
+
+ -- Dominique Dumont <dod at debian.org>  Sun, 27 Sep 2009 18:57:22 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..3ec7316
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,35 @@
+Source: libconfig-model-dpkg-perl
+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),
+               perl (>= 5.13.11) | libmodule-build-perl (>= 0.380000)
+Build-Depends-Indep: perl,
+                     libconfig-model-perl (>= 2.026),
+                     liblog-log4perl-perl,
+                     libtest-pod-perl,
+                     libfile-slurp-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},
+         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.
+ .
+ When the following dependencies are installed, you will get extra
+ functionalities:
+ .
+    * 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
+
diff --git a/t/model_tests.d/debian-dpkg-examples/t0/debian/copyright b/debian/copyright
similarity index 54%
copy from t/model_tests.d/debian-dpkg-examples/t0/debian/copyright
copy to debian/copyright
index b40c818..498dffa 100644
--- a/t/model_tests.d/debian-dpkg-examples/t0/debian/copyright
+++ b/debian/copyright
@@ -1,16 +1,14 @@
-Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
-Maintainer: Dominique Dumont <ddumont at cpan.org>
-Source: http://search.cpan.org/dist/Config-Model-Approx/
-Name: Config-Model-Approx
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Config-Model-Dpkg
+Upstream-Contact: Dominique Dumont <dod at debian.org>
+Source: http://search.cpan.org/dist/Config-Model-Dpkg/
 
 Files: *
-Copyright: 2009-2011, Dominique Dumont <ddumont at cpan.org>
+Copyright: 2005-2012, Dominique Dumont <dod at debian.org>
 License: LGPL-2.1+
 
 Files: debian/*
-Copyright: 2009, Dominique Dumont <domi.dumont at free.fr>
- 2009, Jonathan Yu <jawnsy at cpan.org>
- 2011, Fabrizio Regalli <fabreg at fabreg.it>
+Copyright: 2012, Dominique Dumont <dod at debian.org>
 License: LGPL-2.1+
 
 License: LGPL-2.1+
@@ -20,3 +18,4 @@ License: LGPL-2.1+
     the License, or (at your option) any later version.
     On Debian GNU/Linux systems, the complete text of version 2.1 of the GNU
     Lesser Public License can be found in `/usr/share/common-licenses/LGPL-2.1'
+
diff --git a/t/model_tests.d/debian-dpkg-examples/libversion/debian/rules b/debian/rules
similarity index 100%
copy from t/model_tests.d/debian-dpkg-examples/libversion/debian/rules
copy to debian/rules
diff --git a/t/model_tests.d/debian-dpkg-examples/libversion/debian/source/format b/debian/source/format
similarity index 100%
copy from t/model_tests.d/debian-dpkg-examples/libversion/debian/source/format
copy to debian/source/format

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



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