~l12o/squid/ubuntu-enable-ssl

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Tim Perkins
  • Date: 2013-03-24 05:53:08 UTC
  • Revision ID: 19b+launchpad@livingstaccato.com-20130324055308-u4s6bnjic7hcpkei
Modified packaging files to enable ssl.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: squid3
 
2
Section: web
 
3
Priority: optional
 
4
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
 
5
XSBC-Original-Maintainer: Luigi Gangitano <luigi@debian.org>
 
6
Homepage: http://www.squid-cache.org
 
7
Standards-Version: 3.9.3
 
8
Build-Depends: libldap2-dev, libpam0g-dev, libdb-dev, cdbs, libsasl2-dev, debhelper (>=5), libcppunit-dev, libkrb5-dev, comerr-dev, libcap2-dev [linux-any], libexpat1-dev, libxml2-dev, autotools-dev, libltdl-dev, dpkg-dev (>= 1.16.1~), libssl-dev
 
9
 
 
10
Package: squid3
 
11
Architecture: any
 
12
Depends: ${shlibs:Depends}, ${misc:Depends}, netbase, adduser, logrotate (>= 3.5.4-1), squid3-common (= ${source:Version}), lsb-base, ssl-cert (>= 1.0-11ubuntu1)
 
13
Suggests: squidclient, squid-cgi, resolvconf (>= 0.40), smbclient, ufw, apparmor (>= 2.3)
 
14
Description: Full featured Web Proxy cache (HTTP proxy)
 
15
 Squid is a high-performance proxy caching server for web clients, supporting
 
16
 FTP, gopher, and HTTP data objects.
 
17
 .
 
18
 Squid version 3 is a major rewrite of Squid in C++ and introduces a number of
 
19
 new features including ICAP and ESI support.
 
20
 
 
21
Package: squid3-dbg
 
22
Architecture: any
 
23
Section: debug
 
24
Priority: extra
 
25
Depends: squid3 (= ${binary:Version}), ${misc:Depends}
 
26
Description: Full featured Web Proxy cache (HTTP proxy) - Debug symbols
 
27
 Squid is a high-performance proxy caching server for web clients, supporting
 
28
 FTP, gopher, and HTTP data objects.
 
29
 .
 
30
 Squid version 3 is a major rewrite of Squid in C++ and introduces a number of
 
31
 new features including ICAP and ESI support.
 
32
 .
 
33
 This package contains debugging symbols for binaries in squid3.
 
34
 
 
35
Package: squid3-common
 
36
Architecture: all
 
37
Depends: ${misc:Depends}, squid-langpack (>= 20110214-1)
 
38
Description: Full featured Web Proxy cache (HTTP proxy) - common files
 
39
 Squid is a high-performance proxy caching server for web clients, supporting
 
40
 FTP, gopher, and HTTP data objects.
 
41
 .
 
42
 Squid version 3 is a major rewrite of Squid in C++ and introduces a number of
 
43
 new features including ICAP and ESI support.
 
44
 .
 
45
 This package contains common files (MIB and icons)
 
46
 
 
47
Package: squidclient
 
48
Architecture: any
 
49
Depends: ${shlibs:Depends}, ${misc:Depends}
 
50
Provides: squid3-client
 
51
Conflicts: squid3-client
 
52
Replaces: squid3-client
 
53
Description: Full featured Web Proxy cache (HTTP proxy) - control utility
 
54
 Squid is a high-performance proxy caching server for web clients, supporting
 
55
 FTP, gopher, and HTTP data objects.
 
56
 .
 
57
 Squid version 3 is a major rewrite of Squid in C++ and introduces a number of
 
58
 new features including ICAP and ESI support.
 
59
 .
 
60
 This package contains a small utility that can be used to get URLs from the 
 
61
 command line. It needs to talk to a `squid' proxy server.
 
62
 
 
63
Package: squid-cgi
 
64
Architecture: any
 
65
Depends: apache2 | httpd, ${shlibs:Depends}, ${misc:Depends}
 
66
Provides: squid3-cgi
 
67
Conflicts: squid3-cgi
 
68
Replaces: squid3-cgi
 
69
Description: Full featured Web Proxy cache (HTTP proxy) - control CGI
 
70
 Squid is a high-performance proxy caching server for web clients, supporting
 
71
 FTP, gopher, and HTTP data objects.
 
72
 .
 
73
 Squid version 3 is a major rewrite of Squid in C++ and introduces a number of
 
74
 new features including ICAP and ESI support.
 
75
 .
 
76
 This package contains a CGI program that can be used to query and administrate 
 
77
 a `squid' proxy cache through a web browser.
 
78
 
 
79
Package: squid
 
80
Architecture: any
 
81
Depends: ${misc:Depends}, squid3
 
82
Description: dummy transitional package from squid to squid3
 
83
 This transitional package from the squid package to the squid3
 
84
 package. Once this package and its dependencies are installed you can safely
 
85
 remove it.
 
86
 
 
87
Package: squid-common
 
88
Architecture: all
 
89
Depends: ${misc:Depends}, squid3-common
 
90
Description: dummy transitional package from squid-common to squid3-common
 
91
 This transitional package from the squid-common package to the squid3-common
 
92
 package. Once this package and its dependencies are installed you can safely
 
93
 remove it.
 
94