summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2013-01-01 00:57:00 +0400
committerIgor Pashev <pashev.igor@gmail.com>2013-01-01 00:57:00 +0400
commit3f9cad71e5cec88e75adbe30e6af078329075e9f (patch)
treec3066e0656d304b406d8ef99c1819d4b7a765562
parentafff7c885127f9098532051bb239a7ffc9f70d91 (diff)
downloadcdrkit-3f9cad71e5cec88e75adbe30e6af078329075e9f.tar.gz
Debian patch
-rw-r--r--debian/patches/debian-9_1.1.11-2.patch31
-rw-r--r--debian/patches/series1
2 files changed, 32 insertions, 0 deletions
diff --git a/debian/patches/debian-9_1.1.11-2.patch b/debian/patches/debian-9_1.1.11-2.patch
new file mode 100644
index 0000000..971a4f8
--- /dev/null
+++ b/debian/patches/debian-9_1.1.11-2.patch
@@ -0,0 +1,31 @@
+--- cdrkit-1.1.11.orig/Changelog
++++ cdrkit-1.1.11/Changelog
+@@ -129,7 +129,7 @@ cdrkit (1.1.5.1) RELEASED; urgency=low
+
+ cdrkit (1.1.5) RELEASED; urgency=low
+
+- * wodim: explicite warning and more grace time if user manually specifies a size
++ * wodim: explicit warning and more grace time if user manually specifies a size
+ less than 301 sectors, which is likely to be a mistake from copy-pasting
+ of genisoimage -print-size output and omitting the block factor
+ * wodim: Native device name management directly in libusal now, the
+@@ -202,7 +202,7 @@ cdrkit (1.1.2) RELEASED; urgency=low
+
+ [ Eduard Bloch ]
+ * stop confusion and bailing out if burnfree/burnproof options have been
+- explicitely specified
++ explicitly specified
+ * be move carefull with -dummy when the DVD media may not support it
+ * extracting drive's default speed in attach_mdvd()
+ * automatic recorder device guessing code, currently Linux-only
+--- cdrkit-1.1.11.orig/genisoimage/genisoimage.c
++++ cdrkit-1.1.11/genisoimage/genisoimage.c
+@@ -197,7 +197,7 @@ int allow_lowercase = 0; /* Allow lower
+ int allow_multidot = 0; /* Allow more than on dot in filename */
+ int iso_translate = 1; /* 1 == enables '#', '-' and '~' removal */
+ int allow_leading_dots = 0; /* DOS cannot read names with leading dots */
+-int allow_limited_size = 0; /* Let the user to allow the trick explicitely */
++int allow_limited_size = 0; /* Let the user to allow the trick explicitly */
+ #ifdef VMS
+ int use_fileversion = 1; /* Use file version # from filesystem */
+ #else
diff --git a/debian/patches/series b/debian/patches/series
index 86f64b9..a582072 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+debian-9_1.1.11-2.patch
AddNetworkBits.cmake-libnsl.patch
libusal-libvolmgt-is-stub.patch
glibc-ism.patch