[Debian GNUstep maintainers] Bug#489279: gnustep-base-doc: package is empty

Yavor Doganov yavor at gnu.org
Fri Aug 8 11:25:50 UTC 2008


severity 489279 grave
tags 489279 + patch
thanks

Hi Hubert,

If you disagree with the severity, please downgrade.  An empty
documentation package sounds like a grave bug in that package to me.

It looks like everything is built and installed properly, but because
GNUSTEP_SYSTEM_INFO in the `install-doc' target expands to the empty
string, the whole directory is deleted.  This trivial change fixes the
problem:

--- debian/rules~	2008-08-08 14:01:14.000000000 +0300
+++ debian/rules	2008-08-08 14:02:03.000000000 +0300
@@ -274,7 +274,7 @@
 		rm $$file ; done
 
 	@: # remove info doc
-	rm -rf $(d_doc)/$(GNUSTEP_SYSTEM_INFO)
+	rm -rf $(d_doc)/$(GNUSTEP_SYSTEM_DOC_INFO)
 
 	@: # symlink
 	dh_installdirs -p$(p_doc) usr/share/doc/$(p_com)


While we're here...  Is there any rationale for removing the Info
manuals?  Personally, I strongly prefer namely that format for
documentation compared to anything else.  Would be nice to ship them
post-Lenny.





More information about the pkg-GNUstep-maintainers mailing list