r67773 - in /trunk/w3c-linkchecker/debian: changelog control postinst

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Sun Jan 23 18:58:34 UTC 2011


Author: periapt-guest
Date: Sun Jan 23 18:58:22 2011
New Revision: 67773

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=67773
Log:
tidy up

Modified:
    trunk/w3c-linkchecker/debian/changelog
    trunk/w3c-linkchecker/debian/control
    trunk/w3c-linkchecker/debian/postinst

Modified: trunk/w3c-linkchecker/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/w3c-linkchecker/debian/changelog?rev=67773&op=diff
==============================================================================
--- trunk/w3c-linkchecker/debian/changelog (original)
+++ trunk/w3c-linkchecker/debian/changelog Sun Jan 23 18:58:22 2011
@@ -1,12 +1,7 @@
 w3c-linkchecker (4.6-1) UNRELEASED; urgency=low
 
   TODO:
-  - Don't like localhost
   - check old closed bugs to guard agaist reintroducing them
-  - logo needs localization
-  - title link needs tidiying up
-  - CSS not working
-  - where is that .html file?
 
   * Starting again from scratch (Closes: #590079) after package had been
     removed: cf. #553558.

Modified: trunk/w3c-linkchecker/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/w3c-linkchecker/debian/control?rev=67773&op=diff
==============================================================================
--- trunk/w3c-linkchecker/debian/control (original)
+++ trunk/w3c-linkchecker/debian/control Sun Jan 23 18:58:22 2011
@@ -13,6 +13,7 @@
 Package: w3c-linkchecker
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}, libcss-dom-perl, apache2
+Recommends: w3c-markup-validator
 Description: tool to verify the links in a web page are still valid
  This manual page documents briefly the checklink command, a.k.a. the W3C®
  Link Checker. checklink is a program that reads an HTML or XHTML document,

Modified: trunk/w3c-linkchecker/debian/postinst
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/w3c-linkchecker/debian/postinst?rev=67773&op=diff
==============================================================================
--- trunk/w3c-linkchecker/debian/postinst (original)
+++ trunk/w3c-linkchecker/debian/postinst Sun Jan 23 18:58:22 2011
@@ -26,14 +26,12 @@
         CFG_FILE=/etc/w3c/checklink.conf
 
         db_get w3c-linkchecker/hostname
-        echo hostname, $RET
         if [ "$RET" ]
         then
             sed -i -e "s|^Doc_URI = http://[a-z0-9.]\+/|Doc_URI = http://$RET/|" $CFG_FILE
         fi
 
         db_get w3c-linkchecker/private_ips
-        echo ips, $RET
         if [ "$RET" ]
         then
             VALUE=1
@@ -43,6 +41,8 @@
             fi
             sed -i -e "s|^\(# \)\?Allow_Private_IPs = [01]$|Allow_Private_IPs = $VALUE|" $CFG_FILE
         fi
+
+        /etc/init.d/apache2 restart
     ;;
 
     abort-upgrade|abort-remove|abort-deconfigure)




More information about the Pkg-perl-cvs-commits mailing list