tags 553867 + patch
tags 553867 + pending
tags 560308 + pending
thanks

Dear maintainer,

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

Regards.

-- 
 .''`.   Homepage: http://info.comodo.priv.at/ - PGP/GPG key ID: 0x8649AA06
 : :' :  Debian GNU/Linux user, admin, & developer - http://www.debian.org/
 `. `'   Member of VIBE!AT & SPI, fellow of Free Software Foundation Europe
   `-    NP: Anouar Brahem: Leila au pays du carrousel, var.
diff -u udftools-1.0.0b3/debian/control udftools-1.0.0b3/debian/control
--- udftools-1.0.0b3/debian/control
+++ udftools-1.0.0b3/debian/control
@@ -2,7 +2,7 @@
 Section: otherosfs
 Priority: extra
 Maintainer: Richard Atterer <atte...@debian.org>
-Build-Depends: debhelper (>= 4.1.16), libreadline5-dev, patch
+Build-Depends: debhelper (>= 4.1.16), libreadline-dev, patch
 Standards-Version: 3.6.1
 
 Package: udftools
diff -u udftools-1.0.0b3/debian/changelog udftools-1.0.0b3/debian/changelog
--- udftools-1.0.0b3/debian/changelog
+++ udftools-1.0.0b3/debian/changelog
@@ -1,3 +1,17 @@
+udftools (1.0.0b3-14.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "replacing libreadline5-dev build dependency with libreadline-dev":
+    do as the bug report requests.
+    Closes: #553867
+    LP: #832812
+  * Fix "[FTBFS] open() needs mode if O_CREAT to compile in GCC 4.4": add
+    patch patch-13-open-mode.diff from Alfonso Cepeda Caballos / Ubuntu.
+    Closes: #560308
+    LP: #495004
+
+ -- gregor herrmann <gre...@debian.org>  Sun, 18 Sep 2011 16:20:30 +0200
+
 udftools (1.0.0b3-14) unstable; urgency=medium
 
   * Added $remote_fs as dependency to LSB init header. Closes: #476112
only in patch2:
unchanged:
--- udftools-1.0.0b3.orig/debian/patch-13-open-mode.diff
+++ udftools-1.0.0b3/debian/patch-13-open-mode.diff
@@ -0,0 +1,11 @@
+--- ./pktsetup/pktsetup.c.orig	2009-12-10 11:56:03.000000000 +0000
++++ ./pktsetup/pktsetup.c	2009-12-10 11:56:42.000000000 +0000
+@@ -87,7 +87,7 @@
+ {
+ 	int pkt_fd, dev_fd, cmd;
+ 
+-	if ((pkt_fd = open(pkt_device, O_RDONLY | O_CREAT)) == -1) {
++	if ((pkt_fd = open(pkt_device, O_RDONLY | O_CREAT, S_IRUSR|S_IWUSR)) == -1) {
+ 		perror("open packet device");
+ 		return 1;
+ 	}

Attachment: signature.asc
Description: Digital signature

Reply via email to