The following commit has been merged in the master branch:
commit af705973f311d0bec997e658075816ea82a341fb
Author: Christoph Egger <[EMAIL PROTECTED]>
Date:   Tue Jun 10 19:46:13 2008 +0200

     * Adding deps to build in pbuilder chroot

diff --git a/debian/changelog b/debian/changelog
index 8331d59..c7af93f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-python-sfml (1.2-1) unstable; urgency=low
+python-sfml (1.2-1) UNRELEASED; urgency=low
 
   * Initial release (Closes: #481667)
 
diff --git a/debian/control b/debian/control
index 150be65..4db3c5f 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: python
 Priority: extra
 Maintainer: Debian Games Team <[EMAIL PROTECTED]>
 Uploaders: Christoph Egger <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 6), python-support (>= 0.6), libsfml1-dev
+Build-Depends: debhelper (>= 6), python-support (>= 0.6), libsfml1-dev, 
python-all-dev, libglew1.5-dev
 Standards-Version: 3.8.0
 Vcs-Git: git://git.debian.org/git/pkg-games/python-sfml.git/
 Vcs-Browser: http://git.debian.org/?p=pkg-games/python-sfml.git
diff --git a/debian/rules b/debian/rules
index 96d2fe2..586f7d8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,9 +5,12 @@
 # As a special exception, when this file is copied by dh-make into a
 # dh-make output file, you may use that output file without restriction.
 # This special exception was added by Craig Small in version 0.37 of dh-make.
+#
+# This file was heavily modified by Christoph Egger to get what is needed by
+# python-support
 
 # Uncomment this to turn on verbose mode.
-export DH_VERBOSE=1
+#export DH_VERBOSE=1
 
 export PYVERS=$(shell pyversions -vr)
 
@@ -38,24 +41,12 @@ binary-arch: build install
        dh_installchangelogs 
        dh_installdocs
        dh_installexamples
-#      dh_install
-#      dh_installmenu
-#      dh_installdebconf       
-#      dh_installlogrotate
-#      dh_installemacsen
-#      dh_installpam
-#      dh_installmime
        dh_pysupport
-#      dh_installinit
-#      dh_installcron
-#      dh_installinfo
        dh_installman
        dh_link
        dh_strip
        dh_compress
        dh_fixperms
-#      dh_perl
-#      dh_makeshlibs
        dh_installdeb
        dh_shlibdeps
        dh_gencontrol

-- 
Python bindings for the SFML Library

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to