Depend on rsync.
authorMichael Prokop <mika@grml.org>
Tue, 27 Oct 2009 22:50:31 +0000 (23:50 +0100)
committerMichael Prokop <mika@grml.org>
Tue, 27 Oct 2009 22:50:31 +0000 (23:50 +0100)
debian/changelog
debian/control
grml2usb
grml2usb-compat

index d7c1a35..99ebb81 100644 (file)
@@ -1,3 +1,9 @@
+grml2usb (0.9.17) UNRELEASED; urgency=low
+
+  * Depend on rsync (thanks for the bugreport, Andras Korn).
+
+ -- Michael Prokop <mika@grml.org>  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.
 grml2usb (0.9.16) unstable; urgency=low
 
   * Dynamic check for addons as grml-small is nowadays shipped with addons.
index 7dc98aa..3da74c7 100644 (file)
@@ -11,7 +11,7 @@ Vcs-Browser: http://git.grml.org/?p=grml2usb.git
 
 Package: grml2usb
 Architecture: all
 
 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
 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
index d10cf1d..9e2b668 100755 (executable)
--- a/grml2usb
+++ b/grml2usb
@@ -20,7 +20,7 @@ import fileinput
 import glob
 
 # global variables
 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
 MOUNTED = set()  # register mountpoints
 TMPFILES = set() # register tmpfiles
 DATESTAMP = time.mktime(datetime.datetime.now().timetuple()) # unique identifier for syslinux.cfg
index b8805cb..86e81c7 100755 (executable)
@@ -18,7 +18,7 @@ from inspect import isroutine, isclass
 import datetime, logging, os, re, subprocess, sys, tempfile, time, os.path
 
 # global variables
 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
 MOUNTED = set()  # register mountpoints
 TMPFILES = set() # register tmpfiles
 DATESTAMP = time.mktime(datetime.datetime.now().timetuple()) # unique identifier for syslinux.cfg