We now have an OK on the transition, so in the interests of getting the
transition actually started promptly I have NMUed the version of
wxsqlite3 from experimental to unstable (versioned as 3.1.0~dfsg1-1.1).

The version of lintian in unstable reports an error for a failure
to substitute @VERSION@ into the .pc file - this is clearly a bug
and the fix was trivial, so I fixed that - see the change to the sed
commands in debian/rules.

Cheers,
    Olly
diff -Nru wxsqlite3-3.1.0~dfsg1/debian/changelog wxsqlite3-3.1.0~dfsg1/debian/changelog
--- wxsqlite3-3.1.0~dfsg1/debian/changelog	2014-06-06 06:53:09.000000000 +1200
+++ wxsqlite3-3.1.0~dfsg1/debian/changelog	2014-08-16 11:00:57.000000000 +1200
@@ -1,3 +1,12 @@
+wxsqlite3 (3.1.0~dfsg1-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix lintian error "pkg-config-bad-directive" by fixing the ineffective
+    substitution of @VERSION@ into the .pc file.
+  * Upload to unstable so we can start the libwxsqlite3-3.0-0 transition.
+
+ -- Olly Betts <o...@survex.com>  Sat, 16 Aug 2014 10:59:44 +1200
+
 wxsqlite3 (3.1.0~dfsg1-1) experimental; urgency=low
 
   * New upstream release, update 1001-soname.patch to match it.
diff -Nru wxsqlite3-3.1.0~dfsg1/debian/rules wxsqlite3-3.1.0~dfsg1/debian/rules
--- wxsqlite3-3.1.0~dfsg1/debian/rules	2014-06-06 07:00:55.000000000 +1200
+++ wxsqlite3-3.1.0~dfsg1/debian/rules	2014-08-16 10:59:09.000000000 +1200
@@ -27,8 +27,7 @@
 override_dh_auto_install:
 	dh_auto_install
 	sed -e "s/@VERSION@/${UPSTREAM_VERSION}/" \
-		debian/wxsqlite3-3.0.pc.in > debian/wxsqlite3-3.0.pc
-	sed -e "s#@LIBDIR@#lib/${DEB_HOST_MULTIARCH}#" \
+	    -e "s#@LIBDIR@#lib/${DEB_HOST_MULTIARCH}#" \
 		debian/wxsqlite3-3.0.pc.in > debian/wxsqlite3-3.0.pc
 	chmod -x debian/wxsqlite3-3.0.pc
 	mkdir -p debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig

Reply via email to