--- vblade-persist-0.6.orig/debian/changelog +++ vblade-persist-0.6/debian/changelog @@ -0,0 +1,83 @@ +vblade-persist (0.6-2) unstable; urgency=low + + * Debian packaging update: + - updated my e-mail address. + - switched to debhelper 7, minimized debian/rules + - bumped to policy 3.8.1 (no changes needed) + - explicitly linking to GPL-3 in debian/copyright + - also ship upstream CHANGELOG + - debian/control: remove XS- from Dm-Upload-Allowed + + -- Daniel Kahn Gillmor Mon, 30 Mar 2009 03:29:25 -0400 + +vblade-persist (0.6-1) unstable; urgency=low + + * New Upstream version: + * removed bashisms from /usr/sbin/vblade-persist (closes: #472900). + Thanks, Raphael Geissert. + * vblade-persist sources must now be specified by absolute path to + avoid ambiguity, since vblade is eventually executed with a different + cwd. + + -- Daniel Kahn Gillmor Thu, 27 Mar 2008 15:35:34 -0400 + +vblade-persist (0.5-1) unstable; urgency=low + + * vblade-persist: use runit's update-service program to add/remove the + vblade-persist services, instead of dealing with symlinks in /var/service/ + directly (closes: #466376). Thanks, Gerrit Pape. + * debian/control: Depends: runit (>= 1.8.0-2) (1st version that provides + the update-service program). + * debian/control: prefer iproute to net-tools in Recommends: + * allow exporting regular files, not just block devices, since the + underlying vblade seems to allow it. + * Bumped policy to 3.7.3 (no changes needed) + + -- Daniel Kahn Gillmor Mon, 18 Feb 2008 11:44:27 -0500 + +vblade-persist (0.4-4) unstable; urgency=low + + * changed DM-Upload-Allowed: to XS-DM-Upload-Allowed: to enable it. + + -- Daniel Kahn Gillmor Tue, 27 Nov 2007 00:24:55 -0500 + +vblade-persist (0.4-3) unstable; urgency=low + + * added DM-Upload-Allowed: and Homepage: fields to debian/control + + -- Daniel Kahn Gillmor Mon, 26 Nov 2007 23:51:40 -0500 + +vblade-persist (0.4-2) unstable; urgency=low + + * fixed debian/rules targets + * added Recommends: net-tools | iproute + + -- Daniel Kahn Gillmor Tue, 13 Nov 2007 22:02:04 -0500 + +vblade-persist (0.4-1) unstable; urgency=low + + * Another upstream release, with more verbose, specific logging. + + -- Daniel Kahn Gillmor Mon, 12 Nov 2007 22:09:06 -0500 + +vblade-persist (0.3-1) unstable; urgency=low + + * New upstream release, fixes broken destroy subcommand + + -- Daniel Kahn Gillmor Mon, 12 Nov 2007 20:53:47 -0500 + +vblade-persist (0.2-1) unstable; urgency=low + + * Minor upstream changes. + * Adjusted package description. + * fixed debian/copyright. + * Initial upload (Closes: #450909). + + -- Daniel Kahn Gillmor Mon, 12 Nov 2007 01:34:25 -0500 + +vblade-persist (0.1-1) unstable; urgency=low + + * first attempt to package vblade-persist for debian. + + -- Daniel Kahn Gillmor Sun, 11 Nov 2007 21:08:24 -0500 + --- vblade-persist-0.6.orig/debian/rules +++ vblade-persist-0.6/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f +%: + dh $@ --- vblade-persist-0.6.orig/debian/vblade-persist.install +++ vblade-persist-0.6/debian/vblade-persist.install @@ -0,0 +1,4 @@ +vblade-persist /usr/sbin +vblade-run /usr/share/vblade-persist +vblade-finish /usr/share/vblade-persist +vblade-logrun /usr/share/vblade-persist --- vblade-persist-0.6.orig/debian/vblade-persist.docs +++ vblade-persist-0.6/debian/vblade-persist.docs @@ -0,0 +1 @@ +README --- vblade-persist-0.6.orig/debian/control +++ vblade-persist-0.6/debian/control @@ -0,0 +1,20 @@ +Source: vblade-persist +Section: admin +Priority: optional +Maintainer: Daniel Kahn Gillmor +Standards-Version: 3.8.1 +Build-Depends: debhelper (>= 7) +Homepage: http://cmrg.fifthhorseman.net/wiki/vblade-persist +Dm-Upload-Allowed: yes + +Package: vblade-persist +Architecture: all +Section: admin +Priority: optional +Depends: vblade, runit (>= 1.8.0-2), ${misc:Depends} +Recommends: iproute | net-tools +Description: create/manage supervised AoE exports + This framework uses runit to supervise permanent exports of AoE block + devices. It gives administrators simple, fine-grained, + easily-automatable control over which devices should be actively + exported under which AoE shelfs and slots. --- vblade-persist-0.6.orig/debian/vblade-persist.manpages +++ vblade-persist-0.6/debian/vblade-persist.manpages @@ -0,0 +1 @@ +vblade-persist.8 --- vblade-persist-0.6.orig/debian/copyright +++ vblade-persist-0.6/debian/copyright @@ -0,0 +1,24 @@ +This package was debianized by Daniel Kahn Gillmor +on Mon, 12 Nov 2007 18:20:59 -0500 + +It was downloaded from: http://cmrg.fifthhorseman.net/wiki/vblade-persist + +Copyright 2007: Daniel Kahn Gillmor + +License: +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; version 3 or later + +This program 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, write to the Free Software +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +02110-1301, USA. + +On Debian GNU/Linux systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL-3'. --- vblade-persist-0.6.orig/debian/vblade-persist.dirs +++ vblade-persist-0.6/debian/vblade-persist.dirs @@ -0,0 +1,4 @@ +usr/sbin +usr/share/vblade-persist +var/lib/vblade-persist +var/lib/vblade-persist/vblades --- vblade-persist-0.6.orig/debian/compat +++ vblade-persist-0.6/debian/compat @@ -0,0 +1 @@ +7