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

Bug#452425: marked as done (desktop-base: odd perms on /usr/share/gnome-background-properties)



Your message dated Mon, 14 Jan 2008 10:47:02 +0000
with message-id <E1JEMqM-0007nR-QL@ries.debian.org>
and subject line Bug#452425: fixed in desktop-base 4.0.5
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: desktop-base
Version: 4.0.3
Severity: minor
Tags: patch

jbr@hurakan:~$ stat -c%a=%A /usr/share/gnome-background-properties
655=drw-r-xr-x

What no owner-executable bit?

I'm no Makefile expert, especially when cdbs is involved, but the
problem seems to be the 'INSTALL=install -m 0644' followed by
'$(INSTALL) -d $(DESTDIR)/usr/share/gnome-background-properties'.
Changing that to plain
'install -d $(DESTDIR)/usr/share/gnome-background-properties'
and rebuilding cures it:

jbr@hurakan:~$ stat -c%a=%A /usr/share/gnome-background-properties
755=drwxr-xr-x

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing'), (50, 'unstable')
Architecture: i386 (i586)

Kernel: Linux 2.6.22.custom
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages desktop-base depends on:
ii  librsvg2-common               2.18.2-1   SAX-based renderer library for SVG

desktop-base recommends no packages.

-- no debconf information
-- 
JBR
Ankh kak! (Ancient Egyptian blessing)
--- Makefile.old	2007-11-22 19:32:20.000000000 +0000
+++ Makefile	2007-11-22 19:17:30.000000000 +0000
@@ -46,6 +46,6 @@
 	mkdir -p $(DESTDIR)/usr/share/desktop-base/profiles/xdg-config/xfce4-session
 	$(INSTALL) $(wildcard profiles/xdg-config/xfce4-session/*) $(DESTDIR)/usr/share/desktop-base/profiles/xdg-config/xfce4-session
 	# GNOME background descriptor
-	$(INSTALL) -d $(DESTDIR)/usr/share/gnome-background-properties
+	install -d $(DESTDIR)/usr/share/gnome-background-properties
 	$(INSTALL) gnome-backgrounds.xml $(DESTDIR)/usr/share/gnome-background-properties/debian.xml
 

--- End Message ---
--- Begin Message ---
Source: desktop-base
Source-Version: 4.0.5

We believe that the bug you reported is fixed in the latest version of
desktop-base, which is due to be installed in the Debian FTP archive:

desktop-base_4.0.5.dsc
  to pool/main/d/desktop-base/desktop-base_4.0.5.dsc
desktop-base_4.0.5.tar.gz
  to pool/main/d/desktop-base/desktop-base_4.0.5.tar.gz
desktop-base_4.0.5_all.deb
  to pool/main/d/desktop-base/desktop-base_4.0.5_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 452425@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Fathi Boudra <fabo@debian.org> (supplier of updated desktop-base package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


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

Format: 1.7
Date: Wed, 09 Jan 2008 11:08:23 +0100
Source: desktop-base
Binary: desktop-base
Architecture: source all
Version: 4.0.5
Distribution: unstable
Urgency: low
Maintainer: Fathi Boudra <fabo@debian.org>
Changed-By: Fathi Boudra <fabo@debian.org>
Description: 
 desktop-base - common files for the Debian Desktop
Closes: 439838 452425 459352
Changes: 
 desktop-base (4.0.5) unstable; urgency=low
 .
   [ Fathi Boudra ]
   * Bump Standards-Version to 3.7.3.
   * Add Homepage field.
   * Remove DM-Upload-Allowed: yes; All Uploaders are DD.
   * Update kdm theme for KDE 4.
   * Use zoom option instead of scaled option in gnome background.
     (Closes: #439838)
   * Update Makefile to fix wrong permissions on
     /usr/share/gnome-background-properties. (Closes: #452425)
   * Provide 640x480 TGA version of debian-blueish-wallpaper.svg for GRUB 2.
     Thanks to Robert Millan (Closes: #459352)
 .
   [ Loic Minier ]
   * Also use zoom (instead of stretched) for the default wallpaper.
Files: 
 a2ab9a931cc27db3433993cc09268436 818 x11 optional desktop-base_4.0.5.dsc
 a0698d7ffeac473dd70354da7faafd4f 3123775 x11 optional desktop-base_4.0.5.tar.gz
 383bab5c1a884324398a1da6a3cff95d 2384618 x11 optional desktop-base_4.0.5_all.deb

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

iQCVAwUBR4s70oz1NfZqpXL3AQLn6AP/V3DQxOm4AcjKS2BXl3YHBDSecPptRFCg
xPrzAm1LoklhGMoqKJmXDAso8QffrFza9a85DFkj+usvTgWKXTmVgi1mEHRGfGwV
vpZBgfsNqAgnwp+G52kAd/5272DYND/DFm3JA2L3z05y6Ipx6uxycu4vp0QiO+SE
rJwQrbwneKk=
=/GsJ
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: