Control: tags 778153 + pending

Dear maintainer,

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

Regards.

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer -  https://www.debian.org/
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   NP: Leonard Cohen: Queen Victoria
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,12 @@
+udftools (1.0.0b3-14.4) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix "ftbfs with GCC-5": add patch from Jakub Wilk:
+    changed semantics of inline keyword.
+    (Closes: #778153)
+
+ -- gregor herrmann <[email protected]>  Sun, 19 Jul 2015 17:03:35 +0200
+
 udftools (1.0.0b3-14.3) unstable; urgency=medium
 
   * Non-maintainer upload.
only in patch2:
unchanged:
--- udftools-1.0.0b3.orig/debian/patch-15-gcc5.diff
+++ udftools-1.0.0b3/debian/patch-15-gcc5.diff
@@ -0,0 +1,13 @@
+--- udftools-1.0.0b3/include/libudffs.h	2004-02-23 04:33:11.000000000 +0100
++++ udftools-1.0.0b3/include/libudffs.h	2015-06-27 18:53:17.000000000 +0200
+@@ -169,8 +169,8 @@
+ struct udf_data *alloc_data(void *, int);
+ 
+ /* desc.c */
+-inline struct impUseVolDescImpUse *query_iuvdiu(struct udf_disc *);
+-inline struct logicalVolIntegrityDescImpUse *query_lvidiu(struct udf_disc *);
++extern inline struct impUseVolDescImpUse *query_iuvdiu(struct udf_disc *);
++extern inline struct logicalVolIntegrityDescImpUse *query_lvidiu(struct udf_disc *);
+ 
+ /* file.c */
+ tag query_tag(struct udf_disc *, struct udf_extent *, struct udf_desc *, uint16_t);

Attachment: signature.asc
Description: Digital Signature

Reply via email to