Your message dated Sat, 12 Nov 2005 21:50:00 -0500
with message-id <[EMAIL PROTECTED]>
and subject line (no subject)
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)

--------------------------------------
Received: (at submit) by bugs.debian.org; 4 Sep 2005 01:29:58 +0000
>From [EMAIL PROTECTED] Sat Sep 03 18:29:58 2005
Return-path: <[EMAIL PROTECTED]>
Received: from (frobnitz.homelinux.net) [67.188.213.204] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1EBjKY-0007ZT-00; Sat, 03 Sep 2005 18:29:58 -0700
Received: from daniel by frobnitz.homelinux.net with local (Exim 4.52)
        id 1EBjKX-0000Rb-7d
        for [EMAIL PROTECTED]; Sat, 03 Sep 2005 18:29:57 -0700
From: Daniel Schepler <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: coreutils: Patch for coreutils_5.2.1-2.1 NMU
Date: Sat, 03 Sep 2005 18:29:56 -0700
Message-ID: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="=-=-="
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

--=-=-=

Package: coreutils
Version: 5.2.1-2.1
Severity: normal

I'm making an NMU for coreutils as part of this weekend's bugsquash
party.  Here's the diff for the NMU.

-- System Information:
Debian Release: testing/unstable
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-amd64-k8
Locale: LANG=en, LC_CTYPE=en (charmap=UTF-8) (ignored: LC_ALL set to 
en_US.UTF-8)

Versions of packages coreutils depends on:
ii  libacl1                       2.2.29-1   Access control list shared library
ii  libc6                         2.3.5-6    GNU C Library: Shared libraries an

coreutils recommends no packages.

-- no debconf information

-- 
Daniel Schepler              "Please don't disillusion me.  I
[EMAIL PROTECTED]    haven't had breakfast yet."
                                 -- Orson Scott Card

--=-=-=
Content-Type: text/x-patch
Content-Disposition: attachment; filename=coreutils.diff

