[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#776596: marked as done (RFS: bamf/0.2.118-1.1 [NMU])



Your message dated Sat, 18 Apr 2015 13:32:36 +0200
with message-id <[🔎] 1429356756.4314.34.camel@jff-webhosting.net>
and subject line Re: Bug#776596: RFS: bamf/0.2.118-1.1 [NMU]
has caused the Debian Bug report #776596,
regarding RFS: bamf/0.2.118-1.1 [NMU]
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
776596: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=776596
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
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.smith@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" <brenohl@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_f-f@freenode.net
     j_f-f@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" <brenohl@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 <debian@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 <and@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
 

Attachment: signature.asc
Description: This is a digitally signed message part


--- End Message ---
--- Begin Message ---
Hi,

bamf isn't orphaned[1] now. So I close this bug. 

For some times my changes are available at[2].

CU
Jörg


[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=779565
[2] http://mentors.debian.net/debian/pool/main/b/bamf/bamf_0.2.118-1.1.dsc

-- 
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 pgp Key: BE581B6E (revoked since 2014-12-31).

Jörg Frings-Fürst
D-54526 Niederkail

Threema: SYR8SJXB

IRC: j_f-f@freenode.net
     j_f-f@oftc.net

My wish list: 
 - Please send me a picture from the nature at your home.


Attachment: signature.asc
Description: This is a digitally signed message part


--- End Message ---

Reply to: