[Python-apps-commits] r1924 - in packages/drobo-utils/trunk (8 files)

catlee-guest at users.alioth.debian.org catlee-guest at users.alioth.debian.org
Sun Oct 26 04:27:29 UTC 2008


    Date: Sunday, October 26, 2008 @ 04:27:28
  Author: catlee-guest
Revision: 1924

Several changes based on morph's recommendations:
- Updated package description to try and make it more clear who would
  be interested in this package
- Removed useless dependency on libsgutils1, only the headers are needed
  for compiling the extension
- Added manpages for drobom and droboview
- Updated watch file to track new file naming scheme upstream
- Made licensing more clear

Added:
  packages/drobo-utils/trunk/debian/drobo-utils.manpages
  packages/drobo-utils/trunk/drobom.8
  packages/drobo-utils/trunk/droboview.8
Modified:
  packages/drobo-utils/trunk/debian/changelog
  packages/drobo-utils/trunk/debian/control
  packages/drobo-utils/trunk/debian/copyright
  packages/drobo-utils/trunk/debian/rules
  packages/drobo-utils/trunk/debian/watch

Modified: packages/drobo-utils/trunk/debian/changelog
===================================================================
--- packages/drobo-utils/trunk/debian/changelog	2008-10-25 13:39:04 UTC (rev 1923)
+++ packages/drobo-utils/trunk/debian/changelog	2008-10-26 04:27:28 UTC (rev 1924)
@@ -1,12 +1,6 @@
 drobo-utils (0.3.2-1-1) unstable; urgency=low
 
-  * New upstream release
-
- -- Chris AtLee <chris at atlee.ca>  Sat, 25 Oct 2008 09:19:40 -0400
-
-drobo-utils (0.3.0-1-1) unstable; urgency=low
-
   * Initial release. (Closes: #498720: ITP: drobo-utils -- manage data
     robotics storage units (drobos))
 
- -- Chris AtLee <chris at atlee.ca>  Fri, 12 Sep 2008 11:31:43 -0400
+ -- Chris AtLee <chris at atlee.ca>  Sat, 25 Oct 2008 09:19:40 -0400

Modified: packages/drobo-utils/trunk/debian/control
===================================================================
--- packages/drobo-utils/trunk/debian/control	2008-10-25 13:39:04 UTC (rev 1923)
+++ packages/drobo-utils/trunk/debian/control	2008-10-26 04:27:28 UTC (rev 1924)
@@ -1,20 +1,22 @@
 Source: drobo-utils
 Section: python
 Priority: extra
-Maintainer: Peter Silva <Peter.A.Silva at gmail.com>
-Uploaders: Chris AtLee <chris at atlee.ca>, Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
+Maintainer: Chris AtLee <chris at atlee.ca>
+Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Build-Depends: python-support (>= 0.6), debhelper (>= 5), python-all-dev, libsgutils1-dev
 Standards-Version: 3.8.0
+Homepage: http://drobo-utils.sourceforge.net
+Vcs-Browser: http://drobo-utils.svn.sourceforge.net/viewvc/drobo-utils/
+Vcs-Svn: https://drobo-utils.svn.sourceforge.net/svnroot/drobo-utils
 
 Package: drobo-utils
 Architecture: any
 Recommends: parted, gparted, kdesudo, gtksudo, python-qt4
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, libsgutils1
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
 Description: manage data robotics storage units (drobos)
- Python gui, cli, and api providing the "Dashboard" functionality.
- If you fire up droboview, it should look pretty familiar to those who 
- have seen the dashboard on other operating systems.  Droboview is built 
- on a little programmer interface which can be installed on the system 
- and used by other applications as well.  For experienced Linux hands, 
- there is a command line interface, drobom, which offers the same 
- functionality as droboview.
+ Provides utilities for managing Data Robotics storage units, also known as
+ "Drobos".  Drobos are external hard drive enclosures that connect to your PC
+ via USB or Firewire and provide RAID-like features.  Drobos provide automatic
+ data redundancy, hotswappable drive bays, and the size of the RAID can be
+ easily expanded.  Different sized hard drives can be mixed on the same Drobo.
+ See http://drobo.com for more information.

Modified: packages/drobo-utils/trunk/debian/copyright
===================================================================
--- packages/drobo-utils/trunk/debian/copyright	2008-10-25 13:39:04 UTC (rev 1923)
+++ packages/drobo-utils/trunk/debian/copyright	2008-10-26 04:27:28 UTC (rev 1924)
@@ -1,3 +1,8 @@
+This program is free software: 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 3 of the License, or
+(at your option) any later version.
+
 This package was debianized by Chris AtLee <chris at atlee.ca> on
 Fri Sep 12 11:14:15 EDT 2008
 
@@ -12,5 +17,5 @@
 License:
     GPLv3
 
