summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore6
-rw-r--r--debian/changelog13
-rw-r--r--debian/control3
-rw-r--r--debian/libconfig-model-dpkg-perl.lintian-overrides2
-rwxr-xr-xdebian/rules10
-rw-r--r--wr_root/copyright-from-scratch/debian/copyright607
-rw-r--r--wr_root/dependency-check/debian/control17
-rw-r--r--wr_root/dpkg/debian/changelog5
-rw-r--r--wr_root/dpkg/debian/clean3
-rw-r--r--wr_root/dpkg/debian/control5
-rwxr-xr-xwr_root/dpkg/debian/rules21
-rw-r--r--wr_root/dpkg/debian/source/format1
-rw-r--r--wr_root/dpkg/debian/source/options6
-rw-r--r--wr_root/dpkg/debian/tests/control1
-rw-r--r--wr_root/model_tests/test-my_config_regular-w/debian/changelog46
-rw-r--r--wr_root/model_tests/test-my_config_regular-w/debian/compat1
-rw-r--r--wr_root/model_tests/test-my_config_regular-w/debian/control43
-rw-r--r--wr_root/model_tests/test-my_config_regular-w/debian/copyright22
-rwxr-xr-xwr_root/model_tests/test-my_config_regular-w/debian/rules4
-rw-r--r--wr_root/model_tests/test-my_config_regular-w/debian/source/format1
-rw-r--r--wr_root/model_tests/test-my_config_regular-w/debian/watch2
-rw-r--r--wr_root/model_tests/test-my_config_regular-w/home/joe/.config/config-model/dpkg-meta.yml2
-rw-r--r--wr_root/model_tests/test-my_config_regular/debian/changelog46
-rw-r--r--wr_root/model_tests/test-my_config_regular/debian/compat1
-rw-r--r--wr_root/model_tests/test-my_config_regular/debian/control43
-rw-r--r--wr_root/model_tests/test-my_config_regular/debian/copyright22
-rwxr-xr-xwr_root/model_tests/test-my_config_regular/debian/rules4
-rw-r--r--wr_root/model_tests/test-my_config_regular/debian/source/format1
-rw-r--r--wr_root/model_tests/test-my_config_regular/debian/watch2
-rw-r--r--wr_root/model_tests/test-my_config_regular/home/joe/.config/config-model/dpkg-meta.yml2
30 files changed, 22 insertions, 920 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00000000..fa2284f2
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,6 @@
+Build
+MYMETA*
+_build
+wr_root
+blib
+*~
diff --git a/debian/changelog b/debian/changelog
index bd8ee1b9..aac1a0dc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+libconfig-model-dpkg-perl (2.136) unstable; urgency=medium
+
+ * Team upload.
+ * Add build dependency on libtest-longstring-perl.
+ Thanks to Adrian Bunk for the bug report. (Closes: #964135)
+ * Bump debhelper-compat to 13.
+ * debian/rules: drop handling of $HOME.
+ debhelper 13 does this for us.
+ * Update lintian override.
+ lintian capitalizes field names now.
+
+ -- gregor herrmann <gregoa@debian.org> Thu, 02 Jul 2020 20:00:39 +0200
+
libconfig-model-dpkg-perl (2.135) unstable; urgency=medium
* dpkg-copyright: do not reformat imported license text
diff --git a/debian/control b/debian/control
index 5d9cceb7..356148d5 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Uploaders: Dominique Dumont <dod@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
-Build-Depends: debhelper-compat (= 12),
+Build-Depends: debhelper-compat (= 13),
libmodule-build-perl
Build-Depends-Indep: bash-completion,
libapt-pkg-perl <!nocheck>,
@@ -22,6 +22,7 @@ Build-Depends-Indep: bash-completion,
libsort-versions-perl <!nocheck>,
libtest-differences-perl <!nocheck>,
libtest-exception-perl <!nocheck>,
+ libtest-longstring-perl <!nocheck>,
libtest-memory-cycle-perl <!nocheck>,
libtest-pod-perl <!nocheck>,
libtest-warn-perl <!nocheck>,
diff --git a/debian/libconfig-model-dpkg-perl.lintian-overrides b/debian/libconfig-model-dpkg-perl.lintian-overrides
index cfb1c853..88410f3b 100644
--- a/debian/libconfig-model-dpkg-perl.lintian-overrides
+++ b/debian/libconfig-model-dpkg-perl.lintian-overrides
@@ -1,2 +1,2 @@
# Config::Model::Dpkg::Dependency uses debhelper for the debhelper compat level
-libconfig-model-dpkg-perl: binary-package-depends-on-toolchain-package depends: debhelper
+libconfig-model-dpkg-perl: binary-package-depends-on-toolchain-package Depends: debhelper
diff --git a/debian/rules b/debian/rules
index c8ed70e5..18c1c504 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,14 +1,4 @@
#!/usr/bin/make -f
-BUILDHOME = $(CURDIR)/debian/build
-
%:
dh $@ --with bash-completion
-
-override_dh_clean:
- dh_clean
- rm -rf $(BUILDHOME)
-
-override_dh_auto_test:
- mkdir -p $(BUILDHOME)
- HOME=$(BUILDHOME) dh_auto_test
diff --git a/wr_root/copyright-from-scratch/debian/copyright b/wr_root/copyright-from-scratch/debian/copyright
deleted file mode 100644
index 09cde5e4..00000000
--- a/wr_root/copyright-from-scratch/debian/copyright
+++ /dev/null
@@ -1,607 +0,0 @@
-Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-
-Files: *
-Copyright: 2012-2015, Jonathan Worthington and others.
-License: Artistic-2.0
-
-Files: 3rdparty/*
-Copyright: 2005-2014, Mike Pall.
-License: UNKNOWN
- Please fill license UNKNOWN from header of 3rdparty/*
-
-Files: 3rdparty/dynasm/COPYRIGHT
-Copyright: 2005-2014, Mike Pall.
-License: Expat
-
-Files: 3rdparty/dynasm/minilua.c
-Copyright: 1994-2012, Lua.org, PUC-Rio.
-License: Expat
-
-Files: 3rdparty/dyncall/*
-Copyright: 2007-2015, Daniel Adler <dadler@uni-goettingen.de>
-License: ISC
-
-Files: 3rdparty/dyncall/dyncall/dyncall.3
-Copyright: 2007-2014, Daniel Adler <dadler AT uni-goettingen DOT de>
-License: ISC
-
-Files: 3rdparty/dyncall/dyncall/dyncall_call_ppc64.S
- 3rdparty/dyncall/dyncall/dyncall_call_ppc64.h
- 3rdparty/dyncall/dyncall/dyncall_callvm_ppc64.c
- 3rdparty/dyncall/dyncall/dyncall_callvm_ppc64.h
-Copyright: 2014, 2015, Masanori Mitsugi <mitsugi@linux.vnet.ibm.com>
-License: ISC
-
-Files: 3rdparty/dyncall/dyncall/dyncall_struct.c
- 3rdparty/dyncall/dyncall/dyncall_struct.h
-Copyright: 2010, 2011, Olivier Chafik <olivier.chafik@centraliens.net>
-License: ISC
-
-Files: 3rdparty/dyncall/dyncallback/dyncall_args_ppc64.c
- 3rdparty/dyncall/dyncallback/dyncall_args_ppc64.h
- 3rdparty/dyncall/dyncallback/dyncall_callback_ppc64.S
- 3rdparty/dyncall/dyncallback/dyncall_callback_ppc64.c
- 3rdparty/dyncall/dyncallback/dyncall_callback_ppc64.h
- 3rdparty/dyncall/dyncallback/dyncall_thunk_ppc64.c
- 3rdparty/dyncall/dyncallback/dyncall_thunk_ppc64.h
-Copyright: 2014, 2015, Masanori Mitsugi <mitsugi@linux.vnet.ibm.com>
-License: ISC
-
-Files: 3rdparty/dyncall/dyncallback/dyncallback.3
-Copyright: 2007-2014, Daniel Adler <dadler AT uni-goettingen DOT de>
-License: ISC
-
-Files: 3rdparty/dyncall/dynload/dynload.3
-Copyright: 2007-2014, Daniel Adler <dadler AT uni-goettingen DOT de>
-License: ISC
-
-Files: 3rdparty/dyncall/dynload/dynload_darwin.c
- 3rdparty/dyncall/dynload/dynload_syms_mach-o.c
-Copyright: 2007-2011, Olivier Chafik <olivier.chafik@gmail.com>
-License: ISC
-
-Files: 3rdparty/dyncall/test/plain/test_structs.c
-Copyright: 2007-2011, Olivier Chafik <olivier.chafik@gmail.com>
-License: ISC
-
-Files: 3rdparty/libatomic_ops/*
-Copyright: 1989, 1991, 1994-2013, Free Software Foundation, Inc.
-License: UNKNOWN
- Please fill license UNKNOWN from header of 3rdparty/libatomic_ops/*
-
-Files: 3rdparty/libatomic_ops/compile
- 3rdparty/libatomic_ops/depcomp
- 3rdparty/libatomic_ops/missing
-Copyright: 1996-2013, Free Software Foundation, Inc.
-License: GPL-2+
-
-Files: 3rdparty/libatomic_ops/configure
-Copyright: 1992-1996, 1998-2012, Free Software Foundation, Inc.
-License: FSFUL
- Please fill license FSFUL from header of 3rdparty/libatomic_ops/configure
-
-Files: 3rdparty/libatomic_ops/src/*
-Copyright: 2003-2011, Hewlett-Packard Development Company, L.P.
-License: Expat
-
-Files: 3rdparty/libatomic_ops/src/Makefile.in
-Copyright: 1989, 1991, 1994-2013, Free Software Foundation, Inc.
-License: UNKNOWN
- Please fill license UNKNOWN from header of 3rdparty/libatomic_ops/src/Makefile.in
-
-Files: 3rdparty/libatomic_ops/src/atomic_ops/sysdeps/armcc/*
-Copyright: 2007, NEC LE-IT:
- 1999-2003, Hewlett-Packard Company.
- 1996-1999, Silicon Graphics.
- 1991-1994, Xerox Corporation.
-License: UNKNOWN
- Please fill license UNKNOWN from header of 3rdparty/libatomic_ops/src/atomic_ops/sysdeps/armcc/*
-
-Files: 3rdparty/libatomic_ops/src/atomic_ops/sysdeps/emul_cas.h
- 3rdparty/libatomic_ops/src/atomic_ops/sysdeps/generic_pthread.h
- 3rdparty/libatomic_ops/src/atomic_ops/sysdeps/ordered_except_wr.h
- 3rdparty/libatomic_ops/src/atomic_ops/sysdeps/read_ordered.h
-Copyright: 2003, Hewlett-Packard Company.
-License: Expat
-
-Files: 3rdparty/libatomic_ops/src/atomic_ops/sysdeps/gcc/*
-Copyright: 1999-2003, Hewlett-Packard Company.
- 1996-1999, Silicon Graphics.
- 1991-1994, Xerox Corporation.
-License: UNKNOWN
- Please fill license UNKNOWN from header of 3rdparty/libatomic_ops/src/atomic_ops/sysdeps/gcc/*
-
-Files: 3rdparty/libatomic_ops/src/atomic_ops/sysdeps/gcc/avr32.h
-Copyright: 2009, Bradley Smith <brad@brad-smith.co.uk>
-License: Expat
-
-Files: 3rdparty/libatomic_ops/src/atomic_ops/sysdeps/gcc/cris.h
- 3rdparty/libatomic_ops/src/atomic_ops/sysdeps/gcc/hppa.h
- 3rdparty/libatomic_ops/src/atomic_ops/sysdeps/gcc/ia64.h
-Copyright: 2003-2011, Hewlett-Packard Development Company, L.P.
-License: Expat
-
-Files: 3rdparty/libatomic_ops/src/atomic_ops/sysdeps/gcc/generic-arithm.h
- 3rdparty/libatomic_ops/src/atomic_ops/sysdeps/gcc/generic-small.h
- 3rdparty/libatomic_ops/src/atomic_ops/sysdeps/gcc/generic.h
- 3rdparty/libatomic_ops/src/atomic_ops/sysdeps/gcc/powerpc.h
-Copyright: 2003-2011, Hewlett-Packard Development Company, L.P.
- 1996-1999, Silicon Graphics.
- 1991-1994, Xerox Corporation.
-License: UNKNOWN
- Please fill license UNKNOWN from header of 3rdparty/libatomic_ops/src/atomic_ops/sysdeps/gcc/generic-arithm.h 3rdparty/libatomic_ops/src/atomic_ops/sysdeps/gcc/generic-small.h 3rdparty/libatomic_ops/src/atomic_ops/sysdeps/gcc/generic.h 3rdparty/libatomic_ops/src/atomic_ops/sysdeps/gcc/powerpc.h
-
-Files: 3rdparty/libatomic_ops/src/atomic_ops/sysdeps/gcc/mips.h
-Copyright: 2005, 2007, Thiemo Seufer <ths@networkno.de>
-License: UNKNOWN
- Please fill license UNKNOWN from header of 3rdparty/libatomic_ops/src/atomic_ops/sysdeps/gcc/mips.h
-
-Files: 3rdparty/libatomic_ops/src/atomic_ops/sysdeps/gcc/sh.h
-Copyright: 2009, Takashi YOSHII.
-License: UNKNOWN
- Please fill license UNKNOWN from header of 3rdparty/libatomic_ops/src/atomic_ops/sysdeps/gcc/sh.h
-
-Files: 3rdparty/libatomic_ops/src/atomic_ops/sysdeps/icc/*
-Copyright: 2003, Hewlett-Packard Company.
-License: Expat
-
-Files: 3rdparty/libatomic_ops/src/atomic_ops/sysdeps/loadstore/ordered_loads_only.h
- 3rdparty/libatomic_ops/src/atomic_ops/sysdeps/loadstore/ordered_stores_only.h
-Copyright: 2003, Hewlett-Packard Company.
-License: Expat
-
-Files: 3rdparty/libatomic_ops/src/atomic_ops/sysdeps/sunc/x86.h
-Copyright: 1999-2003, Hewlett-Packard Company.
- 1996-1999, Silicon Graphics.
- 1991-1994, Xerox Corporation.
-License: UNKNOWN
- Please fill license UNKNOWN from header of 3rdparty/libatomic_ops/src/atomic_ops/sysdeps/sunc/x86.h
-
-Files: 3rdparty/libtommath/*
-Copyright: 2004, Sam Hocevar <sam@hocevar.net>
-License: WTFPL-2
- Please fill license WTFPL-2 from header of 3rdparty/libtommath/*
-
-Files: 3rdparty/libtommath/bn_mp_n_root.c
-Copyright: *b <= a and (c+1)**b > a
-License: UNKNOWN
- Please fill license UNKNOWN from header of 3rdparty/libtommath/bn_mp_n_root.c
-
-Files: 3rdparty/libuv/*
-Copyright: Joyent, Inc. and other Node contributors.
-License: Expat
-
-Files: 3rdparty/libuv/Makefile.am
- 3rdparty/libuv/autogen.sh
- 3rdparty/libuv/checksparse.sh
-Copyright: 2013, Ben Noordhuis <info@bnoordhuis.nl>
-License: ISC
-
-Files: 3rdparty/libuv/include/android-ifaddrs.h
-Copyright: 1995, 1999, Berkeley Software Design, Inc.
-License: BSD~unspecified
-
-Files: 3rdparty/libuv/include/pthread-fixes.h
-Copyright: 2013, Sony Mobile Communications AB
- 2012, Google Inc.
-License: BSD-3-clause
-
-Files: 3rdparty/libuv/include/stdint-msvc2008.h
-Copyright: 2006-2008, Alexander Chemeris
-License: BSD-2-clause
-
-Files: 3rdparty/libuv/include/tree.h
-Copyright: 2002, Niels Provos <provos@citi.umich.edu>
-License: BSD-2-clause
-
-Files: 3rdparty/libuv/m4/*
-Copyright: 2006-2008, xine project
- 2006-2008, Diego Pettenà <flameeyes gmail com>
-License: GPL-3+
-
-Files: 3rdparty/libuv/samples/*
-Copyright: StrongLoop, Inc.
-License: BSD-3-clause and/or Expat
-
-Files: 3rdparty/libuv/samples/socks5-proxy/Makefile
- 3rdparty/libuv/samples/socks5-proxy/client.c
- 3rdparty/libuv/samples/socks5-proxy/defs.h
- 3rdparty/libuv/samples/socks5-proxy/main.c
- 3rdparty/libuv/samples/socks5-proxy/s5.c
- 3rdparty/libuv/samples/socks5-proxy/s5.h
- 3rdparty/libuv/samples/socks5-proxy/server.c
- 3rdparty/libuv/samples/socks5-proxy/util.c
-Copyright: StrongLoop, Inc.
-License: Expat
-
-Files: 3rdparty/libuv/samples/socks5-proxy/getopt.c
-Copyright: 1987, 1993, 1994, The Regents of the University of California.
-License: BSD-3-clause
-
-Files: 3rdparty/libuv/src/heap-inl.h
- 3rdparty/libuv/src/queue.h
-Copyright: 2013, Ben Noordhuis <info@bnoordhuis.nl>
-License: ISC
-
-Files: 3rdparty/libuv/src/inet.c
-Copyright: 2004, Internet Systems Consortium, Inc. ("ISC")
- 1996-1999, Internet Software Consortium.
-License: ISC
-
-Files: 3rdparty/libuv/src/unix/android-ifaddrs.c
-Copyright: 2014, Emergya (Cloud4all, FP7/2007-2013, grant agreement n° 289016)
- 2013, Kenneth MacKay
-License: BSD-2-clause
-
-Files: 3rdparty/libuv/src/unix/atomic-ops.h
- 3rdparty/libuv/src/unix/spinlock.h
-Copyright: 2013, Ben Noordhuis <info@bnoordhuis.nl>
-License: ISC
-
-Files: 3rdparty/libuv/src/unix/pthread-fixes.c
-Copyright: 2013, Sony Mobile Communications AB
- 2012, Google Inc.
-License: BSD-3-clause
-
-Files: 3rdparty/linenoise/*
-Copyright: 2010-2013, Salvatore Sanfilippo <antirez at gmail dot com>
- 2010-2013, Pieter Noordhuis <pcnoordhuis at gmail dot com>
-License: BSD-2-clause
-
-Files: 3rdparty/msinttypes/*
-Copyright: 2006-2013, Alexander Chemeris
-License: BSD-3-clause
-
-Files: 3rdparty/sha1/*
-Copyright: no-info-found
-License: public-domain
- Please fill license public-domain from header of 3rdparty/sha1/*
-
-Files: 3rdparty/tinymt/*
-Copyright: 2011, Mutsuo Saito, Makoto Matsumoto
-License: UNKNOWN
- Please fill license UNKNOWN from header of 3rdparty/tinymt/*
-
-Files: 3rdparty/uthash.h
-Copyright: 2003-2014, Troy D. Hanson http:troydhanson.github.com/uthash
-License: BSD~unspecified
-
-Files: build/*
-Copyright: 2014, Daniel Dehennin <daniel.dehennin@baby-gnu.org>
-License: UNKNOWN
- Please fill license UNKNOWN from header of build/*
-
-Files: docs/*
-Copyright: Copyright (C) 2012-2014,the MoarVM contributors. See the F<CREDITS> file for
-License: UNKNOWN
- Please fill license UNKNOWN from header of docs/*
-
-Files: src/*
-Copyright: 1991-2012, Unicode, Inc.
-License: UNKNOWN
- Please fill license UNKNOWN from header of src/*
-
-Files: src/strings/utf8.c
-Copyright: 2008-2010, Bjoern Hoehrmann <bjoern@hoehrmann.de>
-License: Expat
-
-Files: tools/*
-Copyright: 1991-2012, Unicode, Inc.
-License: UNKNOWN
- Please fill license UNKNOWN from header of tools/*
-
-License: Artistic-2.0
- This software is Copyright (c) 2020 by X. Ample.
- .
- This is free software, licensed under:
- .
- The Artistic License 2.0 (GPL Compatible)
- .
- The Artistic License 2.0
- .
- Copyright (c) 2000-2006, The Perl Foundation.
- .
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
- .
- Preamble
- .
- This license establishes the terms under which a given free software
- Package may be copied, modified, distributed, and/or redistributed.
- The intent is that the Copyright Holder maintains some artistic
- control over the development of that Package while still keeping the
- Package available as open source and free software.
- .
- You are always permitted to make arrangements wholly outside of this
- license directly with the Copyright Holder of a given Package. If the
- terms of this license do not permit the full use that you propose to
- make of the Package, you should contact the Copyright Holder and seek
- a different licensing arrangement.
- .
- Definitions
- .
- "Copyright Holder" means the individual(s) or organization(s)
- named in the copyright notice for the entire Package.
- .
- "Contributor" means any party that has contributed code or other
- material to the Package, in accordance with the Copyright Holder's
- procedures.
- .
- "You" and "your" means any person who would like to copy,
- distribute, or modify the Package.
- .
- "Package" means the collection of files distributed by the
- Copyright Holder, and derivatives of that collection and/or of
- those files. A given Package may consist of either the Standard
- Version, or a Modified Version.
- .
- "Distribute" means providing a copy of the Package or making it
- accessible to anyone else, or in the case of a company or
- organization, to others outside of your company or organization.
- .
- "Distributor Fee" means any fee that you charge for Distributing
- this Package or providing support for this Package to another
- party. It does not mean licensing fees.
- .
- "Standard Version" refers to the Package if it has not been
- modified, or has been modified only in ways explicitly requested
- by the Copyright Holder.
- .
- "Modified Version" means the Package, if it has been changed, and
- such changes were not explicitly requested by the Copyright
- Holder.
- .
- "Original License" means this Artistic License as Distributed with
- the Standard Version of the Package, in its current version or as
- it may be modified by The Perl Foundation in the future.
- .
- "Source" form means the source code, documentation source, and
- configuration files for the Package.
- .
- "Compiled" form means the compiled bytecode, object code, binary,
- or any other form resulting from mechanical transformation or
- translation of the Source form.
- .
- .
- Permission for Use and Modification Without Distribution
- .
- (1) You are permitted to use the Standard Version and create and use
- Modified Versions for any purpose without restriction, provided that
- you do not Distribute the Modified Version.
- .
- .
- Permissions for Redistribution of the Standard Version
- .
- (2) You may Distribute verbatim copies of the Source form of the
- Standard Version of this Package in any medium without restriction,
- either gratis or for a Distributor Fee, provided that you duplicate
- all of the original copyright notices and associated disclaimers. At
- your discretion, such verbatim copies may or may not include a
- Compiled form of the Package.
- .
- (3) You may apply any bug fixes, portability changes, and other
- modifications made available from the Copyright Holder. The resulting
- Package will still be considered the Standard Version, and as such
- will be subject to the Original License.
- .
- .
- Distribution of Modified Versions of the Package as Source
- .
- (4) You may Distribute your Modified Version as Source (either gratis
- or for a Distributor Fee, and with or without a Compiled form of the
- Modified Version) provided that you clearly document how it differs
- from the Standard Version, including, but not limited to, documenting
- any non-standard features, executables, or modules, and provided that
- you do at least ONE of the following:
- .
- (a) make the Modified Version available to the Copyright Holder
- of the Standard Version, under the Original License, so that the
- Copyright Holder may include your modifications in the Standard
- Version.
- .
- (b) ensure that installation of your Modified Version does not
- prevent the user installing or running the Standard Version. In
- addition, the Modified Version must bear a name that is different
- from the name of the Standard Version.
- .
- (c) allow anyone who receives a copy of the Modified Version to
- make the Source form of the Modified Version available to others
- under
- .
- (i) the Original License or
- .
- (ii) a license that permits the licensee to freely copy,
- modify and redistribute the Modified Version using the same
- licensing terms that apply to the copy that the licensee
- received, and requires that the Source form of the Modified
- Version, and of any works derived from it, be made freely
- available in that license fees are prohibited but Distributor
- Fees are allowed.
- .
- .
- Distribution of Compiled Forms of the Standard Version
- or Modified Versions without the Source
- .
- (5) You may Distribute Compiled forms of the Standard Version without
- the Source, provided that you include complete instructions on how to
- get the Source of the Standard Version. Such instructions must be
- valid at the time of your distribution. If these instructions, at any
- time while you are carrying out such distribution, become invalid, you
- must provide new instructions on demand or cease further distribution.
- If you provide valid instructions or cease distribution within thirty
- days after you become aware that the instructions are invalid, then
- you do not forfeit any of your rights under this license.
- .
- (6) You may Distribute a Modified Version in Compiled form without
- the Source, provided that you comply with Section 4 with respect to
- the Source of the Modified Version.
- .
- .
- Aggregating or Linking the Package
- .
- (7) You may aggregate the Package (either the Standard Version or
- Modified Version) with other packages and Distribute the resulting
- aggregation provided that you do not charge a licensing fee for the
- Package. Distributor Fees are permitted, and licensing fees for other
- components in the aggregation are permitted. The terms of this license
- apply to the use and Distribution of the Standard or Modified Versions
- as included in the aggregation.
- .
- (8) You are permitted to link Modified and Standard Versions with
- other works, to embed the Package in a larger work of your own, or to
- build stand-alone binary or bytecode versions of applications that
- include the Package, and Distribute the result without restriction,
- provided the result does not expose a direct interface to the Package.
- .
- .
- Items That are Not Considered Part of a Modified Version
- .
- (9) Works (including, but not limited to, modules and scripts) that
- merely extend or make use of the Package, do not, by themselves, cause
- the Package to be a Modified Version. In addition, such works are not
- considered parts of the Package itself, and are not subject to the
- terms of this license.
- .
- .
- General Provisions
- .
- (10) Any use, modification, and distribution of the Standard or
- Modified Versions is governed by this Artistic License. By using,
- modifying or distributing the Package, you accept this license. Do not
- use, modify, or distribute the Package, if you do not accept this
- license.
- .
- (11) If your Modified Version has been derived from a Modified
- Version made by someone other than you, you are nevertheless required
- to ensure that your Modified Version complies with the requirements of
- this license.
- .
- (12) This license does not grant you the right to use any trademark,
- service mark, tradename, or logo of the Copyright Holder.
- .
- (13) This license includes the non-exclusive, worldwide,
- free-of-charge patent license to make, have made, use, offer to sell,
- sell, import and otherwise transfer the Package with respect to any
- patent claims licensable by the Copyright Holder that are necessarily
- infringed by the Package. If you institute patent litigation
- (including a cross-claim or counterclaim) against any party alleging
- that the Package constitutes direct or contributory patent
- infringement, then this Artistic License to you shall terminate on the
- date that such litigation is filed.
- .
- (14) Disclaimer of Warranty:
- THE PACKAGE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS "AS
- IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES. THE IMPLIED
- WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR
- NON-INFRINGEMENT ARE DISCLAIMED TO THE EXTENT PERMITTED BY YOUR LOCAL
- LAW. UNLESS REQUIRED BY LAW, NO COPYRIGHT HOLDER OR CONTRIBUTOR WILL
- BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
- DAMAGES ARISING IN ANY WAY OUT OF THE USE OF THE PACKAGE, EVEN IF
- ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-License: BSD-2-clause
- Please fill license BSD-2-clause from header of 3rdparty/libuv/include/stdint-msvc2008.h
-
-License: BSD-3-clause
- This software is Copyright (c) 2020 by X. Ample.
- .
- This is free software, licensed under:
- .
- The (three-clause) BSD License
- .
- The BSD License
- .
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions are
- met:
- .
- * Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- .
- * Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in the
- documentation and/or other materials provided with the distribution.
- .
- * Neither the name of X. Ample nor the names of its
- contributors may be used to endorse or promote products derived from
- this software without specific prior written permission.
- .
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
- IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
- TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
- PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
- CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
- LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
- NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-License: BSD~unspecified
- Please fill license BSD~unspecified from header of 3rdparty/libuv/include/android-ifaddrs.h
-
-License: Expat
- This software is Copyright (c) 2020 by X. Ample.
- .
- This is free software, licensed under:
- .
- The MIT (X11) License
- .
- The MIT License
- .
- Permission is hereby granted, free of charge, to any person
- obtaining a copy of this software and associated
- documentation files (the "Software"), to deal in the Software
- without restriction, including without limitation the rights to
- use, copy, modify, merge, publish, distribute, sublicense,
- and/or sell copies of the Software, and to permit persons to
- whom the Software is furnished to do so, subject to the
- following conditions:
- .
- The above copyright notice and this permission notice shall
- be included in all copies or substantial portions of the
- Software.
- .
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT
- WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
- INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- MERCHANTABILITY, FITNESS FOR A PARTICULAR
- PURPOSE AND NONINFRINGEMENT. IN NO EVENT
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
- CONNECTION WITH THE SOFTWARE OR THE USE OR
- OTHER DEALINGS IN THE SOFTWARE.
-
-License: GPL-2+
- This software is Copyright (c) 2020 by X. Ample.
- .
- This is free software, licensed under:
- .
- The GNU General Public License, Version 2, June 1991
- .
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; version 2 dated June, 1991, or (at
- your option) any later version.
- On Debian systems, the complete text of version 2 of the GNU General
- Public License can be found in '/usr/share/common-licenses/GPL-2'.
-
-License: GPL-3+
- This software is Copyright (c) 2020 by X. Ample.
- .
- This is free software, licensed under:
- .
- The GNU General Public License, Version 3, June 2007
- .
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; version 3 dated June, 2007, or (at
- your option) any later version.
- On Debian systems, the complete text of version 3 of the GNU General
- Public License can be found in '/usr/share/common-licenses/GPL-3'.
-
-License: ISC
- Please fill license ISC from header of 3rdparty/dyncall/*
diff --git a/wr_root/dependency-check/debian/control b/wr_root/dependency-check/debian/control
deleted file mode 100644
index b1cb249d..00000000
--- a/wr_root/dependency-check/debian/control
+++ /dev/null
@@ -1,17 +0,0 @@
-Source: libdist-zilla-plugins-cjm-perl
-Section: perl
-Priority: optional
-Build-Depends: debhelper, libsdl1.2, dpkg
-Build-Depends-Indep: libcpan-meta-perl, perl (>= 5.10) | libmodule-build-perl,
-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
-Uploaders: Dominique Dumont <dominique.dumont@some.com>
-Standards-Version: 4.1.2
-Homepage: http://search.cpan.org/dist/Dist-Zilla-Plugins-CJM/
-
-Package: libdist-zilla-plugins-cjm-perl
-Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libcpan-meta-perl ,
- perl (>= 5.10.1), dpkg (>= 0.01), perl-modules, dpkg (<< ${source:Version}.1~)
-Description: collection of CJM's plugins for Dist::Zilla
- Collection of Dist::Zilla plugins. This package features the
- following [snip]
diff --git a/wr_root/dpkg/debian/changelog b/wr_root/dpkg/debian/changelog
deleted file mode 100644
index ae4f9014..00000000
--- a/wr_root/dpkg/debian/changelog
+++ /dev/null
@@ -1,5 +0,0 @@
-libconfig-model-dpkg-perl (0.001-1) UNRELEASED; urgency=medium
-
- * ...
-
- -- Dominique Dumont <dod@debian.org> Wed, 18 Jan 2017 18:28:23 +0100
diff --git a/wr_root/dpkg/debian/clean b/wr_root/dpkg/debian/clean
deleted file mode 100644
index 86e041da..00000000
--- a/wr_root/dpkg/debian/clean
+++ /dev/null
@@ -1,3 +0,0 @@
-foo
-bar
-baz
diff --git a/wr_root/dpkg/debian/control b/wr_root/dpkg/debian/control
deleted file mode 100644
index 216715d8..00000000
--- a/wr_root/dpkg/debian/control
+++ /dev/null
@@ -1,5 +0,0 @@
-Source: libconfig-model-dpkg-perl
-Maintainer: foo@bar.com
-Section: misc
-Priority: optional
-Standards-Version: 4.5.0
diff --git a/wr_root/dpkg/debian/rules b/wr_root/dpkg/debian/rules
deleted file mode 100755
index 7750ab9a..00000000
--- a/wr_root/dpkg/debian/rules
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/usr/bin/make -f
-# See debhelper(7) (uncomment to enable)
-# output every command that modifies files on the build system.
-#DH_VERBOSE = 1
-
-# see EXAMPLES in dpkg-buildflags(1) and read /usr/share/dpkg/*
-DPKG_EXPORT_BUILDFLAGS = 1
-include /usr/share/dpkg/default.mk
-
-# see FEATURE AREAS in dpkg-buildflags(1)
-#export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-
-# see ENVIRONMENT in dpkg-buildflags(1)
-# package maintainers to append CFLAGS
-#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
-# package maintainers to append LDFLAGS
-#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
-
-# main packaging script based on dh7 syntax
-%:
- dh $@ \ No newline at end of file
diff --git a/wr_root/dpkg/debian/source/format b/wr_root/dpkg/debian/source/format
deleted file mode 100644
index 163aaf8d..00000000
--- a/wr_root/dpkg/debian/source/format
+++ /dev/null
@@ -1 +0,0 @@
-3.0 (quilt)
diff --git a/wr_root/dpkg/debian/source/options b/wr_root/dpkg/debian/source/options
deleted file mode 100644
index e35ee126..00000000
--- a/wr_root/dpkg/debian/source/options
+++ /dev/null
@@ -1,6 +0,0 @@
-## This file was written by cme command.
-## You can run 'cme edit <application>' to modify this file.
-## Run 'cme list' to get the list of applications available on your system
-## You may also modify the content of this file with your favorite editor.
-
-extend-diff-ignore="config\..*|configure|.*Makefile.in|aclocal.m4|\.pc"
diff --git a/wr_root/dpkg/debian/tests/control b/wr_root/dpkg/debian/tests/control
deleted file mode 100644
index 85651a58..00000000
--- a/wr_root/dpkg/debian/tests/control
+++ /dev/null
@@ -1 +0,0 @@
-blah-blah \ No newline at end of file
diff --git a/wr_root/model_tests/test-my_config_regular-w/debian/changelog b/wr_root/model_tests/test-my_config_regular-w/debian/changelog
deleted file mode 100644
index 6cc07ad6..00000000
--- a/wr_root/model_tests/test-my_config_regular-w/debian/changelog
+++ /dev/null
@@ -1,46 +0,0 @@
-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 <fabreg@fabreg.it> 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 <jawnsy@cpan.org> Fri, 23 Oct 2009 07:33:31 -0400
-
-libconfig-model-approx-perl (1.002-1) unstable; urgency=low
-
- * Initial Release. (Closes: #548193)
-
- -- Dominique Dumont <dominique.dumont@hp.com> Sun, 27 Sep 2009 18:57:22 +0200
diff --git a/wr_root/model_tests/test-my_config_regular-w/debian/compat b/wr_root/model_tests/test-my_config_regular-w/debian/compat
deleted file mode 100644
index 45a4fb75..00000000
--- a/wr_root/model_tests/test-my_config_regular-w/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-8
diff --git a/wr_root/model_tests/test-my_config_regular-w/debian/control b/wr_root/model_tests/test-my_config_regular-w/debian/control
deleted file mode 100644
index 2ceb67df..00000000
--- a/wr_root/model_tests/test-my_config_regular-w/debian/control
+++ /dev/null
@@ -1,43 +0,0 @@
-Source: libconfig-model-approx-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
-Uploaders: Dominique Dumont <domi.dumont@free.fr>,
- gregor herrmann <gregoa@debian.org>,
- Jonathan Yu <jawnsy@cpan.org>,
- Fabrizio Regalli <fabreg@fabreg.it>
-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-w/debian/copyright b/wr_root/model_tests/test-my_config_regular-w/debian/copyright
deleted file mode 100644
index a777a571..00000000
--- a/wr_root/model_tests/test-my_config_regular-w/debian/copyright
+++ /dev/null
@@ -1,22 +0,0 @@
-Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: Config-Model-Approx
-Upstream-Contact: Dominique Dumont <ddumont@cpan.org>
-Source: http://search.cpan.org/dist/Config-Model-Approx/
-
-Files: *
-Copyright: 2009-2011, Dominique Dumont <ddumont@cpan.org>
-License: LGPL-2.1+
-
-Files: debian/*
-Copyright: 2009, Dominique Dumont <domi.dumont@free.fr>
- 2009, Jonathan Yu <jawnsy@cpan.org>
- 2011, Fabrizio Regalli <fabreg@fabreg.it>
-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-w/debian/rules b/wr_root/model_tests/test-my_config_regular-w/debian/rules
deleted file mode 100755
index 2d33f6ac..00000000
--- a/wr_root/model_tests/test-my_config_regular-w/debian/rules
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/usr/bin/make -f
-
-%:
- dh $@
diff --git a/wr_root/model_tests/test-my_config_regular-w/debian/source/format b/wr_root/model_tests/test-my_config_regular-w/debian/source/format
deleted file mode 100644
index 163aaf8d..00000000
--- a/wr_root/model_tests/test-my_config_regular-w/debian/source/format
+++ /dev/null
@@ -1 +0,0 @@
-3.0 (quilt)
diff --git a/wr_root/model_tests/test-my_config_regular-w/debian/watch b/wr_root/model_tests/test-my_config_regular-w/debian/watch
deleted file mode 100644
index c8b5b844..00000000
--- a/wr_root/model_tests/test-my_config_regular-w/debian/watch
+++ /dev/null
@@ -1,2 +0,0 @@
-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-w/home/joe/.config/config-model/dpkg-meta.yml b/wr_root/model_tests/test-my_config_regular-w/home/joe/.config/config-model/dpkg-meta.yml
deleted file mode 100644
index c5630ba0..00000000
--- a/wr_root/model_tests/test-my_config_regular-w/home/joe/.config/config-model/dpkg-meta.yml
+++ /dev/null
@@ -1,2 +0,0 @@
----
-email: joe@foo.com
diff --git a/wr_root/model_tests/test-my_config_regular/debian/changelog b/wr_root/model_tests/test-my_config_regular/debian/changelog
deleted file mode 100644
index 6cc07ad6..00000000
--- a/wr_root/model_tests/test-my_config_regular/debian/changelog
+++ /dev/null
@@ -1,46 +0,0 @@
-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 <fabreg@fabreg.it> 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 <jawnsy@cpan.org> Fri, 23 Oct 2009 07:33:31 -0400
-
-libconfig-model-approx-perl (1.002-1) unstable; urgency=low
-
- * Initial Release. (Closes: #548193)
-
- -- Dominique Dumont <dominique.dumont@hp.com> 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
deleted file mode 100644
index 45a4fb75..00000000
--- a/wr_root/model_tests/test-my_config_regular/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index 2ceb67df..00000000
--- a/wr_root/model_tests/test-my_config_regular/debian/control
+++ /dev/null
@@ -1,43 +0,0 @@
-Source: libconfig-model-approx-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
-Uploaders: Dominique Dumont <domi.dumont@free.fr>,
- gregor herrmann <gregoa@debian.org>,
- Jonathan Yu <jawnsy@cpan.org>,
- Fabrizio Regalli <fabreg@fabreg.it>
-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
deleted file mode 100644
index a777a571..00000000
--- a/wr_root/model_tests/test-my_config_regular/debian/copyright
+++ /dev/null
@@ -1,22 +0,0 @@
-Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: Config-Model-Approx
-Upstream-Contact: Dominique Dumont <ddumont@cpan.org>
-Source: http://search.cpan.org/dist/Config-Model-Approx/
-
-Files: *
-Copyright: 2009-2011, Dominique Dumont <ddumont@cpan.org>
-License: LGPL-2.1+
-
-Files: debian/*
-Copyright: 2009, Dominique Dumont <domi.dumont@free.fr>
- 2009, Jonathan Yu <jawnsy@cpan.org>
- 2011, Fabrizio Regalli <fabreg@fabreg.it>
-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
deleted file mode 100755
index 2d33f6ac..00000000
--- a/wr_root/model_tests/test-my_config_regular/debian/rules
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/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
deleted file mode 100644
index 163aaf8d..00000000
--- a/wr_root/model_tests/test-my_config_regular/debian/source/format
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index c8b5b844..00000000
--- a/wr_root/model_tests/test-my_config_regular/debian/watch
+++ /dev/null
@@ -1,2 +0,0 @@
-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
deleted file mode 100644
index c5630ba0..00000000
--- a/wr_root/model_tests/test-my_config_regular/home/joe/.config/config-model/dpkg-meta.yml
+++ /dev/null
@@ -1,2 +0,0 @@
----
-email: joe@foo.com