Package: curlpp / 0.7.3-6

Metadata

Package Version Patches format
curlpp 0.7.3-6 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
dont install config h.patch | (download)

include/curlpp/Makefile.am | 5 1 + 4 - 0 !
include/curlpp/Makefile.in | 5 1 + 4 - 0 !
include/curlpp/Types.hpp | 2 0 + 2 - 0 !
include/curlpp/config.h.sample | 71 0 + 71 - 0 !
include/curlpp/internal/Makefile.am | 3 1 + 2 - 0 !
include/curlpp/internal/Makefile.in | 3 1 + 2 - 0 !
include/curlpp/internal/global.h | 33 0 + 33 - 0 !
src/curlpp/Easy.cpp | 2 1 + 1 - 0 !
src/curlpp/Exception.cpp | 2 1 + 1 - 0 !
src/curlpp/Form.cpp | 2 1 + 1 - 0 !
src/curlpp/Info.cpp | 2 1 + 1 - 0 !
src/curlpp/Multi.cpp | 2 1 + 1 - 0 !
src/curlpp/OptionBase.cpp | 2 1 + 1 - 0 !
src/curlpp/Options.cpp | 2 1 + 1 - 0 !
src/curlpp/cURLpp.cpp | 2 1 + 1 - 0 !
src/curlpp/internal/CurlHandle.cpp | 2 1 + 1 - 0 !
src/curlpp/internal/OptionList.cpp | 2 1 + 1 - 0 !
src/curlpp/internal/OptionSetter.cpp | 2 1 + 1 - 0 !
src/curlpp/internal/SList.cpp | 2 1 + 1 - 0 !
19 files changed, 16 insertions(+), 130 deletions(-)

 don't install config.h or include it in headers.
 config.h is an artefact of the GNU autotools and is dependent on the local
 build environment. It is not meant to be distributed to other systems, nor
 installed as headers, since it would then conflict with other generated
 config.h files in projects that include these headers, because they define
 the same macros. For more details, see:
 - http://stackoverflow.com/questions/1810216/autoconf-where-does-config-h-go
 - http://inaugust.com/post/68
 - http://gnu-autoconf.7623.n7.nabble.com/make-install-config-h-td18986.html
rm curlpp spec.patch | (download)

curlpp.spec | 96 0 + 96 - 0 !
1 file changed, 96 deletions(-)

 don't keep curlpp.spec under vcs
 curlpp.spec is built during configure and is useless without the Makefile.
 .
 It also interferes with `make distclean` which deletes it unconditionally.
 This means the user needs to check it back out of VCS if he doesn't want to
 pollute his commit with "deleted curlpp.spec".
 .
 So, just get rid of it for simplicity.
gcc 4.9.patch | (download)

examples/example21.cpp | 17 0 + 17 - 0 !
1 file changed, 17 deletions(-)

 fix ftbfs with gcc-4.9. (closes: 746841)