diff -urN coreutils-5.2.1.old/debian/changelog coreutils-5.2.1/debian/changelog
--- coreutils-5.2.1.old/debian/changelog        2005-09-03 17:25:18.000000000 
-0700
+++ coreutils-5.2.1/debian/changelog    2005-09-03 18:19:54.000000000 -0700
@@ -1,3 +1,14 @@
+coreutils (5.2.1-2.1) unstable; urgency=low
+
+  * NMU during bugsquash party.
+  * Update the documentation to make it clear that mv --reply=no doesn't
+    prevent overwriting files.  Closes: #274705.
+    Note that upstream is planning to deprecate this option.
+  * Fix build with new dpkg-dev, so that it excludes the kill binary and
+    manpage on Linux again.  Closes: #314713.
+
+ -- Daniel Schepler <[EMAIL PROTECTED]>  Sat,  3 Sep 2005 18:19:54 -0700
+
 coreutils (5.2.1-2) unstable; urgency=low
 
   * remove su for kfreebsd (Closes: #225131)
diff -urN coreutils-5.2.1.old/debian/patches/00_texinfo.patch 
coreutils-5.2.1/debian/patches/00_texinfo.patch
--- coreutils-5.2.1.old/debian/patches/00_texinfo.patch 2005-09-03 
17:25:17.000000000 -0700
+++ coreutils-5.2.1/debian/patches/00_texinfo.patch     2005-09-03 
17:56:47.000000000 -0700
@@ -1,6 +1,7 @@
---- coreutils-5.0.orig/doc/coreutils.texi
-+++ coreutils-5.2.1/doc/coreutils.texi
-@@ -5323,7 +5323,7 @@
+diff -ruN coreutils-5.2.1-old/doc/coreutils.texi 
coreutils-5.2.1/doc/coreutils.texi
+--- coreutils-5.2.1-old/doc/coreutils.texi     2004-03-10 09:50:52.000000000 
-0800
++++ coreutils-5.2.1/doc/coreutils.texi 2005-09-03 17:56:39.000000000 -0700
+@@ -5726,7 +5726,7 @@
  Append a character to each file name indicating the file type. This is
  like @option{-F}, except that executables are not marked.
  
@@ -9,7 +10,7 @@
  @itemx --format=across
  @itemx --format=horizontal
  @opindex -x
-@@ -5494,7 +5494,10 @@
+@@ -5897,7 +5897,10 @@
  @opindex -N
  @opindex --literal
  @opindex --quoting-style
@@ -21,7 +22,29 @@
  
  @item -q
  @itemx --hide-control-chars
-@@ -6467,7 +6470,9 @@
+@@ -6300,7 +6303,9 @@
+ given as a response to every prompt about a destination file.  That 
effectively
+ cancels any preceding @option{--interactive} or @option{-i} option.
+ Specify @option{--reply=no} to make @command{cp} act as if @samp{no} were
+-given as a response to every prompt about a destination file.
++given as a response to every prompt about a destination file.  Note that
++this does @emph{not} prevent overwriting writable files, and that it
++overrides the effects of the @option{-i} option.
+ Specify @option{--reply=query} to make @command{cp} prompt the user
+ about each existing destination file.
+ 
+@@ -6770,7 +6775,9 @@
+ @cindex interactivity
+ Specifying @option{--reply=yes} is equivalent to using @option{--force}.
+ Specify @option{--reply=no} to make @command{mv} act as if @samp{no} were
+-given as a response to every prompt about a destination file.
++given as a response to every prompt about a destination file.  Note that
++this does @emph{not} prevent overwriting writable files, and that it
++overrides the effects of the @option{-i} option.
+ Specify @option{--reply=query} to make @command{mv} prompt the user
+ about each existing destination file.
+ 
+@@ -6842,7 +6849,9 @@
  only if you have appropriate privileges and if your operating system supports
  @code{unlink} for directories.  Because unlinking a directory causes any files
  in the deleted directory to become unreferenced, it is wise to @command{fsck}
@@ -32,7 +55,7 @@
  
  @item -f
  @itemx --force
-@@ -9909,12 +9914,12 @@
+@@ -10569,12 +10578,12 @@
  @cindex login name, printing
  @cindex user name, printing
  
@@ -48,7 +71,7 @@
  an error message and exits with a status of 1.
  
  The only options are @option{--help} and @option{--version}.  @xref{Common
-@@ -9975,11 +9980,11 @@
+@@ -10641,11 +10650,11 @@
  users [EMAIL PROTECTED]
  @end example
  
@@ -64,4 +87,3 @@
  
  The only options are @option{--help} and @option{--version}.  @xref{Common
  options}.
-
diff -urN coreutils-5.2.1.old/debian/rules coreutils-5.2.1/debian/rules
--- coreutils-5.2.1.old/debian/rules    2005-09-03 17:25:18.000000000 -0700
+++ coreutils-5.2.1/debian/rules        2005-09-03 17:34:07.000000000 -0700
@@ -12,6 +12,25 @@
 include /usr/share/dbs/dbs-build.mk
 include /usr/share/dbs/dpkg-arch.mk
 
+ifndef DEB_BUILD_ARCH_OS
+  DEB_BUILD_ARCH_OS := $(shell dpkg-architecture -qDEB_BUILD_ARCH_OS 
2>/dev/null)
+  ifeq ($(DEB_BUILD_ARCH_OS),)
+    DEB_BUILD_ARCH_OS := $(subst -gnu,,$(DEB_BUILD_GNU_SYSTEM))
+    ifeq ($(DEB_BUILD_ARCH_OS),gnu)
+      DEB_BUILD_ARCH_OS := hurd
+    endif
+  endif
+endif
+ifndef DEB_HOST_ARCH_OS
+  DEB_HOST_ARCH_OS := $(shell dpkg-architecture -qDEB_HOST_ARCH_OS 2>/dev/null)
+  ifeq ($(DEB_HOST_ARCH_OS),)
+    DEB_HOST_ARCH_OS := $(subst -gnu,,$(DEB_HOST_GNU_SYSTEM))
+    ifeq ($(DEB_HOST_ARCH_OS),gnu)
+      DEB_HOST_ARCH_OS := hurd
+    endif
+  endif
+endif
+
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
 CFLAGS = "-g -DSYSLOG_SUCCESS -DSYSLOG_FAILURE -DSYSLOG_NON_ROOT -O0"
 else
@@ -75,17 +94,17 @@
        mv $(d)/usr/share/man/man1/md5sum.1 
$(d)/usr/share/man/man1/md5sum.textutils.1
 
        # some things we don't do for hurd
-ifneq ($(DEB_HOST_GNU_SYSTEM),gnu)
+ifneq ($(DEB_HOST_ARCH_OS),hurd)
                # touch used to be in /usr/bin, don't break scripts
                ln -s /bin/touch $(d)/usr/bin/touch
 endif
 
        # remove stuff provided by other packages
-ifeq ($(DEB_HOST_GNU_SYSTEM),linux)
+ifeq ($(DEB_HOST_ARCH_OS),linux)
                # kill from procps is linux-specific
                rm -f $(d)/usr/bin/kill $(d)/usr/share/man/man1/kill.1
 endif
-ifneq ($(DEB_HOST_GNU_SYSTEM),gnu)
+ifneq ($(DEB_HOST_ARCH_OS),hurd)
                rm -f $(d)/usr/bin/su $(d)/usr/share/man/man1/su.1
 endif
 
@@ -147,7 +166,7 @@
        dh_link -a
        dh_compress -a
        dh_fixperms -a
-ifeq ($(DEB_BUILD_GNU_SYSTEM),gnu)
+ifeq ($(DEB_BUILD_ARCH_OS),hurd)
        chmod u+s $(d)/usr/bin/su
 endif
        dh_installdeb -a

--=-=-=--

---------------------------------------
Received: (at 326557-done) by bugs.debian.org; 13 Nov 2005 02:50:02 +0000
>From [EMAIL PROTECTED] Sat Nov 12 18:50:02 2005
Return-path: <[EMAIL PROTECTED]>
Received: from vms048pub.verizon.net ([206.46.252.48])
        by spohr.debian.org with esmtp (Exim 4.50)
        id 1Eb7wQ-00025Q-K7
        for [EMAIL PROTECTED]; Sat, 12 Nov 2005 18:50:02 -0800
Received: from osgiliath.mathom.us ([70.108.64.202])
 by vms048.mailsrvcs.net (Sun Java System Messaging Server 6.2-4.02 (built Sep
 9 2005)) with ESMTPA id <[EMAIL PROTECTED]> for
 [EMAIL PROTECTED]; Sat, 12 Nov 2005 20:50:02 -0600 (CST)
Received: from localhost (localhost [127.0.0.1])
        by osgiliath.mathom.us (Postfix) with ESMTP id 1AC156063FF      for
 <[EMAIL PROTECTED]>; Sat, 12 Nov 2005 21:50:01 -0500 (EST)
Received: from osgiliath.mathom.us ([127.0.0.1])
        by localhost (osgiliath [127.0.0.1]) (amavisd-new, port 10024)
        with LMTP id 05383-04-3 for <[EMAIL PROTECTED]>; Sat,
 12 Nov 2005 21:50:00 -0500 (EST)
Received: by osgiliath.mathom.us (Postfix, from userid 1000)
        id ED1696001D6; Sat, 12 Nov 2005 21:50:00 -0500 (EST)
Date: Sat, 12 Nov 2005 21:50:00 -0500
From: Michael Stone <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Message-id: <[EMAIL PROTECTED]>
MIME-version: 1.0
Content-type: text/plain; charset=us-ascii; format=flowed
Content-disposition: inline
X-Pgp-Fingerprint: 53 FF 38 00 E7 DD 0A 9C  84 52 84 C5 EE DF 7C 88
X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at mathom.us
User-Agent: Mutt/1.5.11
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-1.5 required=4.0 tests=BAYES_00,NOSUBJECT 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Version: 5.93-1

uploaded coreutils 5.93-1, which supersedes the nmu


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to