[Pkg-cli-apps-commits] [SCM] longomatch branch, master, updated. upstream/0.14.1-21-g1a65a1c

Stefan Ebner sebner at ubuntu.com
Sun Aug 9 17:28:39 UTC 2009


The following commit has been merged in the master branch:
commit 1a65a1ce3f49c3c945ae19fa9a03cc127b9916d4
Author: Stefan Ebner <sebner at ubuntu.com>
Date:   Sun Aug 9 19:27:38 2009 +0200

    Add CesarPlayer.dll.config and install it, remove useless .a and .la files

diff --git a/debian/CesarPlayer.dll.config b/debian/CesarPlayer.dll.config
new file mode 100644
index 0000000..5a8235e
--- /dev/null
+++ b/debian/CesarPlayer.dll.config
@@ -0,0 +1,3 @@
+<configuration>
+	<dllmap dll="libcesarplayer.dll" target="/usr/lib/longomatch/libcesarplayer.so.0"/>
+</configuration>
diff --git a/debian/longomatch.install b/debian/longomatch.install
new file mode 100644
index 0000000..f3bb956
--- /dev/null
+++ b/debian/longomatch.install
@@ -0,0 +1 @@
+debian/CesarPlayer.dll.config usr/lib/longomatch
diff --git a/debian/rules b/debian/rules
index d4608da..501e804 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,6 +32,10 @@ override_dh_auto_install:
 	dh_auto_install
 	convert $(CURDIR)/LongoMatch/images/lgmlogo -resize 32x32 \
 	$(CURDIR)/debian/longomatch/usr/share/pixmaps/longomatch.xpm
+	rm -f $(CURDIR)/debian/longomatch/usr/lib/libcesarplayer.la
+	rm -f $(CURDIR)/debian/longomatch/usr/lib/libcesarplayer.a
+	mv -f $(CURDIR)/debian/longomatch/usr/lib/libcesarplayer.so* \
+	$(CURDIR)/debian/longomatch/usr/lib/longomatch
 
 %:
 	dh --with quilt $@

-- 
longomatch



More information about the Pkg-cli-apps-commits mailing list