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

Bug#690772: marked as done (unblock: lastfmsubmitd/1.0.6-4)



Your message dated Wed, 17 Oct 2012 16:54:40 +0100
with message-id <316340f2f04847e85b815701376f021e@mail.adsl.funky-badger.org>
and subject line Re: Bug#690772: unblock: lastfmsubmitd/1.0.6-4
has caused the Debian Bug report #690772,
regarding unblock: lastfmsubmitd/1.0.6-4
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.)


-- 
690772: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=690772
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Please unblock package lastfmsubmitd

lastfmsubmitd is QA maintained. 

Thomas Goirand prepared a patch for RC bug #689896, which fixes bad handling
of /var/run/lastfm life cycle (Policy). I applied his patch after some
checking.

Please find the final debdif attached.

unblock lastfmsubmitd/1.0.6-4

- -- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-3-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlB+rHUACgkQHNUte6r+CGrULQCfbVqH6ZJd4UXc5RrYLEbPoCUx
1f4An0L4/CkWFlVOpLJlRfzipD6aB0SS
=r0eU
-----END PGP SIGNATURE-----
diff -u lastfmsubmitd-1.0.6/debian/lastfmsubmitd.dirs lastfmsubmitd-1.0.6/debian/lastfmsubmitd.dirs
--- lastfmsubmitd-1.0.6/debian/lastfmsubmitd.dirs
+++ lastfmsubmitd-1.0.6/debian/lastfmsubmitd.dirs
@@ -2,3 +2,2 @@
 var/log/lastfm
-var/run/lastfm
 var/spool/lastfm
diff -u lastfmsubmitd-1.0.6/debian/lastmp.init.d lastfmsubmitd-1.0.6/debian/lastmp.init.d
--- lastfmsubmitd-1.0.6/debian/lastmp.init.d
+++ lastfmsubmitd-1.0.6/debian/lastmp.init.d
@@ -23,6 +23,14 @@
     exit 0
 fi
 
+if [ ! -d ${RUNDIR} ] ; then
+	mkdir -p ${RUNDIR} || true
+	if [ -d ${RUNDIR} ] ; then
+		chown ${USER}:${GROUP} ${RUNDIR}
+		chmod 2775 ${RUNDIR}
+	fi
+fi
+
 case "$1" in
     start)
         echo -n "Starting $DESC: "
diff -u lastfmsubmitd-1.0.6/debian/lastfmsubmitd.init.d lastfmsubmitd-1.0.6/debian/lastfmsubmitd.init.d
--- lastfmsubmitd-1.0.6/debian/lastfmsubmitd.init.d
+++ lastfmsubmitd-1.0.6/debian/lastfmsubmitd.init.d
@@ -21,6 +21,14 @@
     exit 0
 fi
 
+if [ ! -d ${RUNDIR} ] ; then
+	mkdir -p ${RUNDIR} || true
+	if [ -d ${RUNDIR} ] ; then
+		chown ${USER}:${GROUP} ${RUNDIR}
+		chmod 2775 ${RUNDIR}
+	fi
+fi
+
 case "$1" in
     start)
         echo -n "Starting $DESC: "
diff -u lastfmsubmitd-1.0.6/debian/changelog lastfmsubmitd-1.0.6/debian/changelog
--- lastfmsubmitd-1.0.6/debian/changelog
+++ lastfmsubmitd-1.0.6/debian/changelog
@@ -1,3 +1,13 @@
+lastfmsubmitd (1.0.6-4) unstable; urgency=low
+
+  [ Thomas Goirand ]
+  * Fixes bad handling of /var/run/lastfm life cycle (Closes: #689896).
+
+  [ Paul Gevers ]
+  * Prepare upload
+
+ -- Paul Gevers <elbrus@debian.org>  Wed, 17 Oct 2012 11:19:02 +0200
+
 lastfmsubmitd (1.0.6-3) unstable; urgency=low
 
   * QA upload.
diff -u lastfmsubmitd-1.0.6/debian/lastfmsubmitd.postinst lastfmsubmitd-1.0.6/debian/lastfmsubmitd.postinst
--- lastfmsubmitd-1.0.6/debian/lastfmsubmitd.postinst
+++ lastfmsubmitd-1.0.6/debian/lastfmsubmitd.postinst
@@ -45,7 +45,7 @@
 
 db_get lastfmsubmitd/spool_group
 if [ "$RET" ]; then
-    for dir in /var/log/lastfm /var/run/lastfm /var/spool/lastfm; do
+    for dir in /var/log/lastfm /var/spool/lastfm; do
         chown "lastfm:$RET" $dir
         chmod 2775 $dir
     done

--- End Message ---
--- Begin Message ---
On 17.10.2012 14:02, Paul Gevers wrote:
Please unblock package lastfmsubmitd

lastfmsubmitd is QA maintained.

Thomas Goirand prepared a patch for RC bug #689896, which fixes bad handling of /var/run/lastfm life cycle (Policy). I applied his patch after some
checking.

Unblocked; thanks.

Regards,

Adam

--- End Message ---

Reply to: