[SCM] Packaging the irrlicht game engine branch, master, updated. upstream/1.5-11-g8fdb877

Christoph Egger Christoph.Egger at gmx.de
Sun Apr 19 20:00:41 UTC 2009


The following commit has been merged in the master branch:
commit 3c9a60dac8badfa7894efcb8e6791b3a039542e0
Author: Christoph Egger <Christoph.Egger at gmx.de>
Date:   Sun Apr 19 19:27:21 2009 +0200

    Fix watchfile -> mangle repacking
    Fix get-orig-source
    Add TODOs to changelog

diff --git a/debian/changelog b/debian/changelog
index c43faca..673e02a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,8 @@
 irrlicht (1.5+repack1-1) unstable; urgency=low
 
   * Initial release (Closes: #397255)
+  * TODO: soname != libraryname
+  * TODO: symbols file
+  * TODO: check for SDL support (needed by Supertuxkart)
 
  -- Christoph Egger <debian at christoph-egger.org>  Fri, 10 Apr 2009 11:30:21 +0200
diff --git a/debian/rules b/debian/rules
index f58ecc1..995f7da 100755
--- a/debian/rules
+++ b/debian/rules
@@ -42,10 +42,12 @@ get-orig-source:
 		cd ../repack ;\
 		unzip * ;\
 		cd irrlicht-1.5 ;\
-		rm -rf source/Irrlicht/{jpeglib,zlib,libpng} ;\
-		find . -name \*.exe -exec rm {} \; ;\
+		rm -rf source/Irrlicht/jpeglib ;\
+		rm -rf source/Irrlicht/zlib ;\
+		rm -rf source/Irrlicht/libpng ;\
+		find . \( -name \*.exe -o -name \*.dll \) -exec rm {} \; ;\
 		cd .. ;\
-		GZIP="--best" tar -czf irrlicht_1.5+repack1.orig.tar.gz ;\
+		GZIP="--best" tar -czf irrlicht_1.5+repack1.orig.tar.gz irrlicht-1.5 ;\
 		mv irrlicht_1.5+repack1.orig.tar.gz .. ;\
 	)
 	rm -rf ../repack
diff --git a/debian/watch b/debian/watch
index a386cfb..0a8eedc 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,5 +1,7 @@
 version=3
+opts=dversionmangle=s/\+repack\d+$//g \
+ http://sf.net/irrlicht/irrlicht-([\.0-9]+)\.zip
 
-http://irrlicht.sourceforge.net.net/download.html irrlicht-(.*)\.zip
+# http://irrlicht.sourceforge.net/downloads.html irrlicht-(.*)\.zip
 
 # http://sf.net/irrlicht/irrlicht-([\.0-9]+)\.zip

-- 
Packaging the irrlicht game engine



More information about the Pkg-games-commits mailing list