[Peter Samuelson] > I'm attaching a diff corresponding to a NMU of serf 0.3.0.
Having heard nothing, I am uploading the NMU now. For the sake of orderly procedure, I'm attaching a new diff, which is almost identical to the old one. I'm subscribed to the serf package and will monitor the autobuilder builds. -- Peter Samuelson | org-tld!p12n!peter | http://p12n.org/
diff -u serf-0.2.0/debian/changelog serf-0.3.0/debian/changelog --- serf-0.2.0/debian/changelog +++ serf-0.3.0/debian/changelog @@ -1,3 +1,11 @@ +serf (0.3.0-0.1) unstable; urgency=low + + * Non-maintainer upload. + * New upstream version. (Closes: #520546) + - Deleted patches/work-around-an-error-of-libtool.diff, no longer needed. + + -- Peter Samuelson <pe...@p12n.org> Tue, 23 Jun 2009 18:03:44 -0500 + serf (0.2.0-1) unstable; urgency=medium * New upstream version (Closes: #485025): diff -u serf-0.2.0/debian/patches/series serf-0.3.0/debian/patches/series --- serf-0.2.0/debian/patches/series +++ serf-0.3.0/debian/patches/series @@ -1 +1 @@ -work-around-an-error-of-libtool.diff +# empty at the moment reverted: --- serf-0.2.0/debian/patches/work-around-an-error-of-libtool.diff +++ serf-0.2.0.orig/debian/patches/work-around-an-error-of-libtool.diff @@ -1,19 +0,0 @@ -Work around libtool's error such as: - -[[[ -libtool: compile: unable to infer tagged configuration -libtool: compile: specify a tag with `--tag' -]]] -Index: pkg-serf/Makefile.in -=================================================================== ---- pkg-serf.orig/Makefile.in 2008-06-22 16:46:26.000000000 +0900 -+++ pkg-serf/Makefile.in 2008-06-22 16:46:41.000000000 +0900 -@@ -39,7 +39,7 @@ - libd...@libdir@ - included...@includedir@ - --LIBTOOL = @APR_LIBTOOL@ --silent -+LIBTOOL = @APR_LIBTOOL@ --silent --tag=CC - CC = @CC@ - CFLAGS = @CFLAGS@ - CPPFLAGS = @CPPFLAGS@