debian/0000755000000000000000000000000012157301530007163 5ustar debian/compat0000644000000000000000000000000212157301530010361 0ustar 8 debian/source/0000755000000000000000000000000012157301530010463 5ustar debian/source/format0000644000000000000000000000001412157301530011671 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000015712157301530010246 0ustar #!/usr/bin/make -f # # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ --with python2 debian/changelog0000644000000000000000000000061212157301530011034 0ustar system-storage-manager (0.3-1) unstable; urgency=low * [6a07e49] Imported Upstream version 0.3 * [e154845] fix vcs links * Upload to unstable -- Ritesh Raj Sarraf Sun, 16 Jun 2013 14:49:58 +0530 system-storage-manager (0.2-1) experimental; urgency=low * Initial release. (Closes: #684347) -- Ritesh Raj Sarraf Thu, 09 Aug 2012 19:01:02 +0530 debian/control0000644000000000000000000000257212157301530010574 0ustar Source: system-storage-manager Priority: extra Maintainer: Ritesh Raj Sarraf Build-Depends: debhelper (>= 8.0.0), python (>= 2.6.6-3~), python-argparse Standards-Version: 3.9.2 Section: utils Homepage: https://sourceforge.net/p/storagemanager/home/ Vcs-Git: git://anonscm.debian.org/collab-maint/system-storage-manager.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/system-storage-manager.git;a=summary Package: system-storage-manager Architecture: all Depends: ${misc:Depends}, ${python:Depends}, python-argparse, xfsprogs, lvm2, btrfs-tools, dmsetup, cryptsetup-bin Description: system storage management tool System Storage Manager provides an easy to use command line interface to manage your storage using various technologies like lvm, btrfs, encrypted volumes and more. . In more sophisticated enterprise storage environments, management with Device Mapper (dm), Logical Volume Manager (LVM), or Multiple Devices (md) is becoming increasingly more difficult. With file systems added to the mix, the number of tools needed to configure and manage storage has grown so large that it is simply not user friendly. With so many options for a system administrator to consider, the opportunity for errors and problems is large. . You should install the ssm if you need to manage your storage with various technologies via a single unified interface. debian/patches/0000755000000000000000000000000012157301530010612 5ustar debian/patches/debianize-setup.patch0000644000000000000000000000116412157301530014725 0ustar Debianize setup.py. Basically just drop some duplicating installs Index: system-storage-manager/setup.py =================================================================== --- system-storage-manager.orig/setup.py 2012-08-09 19:21:37.902721434 +0530 +++ system-storage-manager/setup.py 2012-08-09 19:24:38.447616685 +0530 @@ -30,6 +30,6 @@ platforms=['Linux'], data_files=[('/usr/share/man/man8', ['doc/_build/man/ssm.8']), ('/usr/share/doc/{0}-{1}'.format(NAME, VERSION), - ['README', 'CHANGES', 'COPYING', 'AUTHORS', 'INSTALL'])] + ['README', 'AUTHORS'])] ) debian/patches/series0000644000000000000000000000002612157301530012025 0ustar debianize-setup.patch debian/copyright0000644000000000000000000000224712157301530011123 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: system-storage-manager Upstream-Contact: Lukáš Czerner Source: http://sourceforge.net/projects/storagemanager/ Files: * Copyright: 2011 - 2012 Red Hat, Inc. License: GPL-2+ Files: debian/* Copyright: 2012 Ritesh Raj Sarraf License: GPL-2+ License: GPL-2+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2, or (at your option) any later version 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 package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the complete text of the GNU General Public License version 2 can be found in /usr/share/common-licenses/GPL-2 debian/watch0000644000000000000000000000011412157301530010210 0ustar version=3 http://sf.net/storagemanager/system-storage-manager-(.*)\.tar\.gz