tags 673813 + pending thanks Dear maintainer,
I've prepared an NMU for postler (versioned as 0.1.1+dfsg-0.2) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. Regards Evgeni
diff -Nru postler-0.1.1+dfsg/debian/changelog postler-0.1.1+dfsg/debian/changelog --- postler-0.1.1+dfsg/debian/changelog 2012-03-25 12:30:41.000000000 +0200 +++ postler-0.1.1+dfsg/debian/changelog 2012-05-21 20:32:43.000000000 +0200 @@ -1,3 +1,13 @@ +postler (0.1.1+dfsg-0.2) unstable; urgency=low + + * Non-maintainer upload. + * Fix FTBFS with libindicate 0.7 + Rename 01_indicate_0.6.patch to 01_indicate.patch + Accept any libindicate-0.[567]. + Closes: #673813 + + -- Evgeni Golov <evg...@debian.org> Mon, 21 May 2012 18:55:15 +0200 + postler (0.1.1+dfsg-0.1) unstable; urgency=low * Non-maintainer upload. diff -Nru postler-0.1.1+dfsg/debian/patches/01_indicate_0.6.patch postler-0.1.1+dfsg/debian/patches/01_indicate_0.6.patch --- postler-0.1.1+dfsg/debian/patches/01_indicate_0.6.patch 2012-02-19 15:09:26.000000000 +0100 +++ postler-0.1.1+dfsg/debian/patches/01_indicate_0.6.patch 1970-01-01 01:00:00.000000000 +0100 @@ -1,11 +0,0 @@ ---- a/wscript -+++ b/wscript -@@ -115,7 +115,7 @@ - check_pkg ('libcanberra', var='LIBCANBERRA') - - if option_enabled ('libindicate'): -- check_pkg ('indicate-0.5', mandatory=False) -+ check_pkg ('indicate-0.6', mandatory=False) - if not conf.env['HAVE_INDICATE']: - check_pkg ('indicate', mandatory=False) - if conf.env['HAVE_INDICATE']: diff -Nru postler-0.1.1+dfsg/debian/patches/01_indicate.patch postler-0.1.1+dfsg/debian/patches/01_indicate.patch --- postler-0.1.1+dfsg/debian/patches/01_indicate.patch 1970-01-01 01:00:00.000000000 +0100 +++ postler-0.1.1+dfsg/debian/patches/01_indicate.patch 2012-05-21 20:31:27.000000000 +0200 @@ -0,0 +1,15 @@ +Index: postler-0.1.1+dfsg/wscript +=================================================================== +--- postler-0.1.1+dfsg.orig/wscript 2012-05-21 20:25:21.378703122 +0200 ++++ postler-0.1.1+dfsg/wscript 2012-05-21 20:31:24.613380448 +0200 +@@ -117,6 +117,10 @@ + if option_enabled ('libindicate'): + check_pkg ('indicate-0.5', mandatory=False) + if not conf.env['HAVE_INDICATE']: ++ check_pkg ('indicate-0.6', mandatory=False) ++ if not conf.env['HAVE_INDICATE']: ++ check_pkg ('indicate-0.7', mandatory=False) ++ if not conf.env['HAVE_INDICATE']: + check_pkg ('indicate', mandatory=False) + if conf.env['HAVE_INDICATE']: + conf.env.append_value ('VALAFLAGS', '-D HAVE_INDICATE') diff -Nru postler-0.1.1+dfsg/debian/patches/series postler-0.1.1+dfsg/debian/patches/series --- postler-0.1.1+dfsg/debian/patches/series 2012-03-25 12:18:00.000000000 +0200 +++ postler-0.1.1+dfsg/debian/patches/series 2012-05-21 20:32:02.000000000 +0200 @@ -1,3 +1,3 @@ fix-vasprintf-check.patch -01_indicate_0.6.patch +01_indicate.patch vala.patch