pacparser 1.3.6-1.2ubuntu1 source package in Ubuntu

Changelog

pacparser (1.3.6-1.2ubuntu1) jammy; urgency=medium

  * Turn debhelper up to 11, see #965765
  * Do not try to install examples in python-pacparser,
    which was dropped

 -- Graham Inggs <email address hidden>  Wed, 23 Mar 2022 10:35:14 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe libs

Downloads

File Size SHA-256 Checksum
pacparser_1.3.6.orig.tar.gz 883.4 KiB 503b0c47c713433008352b498118e2c01e98250a9d7cdf4a009662420be0636d
pacparser_1.3.6-1.2ubuntu1.debian.tar.xz 4.5 KiB 7d24013d1d5472e7eb3033b29250ea55be86706f49ad29f6950a062528030e88
pacparser_1.3.6-1.2ubuntu1.dsc 1.9 KiB aef19f72875bafbdf7d20f461612b90b733e9d84905fbfe24a2874f2dc5f0dde

View changes file

Binary packages built by this source

libpacparser-dev: library to parse proxy auto-config files (development files)

 a library to parse proxy auto-config (PAC) files. Proxy auto-config files are
 a vastly used proxy configuration method these days. Web browsers can use a PAC
 file to determine which proxy server to use or whether to go direct for a given
 URL. PAC files are written in JavaScript and can be programmed to return
 different proxy methods (e.g. "PROXY proxy1:port; DIRECT") depending upon URL,
 source IP address, protocol, time of the day etc. PAC files introduce a lot of
 possibilities.
 .
 Needless to say, PAC files are now a widely accepted method for proxy
 configuration management and companies all over are using them in corporate
 environments. Almost all popular web browsers support PAC files. The idea
 behind pacparser is to make it easy to add this PAC file parsing capability to
 any program (C and Python supported right now).
 .
 This package contains the header files to build against the shared library.

libpacparser1: No summary available for libpacparser1 in ubuntu kinetic.

No description available for libpacparser1 in ubuntu kinetic.

libpacparser1-dbgsym: debug symbols for libpacparser1
python3-pacparser: Python 3 module to parse proxy auto-config files

 a library to parse proxy auto-config (PAC) files. Proxy auto-config files are
 a vastly used proxy configuration method these days. Web browsers can use a PAC
 file to determine which proxy server to use or whether to go direct for a given
 URL. PAC files are written in JavaScript and can be programmed to return
 different proxy methods (e.g. "PROXY proxy1:port; DIRECT") depending upon URL,
 source IP address, protocol, time of the day etc. PAC files introduce a lot of
 possibilities.
 .
 Needless to say, PAC files are now a widely accepted method for proxy
 configuration management and companies all over are using them in corporate
 environments. Almost all popular web browsers support PAC files. The idea
 behind pacparser is to make it easy to add this PAC file parsing capability to
 any program (C and Python supported right now).
 .
 This package contains the Python 3 bindings for the shared library

python3-pacparser-dbgsym: debug symbols for python3-pacparser