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

Guenter Milde milde-guest at costa.debian.org
Fri Jun 2 08:40:53 UTC 2006


Author: milde-guest
Date: 2006-06-02 08:40:51 +0000 (Fri, 02 Jun 2006)
New Revision: 311

Removed:
   trunk/packages/jed-extra/debian/install.template
Modified:
   trunk/packages/jed-extra/debian/rules
Log:
install.template is now called install (removed double file)
rules: new 'debian/jed-extra.install' rule to make it explicit that we
       create and use a jed-extra.install file and allow testing.
       
       should we move a copy of the generated jed-extra.install to the SVN?



Deleted: trunk/packages/jed-extra/debian/install.template
===================================================================
--- trunk/packages/jed-extra/debian/install.template	2006-06-01 15:02:53 UTC (rev 310)
+++ trunk/packages/jed-extra/debian/install.template	2006-06-02 08:40:51 UTC (rev 311)
@@ -1,3 +0,0 @@
-debian/examples/50jed-extra.sl	etc/jed.d/
-debian/compile	                usr/share/jed/compile
-debian/jed-extra-preparse.sl	usr/share/jed/compile

Modified: trunk/packages/jed-extra/debian/rules
===================================================================
--- trunk/packages/jed-extra/debian/rules	2006-06-01 15:02:53 UTC (rev 310)
+++ trunk/packages/jed-extra/debian/rules	2006-06-02 08:40:51 UTC (rev 311)
@@ -39,7 +39,11 @@
 	dh_testdir
 	dh_clean
 
-binary binary-indep: patch-stamp
+debian/jed-extra.install: debian/contents.txt	
+	# generate jed-extra.install from categorization in contents.txt
+	jed-script debian/sort-modes.sl
+
+binary binary-indep: patch-stamp debian/jed-extra.install
 	dh_testdir
 	dh_testroot
 	dh_clean
@@ -47,19 +51,17 @@
 	# install modes
 	# -------------
 			
-	# generate jed-extra.install from categorization in contents.txt
-	jed-script debian/sort-modes.sl
-	# install using the generated jed-extra.install
+	# install using jed-extra.install
 	dh_install -X.html -X.otl -X.example -XREADME
 	
 	# Install package documentation
         # check:
-	find . -name \*.html -o -name \*.otl -name \*.example \
-	                 -o -name README\*
+	# find . -name \*.html -o -name \*.otl -name \*.example \
+	#                 -o -name README\*
 	# !! dh_install installs the files in jed-extra.install again !!
 	install -d $(debroot)/usr/share/doc/jed-extra/mode-doc/
 	install README $$(find . -name \*.html -o -name \*.otl -o \
-	                  -name \*.example -o -name README-\*) \
+	                  -name \*.example -o -name \*-README) \
 		$(debroot)/usr/share/doc/jed-extra/mode-doc/
 
 	dh_installdocs debian/contents.txt




More information about the Pkg-jed-commit mailing list