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

sukria at alioth.debian.org sukria at alioth.debian.org
Sat Aug 18 12:02:01 UTC 2007


Author: sukria
Date: 2007-08-18 12:02:01 +0000 (Sat, 18 Aug 2007)
New Revision: 123

Added:
   packages/tinymce/trunk/debian/README.Debian
Modified:
   packages/tinymce/trunk/debian/changelog
   packages/tinymce/trunk/debian/control
   packages/tinymce/trunk/debian/rules
Log:
removed the -doc package

Added: packages/tinymce/trunk/debian/README.Debian
===================================================================
--- packages/tinymce/trunk/debian/README.Debian	                        (rev 0)
+++ packages/tinymce/trunk/debian/README.Debian	2007-08-18 12:02:01 UTC (rev 123)
@@ -0,0 +1,5 @@
+TinyMCE does not provide a -doc package anymore, as upstream decided to drop
+the static documentation pack from their tarball.
+
+TinyMCE documentation is now only available online:
+http://wiki.moxiecode.com/index.php/TinyMCE:Index

Modified: packages/tinymce/trunk/debian/changelog
===================================================================
--- packages/tinymce/trunk/debian/changelog	2007-08-18 11:58:25 UTC (rev 122)
+++ packages/tinymce/trunk/debian/changelog	2007-08-18 12:02:01 UTC (rev 123)
@@ -2,8 +2,10 @@
 
   * New upstream release (closes: #430123)
   * Added missing blank.htm file (closes: #415159)
+  * Dropped the -doc package as upstream stoped maintaining it.
+    Refering to the online documentation in README.Debian instead.
 
- -- Alexis Sukrieh <sukria at debian.org>  Sat, 18 Aug 2007 13:52:28 +0200
+ -- Alexis Sukrieh <sukria at debian.org>  Sat, 18 Aug 2007 14:00:42 +0200
 
 tinymce (2.0.8-1) unstable; urgency=low
 

Modified: packages/tinymce/trunk/debian/control
===================================================================
--- packages/tinymce/trunk/debian/control	2007-08-18 11:58:25 UTC (rev 122)
+++ packages/tinymce/trunk/debian/control	2007-08-18 12:02:01 UTC (rev 123)
@@ -6,14 +6,6 @@
 Build-Depends: debhelper (>= 5), dpatch
 Standards-Version: 3.7.2
 
-Package: tinymce-doc
-Section: doc
-Architecture: all
-Suggests: tinymce
-Description: documentation package for tinymce
- This package provides the full version of the HTML guide that comes with
- tinymce.
-
 Package: tinymce
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}

Modified: packages/tinymce/trunk/debian/rules
===================================================================
--- packages/tinymce/trunk/debian/rules	2007-08-18 11:58:25 UTC (rev 122)
+++ packages/tinymce/trunk/debian/rules	2007-08-18 12:02:01 UTC (rev 123)
@@ -71,10 +71,6 @@
 	install -d $(TINYMCE)/usr/share/tinymce/www/utils
 	install -m 0644 $(CURDIR)/jscripts/tiny_mce/utils/*.js $(TINYMCE)/usr/share/tinymce/www/utils
 	
-	# install rules for the `tinymce-doc' package
-	install -d $(TINYMCEDOC)/usr/share/doc/tinymce-doc
-	cp -r $(CURDIR)/docs/* $(TINYMCEDOC)/usr/share/doc/tinymce-doc
-
 # Build architecture-independent files here.
 binary-indep: build install
 # We have nothing to do by default.




More information about the Webapps-common-discuss mailing list