diff -Nru linkchecker-9.4.0/debian/changelog linkchecker-9.4.0/debian/changelog --- linkchecker-9.4.0/debian/changelog 2018-04-12 00:15:00.000000000 +0000 +++ linkchecker-9.4.0/debian/changelog 2018-06-21 15:48:01.000000000 +0000 @@ -1,3 +1,21 @@ +linkchecker (9.4.0-2) unstable; urgency=medium + + * add missing dependencies (Closes: #897462, #901780) + * remove old apache2.2 compat shims (Closes: #775087) + * remove .desktop file from commandline tool (Closes: #901782, #780488) + * silence various lintian warnings: + * follow apache policy more closely + * rename apache config file + * ignore false positives on old 2.2 apache config matches + * removing old pycompat + * clear out whitespace in changelog + * update standards to 4.1.4 + * remove conflict with version from squeeze and earlier + * reformat copyright file to comply with dep5 + * bump dh compat to 11 and fix docs install + + -- Antoine Beaupré Thu, 21 Jun 2018 11:48:01 -0400 + linkchecker (9.4.0-1) unstable; urgency=low [ Bastian Kleineidam ] @@ -1351,7 +1369,7 @@ linkchecker (1.2.15) unstable; urgency=low - * remove ssl modules for main linkchecker package; make a separate + * remove ssl modules for main linkchecker package; make a separate package linkchecker-ssl for non-US * adjust build-depends and depends * fix anchor checking @@ -1452,7 +1470,7 @@ * setup.py: handle man pages correctly with bdist_rpm target * linkcheck/Config.py: correct order with user/password authentication entries (report and fix by Jamie Heilman ) - * linkchecker: default password is joe@, not guest@ (report and fix by + * linkchecker: default password is joe@, not guest@ (report and fix by Jamie Heilman ) * test/*.html: comments in the test suite files * Config.py: dont use internals of the UserDict class @@ -1602,7 +1620,7 @@ 27.3.2000 * Fixed misspelled exception in UrlData.py (BugTracker) - * Fixed wrong _time argument in HttpsUrlData.py + * Fixed wrong _time argument in HttpsUrlData.py (Peter ) * Fixed missing env argument in lc.cgi * allow a quote (') in mail adresses (e.g. o'hara@foo.com) @@ -1657,7 +1675,7 @@ * support for multiple user/password pairs 3.3.2000 - * ignore HTTP status replies < 200 because some pages return -1 + * ignore HTTP status replies < 200 because some pages return -1 and binary data (Gabor Liptak ) * if HEAD reveals MIME type "application/octet", use GET method. this is needed for Zope pages (Bug Tracker submission) @@ -1676,7 +1694,7 @@ * wrote a GML parser 25.2.2000 - * changed the name to LinkChecker; my old Java LinkChecker will + * changed the name to LinkChecker; my old Java LinkChecker will disappear because I do not maintain it anymore 21.2.2000 @@ -1797,7 +1815,7 @@ * fixed the 'No more open files' bug by closing all connections * fixed thread synchronization in LinkChecker while loop * you can specify -t 0 on the commandline to disable threading - * STILL MISSING: + * STILL MISSING: HTTP authorization, Proxy and robots.txt parsing 10.1.2000 Version 0.2.0 diff -Nru linkchecker-9.4.0/debian/compat linkchecker-9.4.0/debian/compat --- linkchecker-9.4.0/debian/compat 2018-04-12 00:15:00.000000000 +0000 +++ linkchecker-9.4.0/debian/compat 2018-06-21 15:48:01.000000000 +0000 @@ -1 +1 @@ -9 +11 diff -Nru linkchecker-9.4.0/debian/control linkchecker-9.4.0/debian/control --- linkchecker-9.4.0/debian/control 2018-04-12 00:15:00.000000000 +0000 +++ linkchecker-9.4.0/debian/control 2018-06-21 15:48:01.000000000 +0000 @@ -2,7 +2,7 @@ Section: web Priority: optional Maintainer: Antoine Beaupré -Build-Depends: debhelper (>= 9), +Build-Depends: debhelper (>= 11), dh-python, gettext, python-all-dev, @@ -10,7 +10,7 @@ python-setuptools, python-urllib3, X-Python-Version: >= 2.7 -Standards-Version: 3.9.8 +Standards-Version: 4.1.4 Homepage: https://linkcheck.github.io/linkchecker/ Package: linkchecker @@ -18,6 +18,8 @@ Depends: python, python-requests (>= 2.2.1), python-urllib3, + python-xdg, + python-dnspython, ${misc:Depends}, ${python:Depends}, ${shlibs:Depends} @@ -50,13 +52,12 @@ Package: linkchecker-web Architecture: all -Depends: apache2 | httpd, - libapache2-mod-wsgi | httpd-wsgi, - linkchecker, +Depends: linkchecker, python, ${misc:Depends}, ${python:Depends} -Conflicts: linkchecker (<< 7.7) +Recommends: apache2 | httpd, + libapache2-mod-wsgi | httpd-wsgi Description: check websites and HTML documents for broken links (web client) Provides a web interface to check links of websites and HTML documents. Features: diff -Nru linkchecker-9.4.0/debian/copyright linkchecker-9.4.0/debian/copyright --- linkchecker-9.4.0/debian/copyright 2018-04-12 00:15:00.000000000 +0000 +++ linkchecker-9.4.0/debian/copyright 2018-06-21 15:48:01.000000000 +0000 @@ -1,120 +1,135 @@ -This is linkchecker, written by Bastian Kleineidam - on Sat, 8 Jan 2000 11:00:35 +0100. +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream VCS: - git://github.com/linkcheck/linkchecker.git -Upstream VCS browser: - https://github.com/linkcheck/linkchecker - -Copyright (C) 2000-2014 Bastian Kleineidam - - 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; either version 2 of the License, or - (at your option) any later version. - -See /usr/share/common-licenses/GPL for more information. -See also the licenses of included software below. - -Included software -================= - -linkcheck/optcomplete.py ------------------------- - -#******************************************************************************\ -#* Copyright (c) 2003-2004, Martin Blais -#* All rights reserved. -#* -#* 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 the Martin Blais, Furius, 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 -#* OWNER 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. -#******************************************************************************\ - -linkcheck/mem.py ----------------- -License: MIT/X11 (BSD like) - -included in linkcheck/configuration/__init__.py ------------------------------------------------ -# The following KDE functions are largely ported and ajusted from -# Google Chromium: -# https://src.chromium.org/viewvc/chrome/trunk/src/net/proxy/proxy_config_service_linux.cc?revision=HEAD&view=markup -# Copyright (c) 2010 The Chromium Authors. All rights reserved. -# -# 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 Google Inc. 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 -# OWNER 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. - - -linkcheck/colorama.py ---------------------- -# Copyright: (C) 2010 Jonathan Hartley -# All rights reserved. -# -# Redistribution and use in source and binary forms, with or without -# modification, are permitted provided that the following conditions are met: -# 1. Redistributions of source code must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# 2. 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. -# 3. Neither the name(s) of the copyright holders 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 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. +Files: * +Copyright: 2000-2014, Bastian Kleineidam +License: GPL-2 + +Files: debian/* +Copyright: 2000-2014, Bastian Kleineidam +License: GPL-2 + +Files: linkcheck/colorama.py +Copyright: 2010, Jonathan Hartley +License: BSD-3-clause + +Files: linkcheck/better_exchook2.py +Copyright: 2012, Albert Zeyer, www.az2000.de +License: BSD-2-clause + +Files: linkcheck/HtmlParser/htmlparse.c + linkcheck/HtmlParser/htmlparse.h +Copyright: 2000-2014, Bastian Kleineidam + 1984-2015, Free Software Foundation, Inc +License: GPL-3 with Bison exception + +Files: linkcheck/configuration/__init__.py +Copyright: 2010, The Chromium Authors +Comment: The following KDE functions are largely ported and ajusted fromGoogle Chromium: + https://src.chromium.org/viewvc/chrome/trunk/src/net/proxy/proxy_config_service_linux.cc?revision=HEAD&view=markup +License: BSD-3-clause or GPL-2 + +Files: linkcheck/mem.py +Copyright: Jean Brouwers +License: Expat + +Files: tests/test_linkchecker.py +Copyright: 2014, Bastian Kleineidam +License: GPL-3 + +License: BSD-2-clause + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + . + 1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + 2. 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. + . + 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 OWNER 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-3-clause + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + 2. 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. + 3. Neither the name(s) of the copyright holders 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 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: Expat + 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 + See /usr/share/common-licenses/GPL-2 + +License: GPL-3 + See /usr/share/common-licenses/GPL-3 + +License: GPL-3 with Bison exception + Copyright (C) 1984, 1989-1990, 2000-2015 Free Software Foundation, Inc. + . + 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, either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + As a special exception, you may create a larger work that contains + part or all of the Bison parser skeleton and distribute that work + under terms of your choice, so long as that work isn't itself a + parser generator using the skeleton or a modified version thereof + as a parser skeleton. Alternatively, if you modify or redistribute + the parser skeleton itself, you may (at your option) remove this + special exception, which will cause the skeleton and the resulting + Bison output files to be licensed under the GNU General Public + License without this special exception. + . + This special exception was added by the Free Software Foundation in + version 2.2 of Bison. diff -Nru linkchecker-9.4.0/debian/linkchecker.docs linkchecker-9.4.0/debian/linkchecker.docs --- linkchecker-9.4.0/debian/linkchecker.docs 2018-04-12 00:15:00.000000000 +0000 +++ linkchecker-9.4.0/debian/linkchecker.docs 2018-06-21 15:48:01.000000000 +0000 @@ -1,4 +1,3 @@ -doc/html/*.css -doc/html/index.html -doc/html/logo64x64.png doc/upgrading.txt +doc/*.mdwn +doc/examples/ diff -Nru linkchecker-9.4.0/debian/linkchecker.install linkchecker-9.4.0/debian/linkchecker.install --- linkchecker-9.4.0/debian/linkchecker.install 2018-04-12 00:15:00.000000000 +0000 +++ linkchecker-9.4.0/debian/linkchecker.install 2018-06-21 15:48:01.000000000 +0000 @@ -12,7 +12,6 @@ usr/lib/python*/dist-packages/linkcheck/network usr/lib/python*/dist-packages/linkcheck/parser usr/lib/python*/dist-packages/linkcheck/plugins -usr/share/applications/linkchecker.desktop usr/share/linkchecker/linkcheckerrc usr/share/man/de/man1/linkchecker.1 usr/share/man/de/man5/linkcheckerrc.5 diff -Nru linkchecker-9.4.0/debian/linkchecker-web.lintian-overrides linkchecker-9.4.0/debian/linkchecker-web.lintian-overrides --- linkchecker-9.4.0/debian/linkchecker-web.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ linkchecker-9.4.0/debian/linkchecker-web.lintian-overrides 2018-06-21 15:48:01.000000000 +0000 @@ -0,0 +1,5 @@ +# those *are* wrapped in the recommended IfVersion +linkchecker-web: apache2-deprecated-auth-config etc/apache2/conf-available/linkchecker-web.conf (line 13) Order +linkchecker-web: apache2-deprecated-auth-config etc/apache2/conf-available/linkchecker-web.conf (line 14) Deny +linkchecker-web: apache2-deprecated-auth-config etc/apache2/conf-available/linkchecker-web.conf (line 15) Allow +linkchecker-web: apache2-deprecated-auth-config etc/apache2/conf-available/linkchecker-web.conf (line 20) Allow diff -Nru linkchecker-9.4.0/debian/linkchecker-web.postinst linkchecker-9.4.0/debian/linkchecker-web.postinst --- linkchecker-9.4.0/debian/linkchecker-web.postinst 2018-04-12 00:15:00.000000000 +0000 +++ linkchecker-9.4.0/debian/linkchecker-web.postinst 2018-06-21 15:48:01.000000000 +0000 @@ -16,24 +16,10 @@ #DEBHELPER# if [ "$1" = "configure" ]; then - - CONF=linkchecker - - if [ -e /usr/share/apache2/apache2-maintscript-helper ]; then - # apache 2.4 - . /usr/share/apache2/apache2-maintscript-helper - apache2_invoke enconf $CONF - elif dpkg-query -f '${Version}' -W 'apache2.2-common' >/dev/null 2>&1; then - # apache 2.2 - # the web interface uses content negotiation - a2enmod -q negotiation - [ -d /etc/apache2/conf.d/ ] && [ ! -L /etc/apache2/conf.d/$CONF.conf ] && ln -s ../conf-available/$CONF.conf /etc/apache2/conf.d/$CONF.conf - fi - - # reload apache configuration - if [ -x /etc/init.d/apache2 ]; then - invoke-rc.d apache2 reload || true - fi + if [ -e /usr/share/apache2/apache2-maintscript-helper ] ; then + . /usr/share/apache2/apache2-maintscript-helper + apache2_invoke enconf linkchecker-web.conf || exit $? + fi fi exit 0 diff -Nru linkchecker-9.4.0/debian/linkchecker-web.postrm linkchecker-9.4.0/debian/linkchecker-web.postrm --- linkchecker-9.4.0/debian/linkchecker-web.postrm 2018-04-12 00:15:00.000000000 +0000 +++ linkchecker-9.4.0/debian/linkchecker-web.postrm 2018-06-21 15:48:01.000000000 +0000 @@ -7,16 +7,10 @@ #DEBHELPER# if [ "$1" = "remove" ] || [ "$1" = "purge" ]; then - CONF="linkchecker" - - if [ -e /usr/share/apache2/apache2-maintscript-helper ]; then - # apache 2.4 - . /usr/share/apache2/apache2-maintscript-helper - apache2_invoke disconf $CONF - elif dpkg-query -f '${Version}' -W 'apache2.2-common' > /dev/null 2>&1; then - # apache 2.2 - [ -L /etc/apache2/conf.d/$CONF.conf ] && rm /etc/apache2/conf.d/$CONF.conf - fi + if [ -e /usr/share/apache2/apache2-maintscript-helper ] ; then + . /usr/share/apache2/apache2-maintscript-helper + apache2_invoke disconf linkchecker-web.conf || exit $? + fi fi exit 0 diff -Nru linkchecker-9.4.0/debian/pycompat linkchecker-9.4.0/debian/pycompat --- linkchecker-9.4.0/debian/pycompat 2018-04-12 00:15:00.000000000 +0000 +++ linkchecker-9.4.0/debian/pycompat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -2 diff -Nru linkchecker-9.4.0/debian/rules linkchecker-9.4.0/debian/rules --- linkchecker-9.4.0/debian/rules 2018-04-12 00:15:00.000000000 +0000 +++ linkchecker-9.4.0/debian/rules 2018-06-21 15:48:01.000000000 +0000 @@ -42,7 +42,7 @@ install -m 644 cgi-bin/lconline/*.ico $(HTMLDIRWEB) install -m 755 cgi-bin/lc.wsgi $(CGIDIRWEB) # apache configuration - install -m 644 config/linkchecker.apache2.conf $(ETCDIRWEB)/apache2/conf-available/linkchecker.conf + install -m 644 config/linkchecker.apache2.conf $(ETCDIRWEB)/apache2/conf-available/linkchecker-web.conf # clean generated files override_dh_clean: