[Pkg-ruby-extras-maintainers] r803 - packages/libihelp-ruby/trunk/debian

Esteban Manchado Velázquez zoso at costa.debian.org
Tue Aug 29 22:08:07 UTC 2006


Author: zoso
Date: 2006-08-29 22:08:06 +0000 (Tue, 29 Aug 2006)
New Revision: 803

Modified:
   packages/libihelp-ruby/trunk/debian/changelog
   packages/libihelp-ruby/trunk/debian/control
   packages/libihelp-ruby/trunk/debian/control.in
   packages/libihelp-ruby/trunk/debian/rules
Log:
- Repackage, putting all documentation inside libihelp-ruby (dropping -doc).
- Put a warning in the previous revision changelog, to note that it was never
  released.


Modified: packages/libihelp-ruby/trunk/debian/changelog
===================================================================
--- packages/libihelp-ruby/trunk/debian/changelog	2006-08-25 22:00:50 UTC (rev 802)
+++ packages/libihelp-ruby/trunk/debian/changelog	2006-08-29 22:08:06 UTC (rev 803)
@@ -1,11 +1,14 @@
 libihelp-ruby (0.3.1-3) UNRELEASED; urgency=low
 
-  * NOT RELEASED YET
+  * Acknowledge NMU 0.3.1-1.1 (Closes: #366570).
+  * Repackage without the -doc package, following Joerg Jaspert's advice. Put
+    the doc in the not-so-dummy-now package.
 
- -- Esteban Manchado Velázquez <zoso at debian.org>  Sun, 13 Aug 2006 23:09:06 +0100
+ -- Esteban Manchado Velázquez <zoso at debian.org>  Tue, 29 Aug 2006 23:03:36 +0100
 
 libihelp-ruby (0.3.1-2) unstable; urgency=low
 
+  * THIS VERSION WAS NEVER OFFICIALLY RELEASED.
   * Acknowledge NMU 0.3.1-1.1 (Closes: #366570).
   * Add watch file.
   * Add documentation package libihelp-ruby-doc.

Modified: packages/libihelp-ruby/trunk/debian/control
===================================================================
--- packages/libihelp-ruby/trunk/debian/control	2006-08-25 22:00:50 UTC (rev 802)
+++ packages/libihelp-ruby/trunk/debian/control	2006-08-29 22:08:06 UTC (rev 803)
@@ -14,7 +14,8 @@
  IHelp (Interactive Help) provides contextual help for classes, modules and
  methods by using ri.
  .
- This is the dummy package for the default version.
+ This is the dummy package for the default version, with included
+ documentation.
 
 Package: libihelp-ruby1.8
 Architecture: all
@@ -23,14 +24,3 @@
 Description: Ruby console contextual help (1.8 package)
  IHelp (Interactive Help) provides contextual help for classes, modules and
  methods by using ri.
-
-Package: libihelp-ruby-doc
-Architecture: all
-Section: doc
-Recommends: ri
-Description: Ruby console contextual help (documentation package)
- IHelp (Interactive Help) provides contextual help for classes, modules and
- methods by using ri.
- .
- This is the documentation package, with upstream documentation as well as
- generated rdoc.

Modified: packages/libihelp-ruby/trunk/debian/control.in
===================================================================
--- packages/libihelp-ruby/trunk/debian/control.in	2006-08-25 22:00:50 UTC (rev 802)
+++ packages/libihelp-ruby/trunk/debian/control.in	2006-08-29 22:08:06 UTC (rev 803)
@@ -14,7 +14,8 @@
  IHelp (Interactive Help) provides contextual help for classes, modules and
  methods by using ri.
  .
- This is the dummy package for the default version.
+ This is the dummy package for the default version, with included
+ documentation.
 
 Package: libihelp-ruby1.8
 Architecture: all
@@ -23,14 +24,3 @@
 Description: Ruby console contextual help (1.8 package)
  IHelp (Interactive Help) provides contextual help for classes, modules and
  methods by using ri.
-
-Package: libihelp-ruby-doc
-Architecture: all
-Section: doc
-Recommends: ri
-Description: Ruby console contextual help (documentation package)
- IHelp (Interactive Help) provides contextual help for classes, modules and
- methods by using ri.
- .
- This is the documentation package, with upstream documentation as well as
- generated rdoc.

Modified: packages/libihelp-ruby/trunk/debian/rules
===================================================================
--- packages/libihelp-ruby/trunk/debian/rules	2006-08-25 22:00:50 UTC (rev 802)
+++ packages/libihelp-ruby/trunk/debian/rules	2006-08-29 22:08:06 UTC (rev 803)
@@ -6,3 +6,6 @@
 
 $(patsubst %,install/%,$(DEB_RUBY_REAL_LIB_PACKAGES)) :: install/% :
 	for i in $(DEB_RUBY_REAL_LIB_PACKAGES); do find debian/$$i -depth -name .arch-ids -exec rmdir {} \; ; done
+
+install/libihelp-ruby::
+	dh_rdoc -p$(cdbs_curpkg)




More information about the pkg-ruby-extras-maintainers mailing list