diff -Nru cppreference-doc-20170409/debian/changelog cppreference-doc-20170409/debian/changelog --- cppreference-doc-20170409/debian/changelog 2019-11-21 11:55:05.000000000 +0000 +++ cppreference-doc-20170409/debian/changelog 2020-01-16 00:00:00.000000000 +0000 @@ -1,10 +1,27 @@ -cppreference-doc (20170409-1.1ubuntu1) focal; urgency=medium +cppreference-doc (20170409-2) unstable; urgency=low + * Override source-is-missing for files that have their real source in the + archive + * Override insane-line-length-in-source file for files that have their + real source in the archive + + [ Rik Mills ] * Fix FTBFS with Qt5. - debian/rules: export QT_SELECT := qt5 - - debian/patches: upstream_fix-qch-build.patch + - debian/patches: upstream_fix-qch-build.patch + + [ Michael R. Crusoe ] + * debhelper-compat 12 + * Standards-Version: 4.4.1 + * Secure URI in copyright format + * Remove old boilerplate from debian/rules + * Remove trailing whitespace in debian/rules + * Use secure URI in debian/watch. + * Use secure URI in Homepage field. + * Fix field name typos in debian/copyright. + * debian/watch: find new upstream versions - -- Rik Mills Thu, 21 Nov 2019 11:55:05 +0000 + -- Povilas Kanapickas Thu, 16 Jan 2020 00:00:00 +0000 cppreference-doc (20170409-1.1) unstable; urgency=medium diff -Nru cppreference-doc-20170409/debian/compat cppreference-doc-20170409/debian/compat --- cppreference-doc-20170409/debian/compat 2017-04-09 00:00:00.000000000 +0000 +++ cppreference-doc-20170409/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -9 diff -Nru cppreference-doc-20170409/debian/control cppreference-doc-20170409/debian/control --- cppreference-doc-20170409/debian/control 2019-09-02 18:26:22.000000000 +0000 +++ cppreference-doc-20170409/debian/control 2020-01-16 00:00:00.000000000 +0000 @@ -1,17 +1,22 @@ Source: cppreference-doc -Priority: optional Maintainer: Povilas Kanapickas -Build-Depends: debhelper (>= 9), xsltproc, python3, python3-lxml, qttools5-dev-tools -Standards-Version: 3.9.8 Section: doc -Homepage: http://en.cppreference.com/w/Cppreference:Archives +Priority: optional +Build-Depends: debhelper-compat (= 12), + xsltproc, + python3, + python3-lxml, + qttools5-dev-tools +Standards-Version: 4.4.1 Vcs-Browser: https://github.com/p12tic/cppreference-doc-debian -Vcs-Git: git://github.com/p12tic/cppreference-doc-debian.git +Vcs-Git: https://github.com/p12tic/cppreference-doc-debian.git +Homepage: https://en.cppreference.com/w/Cppreference:Archives Package: cppreference-doc-en-html Architecture: all -Depends: fonts-dejavu-core, lynx | www-browser, ${misc:Depends} -Recommends: +Depends: fonts-dejavu-core, + lynx | www-browser, + ${misc:Depends} Description: C and C++ standard library reference (English, Devhelp variant) A version of online C and C++ standard library reference manual available at en.cppreference.com, suitable for viewing offline. @@ -20,8 +25,9 @@ Package: cppreference-doc-en-qch Architecture: all -Depends: fonts-dejavu-core, qttools5-dev-tools, ${misc:Depends} -Recommends: +Depends: fonts-dejavu-core, + qttools5-dev-tools, + ${misc:Depends} Description: C and C++ standard library reference (English, Qt Help variant) A version of online C and C++ standard library reference manual available at en.cppreference.com, suitable for viewing offline. diff -Nru cppreference-doc-20170409/debian/copyright cppreference-doc-20170409/debian/copyright --- cppreference-doc-20170409/debian/copyright 2017-04-09 00:00:00.000000000 +0000 +++ cppreference-doc-20170409/debian/copyright 2020-01-16 00:00:00.000000000 +0000 @@ -1,8 +1,15 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: cppreference-doc Upstream-Contact: Povilas Kanapickas Source: http://en.cppreference.com/w/Cppreference:Archives +Files: * +Copyright: 2011-2019 Povilas Kanapickas + 2017 Giedrius Zitkus + 2018 Monika Kairaityte + 2015-2017 authors at Cppreference.com +License: GPL-3+ + Files: reference/en.cppreference.com/*.ttf Copyright: 2003 Bitstream, Inc. 2006 Tavmjong Bah @@ -100,9 +107,9 @@ Copyright: 2003-2013 Mediawiki Development Team 2011-2017 Povilas Kanapickas 2011-2017 authors at Cppreference.com -Comments: Each of these files is autogenerated from one or more files from the - src/ directory. License: GPL-2+ +Comment: Each of these files is autogenerated from one or more files from the + src/ directory. Files: reference/upload.cppreference.com/* Copyright: 2011-2017 authors at Cppreference.com @@ -112,17 +119,6 @@ Copyright: 2011-2017 Povilas Kanapickas License: GPL-3+ -Files: *.py - *.xsl - images/* - index-functions.README - README.md - *.css - Makefile -Copyright: 2011-2017 Povilas Kanapickas - 2015-2017 authors at Cppreference.com -License: GPL-3+ - Files: gadgets/* Copyright: 2013-2015 Povilas Kanapickas License: GPL-2+ diff -Nru cppreference-doc-20170409/debian/rules cppreference-doc-20170409/debian/rules --- cppreference-doc-20170409/debian/rules 2019-11-21 11:55:00.000000000 +0000 +++ cppreference-doc-20170409/debian/rules 2020-01-16 00:00:00.000000000 +0000 @@ -1,10 +1,5 @@ #!/usr/bin/make -f # -*- makefile -*- -# Sample debian/rules that uses debhelper. -# This file was originally written by Joey Hess and Craig Small. -# As a special exception, when this file is copied by dh-make into a -# dh-make output file, you may use that output file without restriction. -# This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 @@ -12,4 +7,4 @@ export QT_SELECT := qt5 %: - dh $@ + dh $@ diff -Nru cppreference-doc-20170409/debian/source/lintian-overrides cppreference-doc-20170409/debian/source/lintian-overrides --- cppreference-doc-20170409/debian/source/lintian-overrides 2017-04-09 00:00:00.000000000 +0000 +++ cppreference-doc-20170409/debian/source/lintian-overrides 2020-01-16 00:00:00.000000000 +0000 @@ -3,3 +3,11 @@ # front-cover texts and no back-cover texts" specifier. All content is also # licensed under CC-BY-SA-3.0. cppreference-doc source: license-problem-gfdl-invariants reference/cppreference-export-* + +# The source package includes both a downloaded copy of the cppreference.com +# wiki and the copy of the underlying sources of the wiki. The sources of the wiki +# are placed at reference/cppreference-export-* +cppreference-doc source: source-is-missing reference/en.cppreference.com/* + +# The actual source is in reference/cppreference-export-*. +cppreference-doc source: insane-line-length-in-source-file reference/en.cppreference.com/* diff -Nru cppreference-doc-20170409/debian/watch cppreference-doc-20170409/debian/watch --- cppreference-doc-20170409/debian/watch 2017-04-09 00:00:00.000000000 +0000 +++ cppreference-doc-20170409/debian/watch 2020-01-16 00:00:00.000000000 +0000 @@ -1,2 +1,6 @@ -# New source releases appear at http://en.cppreference.com/w/Cppreference:Archives +# New source releases appear at https://en.cppreference.com/w/Cppreference:Archives # in section "Raw archive" once in several months. + +version=4 + +https://en.cppreference.com/w/Cppreference:Archives .*/File:cppreference-doc@ANY_VERSION@@ARCHIVE_EXT@