[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Please hint debian-reference 2.10



Hi,

I just uploaded debian-reference 2.10.  It fixed newly reported bug and
did s#X window/session manpage#X window/session managers# as typo fix.

Please hint this so it will migrate to lenny.

debian-reference (2.10) unstable; urgency=low

  * Fixed bug in mkindexhtml when $HTML_INSTALLED = 0. Closes: 497266
  * Fixed typo in English.

 -- Osamu Aoki <osamu@debian.org>  Sun, 31 Aug 2008 22:42:30 +0900

Osamu

FYI: This is mkindexhtml change part to fix postinst bug.:

 # Create single index page for menu:
 if [ $HTML_INSTALLED = 0 ]; then
-  # remove junks if still exists
-  rm -f *
+  # remove index file only
+  # keep images/ and debian-reference.css
+  rm -f index.html
 elif [ $HTML_INSTALLED = 1 ]; then

I tested this package removal and worked fine :)

-- 
To UNSUBSCRIBE, email to debian-release-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: