The following commit has been merged in the master branch:
commit 8b2a04f6c8e3209aeb5246b2919bfe95f0104c22
Merge: 84d5147e1c73e5a9519b466d23f42b158a2645c7 
e72570453f1f3c6967fa4161aa83fa7126ceaad6
Author: Christoph Egger <[EMAIL PROTECTED]>
Date:   Sat Jun 14 12:30:47 2008 +0200

    Merge branch 'master' of git+ssh://[EMAIL PROTECTED]/git/pkg-games/libcsfml

diff --combined debian/rules
index 15ac1b7,daa38e3..800617d
--- a/debian/rules
+++ b/debian/rules
@@@ -7,7 -7,7 +7,7 @@@
  # This special exception was added by Craig Small in version 0.37 of dh-make.
  
  # Uncomment this to turn on verbose mode.
 -export DH_VERBOSE=1
 +#export DH_VERBOSE=1
  
  
  
@@@ -33,16 -33,17 +33,17 @@@ build-stamp: configure-stam
        touch $@
  
  clean: 
-       -[ -d CSFML/lib ] && cd ./CSFML/lib && find . -name "*so*" -exec rm {} 
\;
+       find ./CSFML/lib -name "*so*" -exec rm {} \;
        dh_testdir
        dh_testroot
-       rm -f build-stamp configure-stamp
  
        # Add here commands to clean up after the build process.
        cd CSFML && $(MAKE) clean
        QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
+       
+       rm -Rf .pc 
  
-       dh_clean 
+       dh_clean build-stamp configure-stamp
  
  install: build
        dh_testdir
@@@ -68,11 -69,22 +69,11 @@@ binary-arch: build instal
        dh_installdocs
        dh_installexamples
        dh_install --fail-missing --sourcedir=debian/tmp
 -#     dh_installmenu
 -#     dh_installdebconf       
 -#     dh_installlogrotate
 -#     dh_installemacsen
 -#     dh_installpam
 -#     dh_installmime
 -#     dh_installinit
 -#     dh_installcron
 -#     dh_installinfo
        dh_installman
        dh_link
        dh_strip
        dh_compress
        dh_fixperms
 -#     dh_perl
 -#     dh_python
        dh_makeshlibs
        dh_installdeb
        dh_shlibdeps

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