From 991fc5c3a7c0a4c60b888c853a692f4bc5a10a3f Mon Sep 17 00:00:00 2001 From: Dominique Dumont Date: Wed, 1 Jul 2020 19:09:13 +0200 Subject: libconfig-model-dpkg-perl (2.135) unstable; urgency=medium * dpkg-copyright: do not reformat imported license text [dgit import package libconfig-model-dpkg-perl 2.135] --- .../test-my_config_regular/debian/changelog | 46 ++++++++++++++++++++++ .../test-my_config_regular/debian/compat | 1 + .../test-my_config_regular/debian/control | 43 ++++++++++++++++++++ .../test-my_config_regular/debian/copyright | 22 +++++++++++ .../test-my_config_regular/debian/rules | 4 ++ .../test-my_config_regular/debian/source/format | 1 + .../test-my_config_regular/debian/watch | 2 + .../home/joe/.config/config-model/dpkg-meta.yml | 2 + 8 files changed, 121 insertions(+) create mode 100644 wr_root/model_tests/test-my_config_regular/debian/changelog create mode 100644 wr_root/model_tests/test-my_config_regular/debian/compat create mode 100644 wr_root/model_tests/test-my_config_regular/debian/control create mode 100644 wr_root/model_tests/test-my_config_regular/debian/copyright create mode 100755 wr_root/model_tests/test-my_config_regular/debian/rules create mode 100644 wr_root/model_tests/test-my_config_regular/debian/source/format create mode 100644 wr_root/model_tests/test-my_config_regular/debian/watch create mode 100644 wr_root/model_tests/test-my_config_regular/home/joe/.config/config-model/dpkg-meta.yml (limited to 'wr_root/model_tests/test-my_config_regular') diff --git a/wr_root/model_tests/test-my_config_regular/debian/changelog b/wr_root/model_tests/test-my_config_regular/debian/changelog new file mode 100644 index 00000000..6cc07ad6 --- /dev/null +++ b/wr_root/model_tests/test-my_config_regular/debian/changelog @@ -0,0 +1,46 @@ +libconfig-model-approx-perl (1.004-1) UNRELEASED; urgency=low + + TODO: + - d/control: + + we need Module::Build: 0.38 --> add to Build-Depends: + "libmodule-build-perl (>= 0.380000) | perl (>= 5.13.11) + (or check with dod what's _really_ needed, 0.38 is what his META.* says :)) + + we now need Config::Model: 1.245 --> bump version in B-D-I and Depends of + libconfig-model-perl to >= 1.245 + + [ Fabrizio Regalli ] + * New upstream release. + * Switch d/compat to 8. + * Bump to 3.9.2 Standard-Version. + * Build-Depends: switch to debhelper (>= 8). + * Add myself to Uploaders and Copyright. + * Updated d/copyright. + * Changed Vcs-* fields. + * Switch to 3.0 quilt format. + * Removed perl (>= 5.10) | libmodule-build-perl as B-D. + * Added libfile-slurp-perl as B-D-I. + * Added libmodule-build-perl (>= 0.380000) | perl (>= 5.13.11) as B-D. + * Update libconfig-model-perl to >= 1.245 in d/control. + + [ Dominique Dumont ] + * control and copyright: updated my e-mail address + + -- Fabrizio Regalli Mon, 27 Jun 2011 23:41:57 +0200 + +libconfig-model-approx-perl (1.003-1) unstable; urgency=low + + [ Jonathan Yu ] + * New upstream release + * Add myself to Uploaders and Copyright + + [ gregor herrmann ] + * debian/control: Changed: (build-)depend on perl instead of perl- + modules. + + -- Jonathan Yu Fri, 23 Oct 2009 07:33:31 -0400 + +libconfig-model-approx-perl (1.002-1) unstable; urgency=low + + * Initial Release. (Closes: #548193) + + -- Dominique Dumont Sun, 27 Sep 2009 18:57:22 +0200 diff --git a/wr_root/model_tests/test-my_config_regular/debian/compat b/wr_root/model_tests/test-my_config_regular/debian/compat new file mode 100644 index 00000000..45a4fb75 --- /dev/null +++ b/wr_root/model_tests/test-my_config_regular/debian/compat @@ -0,0 +1 @@ +8 diff --git a/wr_root/model_tests/test-my_config_regular/debian/control b/wr_root/model_tests/test-my_config_regular/debian/control new file mode 100644 index 00000000..2ceb67df --- /dev/null +++ b/wr_root/model_tests/test-my_config_regular/debian/control @@ -0,0 +1,43 @@ +Source: libconfig-model-approx-perl +Maintainer: Debian Perl Group +Uploaders: Dominique Dumont , + gregor herrmann , + Jonathan Yu , + Fabrizio Regalli +Section: perl +Priority: optional +Build-Depends: debhelper (>= 8) +Build-Depends-Indep: perl, + libconfig-model-perl (>= 1.245), + liblog-log4perl-perl, + libtest-pod-perl, + libfile-slurp-perl, + libmodule-build-perl (>= 0.380000) | perl (>= 5.13.11) +Standards-Version: 4.1.4 +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libconfig-model-approx-perl +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libconfig-model-approx-perl.git +Homepage: http://search.cpan.org/dist/Config-Model-Approx/ + +Package: libconfig-model-approx-perl +Architecture: all +Depends: ${perl:Depends}, + ${misc:Depends}, + libconfig-model-perl (>= 1.245), + liblog-log4perl-perl +Recommends: libconfig-model-tkui-perl +Suggests: libconfig-model-cursesui-perl +Description: approx proxy server configuration editor + Config::Model::Approx and config-edit-approx provide a configuration + model and a configuration editor for /etc/approx/approx.conf. + . + When the following dependencies are installed, you will get extra + functionalities: + . + * A graphical Approx configuration editor and a graphical + configuration wizard with libconfig-model-tkui-perl + * A curses Approx configuration editor with + libconfig-model-cursesui-perl + . + When run with '-ui none', Approx configuration editor can also be + used as a command line to validate Approx configuration or to upgrade + an older configuration without user interaction. diff --git a/wr_root/model_tests/test-my_config_regular/debian/copyright b/wr_root/model_tests/test-my_config_regular/debian/copyright new file mode 100644 index 00000000..a777a571 --- /dev/null +++ b/wr_root/model_tests/test-my_config_regular/debian/copyright @@ -0,0 +1,22 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: Config-Model-Approx +Upstream-Contact: Dominique Dumont +Source: http://search.cpan.org/dist/Config-Model-Approx/ + +Files: * +Copyright: 2009-2011, Dominique Dumont +License: LGPL-2.1+ + +Files: debian/* +Copyright: 2009, Dominique Dumont + 2009, Jonathan Yu + 2011, Fabrizio Regalli +License: LGPL-2.1+ + +License: LGPL-2.1+ + This program is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser Public License as + published by the Free Software Foundation; either version 2.1 of + 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/wr_root/model_tests/test-my_config_regular/debian/rules b/wr_root/model_tests/test-my_config_regular/debian/rules new file mode 100755 index 00000000..2d33f6ac --- /dev/null +++ b/wr_root/model_tests/test-my_config_regular/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ diff --git a/wr_root/model_tests/test-my_config_regular/debian/source/format b/wr_root/model_tests/test-my_config_regular/debian/source/format new file mode 100644 index 00000000..163aaf8d --- /dev/null +++ b/wr_root/model_tests/test-my_config_regular/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/wr_root/model_tests/test-my_config_regular/debian/watch b/wr_root/model_tests/test-my_config_regular/debian/watch new file mode 100644 index 00000000..c8b5b844 --- /dev/null +++ b/wr_root/model_tests/test-my_config_regular/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Config-Model-Approx/ .*/Config-Model-Approx-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ diff --git a/wr_root/model_tests/test-my_config_regular/home/joe/.config/config-model/dpkg-meta.yml b/wr_root/model_tests/test-my_config_regular/home/joe/.config/config-model/dpkg-meta.yml new file mode 100644 index 00000000..c5630ba0 --- /dev/null +++ b/wr_root/model_tests/test-my_config_regular/home/joe/.config/config-model/dpkg-meta.yml @@ -0,0 +1,2 @@ +--- +email: joe@foo.com -- cgit v1.2.3