From 8dcfa249bb0f0c4376a382e5b36fd39dd3dce256 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Tue, 27 Oct 2009 23:50:31 +0100 Subject: [PATCH] Depend on rsync. --- debian/changelog | 6 ++++++ debian/control | 2 +- grml2usb | 2 +- grml2usb-compat | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index d7c1a35..99ebb81 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +grml2usb (0.9.17) UNRELEASED; urgency=low + + * Depend on rsync (thanks for the bugreport, Andras Korn). + + -- Michael Prokop Tue, 27 Oct 2009 23:49:37 +0100 + grml2usb (0.9.16) unstable; urgency=low * Dynamic check for addons as grml-small is nowadays shipped with addons. diff --git a/debian/control b/debian/control index 7dc98aa..3da74c7 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Vcs-Browser: http://git.grml.org/?p=grml2usb.git Package: grml2usb Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends}, syslinux | grub2 | grub, python +Depends: ${shlibs:Depends}, ${misc:Depends}, syslinux | grub2 | grub, python, rsync Description: install grml system / ISO to usb device This script installs a grml ISO to an USB device to be able to boot from it. Make sure you have at least one grml ISO diff --git a/grml2usb b/grml2usb index d10cf1d..9e2b668 100755 --- a/grml2usb +++ b/grml2usb @@ -20,7 +20,7 @@ import fileinput import glob # global variables -PROG_VERSION = "0.9.16" +PROG_VERSION = "0.9.17-pre1" MOUNTED = set() # register mountpoints TMPFILES = set() # register tmpfiles DATESTAMP = time.mktime(datetime.datetime.now().timetuple()) # unique identifier for syslinux.cfg diff --git a/grml2usb-compat b/grml2usb-compat index b8805cb..86e81c7 100755 --- a/grml2usb-compat +++ b/grml2usb-compat @@ -18,7 +18,7 @@ from inspect import isroutine, isclass import datetime, logging, os, re, subprocess, sys, tempfile, time, os.path # global variables -PROG_VERSION = "0.9.16-compat" +PROG_VERSION = "0.9.17-pre1-compat" MOUNTED = set() # register mountpoints TMPFILES = set() # register tmpfiles DATESTAMP = time.mktime(datetime.datetime.now().timetuple()) # unique identifier for syslinux.cfg -- 2.1.4