Package: balazar3-common
Version: 0.1-9
Severity: important
Tags: patch

balazar3-common doesn't depend on python-support, even though it is needed to bytecompile its Python modules. The attached patch fixes this bug.

--
Jakub Wilk
diff -Nru balazar3-0.1/debian/control balazar3-0.1/debian/control
--- balazar3-0.1/debian/control	2010-05-16 16:42:38.000000000 +0200
+++ balazar3-0.1/debian/control	2010-08-07 14:24:03.000000000 +0200
@@ -8,6 +8,7 @@
 Homepage: http://home.gna.org/oomadness/en/balazar_iii/index.html
 Vcs-Browser: http://git.debian.org/?p=collab-maint/balazar3.git
 Vcs-Git: git://git.debian.org/git/collab-maint/balazar3.git
+XS-Python-Version: >= 2.5
 
 Package: balazar3
 Architecture: all
@@ -84,7 +85,7 @@
 
 Package: balazar3-common
 Architecture: all
-Depends: python (>= 2.5), python-cerealizer, ${misc:Depends}
+Depends: ${python:Depends}, python-cerealizer, ${misc:Depends}
 Suggests: python-psyco
 Description: dungeon adventure game with multiplayer support - common files
  Balazar III is a dungeon adventure game with multiplayer support. As

Attachment: signature.asc
Description: Digital signature

Reply via email to