[Pkg-electronics-commits] [SCM] Packaging for gEDA branch, master, updated. 0752afac552e5ecd97513f0b07fbf207812dc382
أحمد المحمودي (Ahmed El-Mahmoudy)
aelmahmoudy at users.sourceforge.net
Sat Nov 21 08:03:13 UTC 2009
The following commit has been merged in the master branch:
commit 6917120ca9293fbf217932f963faca731d1c8a2a
Author: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at users.sourceforge.net>
Date: Fri Nov 20 18:04:09 2009 +0200
Fix check for geda-symbols nc.pdf moving
diff --git a/debian/rules b/debian/rules
index 8953fc5..a3ae6e1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -73,7 +73,7 @@ override_dh_installexamples:
[ ! -d debian/geda-examples ] || \
( cd debian/geda-examples/usr/share/doc && mv geda-gaf/examples geda-examples/ && rmdir geda-gaf )
# In geda-symbols nc.pdf should rather be in examples dir:
- [ ! -d debian/geda-examples ] || \
+ [ ! -d debian/geda-symbols ] || \
( cd debian/geda-symbols/usr/share/doc/geda-symbols && mkdir -p examples && mv nc.pdf examples/ )
override_dh_compress:
--
Packaging for gEDA
More information about the Pkg-electronics-commits
mailing list