[Pkg-electronics-commits] [SCM] Packaging for gEDA branch, master, updated. eab2d5a72638f2c07efff268b82b8b3c112066b2
أحمد المحمودي (Ahmed El-Mahmoudy)
aelmahmoudy at users.sourceforge.net
Fri Nov 20 15:01:27 UTC 2009
The following commit has been merged in the master branch:
commit 6d0425832ef55606e64f89a80f27a56a7e11c3de
Author: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at users.sourceforge.net>
Date: Fri Nov 20 15:59:24 2009 +0200
Fix for moving of nc.pdf
diff --git a/debian/rules b/debian/rules
index a3e2672..8953fc5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -74,7 +74,7 @@ override_dh_installexamples:
( 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 ] || \
- ( cd debian/geda-symbols/usr/share/doc && mkdir -p debian && mv nc.pdf examples/ )
+ ( cd debian/geda-symbols/usr/share/doc/geda-symbols && mkdir -p examples && mv nc.pdf examples/ )
override_dh_compress:
dh_compress -Xwiki -X.sch -Xgeda-examples/examples -X.sym
--
Packaging for gEDA
More information about the Pkg-electronics-commits
mailing list