Control: tags -1 + patch pending
attaching patch, and uploading to delayed.
diff -Nru yad-0.27.0/debian/changelog yad-0.27.0/debian/changelog --- yad-0.27.0/debian/changelog 2015-02-19 23:43:34.000000000 +0100 +++ yad-0.27.0/debian/changelog 2015-07-25 13:32:07.000000000 +0200 @@ -1,3 +1,10 @@ +yad (0.27.0-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Build with -fgnu89-inline. Closes: #790779. + + -- Matthias Klose <[email protected]> Sat, 25 Jul 2015 13:31:28 +0200 + yad (0.27.0-1) unstable; urgency=low * Initial release (Closes: #737599) diff -Nru yad-0.27.0/debian/rules yad-0.27.0/debian/rules --- yad-0.27.0/debian/rules 2015-02-19 23:47:20.000000000 +0100 +++ yad-0.27.0/debian/rules 2015-07-25 13:31:16.000000000 +0200 @@ -1,6 +1,8 @@ #!/usr/bin/make -f #DH_VERBOSE = 1 +export DEB_CFLAGS_MAINT_APPEND = -fgnu89-inline + DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/default.mk

