r14915 - packages/trunk/0ad/debian

Vincent Cheng vcheng at moszumanska.debian.org
Wed Feb 19 08:02:11 UTC 2014


Author: vcheng
Date: 2014-02-19 08:02:11 +0000 (Wed, 19 Feb 2014)
New Revision: 14915

Modified:
   packages/trunk/0ad/debian/control
Log:
Hack to make 0ad and 0ad-data co-installable without re-uploading 0ad-data
(because 0.0.15+dfsg is strictly greater than 0.0.15...argh)


Modified: packages/trunk/0ad/debian/control
===================================================================
--- packages/trunk/0ad/debian/control	2014-02-19 07:38:43 UTC (rev 14914)
+++ packages/trunk/0ad/debian/control	2014-02-19 08:02:11 UTC (rev 14915)
@@ -36,10 +36,10 @@
 Architecture: amd64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386
 Pre-Depends: dpkg (>= 1.15.6~)
 Depends:
- 0ad-data (>= ${source:Upstream-Version}),
- 0ad-data (<= ${source:Version}),
- 0ad-data-common (>= ${source:Upstream-Version}),
- 0ad-data-common (<= ${source:Version}),
+ 0ad-data (>= 0.0.15),
+ 0ad-data (<< 0.0.16),
+ 0ad-data-common (>= 0.0.15),
+ 0ad-data-common (<< 0.0.16),
  ${misc:Depends},
  ${shlibs:Depends}
 Description: Real-time strategy game of ancient warfare




More information about the Pkg-games-commits mailing list