[SCM] bounce the falling watermelons game branch, master, updated. upstream/1.1.1-12-g939ce6f

Stephen M. Webb stephen.webb at bregmasoft.ca
Tue Jan 24 13:16:21 UTC 2012


The following commit has been merged in the master branch:
commit 59cda8df5193c017a699fe089018bb2cd9920530
Author: Stephen M. Webb <stephen.webb at bregmasoft.ca>
Date:   Sun Jan 22 09:02:42 2012 -0500

    debian/control: modified build dependencies.

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..845ca06
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+.pc
diff --git a/debian/changelog b/debian/changelog
index e6fe129..aa06aeb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,14 +1,8 @@
-watermelons (1.1.1-2) UNRELEASED; urgency=low
-
-  * Fixed copyright dates.
-  * Fixed build rule for installing in /usr/games.
-
- -- Stephen M. Webb <stephen.webb at bregmasoft.ca>  Sun, 09 Oct 2011 22:04:41 -0400
-
 watermelons (1.1.1-1) UNRELEASED; urgency=low
 
   * Initial packaging release (Closes: #490857).
   * Replaced bundled font with dependency on installed font.
   * Modified setup.py to install under Debian.
+  * Fixed build rule for installing in /usr/games.
 
  -- Stephen M. Webb <stephen.webb at bregmasoft.ca>  Thu, 15 Sep 2011 09:33:00 -0400
diff --git a/debian/control b/debian/control
index 1eae077..4bd128d 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,7 @@ Section: games
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Stephen M. Webb <stephen.webb at bregmasoft.ca>
-Build-Depends-Indep: python (>= 2.4), python-support
-Build-Depends: debhelper (>= 8.0)
+Build-Depends: debhelper (>= 8.0), python (>= 2.6.6-3~)
 Standards-Version: 3.9.2
 Homepage: http://www.imitationpickles.org/melons/index.html
 Vcs-Git: git://git.debian.org/pkg-games/watermelons.git
@@ -13,8 +12,11 @@ X-Python-Version: >= 2.4
 
 Package: watermelons
 Architecture: all
-Depends: python, python-pygame, ttf-larabie-straight,
- ${shlibs:Depends}, ${misc:Depends}
+Depends: python-pygame,
+         ttf-larabie-straight,
+         ${misc:Depends},
+         ${python:Depends},
+         ${shlibs:Depends}
 Description: bounce the falling watermelons game
  A casual game of skill and thrill in which the player must prevent the falling
  watermelons from hitting the ground by moving a trampoline around.  There is no
diff --git a/debian/copyright b/debian/copyright
index 99e4174..eaf59cf 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -28,4 +28,3 @@ License: GPL-2.0+
  .
  On Debian systems, the complete text of the GNU General
  Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
-

-- 
bounce the falling watermelons game



More information about the Pkg-games-commits mailing list