Changeset 100 for nutchez-0.1/debian


Ignore:
Timestamp:
Jul 10, 2009, 2:53:11 PM (15 years ago)
Author:
waue
Message:

0.3 v

fix some bug

Location:
nutchez-0.1/debian
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • nutchez-0.1/debian/changelog

    r94 r100  
    1 nutchez (0.1-2) unstable; urgency=low
     1nutchez (0.1-3) unstable; urgency=low
    22
    3   * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
     3  * Initial release (Closes: #4)  <nnnn is the bug number of your ITP>
     4  *
    45  *
    56
    6  -- Wei-Yu Chen <waue0920@gmail.com>  Tue, 07 Jul 2009 11:22:46 +0800
     7 -- Wei-Yu Chen <waue0920@gmail.com>  Fri, 10 Jul 2009 14:34:53 +0800
  • nutchez-0.1/debian/nutchez.install

    r94 r100  
    22sav   etc/nutch
    33README*   etc/nutch
    4 bin   opt/nutch
    5 lib   opt/nutch
    6 tomcat    opt/nutch
    7 plugins   opt/nutch
    8 *.jar   opt/nutch
    9 *.job   opt/nutch
    10 *.xml   opt/nutch
    11 default.properties  opt/nutch
     4bin   opt/nutchez/nutch
     5lib   opt/nutchez/nutch
     6tomcat    opt/nutchez
     7plugins   opt/nutchez/nutch
     8*.jar   opt/nutchez/nutch
     9*.job   opt/nutchez/nutch
     10*.xml   opt/nutchez/nutch
     11default.properties  opt/nutchez/nutch
  • nutchez-0.1/debian/nutchez.links

    r66 r100  
    1 etc/nutch  opt/nutch/conf
     1etc/nutch  opt/nutchez/nutch/conf
  • nutchez-0.1/debian/nutchez.postinst

    r94 r100  
    88fi
    99
    10 ln -sf /opt/nutch/bin/nutchez /usr/sbin/
    11 ln -sf /opt/nutch/bin/nutchez-func.sh /usr/sbin/
     10ln -sf /opt/nutchez/nutch/bin/nutchez /usr/bin/
     11chmod 777 /opt/nutchez
    1212
    1313show_message(){
  • nutchez-0.1/debian/nutchez.postrm

    r94 r100  
    1111#fi
    1212
    13 for i in `sudo find /home/ -name ".nutchez"`; do
    14   if [ -d $i ];then
    15     echo "delete this dir :  $i"
    16     rm -r $i
    17   fi
    18 done
     13#for i in `sudo find /home/ -name ".nutchez"`; do
     14#  if [ -d $i ];then
     15#    echo "delete this dir :  $i"
     16#    rm -r $i
     17#  fi
     18#done
    1919
    20 rm -f /usr/sbin/nutchez*
     20rm -f /usr/bin/nutchez
    2121
    2222rm -rf /tmp/search
Note: See TracChangeset for help on using the changeset viewer.