Package: freespace2
Version: 3.7.4+repack-1build1
Severity: normal
Tags: patch

Dear Maintainer,

The URL used in the get-orig-source target obtains a download_128.html file
instead of the videos zip file. That files does contain the link to the file we
are trying to obtain though.

The attached patch changes the URL to the one in download_128.html. This makes
`debian/rules get-orig-source` work as expected, and allows the
freespace2-video package to be built.
It was made on top of the master branch of the Debian repo at
https://salsa.debian.org/onlyjob/freespace2.git.

I am using Ubuntu but the Debian freespace2 package has only one minor
difference from the Ubuntu one, and I confirmed that it has the same problem.
The freespace2-video package is identical in both distros.

Thanks and regards,
Thiago Jung Bauermann



-- System Information:
Debian Release: bullseye/sid
  APT prefers focal-updates
  APT policy: (500, 'focal-updates'), (500, 'focal-security'), (500, 'focal'), 
(100, 'focal-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.7.19 (SMP w/8 CPU cores)
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8), LANGUAGE=pt_BR 
(charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages freespace2 depends on:
ii  libc6                   2.31-0ubuntu9
ii  libgcc-s1               10-20200411-0ubuntu1
ii  libgl1                  1.3.1-1ubuntu0.20.04.1
ii  libglu1-mesa [libglu1]  9.0.1-1build1
ii  libjansson4             2.12-1build1
ii  libjpeg8                8c-2ubuntu8
ii  liblua5.1-0             5.1.5-8.1build4
ii  libogg0                 1.3.4-0ubuntu1
ii  libopenal1              1:1.19.1-1
ii  libpng16-16             1.6.37-2
ii  libsdl1.2debian         1.2.15+dfsg2-5
ii  libstdc++6              10-20200411-0ubuntu1
ii  libtheora0              1.1.1+dfsg.1-15ubuntu2
ii  libvorbis0a             1.3.6-2ubuntu1
ii  libvorbisfile3          1.3.6-2ubuntu1

Versions of packages freespace2 recommends:
ii  freespace2-launcher-wxlauncher [freespace2-launcher]  0.11.0+dfsg-3build1

Versions of packages freespace2 suggests:
ii  dpkg-dev  1.19.7ubuntu3
pn  joystick  <none>
pn  vrms      <none>

-- no debconf information
commit 59ccdccea0532d47823e1dfda5c40552ff60a9fa (HEAD -> new-gog-version)
Author: Thiago Jung Bauermann <thiago.bauerm...@kolabnow.com>
Date:   Mon Sep 7 00:12:59 2020 -0300

    Update URL for freespace2-video zip file

diff --git a/debian/packages/freespace2-video/debian/rules 
b/debian/packages/freespace2-video/debian/rules
index 3629372f7279..ab95eb99b4a4 100755
--- a/debian/packages/freespace2-video/debian/rules
+++ b/debian/packages/freespace2-video/debian/rules
@@ -25,7 +25,7 @@ override_dh_builddeb:
 get-orig-source:
        sha1sum --strict --check debian/files_sha1.txt \
        || wget --tries=3 --timeout=60 --read-timeout=60 --continue 
--timestamping --content-disposition \
-            "http://www.freespacemods.net/request.php?128";
+            
"https://porphyrion.feralhosting.com/datacorder/fsmods_files/fs2_ogg.zip";
        @echo "## generating checksums..."
        sha1sum --binary *.zip | tee debian/files_sha1.txt~NEW
        diff -U0 debian/files_sha1.txt debian/files_sha1.txt~NEW \

Reply via email to