Update for release 0.9.17. v0.9.17
authorMichael Prokop <mika@grml.org>
Thu, 29 Oct 2009 00:06:25 +0000 (01:06 +0100)
committerMichael Prokop <mika@grml.org>
Thu, 29 Oct 2009 00:06:25 +0000 (01:06 +0100)
debian/changelog
grml2usb
grml2usb-compat

index 1c63c78..edc8bd5 100644 (file)
@@ -1,4 +1,4 @@
-grml2usb (0.9.17) UNRELEASED; urgency=low
+grml2usb (0.9.17) unstable; urgency=low
 
   [ Michael Prokop ]
   * Depend on rsync (thanks for the bugreport, Andras Korn).
 
   [ Michael Prokop ]
   * Depend on rsync (thanks for the bugreport, Andras Korn).
@@ -7,7 +7,7 @@ grml2usb (0.9.17) UNRELEASED; urgency=low
   * Adjust labels in {grml,default}.cfg if necessary.
   * Always copy grub files.
 
   * Adjust labels in {grml,default}.cfg if necessary.
   * Always copy grub files.
 
- -- Ulrich Dangel <mru@grml.org>  Wed, 28 Oct 2009 23:47:22 +0100
+ -- Michael Prokop <mika@grml.org>  Thu, 29 Oct 2009 01:06:12 +0100
 
 grml2usb (0.9.16) unstable; urgency=low
 
 
 grml2usb (0.9.16) unstable; urgency=low
 
index 361e6a0..a09b97f 100755 (executable)
--- a/grml2usb
+++ b/grml2usb
@@ -20,7 +20,7 @@ import fileinput
 import glob
 
 # global variables
 import glob
 
 # global variables
-PROG_VERSION = "0.9.17-pre1"
+PROG_VERSION = "0.9.17"
 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 86e81c7..0a9d703 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.17-pre1-compat"
+PROG_VERSION = "0.9.17-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