Debian Packages can now be created, see #2
parent
a2d3069b54
commit
287bb27077
7 changed files with 32 additions and 16 deletions
@ -1 +1 @@ |
||||
$Log$ |
||||
See Trac and Subversion: https://dev.marc.waeckerlin.org/projects/proxyface |
||||
|
@ -1,4 +1,4 @@ |
||||
proxyface (1.0.34-1) unstable; urgency=low |
||||
@PACKAGE@ (@VERSION@-1) unstable; urgency=low |
||||
|
||||
* See https://dev.marc.waeckerlin.org/projects/proxyface for changes |
||||
|
@ -0,0 +1,11 @@ |
||||
prefix=@PREFIX@ |
||||
exec_prefix=${prefix} |
||||
libdir=${exec_prefix}/lib |
||||
includedir=${prefix}/include |
||||
|
||||
Name: @PACKAGENAME@ |
||||
Description: C++/Qt/libproxy/WinHTTP GUI/WPAD Proxy Interface |
||||
Version: @VERSION@ |
||||
Libs: -L${libdir} -lproxyface |
||||
Libs.private: |
||||
Cflags: -I${includedir} |
Loading…
Reference in new issue