[Webapps-common-discuss] [commit] r120 - packages/tinymce/trunk/debian

sukria at alioth.debian.org sukria at alioth.debian.org
Sat Aug 18 11:52:55 UTC 2007


Author: sukria
Date: 2007-08-18 11:52:55 +0000 (Sat, 18 Aug 2007)
New Revision: 120

Modified:
   packages/tinymce/trunk/debian/changelog
   packages/tinymce/trunk/debian/rules
Log:
Changelog and cleaning of debian/rules


Modified: packages/tinymce/trunk/debian/changelog
===================================================================
--- packages/tinymce/trunk/debian/changelog	2007-08-18 11:44:47 UTC (rev 119)
+++ packages/tinymce/trunk/debian/changelog	2007-08-18 11:52:55 UTC (rev 120)
@@ -1,8 +1,9 @@
-tinymce (2.0.8-2) UNRELEASED; urgency=low
+tinymce (2.1.1.1-1) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * New upstream release (closes: #430123)
+  * Added missing blank.htm file (closes: #415159)
 
- -- Alexis Sukrieh <sukria at debian.org>  Wed, 25 Oct 2006 09:35:33 +0200
+ -- Alexis Sukrieh <sukria at debian.org>  Sat, 18 Aug 2007 13:52:28 +0200
 
 tinymce (2.0.8-1) unstable; urgency=low
 

Modified: packages/tinymce/trunk/debian/rules
===================================================================
--- packages/tinymce/trunk/debian/rules	2007-08-18 11:44:47 UTC (rev 119)
+++ packages/tinymce/trunk/debian/rules	2007-08-18 11:52:55 UTC (rev 120)
@@ -39,12 +39,17 @@
 	# install rules for the `tinymce' package
 	# Put the web files in the appropriate location
 	install -d $(TINYMCE)/usr/share/tinymce/www
+	
+	# static files (html and js)
 	install -m 0644 debian/example.html $(TINYMCE)/usr/share/tinymce/www
 	install -m 0644 $(CURDIR)/jscripts/tiny_mce/*.js $(TINYMCE)/usr/share/tinymce/www
-	# the default (english) language pack
+	install -m 0644 $(CURDIR)/jscripts/tiny_mce/*.htm $(TINYMCE)/usr/share/tinymce/www
+	
+	# language packs 
 	install -d $(TINYMCE)/usr/share/tinymce/www/langs
 	install -m 0644 $(CURDIR)/jscripts/tiny_mce/langs/en.js $(TINYMCE)/usr/share/tinymce/www/langs
-	# install all the plugins found in the `tiny_mce/plugins' directory 
+	
+	# plugins 
 	install -d $(TINYMCE)/usr/share/tinymce/www/plugins
 	for plugin_dir in $$(find $(CURDIR)/jscripts/tiny_mce/plugins -maxdepth 1 -type d) ; do \
 		install -d $(TINYMCE)/usr/share/tinymce/www/plugins/$$(basename $$plugin_dir) ; \
@@ -52,7 +57,8 @@
 			cp -r $(CURDIR)/jscripts/tiny_mce/plugins/$$(basename $$plugin_dir)/* \
 			      $(TINYMCE)/usr/share/tinymce/www/plugins/$$(basename $$plugin_dir)/ ;\
 	done
-	# install all the themes found in the `tiny_mce/themes' directory 
+	
+	# themes
 	install -d $(TINYMCE)/usr/share/tinymce/www/themes
 	for theme_dir in $$(find $(CURDIR)/jscripts/tiny_mce/themes -maxdepth 1 -type d) ; do \
 		install -d $(TINYMCE)/usr/share/tinymce/www/themes/$$(basename $$theme_dir) ; \
@@ -60,7 +66,8 @@
 			cp -r $(CURDIR)/jscripts/tiny_mce/themes/$$(basename $$theme_dir)/* \
 			      $(TINYMCE)/usr/share/tinymce/www/themes/$$(basename $$theme_dir)/ ;\
 	done
-	# install the `utils' JavaScript library
+	
+	# utils
 	install -d $(TINYMCE)/usr/share/tinymce/www/utils
 	install -m 0644 $(CURDIR)/jscripts/tiny_mce/utils/*.js $(TINYMCE)/usr/share/tinymce/www/utils
 	




More information about the Webapps-common-discuss mailing list