[Pkg-cli-apps-commits] [SCM] Tomboy - desktop note taking program using Wiki style links branch, master, updated. ed34079ca47274b2746d82eac86f100db2ab79ba

Mirco Bauer meebey at meebey.net
Sat Jun 13 11:52:29 UTC 2009


The following commit has been merged in the master branch:
commit ed34079ca47274b2746d82eac86f100db2ab79ba
Author: Mirco Bauer <meebey at meebey.net>
Date:   Sat Jun 13 13:51:36 2009 +0200

    - Converted mkdir line into tomboy.dirs (thanks to sebner for the hint)
    - Delete .la files by using a wildcard, we don't want any of those.

diff --git a/debian/rules b/debian/rules
index ddb2294..4f8c713 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,13 +32,10 @@ override_dh_auto_configure: autoreconf-stamp
 
 override_dh_auto_install:
 	dh_auto_install -- GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
-	mkdir -p debian/tomboy/usr/share/pixmaps
 	uudecode debian/tomboy-16.xpm.uu && mv tomboy-16.xpm debian/tomboy/usr/share/pixmaps
 	uudecode debian/tomboy-32.xpm.uu && mv tomboy-32.xpm debian/tomboy/usr/share/pixmaps
-	mkdir -p debian/tomboy/usr/lib/tomboy/addins
 	cp debian/PrintNotes.dll.config debian/tomboy/usr/lib/tomboy/addins
-	rm -rf debian/tomboy/usr/lib/tomboy/libprintnotes.la
-	rm -rf debian/tomboy/usr/lib/tomboy/libtomboy.la
+	rm -rf debian/tomboy/usr/lib/tomboy/*.la
 	# crush it good
 	find $(CURDIR)/debian/tomboy/usr/share/gnome/help/tomboy -type f -name "*.png" -exec sh -c 'pngquant 256 < {} > {}.crushed; mv {}.crushed {}' \;
 
diff --git a/debian/tomboy.dirs b/debian/tomboy.dirs
new file mode 100644
index 0000000..dd71ac9
--- /dev/null
+++ b/debian/tomboy.dirs
@@ -0,0 +1 @@
+/usr/share/pixmaps

-- 
Tomboy - desktop note taking program using Wiki style links



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