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.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to