Changes between Version 7 and Version 8 of waue/2009/0512


Ignore:
Timestamp:
May 12, 2009, 6:04:36 PM (15 years ago)
Author:
waue
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • waue/2009/0512

    v7 v8  
    3131 -- Wei-Yu Chen <waue0920@gmail.com>  Tue, 12 May 2009 11:15:51 +0800
    3232}}}
    33  * compat
    34  
    35 {{{
    36 5
    37 }}}
    38  * control
    39  
    40 {{{
    41 Source: nutch
    42 Section:devel
    43 Priority: extra
    44 Maintainer: Wei-Yu Chen <waue0920@gmail.com>
    45 Build-Depends: debhelper (>= 5)
    46 Standards-Version: 3.7.2
    4733
    48 Package: nutch
    49 Architecture: any
    50 Depends: ${shlibs:Depends}, ${misc:Depends}, sun-java6-jre, sun-java6-bin
    51 Suggests: sun-java6-jdk, tomcat6
    52 Description: Apache Nutch
    53    .
    54    Apache Nutch is a software that search and crawl internet.
    55 }}}
    56  * copyright
    57 {{{
    58 This package was debianized by Wei-Yu Chen <waue0920@gmail.com> on
    59 Tue, 12 May 2009 11:15:51 +0800.
    60 
    61 It was downloaded from <url://example.com>
    62 
    63 Upstream Author(s):
    64 
    65     <put author's name and email here>
    66     <likewise for another author>
    67 
    68 Copyright:
    69 
    70     <Copyright (C) YYYY Name OfAuthor>
    71     <likewise for another author>
    72 
    73 License:
    74 
    75     <Put the license of the package here indented by 4 spaces>
    76 
    77 The Debian packaging is (C) 2009, Wei-Yu Chen <waue0920@gmail.com> and
    78 is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
    79 
    80 # Please also look if there are files or directories which have a
    81 # different copyright/license attached and list them here.
    82 }}}
    83  * docs
    84  
    85 {{{
    86 CHANGES.txt
    87 LICENSE.txt
    88 NOTICE.txt
    89 README.txt
    90 README.txt
    91 }}}
    92  * rules
    93 {{{
    94 #!/usr/bin/make -f
    95 export DH_VERBOSE=0
    96 
    97 all:
    98 
    99 install:
    100         dh_testdir
    101         dh_testroot
    102         dh_install -Xlicense.txt
    103         dh_installdocs
    104         dh_installchangelogs
    105         #dh_installexamples
    106         dh_compress
    107         dh_fixperms
    108         dh_installdeb
    109         dh_link
    110         dh_gencontrol
    111         dh_md5sums
    112         dh_builddeb
    113 
    114 clean:
    115         dh_clean
    116 
    117 binary: install
    118 
    119 build:
    120 binary-arch:
    121 binary-indep:
    122 }}} * changelog
     34* changelog
    12335{{{
    12436nutch (1.0-1) unstable; urgency=low
     37
    12538  * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
     39
    12640 -- Wei-Yu Chen <waue0920@gmail.com>  Tue, 12 May 2009 11:15:51 +0800
    12741}}}