Control: tags 787425 + patch
Control: tags 787425 + pending

Dear maintainer,

I've prepared an NMU for dkopp (versioned as 6.5-1.1) and
uploaded it to DELAYED/05. Please feel free to tell me if I
should delay it longer.

Best,
Chris

diff -Nru dkopp-6.5/debian/changelog dkopp-6.5/debian/changelog
--- dkopp-6.5/debian/changelog  2014-06-06 12:26:36.000000000 +0000
+++ dkopp-6.5/debian/changelog  2020-05-05 20:06:12.000000000 +0000
@@ -1,3 +1,10 @@
+dkopp (6.5-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Use blkid instead of volname. (Closes: #787425)
+
+ -- Chris Hofstaedtler <z...@debian.org>  Tue, 05 May 2020 20:06:12 +0000
+
 dkopp (6.5-1) unstable; urgency=medium
 
   * New upstream release.
diff -Nru dkopp-6.5/debian/patches/03-blkid.patch 
dkopp-6.5/debian/patches/03-blkid.patch
--- dkopp-6.5/debian/patches/03-blkid.patch     1970-01-01 00:00:00.000000000 
+0000
+++ dkopp-6.5/debian/patches/03-blkid.patch     2020-05-05 20:06:00.000000000 
+0000
@@ -0,0 +1,13 @@
+Index: dkopp-6.5/dkopp-6.5.cc
+===================================================================
+--- dkopp-6.5.orig/dkopp-6.5.cc
++++ dkopp-6.5/dkopp-6.5.cc
+@@ -2489,7 +2489,7 @@ showpoop:
+ 
+    dvdtime = dstat.st_ctime;                                               // 
 set DVD/BD ID = mod time
+ 
+-   snprintf(command,99,"volname %s",BJdvd);                                // 
 get DVD/BD label
++   snprintf(command,99,"blkid -c /dev/null -s LABEL -o value %s",BJdvd);   // 
 get DVD/BD label
+    fid = popen(command,"r");
+    if (fid) {
+       pp = fgets_trim(mbuff,99,fid,1);
diff -Nru dkopp-6.5/debian/patches/series dkopp-6.5/debian/patches/series
--- dkopp-6.5/debian/patches/series     2014-06-06 12:24:51.000000000 +0000
+++ dkopp-6.5/debian/patches/series     2020-05-05 20:02:09.000000000 +0000
@@ -1,2 +1,3 @@
 01-desktop_file.patch
 02-makefile.patch
+03-blkid.patch

Reply via email to