-The Debian packaging is (C) 2008, informavore <Peter.A.Silva at gmail.com> and
-is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+The Debian packaging is (C) 2008, Chris AtLee <chris at atlee.ca> and
+is licensed under the GPLv3, see `/usr/share/common-licenses/GPL-3'.

Added: packages/drobo-utils/trunk/debian/drobo-utils.manpages
===================================================================
--- packages/drobo-utils/trunk/debian/drobo-utils.manpages	                        (rev 0)
+++ packages/drobo-utils/trunk/debian/drobo-utils.manpages	2008-10-26 04:27:28 UTC (rev 1924)
@@ -0,0 +1,2 @@
+drobom.8
+droboview.8

Modified: packages/drobo-utils/trunk/debian/rules
===================================================================
--- packages/drobo-utils/trunk/debian/rules	2008-10-25 13:39:04 UTC (rev 1923)
+++ packages/drobo-utils/trunk/debian/rules	2008-10-26 04:27:28 UTC (rev 1924)
@@ -8,6 +8,7 @@
 PYVERS=$(shell pyversions -vs)
 
 build: build-stamp
+
 build-stamp: $(PYVERS:%=build-python%-stamp)
 	touch $@
 
@@ -18,7 +19,6 @@
 clean:
 	dh_testdir
 	dh_testroot
-	rm -f *-stamp
 
 	[ ! -d build ] || rm -rf build
 
@@ -26,7 +26,7 @@
 
 	find . -name "*\.pyc" -delete
 
-	dh_clean 
+	dh_clean *-stamp
 
 install: build
 	dh_testdir

Modified: packages/drobo-utils/trunk/debian/watch
===================================================================
--- packages/drobo-utils/trunk/debian/watch	2008-10-25 13:39:04 UTC (rev 1923)
+++ packages/drobo-utils/trunk/debian/watch	2008-10-26 04:27:28 UTC (rev 1924)
@@ -1,2 +1,2 @@
 version=3
-http://sf.net/drobo-utils/droboutils_(.+)\.tar\.gz
+http://sf.net/drobo-utils/drobo-utils_(.+)\.tar\.gz

Added: packages/drobo-utils/trunk/drobom.8
===================================================================
--- packages/drobo-utils/trunk/drobom.8	                        (rev 0)
+++ packages/drobo-utils/trunk/drobom.8	2008-10-26 04:27:28 UTC (rev 1924)
@@ -0,0 +1,56 @@
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
+.TH DROBOM "8" "October 2008" "drobom " "System Administration Utilities"
+.SH NAME
+drobom \- CLI for managing drobo units
+.SH SYNOPSIS
+.B drobom
+\fI<command> \fR[ \fI<device> \fR] [ \fIarguments\fR... ]
+.SH DESCRIPTION
+.SS "command is one of:"
+.TP
+blink
+identify the drobo by making the lights blink
+.TP
+diag
+dump diagnostics file into /tmp directory
+.IP
+fwcheck query drobo.com for updates to firmware for the given Drobo
+fwload  load a specific firmware for the given Drobo. Arguments:
+.TP
+<fwimage>
+the firmware file to load.
+.TP
+fwupgrade
+upgrade the firmware to the latest and greatest, recommended by DRI
+.TP
+help
+print this text
+.TP
+info
+print all available information on a Drobo
+.TP
+list
+show device files for all Drobos found.
+.IP
+settime sync Drobo's clock to UTC
+setlunsize      Set the size of LUNS on device. Arguments:
+.TP
+<device>
+to set the lunsize on
+.TP
+<sz>
+integer number of TiB to set the lunsize to
+.TP
+<confirmation>
+Specify 'PleaseEraseMyData' if you really mean it
+.IP
+Note: After execution, Drobo reboots, wait a few minutes before accessing again
+.TP
+shutdown
+shutdown drobo (DRI calls this 'standby' ... umount first!)
+.TP
+status
+report how is the Drobo doing
+.SS
+device
+raw block device of a drobo. If not given, it will be searched for.

Added: packages/drobo-utils/trunk/droboview.8
===================================================================
--- packages/drobo-utils/trunk/droboview.8	                        (rev 0)
+++ packages/drobo-utils/trunk/droboview.8	2008-10-26 04:27:28 UTC (rev 1924)
@@ -0,0 +1,11 @@
+.TH DROBOVIEW "8" "October 2008" "droboview " "System Administration Utilities"
+.SH NAME
+droboview \- GUI for managing drobo units
+.SH SYNOPSIS
+.B droboview
+\fR[ \fI<device> \fR]
+.SH DESCRIPTION
+Starts the graphical management utility for Drobos.
+.TP
+.I device
+raw block device of a drobo. If not given, it will be searched for.




More information about the Python-apps-commits mailing list