[liblinux-lvm-perl] 02/04: Drop vgdisplay-output.patch patch

Salvatore Bonaccorso carnil at debian.org
Thu Nov 7 18:29:23 UTC 2013


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

carnil pushed a commit to branch master
in repository liblinux-lvm-perl.

commit 02d65343999c0b523a99041055176afcbc8159d3
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Thu Nov 7 19:25:29 2013 +0100

    Drop vgdisplay-output.patch patch
---
 debian/patches/series                 |    1 -
 debian/patches/vgdisplay-output.patch |   26 --------------------------
 2 files changed, 27 deletions(-)

diff --git a/debian/patches/series b/debian/patches/series
index 141fbbf..8624513 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 zero-size
-vgdisplay-output.patch
diff --git a/debian/patches/vgdisplay-output.patch b/debian/patches/vgdisplay-output.patch
deleted file mode 100644
index 643af93..0000000
--- a/debian/patches/vgdisplay-output.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-Description: adapt to 'vgdisplay' output in Linux 3.x
- The patch doesn't support the pre-3.x output anymore
-Author: Thomas Lange <lange at informatik.uni-koeln.de>
-Bug: https://rt.cpan.org/Public/Bug/Display.html?id=87358
-Bug-Debian: http://bugs.debian.org/717684
-Reviewed-By: Damyan Ivanov <dmn at debian.org>
-Last-Update: 2013-10-16
-
---- a/LVM.pm
-+++ b/LVM.pm
-@@ -288,9 +288,14 @@ sub get_vg_information() {
-             $vghash{$vgn}->{uuid} = $1; 
-             next VGINF; }
- 
-+        # Parse the logical path name.
-+        elsif( m/LV Path\s+(\S+)/ ) {
-+            $lvn = $1;
-+            $vghash{$vgn}->{lvols}->{$lvn}->{path} = $1;
-+            next VGINF; }
-+
-         # Parse the logical volume name.
-         elsif( m/LV Name\s+(\S+)/ ) { 
--            $lvn = $1; 
-             $vghash{$vgn}->{lvols}->{$lvn}->{name} = $1; 
-             next VGINF; }
- 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/liblinux-lvm-perl.git



More information about the Pkg-perl-cvs-commits mailing list