File: packages

package info (click to toggle)
libapache-ssi-perl 2.09-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 272 kB
  • ctags: 36
  • sloc: perl: 1,829
file content (59 lines) | stat: -rw-r--r-- 2,402 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
Source: libapache-ssi-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/Apache/>
Description: perl Apache::SSI - Implement Server Side Includes in Perl
Packaged-For: Debian
Copyright: .
        Copyright 1998 Swarthmore College.  All rights reserved.
 .
        This library is free software; you can redistribute it
        and/or modify it under the same terms as Perl itself.
 .
 	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)
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: libapache-ssi-perl
Architecture: all
Depends: ${perl:Depends}, libapache-mod-perl, libhtml-simpleparse-perl
Description: perl Apache::SSI - Implement Server Side Includes in Perl.
 Apache::SSI implements the functionality of mod_include for handling
 server-parsed html documents.  It is meant to run under Apache's mod_perl.
 .
 In my mind, there are two main reasons one might want to use this module:
 you can sub-class it to implement your own custom SSI directives, and/or you
 can use an OutputChain to get the SSI output first, then send it through
 another PerlHandler.
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"
 make pure_install $config
 yada install -doc -as changelog Changes
 yada install -doc README
 yada install -doc -subdir examples t/*.pm t/*.pl
 dh_perl -P$ROOT
Finalise: sh
 dh_md5sums -P$ROOT