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


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

--

Legend:

Unmodified
Added
Removed
Modified
  • waue/2009/0512

    v6 v7  
    2828{{{
    2929nutch (1.0-1) unstable; urgency=low
    30 
    3130  * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
    32 
    3331 -- Wei-Yu Chen <waue0920@gmail.com>  Tue, 12 May 2009 11:15:51 +0800
    3432}}}
    35 
    3633 * compat
    3734 
     
    39365
    4037}}}
    41 
    4238 * control
    4339 
    4440{{{
    4541Source: nutch
    46 
    4742Section:devel
    48 
    4943Priority: extra
    50 
    5144Maintainer: Wei-Yu Chen <waue0920@gmail.com>
    52 
    5345Build-Depends: debhelper (>= 5)
    54 
    5546Standards-Version: 3.7.2
    5647
    57 
    58 
    5948Package: nutch
    60 
    6149Architecture: any
    62 
    6350Depends: ${shlibs:Depends}, ${misc:Depends}, sun-java6-jre, sun-java6-bin
    64 
    6551Suggests: sun-java6-jdk, tomcat6
    66 
    6752Description: Apache Nutch
    68 
    6953   .
    70 
    7154   Apache Nutch is a software that search and crawl internet.
    7255}}}
    73 
    7456 * copyright
    7557{{{
    7658This package was debianized by Wei-Yu Chen <waue0920@gmail.com> on
    77 
    7859Tue, 12 May 2009 11:15:51 +0800.
    7960
    80 
    81 
    8261It was downloaded from <url://example.com>
    8362
    84 
    85 
    8663Upstream Author(s):
    8764
    88 
    89 
    9065    <put author's name and email here>
    91 
    92     <likewise for another author>
    93 
    94 
     66    <likewise for another author>
    9567
    9668Copyright:
    9769
    98 
    99 
    10070    <Copyright (C) YYYY Name OfAuthor>
    101 
    102     <likewise for another author>
    103 
    104 
     71    <likewise for another author>
    10572
    10673License:
    10774
    108 
    109 
    11075    <Put the license of the package here indented by 4 spaces>
    11176
    112 
    113 
    11477The Debian packaging is (C) 2009, Wei-Yu Chen <waue0920@gmail.com> and
    115 
    11678is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
    11779
    118 
    119 
    12080# Please also look if there are files or directories which have a
    121 
    12281# different copyright/license attached and list them here.
    12382}}}
    124 
    12583 * docs
    12684 
    12785{{{
    12886CHANGES.txt
    129 
    13087LICENSE.txt
    131 
    13288NOTICE.txt
    133 
    134 README.txt
    135 
    136 README.txt
    137 }}}
    138 
     89README.txt
     90README.txt
     91}}}
    13992 * rules
    140 
    14193{{{
    14294#!/usr/bin/make -f
    143 
    14495export DH_VERBOSE=0
    14596
    146 
    147 
    14897all:
    14998
    150 
    151 
    15299install:
    153 
    154100        dh_testdir
    155 
    156101        dh_testroot
    157 
    158102        dh_install -Xlicense.txt
    159 
    160103        dh_installdocs
    161 
    162104        dh_installchangelogs
    163 
    164105        #dh_installexamples
    165 
    166106        dh_compress
    167 
    168107        dh_fixperms
    169 
    170108        dh_installdeb
    171 
    172109        dh_link
    173 
    174110        dh_gencontrol
    175 
    176111        dh_md5sums
    177 
    178112        dh_builddeb
    179113
    180 
    181 
    182114clean:
    183 
    184115        dh_clean
    185116
    186 
    187 
    188117binary: install
    189118
    190 
    191 
    192119build:
    193 
    194120binary-arch:
    195 
    196121binary-indep:
    197122}}} * changelog
    198 
    199123{{{
    200124nutch (1.0-1) unstable; urgency=low
    201 
    202125  * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
    203 
    204126 -- Wei-Yu Chen <waue0920@gmail.com>  Tue, 12 May 2009 11:15:51 +0800
    205127}}}
    206 
    207128 * compat
    208129 
     
    2101315
    211132}}}
    212 
    213133 * control
    214134 
    215135{{{
    216136Source: nutch
    217 
    218137Section:devel
    219 
    220138Priority: extra
    221 
    222139Maintainer: Wei-Yu Chen <waue0920@gmail.com>
    223 
    224140Build-Depends: debhelper (>= 5)
    225 
    226141Standards-Version: 3.7.2
    227142
    228 
    229 
    230143Package: nutch
    231 
    232144Architecture: any
    233 
    234145Depends: ${shlibs:Depends}, ${misc:Depends}, sun-java6-jre, sun-java6-bin
    235 
    236146Suggests: sun-java6-jdk, tomcat6
    237 
    238147Description: Apache Nutch
    239 
    240148   .
    241 
    242149   Apache Nutch is a software that search and crawl internet.
    243150}}}
    244 
    245151 * copyright
    246152{{{
    247153This package was debianized by Wei-Yu Chen <waue0920@gmail.com> on
    248 
    249154Tue, 12 May 2009 11:15:51 +0800.
    250155
    251 
    252 
    253156It was downloaded from <url://example.com>
    254157
    255 
    256 
    257158Upstream Author(s):
    258159
    259 
    260 
    261160    <put author's name and email here>
    262 
    263     <likewise for another author>
    264 
    265 
     161    <likewise for another author>
    266162
    267163Copyright:
    268164
    269 
    270 
    271165    <Copyright (C) YYYY Name OfAuthor>
    272 
    273     <likewise for another author>
    274 
    275 
     166    <likewise for another author>
    276167
    277168License:
    278169
    279 
    280 
    281170    <Put the license of the package here indented by 4 spaces>
    282171
    283 
    284 
    285172The Debian packaging is (C) 2009, Wei-Yu Chen <waue0920@gmail.com> and
    286 
    287173is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
    288174
    289 
    290 
    291175# Please also look if there are files or directories which have a
    292 
    293176# different copyright/license attached and list them here.
    294177}}}
    295 
    296178 * docs
    297179 
    298180{{{
    299181CHANGES.txt
    300 
    301182LICENSE.txt
    302 
    303183NOTICE.txt
    304 
    305 README.txt
    306 
    307 README.txt
    308 }}}
    309 
     184README.txt
     185README.txt
     186}}}
    310187 * rules
    311 
    312188{{{
    313189#!/usr/bin/make -f
    314 
    315190export DH_VERBOSE=0
    316191
    317 
    318 
    319192all:
    320193
    321 
    322 
    323194install:
    324 
    325195        dh_testdir
    326 
    327196        dh_testroot
    328 
    329197        dh_install -Xlicense.txt
    330 
    331198        dh_installdocs
    332 
    333199        dh_installchangelogs
    334 
    335200        #dh_installexamples
    336 
    337201        dh_compress
    338 
    339202        dh_fixperms
    340 
    341203        dh_installdeb
    342 
    343204        dh_link
    344 
    345205        dh_gencontrol
    346 
    347206        dh_md5sums
    348 
    349207        dh_builddeb
    350208
    351 
    352 
    353209clean:
    354 
    355210        dh_clean
    356211
    357 
    358 
    359212binary: install
    360213
    361 
    362 
    363214build:
    364 
    365215binary-arch:
    366 
    367216binary-indep:
    368217}}}