Your message dated Mon, 04 May 2009 19:02:04 +0000
with message-id <[email protected]>
and subject line Bug#526221: fixed in debhelper 7.2.9
has caused the Debian Bug report #526221,
regarding debhelper: Please fix permissions of OCaml native-code shared objects
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 [email protected]
immediately.)


-- 
526221: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=526221
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: debhelper
Version: 7.2.7
Severity: normal
Tags: patch

Hello,

OCaml native-code shared objects are generated the same way *.so files
are generated and suffer from the same issue of being executables.
However, running them results in a segfault.

It would be nice if dh_fixperms handled this the same way it does for
*.so files. Attached is a patch that does this.

Cheers,

-- 
Stephane


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.29-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages debhelper depends on:
ii  binutils                      2.19.1-1   The GNU assembler, linker and bina
ii  dpkg-dev                      1.14.25    Debian package development tools
ii  file                          5.00-1     Determines file type using "magic"
ii  html2text                     1.3.2a-13  advanced HTML to text converter
ii  man-db                        2.5.5-1    on-line manual pager
ii  perl                          5.10.0-19  Larry Wall's Practical Extraction 
ii  po-debconf                    1.0.16     tool for managing templates file t

debhelper recommends no packages.

Versions of packages debhelper suggests:
ii  dh-make                       0.48       tool that converts source archives

-- no debconf information
commit 82f67f7ff7f9cd112ef00abc92c38c46df3e84cd
Author: Stephane Glondu <[email protected]>
Date:   Wed Apr 29 23:37:27 2009 +0200

    Fix permissions of *.cmxs files

diff --git a/dh_fixperms b/dh_fixperms
index 1d4a33f..6fa5065 100755
--- a/dh_fixperms
+++ b/dh_fixperms
@@ -82,6 +82,11 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
        # ..and desktop files ..
        complex_doit("find $tmp/usr/share/applications -type f $find_options 
-print0",
                "2>/dev/null | xargs -0r chmod 644");
+
+       # ..and OCaml native-code shared objects ..
+       complex_doit("find $tmp -perm -5 -type f",
+               "\\( -name '*.cmxs' \\) $find_options -print0",
+               "2>/dev/null | xargs -0r chmod 644");
        
        # .. and perl modules.
        complex_doit("find $tmp/usr/lib/perl5 $tmp/usr/share/perl5 -type f",

--- End Message ---
--- Begin Message ---
Source: debhelper
Source-Version: 7.2.9

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

debhelper_7.2.9.dsc
  to pool/main/d/debhelper/debhelper_7.2.9.dsc
debhelper_7.2.9.tar.gz
  to pool/main/d/debhelper/debhelper_7.2.9.tar.gz
debhelper_7.2.9_all.deb
  to pool/main/d/debhelper/debhelper_7.2.9_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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Joey Hess <[email protected]> (supplier of updated debhelper 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 [email protected])


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

Format: 1.8
Date: Mon, 04 May 2009 14:46:53 -0400
Source: debhelper
Binary: debhelper
Architecture: source all
Version: 7.2.9
Distribution: unstable
Urgency: low
Maintainer: Joey Hess <[email protected]>
Changed-By: Joey Hess <[email protected]>
Description: 
 debhelper  - helper programs for debian/rules
Closes: 526221
Changes: 
 debhelper (7.2.9) unstable; urgency=low
 .
   * dh_fixperms: Ensure lintian overrides are mode 644.
     (Patch from #459548)
   * dh_fixperms: Fix permissions of OCaml .cmxs files. Closes: #526221
   * dh: Add --without to allow disabling sequence addons (particularly
     useful to disable the default python-support addon).
Checksums-Sha1: 
 e78d4fcb1919bc4a420503df37086a1432db116f 906 debhelper_7.2.9.dsc
 7f204546b670038bc5fedb0f24a03a1085ad8fe0 296004 debhelper_7.2.9.tar.gz
 8c7bbc9b55bba23ef908b1bfb73914755aa984d5 545882 debhelper_7.2.9_all.deb
Checksums-Sha256: 
 ee204f9dc0596f982ffdbd9fdd72b70027e9a7b3590185bcc04369b87ee6c1aa 906 
debhelper_7.2.9.dsc
 4bcde0ebc3559d70d03f5ae717b6523779e9dd3e2f0580fd3cb115b9142e7960 296004 
debhelper_7.2.9.tar.gz
 d18810aa491fecbe3bc358f5ac8ee7db4ab391c9f9d0de918d060b59c0c12e35 545882 
debhelper_7.2.9_all.deb
Files: 
 af76e818ff7b1c99b44a88ee247ecd5e 906 devel optional debhelper_7.2.9.dsc
 e35f205c37d230ffe4acf9dfe8ebdeef 296004 devel optional debhelper_7.2.9.tar.gz
 ca343a0ddc9ebb3479724c341a8eb87c 545882 devel optional debhelper_7.2.9_all.deb

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

iD8DBQFJ/zjo2tp5zXiKP0wRAv51AKCU56sEsBkA/annv0G9YJMLjYE7aACeNDjO
skGTzMOXecJSQtfEt/woFKM=
=0G7j
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to