Package: sponsorship-requests Severity: normal Dear mentors,
I am looking for a sponsor for my package "bamf" Package name : bamf Version : 0.2.118-1.1 Upstream Author : jason.sm...@canonical.com URL : http://launchpad.net/bamf/ License : LGPL-3, GPL-3 Section : libs It builds those binary packages: bamf-dbg - Window matching library - debugging symbols bamfdaemon - Window matching library - daemon libbamf-dev - Window matching library - development files (gtk2) libbamf-doc - Window matching library - documentation libbamf0 - Window matching library - shared library (gtk2) libbamf3-0 - Window matching library - shared library libbamf3-dev - Window matching library - development files To access further information about this package, please visit the following URL: http://mentors.debian.net/package/bamf Alternatively, one can download the package with dget using this command: dget -x http://mentors.debian.net/debian/pool/main/b/bamf/bamf_0.2.118-1.1.dsc Changes since the last upload: * Non-maintainer upload. * debian/bamfdaemon.postrm: - Add delete of the directory /usr/share/applications at purging (Closes: #683757). * Using dh-autoreconf during the build to update buildsystem (Closes: #746324). Thanks to "Breno Leitao" <bren...@br.ibm.com>. - Change debian/control. - Change debian/rules. * debian/control: - Bump Standards-Version to 3.9.6 (no changes required). A debdiff is attached. Regards, Jörg Frings-Fürst -- New: GPG Fingerprint: 63E0 075F C8D4 3ABB 35AB 30EE 09F8 9F3C 8CA1 D25D GPG key (long) : 09F89F3C8CA1D25D GPG Key : 8CA1D25D CAcert Key S/N : 0E:D4:56 Old (revoked since 2014-12-31): pgp Fingerprint: 7D13 3C60 0A10 DBE1 51F8 EBCB 422B 44B0 BE58 1B6E pgp Key: BE581B6E Jörg Frings-Fürst D-54526 Niederkail Threema: SYR8SJXB IRC: j_...@freenode.net j_...@oftc.net
diff -u bamf-0.2.118/debian/bamfdaemon.postrm bamf-0.2.118/debian/bamfdaemon.postrm --- bamf-0.2.118/debian/bamfdaemon.postrm +++ bamf-0.2.118/debian/bamfdaemon.postrm @@ -7,2 +7,11 @@ +# +# remove empty dir on purge +# +if [ "$1" = "purge" ]; then + if [ -d /usr/share/applications ]; then + rmdir --ignore-fail-on-non-empty /usr/share/applications + fi +fi + #DEBHELPER# diff -u bamf-0.2.118/debian/changelog bamf-0.2.118/debian/changelog --- bamf-0.2.118/debian/changelog +++ bamf-0.2.118/debian/changelog @@ -1,3 +1,18 @@ +bamf (0.2.118-1.1) unstable; urgency=low + + * Non-maintainer upload. + * debian/bamfdaemon.postrm: + - Add delete of the directory /usr/share/applications + at purging (Closes: #683757). + * Using dh-autoreconf during the build to update buildsystem + (Closes: #746324). Thanks to "Breno Leitao" <bren...@br.ibm.com>. + - Change debian/control. + - Change debian/rules. + * debian/control: + - Bump Standards-Version to 3.9.6 (no changes required). + + -- Jörg Frings-Fürst <deb...@jff-webhosting.net> Thu, 29 Jan 2015 18:42:13 +0100 + bamf (0.2.118-1) unstable; urgency=low * Backport latest release to debian diff -u bamf-0.2.118/debian/control bamf-0.2.118/debian/control --- bamf-0.2.118/debian/control +++ bamf-0.2.118/debian/control @@ -5,6 +5,7 @@ Uploaders: Andrea Veri <a...@debian.org> Build-Depends: debhelper (>= 8.1.2ubuntu2), cdbs (>= 0.4.90ubuntu9), + dh-autoreconf, libglib2.0-dev (>= 2.28.0~), libwnck-dev, libwnck-3-dev, @@ -21,7 +22,7 @@ gir1.2-gtk-3.0 (>= 3.0.0), gir1.2-pango-1.0, gir1.2-wnck-3.0, -Standards-Version: 3.9.3 +Standards-Version: 3.9.6 Homepage: https://launchpad.net/bamf Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/bamf/ubuntu diff -u bamf-0.2.118/debian/rules bamf-0.2.118/debian/rules --- bamf-0.2.118/debian/rules +++ bamf-0.2.118/debian/rules @@ -6,6 +6,7 @@ include /usr/share/cdbs/1/class/gnome.mk include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/rules/utils.mk +include /usr/share/cdbs/1/rules/autoreconf.mk LDFLAGS += -Wl,-z,defs -Wl,--as-needed
signature.asc
Description: This is a digitally signed message part