[SCM] Installer for game data files branch, master, updated. efd46d96e303f4a3f010a93ae2ee1d6c68315639
Jon Dowland
jmtd at debian.org
Tue Sep 11 21:08:34 UTC 2012
The following commit has been merged in the master branch:
commit 9980fe54d6fd1311e29e75a346a4b9a8d3003ee9
Author: Jon Dowland <jmtd at debian.org>
Date: Fri Sep 7 17:45:04 2012 +0100
add empty.deb to tests
diff --git a/Makefile b/Makefile
index 4058915..29714fe 100644
--- a/Makefile
+++ b/Makefile
@@ -31,6 +31,9 @@ default: $(DIRS)
$(DIRS):
mkdir -p $@
+tests/empty.deb:
+ dpkg-deb -b tests/empty tests/empty.deb
+
clean:
make -f doom-common.mk IWAD=doom LONG="Doom" VERSION=$(VERSION) clean
make -f doom-common.mk IWAD=doom2 \
@@ -57,6 +60,7 @@ clean:
make -f rott.mk VERSION=$(VERSION) clean
make -f wolf3d.mk VERSION=$(VERSION) clean
for d in $(DIRS); do [ ! -d "$$d" ] || rmdir "$$d"; done
+ rm -f tests/empty.deb
check:
./t/verify-md5sum-alternatives.sh
diff --git a/tests/empty/DEBIAN/control b/tests/empty/DEBIAN/control
new file mode 100644
index 0000000..1b3b06a
--- /dev/null
+++ b/tests/empty/DEBIAN/control
@@ -0,0 +1,9 @@
+Package: emptypackage
+Section: non-free/games
+Priority: optional
+Architecture: all
+Installed-Size: 0
+Version: 1
+Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
+Description: an empty .deb file
+ used as part of the game-data-packager test harness
--
Installer for game data files
More information about the Pkg-games-commits
mailing list