Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Hi, I uploaded tomboy per KiBi's request in #688706 to compress it with .xz. That's the only change. Please unblock. diff attached. Cheers, -- Iain Lane [ i...@orangesquash.org.uk ] Debian Developer [ la...@debian.org ] Ubuntu Developer [ la...@ubuntu.com ]
diff --git a/debian/changelog b/debian/changelog index 9a1da9f..78ed3ed 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +tomboy (1.10.0-2) unstable; urgency=low + + * [9c1e942] Compress deb data member with xz (Closes: #688706) + + -- Iain Lane <la...@debian.org> Tue, 25 Sep 2012 09:56:42 +0100 + tomboy (1.10.0-1) unstable; urgency=low * [277fd7f] Imported Upstream version 1.10.0 diff --git a/debian/rules b/debian/rules index e9d3a57..1332826 100755 --- a/debian/rules +++ b/debian/rules @@ -32,6 +32,9 @@ override_dh_auto_install: # disable tests override_dh_auto_test: +override_dh_builddeb: + dh_builddeb -- -Zxz + get-orig-source: uscan \ --package $(DEB_SOURCE_NAME) \