diff --git a/debian/changelog b/debian/changelog index 1ba903b..5fa10f2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,10 @@ dvdisaster (0.79.5-7) UNRELEASED; urgency=medium * Fix location of manual. * Fix dh_auto_build overrides to take advantage of parallel builds. * Fix format security compilation warning in GCC-8. + * Change homepage to one archived at web.archive.org. + http://dvdisaster.net has been unavailable for a while now. + Not certain if this is permanent though, as the domain name still + exists for mail. -- Carlos Maddela Thu, 31 Jan 2019 03:58:19 +1100 diff --git a/debian/control b/debian/control index 7204333..3fe7431 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,7 @@ Build-Depends-Indep: texlive-fonts-recommended, Standards-Version: 4.1.4 Vcs-Browser: https://salsa.debian.org/optical-media-team/dvdisaster Vcs-Git: https://salsa.debian.org/optical-media-team/dvdisaster.git -Homepage: http://dvdisaster.net/ +Homepage: https://web.archive.org/web/20180428070843/http://dvdisaster.net/ Rules-Requires-Root: no Package: dvdisaster diff --git a/debian/copyright b/debian/copyright index 00b4268..c2184a5 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,7 +1,7 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Contact: Carsten Gnörlich Upstream-Name: dvdisaster -Source: http://dvdisaster.net/ +Source: https://web.archive.org/web/20180428070843/http://dvdisaster.net/ Files: * Copyright: 2004–2015, Carsten Gnörlich diff --git a/debian/patches/35-archived-homepage.patch b/debian/patches/35-archived-homepage.patch new file mode 100644 index 0000000..0ba77a5 --- /dev/null +++ b/debian/patches/35-archived-homepage.patch @@ -0,0 +1,108 @@ +From: Carlos Maddela +Date: Thu, 31 Jan 2019 05:31:03 +1100 +Subject: Change homepage to one archived at web.archive.org. + +Description: Change homepage to one archived at web.archive.org. + http://dvdisaster.net has been unavailable for a while now. + Not certain if this is permanent though, as the domain name still + exists for mail. +Author: Carlos Maddela +Forwarded: not-needed +Last-Update: 2019-01-31 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +--- + documentation/codec-specs/rs01.tex | 2 +- + documentation/codec-specs/rs02.tex | 2 +- + documentation/upstream-site/de/impressum.html | 2 +- + documentation/upstream-site/en/imprint.html | 2 +- + documentation/user-manual/background.tex | 2 +- + documentation/user-manual/download.tex | 4 ++-- + 6 files changed, 7 insertions(+), 7 deletions(-) + +diff --git a/documentation/codec-specs/rs01.tex b/documentation/codec-specs/rs01.tex +index a8c0d90..ca7f71f 100644 +--- a/documentation/codec-specs/rs01.tex ++++ b/documentation/codec-specs/rs01.tex +@@ -44,7 +44,7 @@ correction files must be protected with an image level + error correction layer (by using RS01,RS02 or RS03 on the medium), + since only image level error correction avoids meta + data sectors to become a single point of failure. See the +-discussion at \url{http://dvdisaster.net/en/qa32.html} for ++discussion at \url{https://web.archive.org/web/20180428070843/http://dvdisaster.net/en/qa32.html} for + more information on the advantages of image level data protection + over file level approaches. + +diff --git a/documentation/codec-specs/rs02.tex b/documentation/codec-specs/rs02.tex +index c026772..073bf28 100644 +--- a/documentation/codec-specs/rs02.tex ++++ b/documentation/codec-specs/rs02.tex +@@ -74,7 +74,7 @@ the parity data portion of the image might not be written to the medium. + Most current writing programs do however measure the .iso image by examining + its file size, and will transfer the parity data correctly. To be sure you + should follow the steps described under ``Testing image compatibility'' +-at the dvdisaster site (\url{http://dvdisaster.net/en/howtos92.html}) once ++at the dvdisaster site (\url{https://web.archive.org/web/20180428070843/http://dvdisaster.net/en/howtos92.html}) once + before using each version of your optical media authoring software. + + Like the other dvdisaster codecs, RS02 is based on a RS(255,k) Reed-Solomon code +diff --git a/documentation/upstream-site/de/impressum.html b/documentation/upstream-site/de/impressum.html +index d291df1..cb459bb 100644 +--- a/documentation/upstream-site/de/impressum.html ++++ b/documentation/upstream-site/de/impressum.html +@@ -63,7 +63,7 @@ Carsten Gnörlich (Anschrift wie oben). + Das Impressum gilt für die Internetpräsenz unter den Domänen
+ dvdisaster.com,   + dvdisaster.de,   +-dvdisaster.net,   ++dvdisaster.net,   + dvdisaster.org. + + +diff --git a/documentation/upstream-site/en/imprint.html b/documentation/upstream-site/en/imprint.html +index b2d3e40..4db75f4 100644 +--- a/documentation/upstream-site/en/imprint.html ++++ b/documentation/upstream-site/en/imprint.html +@@ -63,7 +63,7 @@ Carsten Gnörlich (see above for address). + This notice covers the web sites under the domains
+ dvdisaster.com,   + dvdisaster.de,   +-dvdisaster.net,   ++dvdisaster.net,   + dvdisaster.org.
+ + +diff --git a/documentation/user-manual/background.tex b/documentation/user-manual/background.tex +index ba602ef..9aba84f 100644 +--- a/documentation/user-manual/background.tex ++++ b/documentation/user-manual/background.tex +@@ -272,7 +272,7 @@ media with augmented images may not play correctly on all units \\ + \end{tabular} + + \paragraph{Further reading.} The specification for the dvdisaster codecs +-has been specified in a separate document called \href{http://dvdisaster.net/downloads/codecs.pdf}{codecs.pdf}. ++has been specified in a separate document called \href{https://web.archive.org/web/20180428070843/http://dvdisaster.net/downloads/codecs.pdf}{codecs.pdf}. + Good knowledge in coding theory and programming is required. + + \subsection{The linear reading strategy} +diff --git a/documentation/user-manual/download.tex b/documentation/user-manual/download.tex +index 79df7be..a91a44a 100644 +--- a/documentation/user-manual/download.tex ++++ b/documentation/user-manual/download.tex +@@ -15,7 +15,7 @@ the \href{http://www.gnu.org/licenses/gpl-3.0.txt}{GNU General Public License v3 + + \bigskip + +-The dvdisaster developer site (\url{http://dvdisaster.net}) contains ++The dvdisaster developer site (\url{https://web.archive.org/web/20180428070843/http://dvdisaster.net}) contains + the latest source code releases for the FreeBSD, GNU/Linux and NetBSD + operating systems. These are mostly aimed at maintainers of binary packages for + the beforementioned platforms. As an end user you might find it more convenient +@@ -133,6 +133,6 @@ We cannot accept them for various reasons. + \smallskip + + dvdisaster releases are always published with cryptographic signatures +-and md5 checksums. See the \href{http://dvdisaster.net}{download site} for examples. ++and md5 checksums. See the \href{https://web.archive.org/web/20180428070843/http://dvdisaster.net}{download site} for examples. + Be very cautious if signatures and checksums are missing, invalid or not + matching those published at the sites mentioned above. diff --git a/debian/patches/series b/debian/patches/series index e37cd26..ba10600 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -26,3 +26,4 @@ 32-display-compilation-commands.patch 33-honour-LDFLAGS.patch 34-gcc8-format-security.patch +35-archived-homepage.patch diff --git a/debian/upstream/metadata b/debian/upstream/metadata index 6773fc9..d4612dc 100644 --- a/debian/upstream/metadata +++ b/debian/upstream/metadata @@ -3,4 +3,4 @@ # https://wiki.debian.org/UpstreamMetadata Contact: Carsten Gnörlich Name: dvdisaster -Homepage: http://dvdisaster.net/ +Homepage: https://web.archive.org/web/20180428070843/http://dvdisaster.net/ diff --git a/debian/watch b/debian/watch index 39ff875..a55f045 100644 --- a/debian/watch +++ b/debian/watch @@ -1,4 +1,4 @@ version=3 opts="pgpsigurlmangle=s/$/.gpg/" \ -http://dvdisaster.net/en/index.html \ +https://web.archive.org/web/20180428070843/http://dvdisaster.net/en/index.html \ (?:.*?/)?dvdisaster-(.*)\.tar\.bz2 debian uupdate