diff -u gdata-sharp-1.4.0.2/Makefile gdata-sharp-1.4.0.2/Makefile --- gdata-sharp-1.4.0.2/Makefile +++ gdata-sharp-1.4.0.2/Makefile @@ -53,7 +53,7 @@ PhotoTool.exe \ HealthTool.exe \ -all: $(ALLLIBS) tests $(samples) $(PKGCONFIG_FILES) +all: $(ALLLIBS) $(samples) $(PKGCONFIG_FILES) core_sources = $(wildcard src/core/*.cs) $(wildcard version/*.cs) extensions_sources = $(wildcard src/extensions/*.cs) $(wildcard version/*.cs) @@ -174,9 +174,4 @@ $(CSC) -out:$@ $(ALLREFS) $(healthtool_sources) - - -test: - nunit-console2 unittests.dll - %.pc : %.pc.in sed "s,\@VERSION\@,$(VERSION),g; s,\@prefix\@,$(PREFIX),g" < $< > $@ diff -u gdata-sharp-1.4.0.2/debian/changelog gdata-sharp-1.4.0.2/debian/changelog --- gdata-sharp-1.4.0.2/debian/changelog +++ gdata-sharp-1.4.0.2/debian/changelog @@ -1,3 +1,9 @@ +gdata-sharp (1.4.0.2-1~intrepid~ppa6) intrepid; urgency=low + + * Remove references to tests + + -- Iain Lane Sat, 09 May 2009 12:45:25 +0100 + gdata-sharp (1.4.0.2-1~intrepid~ppa5) intrepid; urgency=low * Comment out unit tests