Hello I have uploaded a NMU to mentors[1].
My changes:
* 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" <[email protected]>.
- Change debian/control.
- Change debian/rules.
* debian/control:
- Bump Standards-Version to 3.9.6 (no changes required).
A debdiff is attached.
CU
Jörg
--
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: [email protected]
[email protected]
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" <[email protected]>. + - Change debian/control. + - Change debian/rules. + * debian/control: + - Bump Standards-Version to 3.9.6 (no changes required). + + -- Jörg Frings-Fürst <[email protected]> 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 <[email protected]> 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

