[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#768031: marked as done (unblock: safe-rm/0.12-1)



Your message dated Tue, 04 Nov 2014 20:57:19 +0100
with message-id <54592F9F.6040901@thykier.net>
and subject line Re: Bug#768031: unblock: safe-rm/0.12-1
has caused the Debian Bug report #768031,
regarding unblock: safe-rm/0.12-1
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 owner@bugs.debian.org
immediately.)


-- 
768031: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=768031
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock package safe-rm

This new upstream version consists of a single change:

  --- safe-rm-0.11/safe-rm        2014-10-08 00:28:47.000000000 +1300
  +++ safe-rm-0.12/safe-rm        2014-11-03 15:11:18.000000000 +1300
  @@ -3,9 +3,8 @@
   use warnings;
   use strict;
   use Cwd 'realpath';
  -use Env;

i.e. the removal of an unnecessary dependency which was breaking
upgrades (release-critical bug #767477).

A full debdiff against the package in testing is attached, but
the only change other than version numbers and changelogs is
the above line.

unblock safe-rm/0.12-1
diff -Nru safe-rm-0.11/Changes safe-rm-0.12/Changes
--- safe-rm-0.11/Changes	2014-10-08 00:28:47.000000000 +1300
+++ safe-rm-0.12/Changes	2014-11-03 15:11:18.000000000 +1300
@@ -1,3 +1,6 @@
+0.12 (2014-11-03)
+  - Remove unnecessary dependency on Env
+
 0.11 (2014-10-08)
   - Read user config from $XDG_CONFIG_HOME/safe-rm too
   - Update URL and email address (safe-rm.org.nz is deprecated)
diff -Nru safe-rm-0.11/debian/changelog safe-rm-0.12/debian/changelog
--- safe-rm-0.11/debian/changelog	2014-10-22 10:26:01.000000000 +1300
+++ safe-rm-0.12/debian/changelog	2014-11-03 15:19:24.000000000 +1300
@@ -1,3 +1,9 @@
+safe-rm (0.12-1) unstable; urgency=high
+
+  * New upstream release (closes: #767477)
+
+ -- Francois Marier <francois@debian.org>  Mon, 03 Nov 2014 15:18:31 +1300
+
 safe-rm (0.11-2) unstable; urgency=medium
 
   * Add Dutch debconf translation (closes: #766254)
diff -Nru safe-rm-0.11/safe-rm safe-rm-0.12/safe-rm
--- safe-rm-0.11/safe-rm	2014-10-08 00:28:47.000000000 +1300
+++ safe-rm-0.12/safe-rm	2014-11-03 15:11:18.000000000 +1300
@@ -3,9 +3,8 @@
 use warnings;
 use strict;
 use Cwd 'realpath';
-use Env;
 
-our $VERSION = '0.11';
+our $VERSION = '0.12';
 
 my $homedir            = $ENV{HOME} || q{};
 my $LEGACY_CONFIG_FILE = "$homedir/.safe-rm";

--- End Message ---
--- Begin Message ---
On 2014-11-04 11:35, Francois Marier wrote:
> Package: release.debian.org
> Severity: normal
> User: release.debian.org@packages.debian.org
> Usertags: unblock
> 
> Please unblock package safe-rm
> 
> [...]
> 
> i.e. the removal of an unnecessary dependency which was breaking
> upgrades (release-critical bug #767477).
> 
> A full debdiff against the package in testing is attached, but
> the only change other than version numbers and changelogs is
> the above line.
> 
> unblock safe-rm/0.12-1
> 

Unblocked, thanks.

~Niels

--- End Message ---

Reply to: