diffstat for xmlrpc-c_1.06.27-1.1 xmlrpc-c_1.06.27-1.1stormos0 examples/cpp/Makefile | 6 +++--- tools/xml-rpc-api2cpp/Makefile | 4 ++-- version.h | 2 ++ xmlrpc-c-1.06.27/debian/changelog | 6 ++++++ 4 files changed, 13 insertions(+), 5 deletions(-) diff -u xmlrpc-c-1.06.27/debian/changelog xmlrpc-c-1.06.27/debian/changelog --- xmlrpc-c-1.06.27/debian/changelog +++ xmlrpc-c-1.06.27/debian/changelog @@ -1,3 +1,9 @@ +xmlrpc-c (1.06.27-1.1stormos0) unstable; urgency=medium + + * Package for StormOS. + + -- Andrew Stormont (astormont) Fri, 27 Aug 2010 21:37:09 +0200 + xmlrpc-c (1.06.27-1.1) unstable; urgency=medium * Non-maintainer upload. only in patch2: unchanged: --- xmlrpc-c-1.06.27.orig/version.h +++ xmlrpc-c-1.06.27/version.h @@ -0,0 +1,2 @@ +/* This file was generated by a make rule */ +#define XMLRPC_C_VERSION "1.06.27" only in patch2: unchanged: --- xmlrpc-c-1.06.27.orig/examples/cpp/Makefile +++ xmlrpc-c-1.06.27/examples/cpp/Makefile @@ -49,16 +49,16 @@ INCLUDES = $(shell $(XMLRPC_C_CONFIG) c++2 client abyss-server --cflags) LDADD_SERVER_ABYSS = \ - $(shell $(XMLRPC_C_CONFIG) c++2 abyss-server --ldadd) + $(shell $(XMLRPC_C_CONFIG) c++2 abyss-server --ldadd) /usr/lib/gcc/i386-pc-solaris2.11/4.2.3/libstdc++.a LDADD_CLIENT = \ - $(shell $(XMLRPC_C_CONFIG) c++2 client --ldadd) + $(shell $(XMLRPC_C_CONFIG) c++2 client --ldadd) /usr/lib/gcc/i386-pc-solaris2.11/4.2.3/libstdc++.a LDADD_BASE = \ $(shell $(XMLRPC_C_CONFIG) c++2 --ldadd) LDADD_LEGACY_CLIENT = \ - $(shell $(XMLRPC_C_CONFIG) c++ client --ldadd) + $(shell $(XMLRPC_C_CONFIG) c++ client --ldadd) /usr/lib/gcc/i386-pc-solaris2.11/4.2.3/libstdc++.a all: $(PROGS) only in patch2: unchanged: --- xmlrpc-c-1.06.27.orig/tools/xml-rpc-api2cpp/Makefile +++ xmlrpc-c-1.06.27/tools/xml-rpc-api2cpp/Makefile @@ -44,10 +44,10 @@ $(LIBXMLRPC) \ $(LIBXMLRPC_XML) \ $(LIBXMLRPC_UTIL) - $(CXXLD) -o $@ $(LDFLAGS) $(OBJECTS) $(LDLIBS) + $(CXXLD) -o $@ $(LDFLAGS) $(OBJECTS) $(LDLIBS) /usr/lib/gcc/i386-pc-solaris2.11/4.2.3/libstdc++.a %.o:%.cpp - $(CXX) -c $(CXXFLAGS) $< + $(CXX) $(CXXFLAGS) -c $< # This Makefile.config dependency makes sure the symlinks get built before # this make file is used for anything.