changed build system, added rpm spec; closes #2
This commit is contained in:
16
debian/control
vendored
16
debian/control
vendored
@@ -4,28 +4,18 @@ Maintainer: Marc Wäckerlin (SwissSign AG) <marc.waeckerlin@tech.swisssign.com>
|
||||
Build-Depends: debhelper (>= 7), autotools-dev
|
||||
Standards-Version: 3.8.1
|
||||
Section: libs
|
||||
Homepage: https://dev.marc.waeckerlin.org/projects/proxyface
|
||||
Homepage: https://dev.swisssign.com/projects/proxyface
|
||||
|
||||
Package: proxyface-dev
|
||||
Section: libdevel
|
||||
Architecture: any
|
||||
Depends: proxyface (= ${binary:Version})
|
||||
Description: C++ WPAD Interface for all Operating Systems
|
||||
Implements a Proxy detection (WPAD) interface for Linux, Mac OSX and
|
||||
Windows. Offers a GUI for manual proxy settings and automatic WPAD
|
||||
detection. Makes use of http://code.google.com/p/libproxy/ on Linux
|
||||
and Mac OSX, and uses WinHTTP on Windows. The GUI is based on QT4.
|
||||
Description: proxyface
|
||||
.
|
||||
For more details, see: https://dev.marc.waeckerlin.org/projects/proxyface
|
||||
|
||||
Package: proxyface
|
||||
Section: libs
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Description: C++ WPAD Interface for all Operating Systems
|
||||
Implements a Proxy detection (WPAD) interface for Linux, Mac OSX and
|
||||
Windows. Offers a GUI for manual proxy settings and automatic WPAD
|
||||
detection. Makes use of http://code.google.com/p/libproxy/ on Linux
|
||||
and Mac OSX, and uses WinHTTP on Windows. The GUI is based on QT4.
|
||||
Description: proxyface
|
||||
.
|
||||
For more details, see: https://dev.marc.waeckerlin.org/projects/proxyface
|
||||
|
Reference in New Issue
Block a user