Your message dated Thu, 26 Aug 2021 13:51:45 +0000
with message-id <[email protected]>
and subject line Bug#992314: fixed in 0ad-data 0.0.25-1
has caused the Debian Bug report #992314,
regarding New upstream release of 0ad-data - version 0.0.25
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.)
--
992314: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=992314
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: 0ad-data
Version: 0.0.24b-1
Severity: wishlist
Dear Maintainer,
Version 0.0.25 of 0ad-data was released.
I have attached a patch relative to version 0.0.24b-1. When combined
with the upstream source for 0ad-data 0.0.25, it allows one to build a
Debian package of 0ad-data version 0.0.25.
The attached script shows the commands and/or helps automate the process
of testing this patch.
Thanks.
--
Dave Kennedy
diff -ur 0ad-data-0.0.24b-1/debian/changelog 0ad-data-0.0.25-1.1/debian/changelog
--- 0ad-data-0.0.24b-1/debian/changelog 2021-03-07 03:27:19.000000000 -0600
+++ 0ad-data-0.0.25-1.1/debian/changelog 2021-08-16 15:01:02.774419655 -0500
@@ -1,3 +1,10 @@
+0ad-data (0.0.25-1.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * New upstream release.
+
+ -- David W. Kennedy <dave_k AT reasoned DOT us> Mon, 16 Aug 2021 15:00:09 -0500
+
0ad-data (0.0.24b-1) experimental; urgency=medium
* New upstream release.
#!/bin/sh
echo "This script assumes that you have already run the following commands as root:"
echo " apt-get update"
echo " apt-get install build-essential pbuilder wget locales fonts-freefont-ttf fonts-texgyre fonts-dejavu-core"
echo " dpkg-reconfigure locales"
#echo " # On Debian bullseye (current stable) or sid (unstable), run the following"
#echo " # additional commands as root in order to install the build dependencies that"
#echo " # are specific to 0ad version 0.0.25:"
#echo " apt-get install cargo cmake libboost-dev libboost-filesystem-dev libcurl4-gnutls-dev libenet-dev libfmt-dev libgloox-dev libicu-dev libminiupnpc-dev libnspr4-dev libogg-dev libopenal-dev libpng-dev libreadline-dev libsdl2-dev libsdl2-dev libsodium-dev libvorbis-dev libwxgtk3.0-gtk3-dev libxcursor-dev libxml2-dev llvm pkg-config rustc zlib1g-dev"
echo ""
if [ \! -r 0ad-data-0.0.24b-1_to_0ad-data-0.0.25-1.1.diff ] ; then
echo "Please ensure that 0ad-data-0.0.24b-1_to_0ad-data-0.0.25-1.1.diff is in the current working directory."
exit
fi
mkdir -p 0ad-data-0.0.25-1.1_build
cd 0ad-data-0.0.25-1.1_build
wget https://releases.wildfiregames.com/0ad-0.0.25-alpha-unix-data.tar.xz
mv 0ad-0.0.25-alpha-unix-data.tar.xz 0ad-data_0.0.25.orig.tar.xz
mkdir 0ad-data-0.0.25
if [ $? -ne 0 ] ; then
echo "Directory 0ad-data-0.0.25 already exists. Remove and try again?"
exit
fi
echo "Extracting the 0ad-data upstream tarball. This may take several minutes."
tar --strip-components 1 -Jxkf 0ad-data_0.0.25.orig.tar.xz -C 0ad-data-0.0.25
echo "Done extracting."
wget https://deb.debian.org/debian/pool/main/0/0ad-data/0ad-data_0.0.24b-1.debian.tar.xz
mkdir 0ad-data-0.0.24b-1
tar -Jxkf 0ad-data_0.0.24b-1.debian.tar.xz -C 0ad-data-0.0.24b-1
cp -a 0ad-data-0.0.24b-1/debian 0ad-data-0.0.25
cd 0ad-data-0.0.25
patch -p1 < ../../0ad-data-0.0.24b-1_to_0ad-data-0.0.25-1.1.diff
tar -Jcf ../0ad-data_0.0.25-1.1.debian.tar.xz debian
echo ""
echo "Now run the following commands:"
echo " cd 0ad-data-0.0.25-1.1_build/0ad-data-0.0.25"
echo " dpkg-checkbuilddeps"
echo " # (install any remaining unmet build dependencies as root)"
echo " # then run the following commands:"
echo " debuild"
echo " cd .."
echo " # then run this command as root"
echo " apt install ./0ad-data_0.0.25-1.1_all.deb ./0ad-data-common_0.0.25-1.1_all.deb"
--- End Message ---
--- Begin Message ---
Source: 0ad-data
Source-Version: 0.0.25-1
Done: Ludovic Rousseau <[email protected]>
We believe that the bug you reported is fixed in the latest version of
0ad-data, 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.
Ludovic Rousseau <[email protected]> (supplier of updated 0ad-data 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: SHA256
Format: 1.8
Date: Thu, 26 Aug 2021 14:01:01 +0200
Source: 0ad-data
Architecture: source
Version: 0.0.25-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <[email protected]>
Changed-By: Ludovic Rousseau <[email protected]>
Closes: 992314
Changes:
0ad-data (0.0.25-1) unstable; urgency=medium
.
* New upstream release.
* d/README.source: update build documentation
* d/watch: update from version 3 to 4. No change needed.
* d/control: use https:// for the Homepage:
* Fix "New upstream release of 0ad-data - version 0.0.25" (Closes: #992314)
Checksums-Sha1:
b2ca0e47665d6b543a4e56575d6fc561d725cb5f 2062 0ad-data_0.0.25-1.dsc
d3a49fa3a9c7f28583178e3d0ad723d75a486428 1272283892 0ad-data_0.0.25.orig.tar.xz
8650d0879d4ff46284b69422bd0826114a98d062 13124 0ad-data_0.0.25-1.debian.tar.xz
2c36fd559f93221ae6313e9827b8af3716df78a3 6693 0ad-data_0.0.25-1_amd64.buildinfo
Checksums-Sha256:
cd546ddfcb139fd05916f509ac4bd07f6f3871a85c56d001b053e02c70e554f8 2062
0ad-data_0.0.25-1.dsc
97a0e4268b439b5e88d56f66869d702764251a98ef1465af94b57127342a0cb5 1272283892
0ad-data_0.0.25.orig.tar.xz
a87de9d58b8b51040ab0a445bcdde8bbedbea0e5b143a48b24b5fa414b28e1cb 13124
0ad-data_0.0.25-1.debian.tar.xz
a4a8b40ddd21f597a639dade895ebcc18cbd1c82479e7968767b0ea2bde0b805 6693
0ad-data_0.0.25-1_amd64.buildinfo
Files:
8d96024898271d8a26cb01894b70c541 2062 games optional 0ad-data_0.0.25-1.dsc
475bcfd1c61b0a4a459e351a3cf5b489 1272283892 games optional
0ad-data_0.0.25.orig.tar.xz
48358c94ec14005a1fed6031695b7354 13124 games optional
0ad-data_0.0.25-1.debian.tar.xz
bcdfc39f11c9974f0cd290f988b668d5 6693 games optional
0ad-data_0.0.25-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJIBAEBCAAyFiEE9eEbn/6REUb0HZU9eKG03+j5xX4FAmEnmiYUHHJvdXNzZWF1
QGRlYmlhbi5vcmcACgkQeKG03+j5xX5xdA/+K4zFuiTAjZ0ArQIL1vKyQiWlz/vb
76M+gp4bloWnvjYaBGNa6IKTwK+9xdAewVDMAXY9ivdP4pkHn87kmcob7MpLKJTG
VwgAk9rJ5yRLCnXkEe9KA8G2KdHRxvT9OIybZbopn5MjugC7lV4JNF/7dvOnBPKN
dPnoU7zFWHBUBUVxtQ7nAiBdvGYG8ABMAKxbU1SHyn40UY7Z7jB11S9FEKV2bmAB
25APOqbYEaIFN6Qt9fmBFDHZa03PIymfQYGvBbqt7x36i+EeWOUIpZuKDBUveNaI
iRWmHq3APj5PDTjm5a6gmKC9PtZRvRK67H0q40Vs8eYRadH64wnGv1bk8CKi0UVO
GgjMuppI/oHgSL78cbFFRPJBDyDm7Bd3JFWp/OJKKZW6fE948Dh7Hehha487DMab
BGm+svHP+C0k2VH/7bJzUK0I5tX91iLo137KkA+kIW+azbT3ziRLEvoNC+6kpD7w
N7cs3ZN50rcv1F3OCOYE9lpADbLRMUKnrb/sIzmjEApQZQdax6OClwc0weMi0cx2
fxM9/+guRAPdILdWFbzeoV0k6Rnx8GM3UgLkLuz9G07Gi25E0wtqC+tMKSW6feUY
V0t7RsNbYw4y2k7KVrM4DWEz9p3J9VAwbcWVs49k61BrNGa/7YqJ4f0Vn7BwM+Iz
OnaFN8u+YlYL3jw=
=P9+X
-----END PGP SIGNATURE-----
--- End Message ---