Control: tags 701606 + pending

Dear maintainer,

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

Regards
-- 
Sebastian Ramacher
diff -Nru rdup-1.1.11/debian/changelog rdup-1.1.11/debian/changelog
--- rdup-1.1.11/debian/changelog	2011-11-26 10:56:00.000000000 +0100
+++ rdup-1.1.11/debian/changelog	2013-06-17 23:07:50.000000000 +0200
@@ -1,3 +1,11 @@
+rdup (1.1.11-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/patches/0004-libarchive.patch: Apply path from Adam Conrad to fix
+    FTBFS with newer libarchive. (Closes: #701606)
+
+ -- Sebastian Ramacher <sramac...@debian.org>  Mon, 17 Jun 2013 23:07:49 +0200
+
 rdup (1.1.11-1) unstable; urgency=low
 
   * New upstream version 
diff -Nru rdup-1.1.11/debian/patches/0004-libarchive.patch rdup-1.1.11/debian/patches/0004-libarchive.patch
--- rdup-1.1.11/debian/patches/0004-libarchive.patch	1970-01-01 01:00:00.000000000 +0100
+++ rdup-1.1.11/debian/patches/0004-libarchive.patch	2013-06-17 23:03:23.000000000 +0200
@@ -0,0 +1,19 @@
+Description: Port to new libarchive API, drop deprecated calls
+Author: Adam Conrad <adcon...@ubuntu.com>
+Forwarded: no
+Applied-Upstream: https://github.com/miekg/rdup/commit/6e2131c9
+Bug-Debian: http://bugs.debian.org/701606
+Last-Update: 2013-06-17
+
+--- rdup-1.1.11.orig/rdup-tr.c
++++ rdup-1.1.11/rdup-tr.c
+@@ -294,7 +294,7 @@ not_s_isreg:
+ 
+ 	if (opt_output != O_RDUP) {
+ 		archive_write_close(archive);
+-		archive_write_finish(archive);
++		archive_write_free(archive);
+ 	}
+ 	g_free(readbuf);
+ 	g_free(buf);
+
diff -Nru rdup-1.1.11/debian/patches/series rdup-1.1.11/debian/patches/series
--- rdup-1.1.11/debian/patches/series	2011-11-26 10:56:00.000000000 +0100
+++ rdup-1.1.11/debian/patches/series	2013-06-17 23:07:47.000000000 +0200
@@ -1 +1,2 @@
 0001-Delete-set-but-unused-variables.patch
+0004-libarchive.patch

Attachment: signature.asc
Description: Digital signature

Reply via email to