r15065 - packages/trunk/bubbros/debian

Juhani Numminen jsonic-guest at moszumanska.debian.org
Mon May 5 16:53:54 UTC 2014


Author: jsonic-guest
Date: 2014-05-05 16:53:53 +0000 (Mon, 05 May 2014)
New Revision: 15065

Modified:
   packages/trunk/bubbros/debian/changelog
   packages/trunk/bubbros/debian/control
   packages/trunk/bubbros/debian/rules
Log:
Change python helper to dh_python2 as dh_pysupport is obsolete.

Modified: packages/trunk/bubbros/debian/changelog
===================================================================
--- packages/trunk/bubbros/debian/changelog	2014-05-05 14:12:18 UTC (rev 15064)
+++ packages/trunk/bubbros/debian/changelog	2014-05-05 16:53:53 UTC (rev 15065)
@@ -16,6 +16,7 @@
   * Add Keywords field to debian/bubbros.desktop, remove unhelpful GenericName.
   * Add myself to Uploaders.
   * Exclude Makefiles from being installed.
+  * Change python helper to dh_python2 as dh_pysupport is obsolete.
 
  -- Juhani Numminen <juhaninumminen0 at gmail.com>  Sun, 04 May 2014 21:31:16 +0300
 

Modified: packages/trunk/bubbros/debian/control
===================================================================
--- packages/trunk/bubbros/debian/control	2014-05-05 14:12:18 UTC (rev 15064)
+++ packages/trunk/bubbros/debian/control	2014-05-05 16:53:53 UTC (rev 15065)
@@ -7,13 +7,13 @@
 Homepage: http://bub-n-bros.sourceforge.net/
 Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/bubbros
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-games/packages/trunk/bubbros/
-Build-Depends: cdbs (>= 0.4.49),
+Build-Depends: cdbs (>= 0.4.90~),
  debhelper (>= 5.0.37.1),
  devscripts (>= 2.9),
- python-all (>= 2.3.5-11),
+ python-all (>= 2.6.6-3~),
  quilt,
  sharutils
-Build-Depends-Indep: python-support (>= 0.5.3)
+Build-Depends-Indep: dh-python
 Standards-Version: 3.9.5
 
 Package: bubbros
@@ -23,7 +23,6 @@
  ${misc:Depends},
  ${python:Depends},
  python-pygame (>= 1.5.5)
-XB-Python-Version: ${python:Versions}
 Description: multiplayer clone of the famous Bubble Bobble game
  The objective of this game is to obtain points by destroying enemies
  (capturing them into bubbles and smashing those) and collecting items.

Modified: packages/trunk/bubbros/debian/rules
===================================================================
--- packages/trunk/bubbros/debian/rules	2014-05-05 14:12:18 UTC (rev 15064)
+++ packages/trunk/bubbros/debian/rules	2014-05-05 16:53:53 UTC (rev 15065)
@@ -50,7 +50,7 @@
 	cp ${CURDIR}/doc/Client.py.1 ${DEBDIR}/man/bubbros-client.6
 
 binary-install/bubbros::
-	dh_pysupport -pbubbros
+	dh_python2 -pbubbros
 
 clean::
 	# Remove temporary files




More information about the Pkg-games-commits mailing list