[Pkg-jed-commit] r186 - trunk/packages/jed-extra/debian

Guenter Milde milde-guest at costa.debian.org
Mon Nov 14 09:29:57 UTC 2005


Author: milde-guest
Date: 2005-11-14 09:29:57 +0000 (Mon, 14 Nov 2005)
New Revision: 186

Modified:
   trunk/packages/jed-extra/debian/rules
Log:
fix permissions in apsconfig example dir


Modified: trunk/packages/jed-extra/debian/rules
===================================================================
--- trunk/packages/jed-extra/debian/rules	2005-11-14 09:22:21 UTC (rev 185)
+++ trunk/packages/jed-extra/debian/rules	2005-11-14 09:29:57 UTC (rev 186)
@@ -27,13 +27,12 @@
                 
 jed-extra_$(VER).orig.tar.gz:
 	# Get the upstream archive
-	# uncomment your choice of source location
-	# TODO: make this an option
+	# uncomment your choice of source location # TODO: make this an option
 	#
+	# officially released CVS tarball directly from a download mirror
+	# wget http://kent.dl.sourceforge.net/sourceforge/jedmodes/jedmodes-cvs.tgz
 	# latest non-released source tarball
 	# wget  http://jedmodes.sf.net/cvs/jedmodes.tgz
-	# officially released CVS tarball directly from the download mirror in Kent
-	# wget http://kent.dl.sourceforge.net/sourceforge/jedmodes/jedmodes-cvs.tgz
 	# local copy
 	cp ~/.jed/jedmodes/src/jedmodes.tgz .
 	
@@ -68,14 +67,17 @@
 	dh_clean --keep
 
 	# install modes according to jed-extra.install
+	# (generated by ../utils/sort-modes.sl)
 	dh_install -X.html -X.otl -Xapsconf -XREADME
-	 
+	
 	# install documentation (under /usr/share/doc/jed-extra)
 	dh_installdocs  $$(find . -name \*.html -o -name \*.otl) \
 	COPYING README.txt
 
 	# install some extra docs from the source
 	dh_installexamples apsmode/apsconf
+	#fix permissions
+	chmod -x $(debroot)/usr/share/doc/jed-extra/examples/apsconf/*
 
 	# rename compile script to build *.slc files after installation
 	mv $(debroot)/usr/share/jed/compile/compile \




More information about the Pkg-jed-commit mailing list