[SCM] platform/puzzle game branch, master, updated. upstream/1.0-7-g29435d6
Sylvain Beucler
beuc at beuc.net
Sun Oct 5 18:39:26 UTC 2008
The following commit has been merged in the master branch:
commit 8c40268a902d64cac9b5251abb80f53ad8ed4854
Author: Sylvain Beucler <beuc at beuc.net>
Date: Sun Oct 5 20:38:25 2008 +0200
Move source information in README.source + add a .src.rpm extraction primer
diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..aba75b4
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,33 @@
+The first release was posted to the TINS '07 contest:
+ http://amarillion.bafsoft.net/tins07/
+more exactly here:
+ http://amarillion.bafsoft.net/tins07/upload/3-db-tins07.zip
+
+The official location should be
+ http://darkbits.org/ballz-1.0.tar.gz
+but is currently dead link.
+
+The game was also announced (with its original URLs) at:
+ http://www.allegro.cc/forums/thread/590831
+
+
+While original source link is currently 404, the tarball can be
+grabbed from the Fedora package, e.g.:
+
+http://download.fedora.redhat.com/pub/fedora/linux/releases/9/Everything/source/SRPMS/ballz-1.0-3.fc9.src.rpm
+
+To extract it, install 'rpm'::
+
+ apt-get install rpm
+
+then install the source RPM::
+
+ rpm -i ballz-1.0-3.fc9.src.rpm
+
+which will install the tarball and the patches in
+'/usr/src/rpm/SOURCES'.
+
+Alternatively you can use 'rpm2cpio' also from the 'rpm' package to
+extract all files in the current directory::
+
+ rpm2cpio ballz-1.0-3.fc9.src.rpm | cpio -t
diff --git a/debian/copyright b/debian/copyright
index a52372c..8f427a0 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,20 +4,6 @@ Sun, 28 Sep 2008 12:53:28 +0200.
It was downloaded from
<http://download.fedora.redhat.com/pub/fedora/linux/releases/9/Everything/source/SRPMS/ballz-1.0-3.fc9.src.rpm>
-
-The first release was posted to the TINS '07 contest:
- http://amarillion.bafsoft.net/tins07/
-more exactly here:
- http://amarillion.bafsoft.net/tins07/upload/3-db-tins07.zip
-
-The official location should be
- http://darkbits.org/ballz-1.0.tar.gz
-but is currently dead link.
-
-The game was also announced (with its original URLs) at:
- http://www.allegro.cc/forums/thread/590831
-
-
Upstream Authors:
Olof Naessen
--
platform/puzzle game
More information about the Pkg-games-commits
mailing list