File: packages

package info (click to toggle)
libhtml-clean-perl 0.7-3
  • links: PTS
  • area: main
  • in suites: potato
  • size: 312 kB
  • ctags: 37
  • sloc: perl: 1,727
file content (62 lines) | stat: -rw-r--r-- 2,476 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Source: libhtml-clean-perl
Section: interpreters
Priority: extra
Maintainer: Piotr Roszatycki <dexter@debian.org>
Standards-Version: 3.0.1
Upstream-Source: <URL:http://www.perl.com/CPAN/modules/by-module/HTML/>
Description: perl HTML::Clean - Cleans up HTML code for web browsers, not humans
Packaged-For: Debian
Copyright: .
        The HTML::Strip module is Copyright (c) 1998,99 by the
        ITU, Geneva Switzerland.  All rights reserved.
 .
        You may distribute under the terms of either the GNU
        General Public License or the Artistic License, as
        specified in the Perl README file.
 .
 	a) the GNU General Public License as published by the Free
 	Software Foundation; either version 1, or (at your option) any
 	later version, or
 .
 	b) the "Artistic License" which comes with Debian.
 .
     You should have received a copy of the Artistic License with this
     Kit, in the file /usr/doc/copyright/Artistic.  If not, I'll be
     glad to provide one.
 .
     You should also have received a copy of the GNU General Public
     License along with this system, in /usr/doc/copyright/GPL; if not,
     write to the Free Software Foundation, Inc., 59 Temple Place - Suite
     330, Boston, MA 02111-1307, USA.
Major-Changes:
Build-Depends: debhelper (>= 2.0)
Patches: *.dpatch
Build: sh
 PERL=${PERL:-/usr/bin/perl}
 $PERL Makefile.PL
 make CFLAGS="-O2 -g -Wall"
Clean: sh
 test -f Makefile && touch Makefile && make distclean || true

Package: libhtml-clean-perl
Architecture: all
Depends: ${perl:Depends}
Description: perl HTML::Clean - Cleans up HTML code for web browsers, not humans.
 The HTML::Clean module encapsulates a number of HTML optimizations
 and cleanups.  The end result is HTML that loads faster, displays
 properly in more browsers.  Think of it as a compiler that
 translates HTML input into optimized machine readable code. 
Install: sh
 PERL=${PERL:-/usr/bin/perl}
 archlib=$($PERL -MConfig -e 'print $Config{installarchlib}')
 config="INSTALLDIRS=perl INSTALLMAN1DIR=$ROOT/usr/share/man/man1 INSTALLMAN3DIR=$ROOT/usr/share/man/man3 INSTALLPRIVLIB=$ROOT/usr/lib/perl5 INSTALLARCHLIB=$ROOT$archlib INSTALLSCRIPT=$ROOT/usr/bin"
 make pure_install $config
 #rm -rf $ROOT/usr/lib/perl5/auto
 yada install -script bin/*
 yada install -doc -as readme README
 yada install -doc -as changelog Changes
 yada install -doc -as todo TODO
 yada install -doc -subdir examples t/testpages/*
 dh_perl -P$ROOT
Finalise: sh
 dh_md5sums -P$ROOT