Package: debmirror Version: 20060907.1 Severity: normal
In file debian/rules man-page gathered by: pod2man debmirror | gzip -9 -c > $(MANDIR)/debmirror.1.gz that at user umask which set in "paranoid" meaning cause mistaken package assembling. For example when umask 027 we have man-page inaccessible for usual user (root:root 0640). I propose enter correcting in debian/rules: $ diff -u debian/rules rules.new --- debian/rules 2005-02-07 07:07:09.000000000 +0300 +++ rules.new 2006-11-17 15:15:34.000000000 +0300 @@ -30,6 +30,7 @@ install -d -m 0755 $(DOCDIR) install -d -m 0755 $(MANDIR) pod2man debmirror | gzip -9 -c > $(MANDIR)/debmirror.1.gz + chmod 0644 $(MANDIR)/debmirror.1.gz install -m 0644 debian/copyright $(DOCDIR)/copyright install -m 0644 debian/changelog $(DOCDIR)/changelog install -m 0644 debian/NEWS.Debian $(DOCDIR)/NEWS.Debian -- System Information: Debian Release: 4.0 APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.17-2-k7 Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8) Versions of packages debmirror depends on: ii bzip2 1.0.3-6 high-quality block-sorting file co ii libcompress-zlib-perl 1.42-1 Perl module for creation and manip ii libdigest-sha1-perl 2.11-1 NIST SHA-1 message digest algorith ii liblockfile-simple-perl 0.2.5-7 Simple advisory file locking ii libwww-perl 5.805-1 WWW client/server library for Perl ii perl [libdigest-md5-perl] 5.8.8-6.1 Larry Wall's Practical Extraction ii perl-modules [libnet-perl] 5.8.8-6.1 Core Perl modules ii rsync 2.6.8-2 fast remote file copy program (lik Versions of packages debmirror recommends: ii gnupg 1.4.5-1 GNU privacy guard - a free PGP rep ii patch 2.5.9-4 Apply a diff file to an original -- debconf-show failed -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]