[DRE-commits] [ruby-uuid] 01/02: drop patch (fixed in diaspora-common)

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Mon May 11 09:49:08 UTC 2015


This is an automated email from the git hooks/post-receive script.

praveen pushed a commit to branch master
in repository ruby-uuid.

commit 5adeab86188d1b9b618ca5b89973688234fab36f
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Mon May 11 15:04:19 2015 +0530

    drop patch (fixed in diaspora-common)
---
 debian/changelog                              |  1 -
 debian/patches/series                         |  1 -
 debian/patches/uid-suffix-to-state-file.patch | 13 -------------
 3 files changed, 15 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 59c57be..179dac0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,7 +2,6 @@ ruby-uuid (2.3.7-3) UNRELEASED; urgency=medium
 
   * Add ruby-mocha to test depends.
   * Enable a simple require test.
-  * Add a uid suffix to state_file (closes: #771544) 
 
  -- Pirate Praveen <praveen at debian.org>  Mon, 01 Dec 2014 01:30:14 +0530
 
diff --git a/debian/patches/series b/debian/patches/series
index bd7b3c8..70378b3 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
-uid-suffix-to-state-file.patch
 remove-bin-commands.patch
 version-fix.patch
 require-mocha-setup.patch
diff --git a/debian/patches/uid-suffix-to-state-file.patch b/debian/patches/uid-suffix-to-state-file.patch
deleted file mode 100644
index 041aade..0000000
--- a/debian/patches/uid-suffix-to-state-file.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: ruby-uuid/lib/uuid.rb
-===================================================================
---- ruby-uuid.orig/lib/uuid.rb
-+++ ruby-uuid/lib/uuid.rb
-@@ -173,7 +173,7 @@ class UUID
-       state_dir = Dir.tmpdir
-     end
- 
--    @state_file = File.join(state_dir, 'ruby-uuid')
-+    @state_file = File.join(state_dir, 'ruby-uuid-'+Process.uid.to_s)
- 
-     if !File.writable?(state_dir) || (File.exists?(@state_file) && !File.writable?(@state_file)) then
-       @state_file = File.expand_path('.ruby-uuid', '~')

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-uuid.git



More information about the Pkg-ruby-extras-commits mailing list