r13270 - packages/trunk/zaz/debian
Paul Wise
pabs at alioth.debian.org
Sun Feb 19 08:52:23 UTC 2012
Author: pabs
Date: 2012-02-19 08:52:22 +0000 (Sun, 19 Feb 2012)
New Revision: 13270
Modified:
packages/trunk/zaz/debian/changelog
packages/trunk/zaz/debian/control
Log:
dbg/data packages don't have ELF files and therefore don't need shlibs
Modified: packages/trunk/zaz/debian/changelog
===================================================================
--- packages/trunk/zaz/debian/changelog 2012-02-19 08:48:23 UTC (rev 13269)
+++ packages/trunk/zaz/debian/changelog 2012-02-19 08:52:22 UTC (rev 13270)
@@ -5,6 +5,7 @@
[ Paul Wise ]
* Add patches by Steve Cotton to fix crashes (Closes: #649017; LP: #656468)
+ * dbg/data packages don't have ELF files and therefore don't need shlibs
* Wrap and sort various files for more readable diffs
* Drop dh-buildinfo since it isn't useful these days
* Drop quilt build-dep, not needed with dpkg-source v3
Modified: packages/trunk/zaz/debian/control
===================================================================
--- packages/trunk/zaz/debian/control 2012-02-19 08:48:23 UTC (rev 13269)
+++ packages/trunk/zaz/debian/control 2012-02-19 08:52:22 UTC (rev 13270)
@@ -40,7 +40,7 @@
Package: zaz-data
Architecture: all
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends}
Recommends: zaz (>= ${source:Version})
Description: arcade action puzzle game - game data
Zaz is an arcade action puzzle game where the goal is to get rid of
@@ -52,7 +52,7 @@
Section: debug
Priority: extra
Architecture: any
-Depends: zaz (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
+Depends: zaz (= ${binary:Version}), ${misc:Depends}
Description: arcade action puzzle game - debug
Zaz is an arcade action puzzle game where the goal is to get rid of
all incoming balls by rearranging their order.
More information about the Pkg-games-commits
mailing list