[SCM] Packaging for scorched3d branch, master, updated. debian/43.2a.dfsg-6-13-gc06df20
Stephen M. Webb
stephen.webb at bregmasoft.ca
Wed Feb 8 23:13:16 UTC 2012
The following commit has been merged in the master branch:
commit 005dc5bdf860595f796ed781f11e727e8fa52484
Author: Stephen M. Webb <stephen.webb at bregmasoft.ca>
Date: Wed Feb 8 15:26:49 2012 -0500
marked binary packages for multiarch as appropriate
diff --git a/debian/changelog b/debian/changelog
index 2e17c04..dae8b13 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,8 +8,9 @@ scorched3d (43.3+dfsg-1) UNRELEASED; urgency=low
- removed lintian overrides
* added dpkg Pre-Depends to -dbg and -data packages for xz compression
* replaced the embedded copy of DejaVuCondensedBold font with the system one
+ * marked binary packages for multiarch as appropriate
- -- Stephen M. Webb <stephen.webb at bregmasoft.ca> Wed, 08 Feb 2012 15:04:55 -0500
+ -- Stephen M. Webb <stephen.webb at bregmasoft.ca> Wed, 08 Feb 2012 15:26:22 -0500
scorched3d (43.2a.dfsg-6) unstable; urgency=low
diff --git a/debian/control b/debian/control
index eba9b9d..7c40360 100644
--- a/debian/control
+++ b/debian/control
@@ -33,7 +33,9 @@ Homepage: http://scorched3d.sourceforge.net/
Package: scorched3d
Architecture: any
-Pre-Depends: dpkg (>= 1.15.6~)
+Multi-Arch: same
+Pre-Depends: dpkg (>= 1.15.6~),
+ ${misc:Pre-Depends}
Depends: scorched3d-data (= ${source:Version}),
${misc:Depends},
${shlibs:Depends}
@@ -44,9 +46,11 @@ Description: 3D artillery game similar to Scorched Earth
Package: scorched3d-dbg
Architecture: any
+Multi-Arch: same
Priority: extra
Section: debug
-Pre-Depends: dpkg (>= 1.15.6~)
+Pre-Depends: dpkg (>= 1.15.6~),
+ ${misc:Pre-Depends}
Depends: scorched3d (= ${binary:Version}), ${misc:Depends}
Description: 3D artillery game similar to Scorched Earth, debug data
Scorched3D is a game based heavily on the classic DOS game Scorched Earth
@@ -60,8 +64,10 @@ Description: 3D artillery game similar to Scorched Earth, debug data
Package: scorched3d-data
Architecture: all
+Multi-Arch: foreign
Suggests: scorched3d
-Pre-Depends: dpkg (>= 1.15.6~)
+Pre-Depends: dpkg (>= 1.15.6~),
+ ${misc:Pre-Depends}
Depends: ttf-dejavu-core, ttf-dejavu-extra, ${misc:Depends}
Description: data files for Scorched3D game
Scorched3D is a game based heavily on the classic DOS game Scorched Earth
--
Packaging for scorched3d
More information about the Pkg-games-commits
mailing list