debian/0000755000000000000000000000000012323460443007167 5ustar debian/watch0000644000000000000000000000021312117372530010214 0ustar version=3 http://git.fedorahosted.org/cgit/system-config-lvm.git /cgit/system-config-lvm.git/snapshot/system-config-lvm-([0-9.]+)\.tar\.gz debian/system-config-lvm.8x0000644000000000000000000000232711332536511013036 0ustar .TH SYSTEM-CONFIG-LVM 8x "2010-02-03" "system-config-lvm" .SH NAME system-config-lvm \- GUI for LVM .SH SYNOPSIS .B system-config-lvm .SH DESCRIPTION system-config-lvm provides a graphical interface to the LVM tools (and related utilities, including fsck and resize2fs) which is good for non-emergency storage administration. .PP It enables you to manage your logical volume and filesystem configuration with a few mouse clicks, and it prevents potentially disastrous mistakes using commandline such as reducing a logical volume size before reducing the filesystem contained within that volume. .PP WARNING: .br system-config-lvm does not recognize RAID elements as being in use, and therefore lists them as "Unitnitialized Entities". If you are using a LVM-on-RAID configuration, system-config-lvm will let you wipe out RAID elements by making them into PVs, so be careful about that. .PP system-config-lvm does exactly what you tell it to do, so watch your click and think about it twice before acting. .PP .SH AUTHOR system-config-lvm was written by Jim Parsons . .PP This manual page was written by Philipp Huebner , for the Debian project (but may be used by others). .SH SEE ALSO .B lvm(8) debian/rules0000755000000000000000000000077312117404152010252 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ override_dh_clean: dh_clean rm -f config.cache config.status config.log rm -f src/system-config-lvm override_dh_install: dh_install rm -rf debian/system-config-lvm/etc rm -rf debian/system-config-lvm/usr/bin/* rm -rf debian/system-config-lvm/usr/sbin cp debian/system-config-lvm.sh debian/system-config-lvm/usr/bin/system-config-lvm override_dh_installman: dh_installman ./debian/system-config-lvm.8x debian/copyright0000644000000000000000000000265712117403262011131 0ustar This work was packaged for Debian by: Philipp Huebner on Tue, 27 May 2008 13:11:19 +0200 It was downloaded from: http://git.fedorahosted.org/cgit/system-config-lvm.git Upstream Authors: Jim Parsons Stanko Kupcevic Ryan McCabe www.redhat.com fedoraproject.org Copyright: © 2004-2013 Red Hat, Inc. License: This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation. This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". The Debian packaging is: © 2008-2013, Philipp Huebner you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. debian/system-config-lvm.sh0000755000000000000000000000023112323460265013107 0ustar #!/bin/sh set -e if [ `id -u` -eq 0 ]; then /usr/share/system-config-lvm/system-config-lvm.py; else su-to-root -X -c "/usr/bin/system-config-lvm"; fi debian/source/0000755000000000000000000000000011332536761010475 5ustar debian/source/format0000644000000000000000000000001411360630524011674 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000012117404355010617 5ustar debian/patches/01_python-path.patch0000644000000000000000000000035411332544650014416 0ustar Author: Philipp Huebner Description: fix python path --- a/src/system-config-lvm.py +++ b/src/system-config-lvm.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2 +#!/usr/bin/python """Entry point for system-config-lvm. debian/patches/02_CommandError.patch0000644000000000000000000000072111700254771014533 0ustar Author: Maximilian Gaß Description: Fixes #507751: startup crash - "global name 'CommandError' is not defined" --- a/src/Multipath.py +++ b/src/Multipath.py @@ -2,6 +2,7 @@ import os from execute import execWithCapture, execWithCaptureErrorStatus, execWithCaptureStatus, execWithCaptureProgress, execWithCaptureErrorStatusProgress, execWithCaptureStatusProgress +from CommandError import CommandError from lvmui_constants import * debian/patches/03_typo-translation.patch0000644000000000000000000000204511332540552015470 0ustar Author: Philipp Huebner Description: Fix a typo in the German Translation. Bug reported by Mika Pflüger. --- a/po/de.po +++ b/po/de.po @@ -271,7 +271,7 @@ msgstr "" "Das dm-mirror Modul ist entweder nicht in Ihrem Kernel geladen oder Ihr\n" "Kernel unterstützt das dm-mirror Target nicht. Wenn das Modul unterstützt\n" -"wird versuchen Sie \"modeprobe dm-mirror\" auszuführen. Anderenfalls sind\n" +"wird versuchen Sie \"modprobe dm-mirror\" auszuführen. Anderenfalls sind\n" "Operationen, die das Verschieben von Daten auf physische Datenträger\n" "vorraussetzen, nicht möglich." @@ -280,7 +280,7 @@ msgstr "" "Das dm-snapshot Modul ist entweder nicht in Ihrem Kernel geladen oder Ihr\n" "Kernel unterstützt das dm-snapshot Target nicht. Wenn das Modul unterstützt\n" -"wird versuchen Sie \"modeprobe dm-snapshot\" auszuführen. Anderenfalls ist\n" +"wird versuchen Sie \"modprobe dm-snapshot\" auszuführen. Anderenfalls ist\n" "das Erzeugen von Schnappschüssen nicht möglich." #: ../src/InputController.py:160 debian/patches/series0000644000000000000000000000013312117404355012031 0ustar 01_python-path.patch 02_CommandError.patch 03_typo-translation.patch 04_desktop-file.patch debian/patches/04_desktop-file.patch0000644000000000000000000000110111332551577014531 0ustar Author: Philipp Huebner Description: fix desktop file --- a/system-config-lvm.desktop.in +++ b/system-config-lvm.desktop.in @@ -1,12 +1,10 @@ [Desktop Entry] _Name=Logical Volume Management -_GenericName=LVM +_GenericName=system-config-lvm _Comment=Configure LVM in a graphical setting StartupNotify=true Icon=/usr/share/system-config-lvm/pixmaps/lv_icon.png Exec=/usr/bin/system-config-lvm Type=Application Terminal=false -Encoding=UTF-8 -Categories=Application;SystemSetup;X-Red-Hat-Base; -X-Desktop-File-Install-Version=0.2 +Categories=System debian/compat0000644000000000000000000000000211332541175010366 0ustar 7 debian/control0000644000000000000000000000257312323460337010603 0ustar Source: system-config-lvm Section: admin Priority: extra Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Philipp Huebner Build-Depends: debhelper (>= 7.0.50~) Build-Depends-Indep: autotools-dev, gawk, gettext (>= 0.17), intltool, libxml-parser-perl (>= 2.36), python (>= 2.2), python-support (>=0.8.1) Standards-Version: 3.9.4 Homepage: http://www.redhat.com Package: system-config-lvm Architecture: all Depends: ${python:Depends}, ${misc:Depends}, gettext (>= 0.17), gsfonts, lvm2, menu, python-glade2, python-gnome2, python-gtk2 Description: utility for graphically configuring Logical Volumes System-config-lvm provides a graphical interface to the LVM tools (and related utilities, including fsck and resize2fs) which is good for non-emergency storage administration. It enables you to manage your logical volume and filesystem configuration with a few mouse clicks, and it prevents potentially- disasterous command-line mistakes such as reducing a logical volume size before reducing the filesystem contained within that volume. . (One word of warning: system-config-lvm does not recognize RAID elements as being in use, and therefore lists them as "Unitnitialized Entities". If you are using a LVM-on-RAID configuration, system-config-lvm will let you wipe out RAID elements by making them into PVs. Be careful!) debian/system-config-lvm.docs0000644000000000000000000000000712117422052013414 0ustar README debian/changelog0000644000000000000000000001247212323460443011047 0ustar system-config-lvm (1.1.18-1ubuntu1) trusty; urgency=medium * Reintroduce a version of my previous patch (thanks, Anton¡o Sch¡fano and others): - In Ubuntu, we use udev rather than an init script to activate lvm2, so don't try to invoke the init script (LP: #1239912). -- Colin Watson Wed, 16 Apr 2014 11:52:56 +0100 system-config-lvm (1.1.18-1) unstable; urgency=low * New upstream release (Closes: #588415) * Updated debian/copyright * Fixed "su-to-root" calls in startup script * Removed changelog from Fedora SRPM because packaging now uses snapshots from http://git.fedorahosted.org/cgit/system-config-lvm.git * Updated debian/watch * Removed wrongly used Vcs-fields from debian/control * Updated Standards-Version: 3.9.4 (no changes needed) * Added upstream README file to installed documentation -- Philipp Huebner Mon, 11 Mar 2013 18:53:40 +0100 system-config-lvm (1.1.16-1) unstable; urgency=low * New upstream release * Adjusted years in debian/copyright * Updated Standards-Version: 3.9.2 (no changes needed) -- Philipp Huebner Mon, 02 Jan 2012 18:08:56 +1100 system-config-lvm (1.1.15-1) unstable; urgency=low * New upstream release * Updated Standards-Version: 3.9.1 (no changes needed) -- Philipp Huebner Thu, 21 Oct 2010 16:24:25 +0200 system-config-lvm (1.1.14-1) unstable; urgency=low * New upstream release -- Philipp Huebner Sun, 20 Jun 2010 11:38:05 +0200 system-config-lvm (1.1.12-2) unstable; urgency=low * Added gawk to Build-Depends (Closes: #577295) -- Philipp Huebner Mon, 12 Apr 2010 16:53:05 +0200 system-config-lvm (1.1.12-1) unstable; urgency=low * New upstream release * Dropped unnecessary Build-Depends on quilt * Make sure config.{cache|status|log} are removed by clean target -- Philipp Huebner Sun, 21 Feb 2010 13:00:52 +0100 system-config-lvm (1.1.11-2) unstable; urgency=low * Switched to dpkg-source 3.0 (quilt) format * Switched from dpatch to quilt * Switched from debhelper 6 to debhelper 7 * Reworked all the patches, replaced parts of them through overrides in debian/rules * Updated Standards-Version: 3.8.4 (no changes needed) * Updated copyright * Improved watch file * Added Vcs- fields to debian/control * Reordered Depends in debian/control * Improved manpage * Removed README.Debian + README.source * Updated debian/copyright -- Philipp Huebner Thu, 04 Feb 2010 17:44:11 +0100 system-config-lvm (1.1.11-1) unstable; urgency=low * New upstream release * Added ${misc:Depends} to Depends * Renewed changelog.dpatch -- Philipp Huebner Sat, 16 Jan 2010 10:39:00 +0000 system-config-lvm (1.1.10-1) unstable; urgency=low * New upstream release -- Philipp Huebner Thu, 08 Oct 2009 10:59:10 +0200 system-config-lvm (1.1.9-1) unstable; urgency=low * New upstream release Closes: #533617 - "IndexError: list index out of range" Thanks Toni Mueller for reporting Closes: #543808 - "Cannot delete LVM snapshot" Thanks Frank Lin PIAT for reporting * Reworked debian2redhat.dpatch * Updated changelog.dpatch * Build-Depends-Indep: + intltool * Updated Standards-Version: 3.8.3 Added README.source * Updated README.Debian -- Philipp Huebner Fri, 04 Sep 2009 16:00:32 +0200 system-config-lvm (1.1.4-5) unstable; urgency=low * Added patch to correct typo in German translation (Closes: #532912) Thanks Mika Pflüger for reporting * Updated maintainer's mail address * Updated Standards-Version: 3.8.2 (no changes needed) -- Philipp Huebner Thu, 09 Jul 2009 10:47:33 +0200 system-config-lvm (1.1.4-4) unstable; urgency=low * Removed creation of /usr/bin/system-config-lvm from redhat2debian.dpatch and created debian/system-config-lvm.sh - to write /usr/bin/system-config-lvm - to use 'invoke-rc.d lvm2 start' instead of 'modprobe dm_mod' (Closes: #519579) - to use su-to-root only if not already executed as root Thanks Wolf Wiegand for reporting (Closes: #522625) * Updated Standards-Version: 3.8.1 * debian/control: replaced 'patch' with '$(DPATCH_STAMPFN)' -- Philipp Huebner Tue, 14 Apr 2009 19:24:51 +0200 system-config-lvm (1.1.4-3) unstable; urgency=low * Added CommandError module to system-config-lvm.py via patch (Closes: 507751) Thanks Jan Muszynski for reporting Thanks Maximilian Gaß for sending the patch * Corrected copyright, years and GPL version in debian/copyright * Got working watch file Thanks Cyril Brulebois * Added modprobe dm_mod before running system-config-lvm.py * Added README.Debian -- Philipp Huebner Thu, 19 Feb 2009 21:49:39 +0100 system-config-lvm (1.1.4-2) unstable; urgency=medium * Updated Standards-Version: 3.8.0 * Added watch file * Removed encoding key in .desktop file * Added python-glade2 as a dependency (Closes: #496149) -- Philipp Huebner Sun, 29 Jun 2008 10:32:37 +0200 system-config-lvm (1.1.4-1) unstable; urgency=low * Initial release (Closes: #482878) -- Philipp Huebner Tue, 27 May 2008 13:11:19 +0200