Package: tomboy Version: 1.10.0-1 Severity: important Tags: d-i patch Hi,
trying to make some room on CD#1 for gnome to fit, your package popped up as an interesting candidate, we would save 1.2 MB with the trivial attached patch. It would be nice to have a quick upload (and unblock request), given we're aiming at releasing d-i beta 3 some time next week; an ACK for a NMU would work fine as well. Mraw, KiBi.
diff -Nru tomboy-1.10.0/debian/changelog tomboy-1.10.0/debian/changelog --- tomboy-1.10.0/debian/changelog 2012-03-28 12:33:58.000000000 +0200 +++ tomboy-1.10.0/debian/changelog 2012-09-25 00:07:48.000000000 +0200 @@ -1,3 +1,10 @@ +tomboy (1.10.0-1.1) UNRELEASED; urgency=low + + * Non-maintainer upload. + * Enable xz compression to save some space on CD images. + + -- Cyril Brulebois <k...@debian.org> Tue, 25 Sep 2012 00:07:27 +0200 + tomboy (1.10.0-1) unstable; urgency=low * [277fd7f] Imported Upstream version 1.10.0 diff -Nru tomboy-1.10.0/debian/rules tomboy-1.10.0/debian/rules --- tomboy-1.10.0/debian/rules 2012-03-28 12:33:58.000000000 +0200 +++ tomboy-1.10.0/debian/rules 2012-09-25 00:08:19.000000000 +0200 @@ -32,6 +32,10 @@ # disable tests override_dh_auto_test: +# save space on CD images: +override_dh_builddeb: + dh_builddeb -- -Zxz + get-orig-source: uscan \ --package $(DEB_SOURCE_NAME) \