瀏覽代碼

dpkg (1.3.4) experimental; urgency=low

  * Removed debugging output from dpkg-source -x.  Oops.
  * Removed section on source package permissions from policy manual -
    dpkg-source now sorts these out.

 -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Sun, 11 Aug 1996 13:25:44 +0100
Ian Jackson 30 年之前
父節點
當前提交
152af05e53
共有 4 個文件被更改,包括 1230 次插入17 次删除
  1. 8 0
      debian/changelog
  2. 0 16
      doc/policy.sgml
  3. 1222 0
      doc/policy.sgml.orig
  4. 0 1
      scripts/dpkg-source.pl

+ 8 - 0
debian/changelog

@@ -1,3 +1,11 @@
+dpkg (1.3.4) experimental; urgency=low
+
+  * Removed debugging output from dpkg-source -x.  Oops.
+  * Removed section on source package permissions from policy manual -
+    dpkg-source now sorts these out.
+
+ -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Sun, 11 Aug 1996 13:25:44 +0100
+
 dpkg (1.3.3) experimental; urgency=low
 
   * Programmers' & policy manuals in source tree; HTML in /usr/doc/dpkg.

+ 0 - 16
doc/policy.sgml

@@ -1099,22 +1099,6 @@ including most loops and conditionals you must include a separate
 <tt/set -e/ command at the start of every makefile command that's
 actually one of these miniature shellscripts.
 
-<sect>Permissions
-<p>
-
-All the files in the source package should be world-readable and
-user-writeable.  Directories and executable programs should be
-world-exectuable.  None of the files should be world-writeable.  The
-files may or may not be group-writeable, and directories may or may
-not be setgid.  Pipes should not be world-readable and should be
-either both group readable and writeable or neither (and they should
-not be executable).
-<p>
-
-In summary: data files may be <tt/664/, <tt/644/.  Executable files
-may be <tt/775/ or <tt/755/.  Directories may be <tt/775/, <tt/755/,
-<tt/2775/ or <tt/2755/.  Pipes may be <tt/660/ or <tt/600/.
-
 <chapt id="developer">How to become a Debian developer
 
 <sect>Before you start work

文件差異過大導致無法顯示
+ 1222 - 0
doc/policy.sgml.orig


+ 0 - 1
scripts/dpkg-source.pl

@@ -548,7 +548,6 @@ if ($opmode eq 'build') {
             &internerr("unknown object \`$fn' after extract (mode ".
                        sprintf("0%o",$mode).")");
         }
-printf STDERR "mode %07o newmode %07o %s\n",$mode,$newmode,$fn;
         next if ($mode & 07777) == $newmode;
         chmod($newmode,$fn) ||
             &syserr(sprintf("cannot change mode of \`%s' to 0%o from 0%o",