The following commit has been merged in the master branch:
commit 3f96bad47b58d80a1e0e1b47e5a5364d3b6fb089
Author: Christoph Egger <[email protected]>
Date:   Tue Jul 28 11:48:01 2009 +0200

    Clean up rules file -- some quirks no longer needed because of improvements 
in upstream buildsystem

diff --git a/debian/rules b/debian/rules
index b786779..f70b75e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,15 +16,8 @@ include /usr/share/quilt/quilt.make
 version=1.5.0
 major=1
 
-configure: configure-stamp
-configure-stamp: $(QUILT_STAMPFN)
-       dh_testdir
-       # Add here commands to configure the package.
-       touch configure-stamp
-
-
 build: build-stamp
-build-stamp: configure-stamp  
+build-stamp: $(QUILT_STAMPFN)  
        dh_testdir
 
        # Add here commands to compile the package.
@@ -33,12 +26,11 @@ build-stamp: configure-stamp
        touch $@
 
 clean: unpatch
-       find ./CSFML/lib -name "*so*" -exec rm {} \;
        dh_testdir
        dh_testroot
 
        # Add here commands to clean up after the build process.
-       cd CSFML && $(MAKE) clean
+       cd CSFML && $(MAKE) mrproper
        
        rm -Rf .pc 
 
@@ -51,8 +43,6 @@ install: build
        dh_installdirs
 
        # Add here commands to install the package into debian/tmp
-       mkdir -p $(CURDIR)/debian/tmp/usr/lib
-       mkdir -p $(CURDIR)/debian/tmp/usr/include
        cd CSFML && $(MAKE) DESTDIR=$(CURDIR)/debian/tmp/usr install
 
 

-- 
C 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