Your message dated Fri, 13 Mar 2026 17:34:59 +0000
with message-id <[email protected]>
and subject line Bug#1130332: fixed in rocksndiamonds 4.4.1.3+dfsg-2
has caused the Debian Bug report #1130332,
regarding rocksndiamonds: installation of Rocksndiamonds-the-game from its 
source-and-binary tarball is incomplete
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1130332: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1130332
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: rocksndiamonds
Version: 4.4.1.3+dfsg-1
Severity: important
X-Debbugs-Cc: [email protected]

Dear Maintainer,

The Debian postinst script for rocksndiamonds downloads and unpacks the 
upstream author's distribution tarball, discarding parts which are not needed 
(source, and the author's built binary, in favor of Debian's).  This is 
reasonable.

In the process, it discards a few files which are actually needed.  The code in 
question is:

    if ($section =~ /Base games/i)
    {
        cmd_execute "cp -r $tempdir/$topdir/$_ $game_dir"
            for (qw(graphics levels music sounds));
    }

which causes it to copy those four top-level directories of the tarball.  It 
should also copy directories 'docs' and 'conf'; therefore it would *probably* 
be sufficient to change to:

            for (qw(graphics levels music sounds docs conf));

(and the corresponding line at the end of clean_downloads_dir()).

'conf' contains one file at the moment: a database of game controller 
information.  Without this, the game cannot properly take advantage of gaming 
hardware on the user's system (joysticks, etc.)

'docs' contains in-game documentation, particularly for the level editor.  
Level editing is an integral part of the overall game experience.  Without the 
docs directory, users can still edit levels, but descriptions of the game 
elements are absent.  (This is the reason I marked 'important'.)

Answering the questions in the template:

What led to it?  Installing the .deb package and examining the results.

What did I expect?  Fully installed game with all original features (missing: 
element docs in the editor, game controller config).

=====

Two other buglets which I should report separately, but will state here.  If 
the person picking up the primary bug doesn't want to deal with these, email me 
a Sternly Worded Note to get official bugs:

1. the URL recorded for 'rnd_jue', 'http://www.jb-line.de/hp/rnd_jue-v8.zip', 
is out of date.  I chased it around on the author's site and found it at 
'https://jb-line.de/rnd17/rnd_jue-v8.zip'; another choice is a Wayback Machine 
link, 
https://web.archive.org/web/20230702180255/http://www.jb-line.de/hp/rnd_jue-v8.zip
 -- those never seem like a great choice, but given how it keeps jumping around 
on the author's site, maybe the right on in this case?

2. in extracting 'r-structure.zip', a single example level (and its 
corresponding configuration files) is lost.  This is the subdirectory starting 
at 'levels/Examples/example_richard_kleber/' inside the zip file.

