[26210] in Source-Commits
Re: /svn/athena r25456 - in trunk/athena/bin: delete/debian
daemon@ATHENA.MIT.EDU (Benjamin Kaduk)
Tue Mar 6 11:56:30 2012
Date: Tue, 6 Mar 2012 11:56:27 -0500 (EST)
From: Benjamin Kaduk <kaduk@MIT.EDU>
To: Geoffrey Thomas <geofft@MIT.EDU>
cc: source-commits@MIT.EDU
In-Reply-To: <201203061653.q26GroL8022655@drugstore.mit.edu>
Message-ID: <alpine.GSO.1.10.1203061155480.27539@multics.mit.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
ACK.
Per zephyr you say you're holding off on building these, but it's a little
unclear to me that leaving them UNRELEASED gets you very much.
-Ben
On Tue, 6 Mar 2012, Geoffrey Thomas wrote:
> Author: geofft
> Date: 2012-03-06 11:53:50 -0500 (Tue, 06 Mar 2012)
> New Revision: 25456
>
> Modified:
> trunk/athena/bin/delete/debian/changelog
> trunk/athena/bin/delete/debian/control.in
> trunk/athena/bin/saferm/debian/changelog
> trunk/athena/bin/saferm/debian/control.in
> Log:
> In delete:
> * Change description to clarify that this package does not
> provide a command called "rm"; thanks to John Ranson for pointing
> this out.
> In saferm:
> * Change description to clarify that this package does not
> provide a command called "rm"; thanks to John Ranson for pointing
> this out.
>
>
> Modified: trunk/athena/bin/delete/debian/changelog
> ===================================================================
> --- trunk/athena/bin/delete/debian/changelog 2012-02-29 20:24:47 UTC (rev 25455)
> +++ trunk/athena/bin/delete/debian/changelog 2012-03-06 16:53:50 UTC (rev 25456)
> @@ -1,3 +1,11 @@
> +debathena-delete (10.0.3-0debathena2) UNRELEASED; urgency=low
> +
> + * Change description to clarify that this package does not
> + provide a command called "rm"; thanks to John Ranson for pointing
> + this out.
> +
> + -- Geoffrey Thomas <geofft@mit.edu> Tue, 06 Mar 2012 08:46:06 -0800
> +
> debathena-delete (10.0.3-0debathena1) unstable; urgency=low
>
> * Update autogoo for the 21st century.
>
> Modified: trunk/athena/bin/delete/debian/control.in
> ===================================================================
> --- trunk/athena/bin/delete/debian/control.in 2012-02-29 20:24:47 UTC (rev 25455)
> +++ trunk/athena/bin/delete/debian/control.in 2012-03-06 16:53:50 UTC (rev 25456)
> @@ -8,7 +8,7 @@
> Package: debathena-delete
> Architecture: any
> Depends: ${shlibs:Depends}, ${misc:Depends}
> -Description: A friendlier version of rm for Athena
> +Description: A friendlier alternative to rm for Athena
> The delete utility marks files and directories for later permanent
> removal by prefixing them with '.#'. Files accidentally marked for
> deletion can be recovered with undelete. Permanent removal can be
>
> Modified: trunk/athena/bin/saferm/debian/changelog
> ===================================================================
> --- trunk/athena/bin/saferm/debian/changelog 2012-02-29 20:24:47 UTC (rev 25455)
> +++ trunk/athena/bin/saferm/debian/changelog 2012-03-06 16:53:50 UTC (rev 25456)
> @@ -1,3 +1,11 @@
> +debathena-saferm (10.0.1-0debathena2) UNRELEASED; urgency=low
> +
> + * Change description to clarify that this package does not
> + provide a command called "rm"; thanks to John Ranson for pointing
> + this out.
> +
> + -- Geoffrey Thomas <geofft@mit.edu> Tue, 06 Mar 2012 08:51:10 -0800
> +
> debathena-saferm (10.0.1-0debathena1) unstable; urgency=low
>
> * Make saferm largefile-compatible (Trac: #664).
>
> Modified: trunk/athena/bin/saferm/debian/control.in
> ===================================================================
> --- trunk/athena/bin/saferm/debian/control.in 2012-02-29 20:24:47 UTC (rev 25455)
> +++ trunk/athena/bin/saferm/debian/control.in 2012-03-06 16:53:50 UTC (rev 25456)
> @@ -9,7 +9,7 @@
> Architecture: any
> Provides: saferm
> Depends: ${shlibs:Depends}, ${misc:Depends}
> -Description: A completely safe version of rm for Athena
> +Description: A safe alternative to rm for Athena
> saferm is a file removal program which can be used running as root
> to safely remove, and optionally zero, files or directories from
> world-writable directories, such as /tmp. It will refuse to
>
>