-- System Information:
Debian Release: forky/sid
  APT prefers unstable
  APT policy: (900, 'unstable'), (500, 'stable-updates'), (500, 
'stable-security'), (500, 'testing'), (100, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.17.13+deb14-amd64 (SMP w/14 CPU threads; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages rocksndiamonds depends on:
ii  7zip                   26.00+dfsg-2
ii  debconf [debconf-2.0]  1.5.92
ii  libc6                  2.42-13
ii  libsdl2-2.0-0          2.32.10+dfsg-6
ii  libsdl2-image-2.0-0    2.8.8+dfsg-2
ii  libsdl2-mixer-2.0-0    2.8.1+dfsg-5
ii  libsdl2-net-2.0-0      2.2.0+dfsg-4
ii  perl                   5.40.1-7
ii  unzip                  6.0-29
ii  wget                   1.25.0-2
ii  zip                    3.0-15
ii  zlib1g                 1:1.3.dfsg+really1.3.1-3

rocksndiamonds recommends no packages.

rocksndiamonds suggests no packages.

-- debconf information excluded

--- End Message ---
--- Begin Message ---
Source: rocksndiamonds
Source-Version: 4.4.1.3+dfsg-2
Done: Stephen Kitt <[email protected]>

We believe that the bug you reported is fixed in the latest version of
rocksndiamonds, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Stephen Kitt <[email protected]> (supplier of updated rocksndiamonds package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 13 Mar 2026 18:12:25 +0100
Source: rocksndiamonds
Architecture: source
Version: 4.4.1.3+dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <[email protected]>
Changed-By: Stephen Kitt <[email protected]>
Closes: 1130332
Changes:
 rocksndiamonds (4.4.1.3+dfsg-2) unstable; urgency=medium
 .
   * Install configuration files and documentation included in level
     sets. Closes: #1130332.
   * Update all download URLs to their canonical location. Thanks to Bela
     Lubkin for checking all these!
Checksums-Sha1:
 eebc5a584351b1420290fdeec119babcf6375eb4 2129 rocksndiamonds_4.4.1.3+dfsg-2.dsc
 3c5b87238159aa7b3e8ff11f2585c09df6cc3360 37388 
rocksndiamonds_4.4.1.3+dfsg-2.debian.tar.xz
 c1fc2aff6ba872cc8d1cbef1b5c274dd142bb140 12788 
rocksndiamonds_4.4.1.3+dfsg-2_source.buildinfo
Checksums-Sha256:
 c4832676abdac9c603522893824a9d428193140e3bd8d7473e1457c353817e50 2129 
rocksndiamonds_4.4.1.3+dfsg-2.dsc
 ded9d7f359a42490d648b53271ddb644bdff4e1b38a175e96e51628214b5338d 37388 
rocksndiamonds_4.4.1.3+dfsg-2.debian.tar.xz
 f1c33a771b87298829c336b2db0e3c781e25cce2fe320054d3d1bac00108751b 12788 
rocksndiamonds_4.4.1.3+dfsg-2_source.buildinfo
Files:
 c1451b621c0325cf7466362997424bc1 2129 contrib/games optional 
rocksndiamonds_4.4.1.3+dfsg-2.dsc
 a871bec8c09c95618453f90d64d29760 37388 contrib/games optional 
rocksndiamonds_4.4.1.3+dfsg-2.debian.tar.xz
 be2708fbe8e15d30d8c5e208ba1d9999 12788 contrib/games optional 
rocksndiamonds_4.4.1.3+dfsg-2_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEnPVX/hPLkMoq7x0ggNMC9Yhtg5wFAmm0RZgACgkQgNMC9Yht
g5yk0A/+LYLdKl20qb8L2DpeezV16nWxOKPPJtaeOVUrx2f5wTMw34fFf9tJ/Fky
0nIDcKWJyx5yFIcl4IPwz8TymPaXUZedCCplQMnqPaWUS2vXYPVRhx7g/7VbB59v
e/7104zZbBJEG1c2q8rHvHZ8Y9vxyI+96fVZzYAzf5fCUrUcsisLj3GNwKETo670
TwZ64WMVasnHAtcJ6X2hrsDW3kXvyllJunTUfq+2b6Jn8yCynVPfwv/0ohhUy0TY
Og0+aAV13oidFxoBCnsyr45CAcTwduSyT4kRUU6f6bEcFpJ0ZfZ6bcOG6MSQ2vng
EmEu8S60hKVVl6GjT4dxJfMkcYCIAIIaqymPkENqik5ItbhyaN3myy47TdSx6W5Q
RgbeBpTG84Gu5eOC73SPtb1TC6D8+lONxbKLGbNw1qOGyDd9axPY6DdeQGy56iPu
j5+UIyW/EbVwkZsnxF0bLMa/numOldE7mOCeQBruoQ4Xyijx2B8UK7sGltSRB/4Q
oRI28Zcys6mKh+Q/u3gSDNhbf+FuKN9apjTMrOTzy8M0zVFlw2bUKc3eazF5l7HD
gpxyo1UV3kqXq8rkS3z+FF6aNxnkBXXvDU4EYwATTV171K/07HRL5n6jTPfc0t4B
ug00TMPpVxM3FLkN9eev32bsibUQIPyYr71AljAWg/LM98k0CB4=
=FWCE
-----END PGP SIGNATURE-----

Attachment: pgpGpUeO5hkHr.pgp
Description: PGP signature


--- End Message ---

Reply via email to