From 99c715d9ba681eb0e4a36a2fba7c97df74b1a968 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 23 Jul 2014 14:53:50 +0200 Subject: New maintainer --- debian/patches/0002-pdf_header.patch | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 debian/patches/0002-pdf_header.patch (limited to 'debian/patches/0002-pdf_header.patch') diff --git a/debian/patches/0002-pdf_header.patch b/debian/patches/0002-pdf_header.patch new file mode 100644 index 0000000..104dc0b --- /dev/null +++ b/debian/patches/0002-pdf_header.patch @@ -0,0 +1,21 @@ +Description: wrong type in header + +Author: Jörg Frings-Fürst +Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=749637 +Forwarded: yes via ml +Last-Update: 2014-05-29 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +Index: trunk/pdf.h +=================================================================== +--- trunk.orig/pdf.h 2012-07-02 16:50:46.000000000 +0200 ++++ trunk/pdf.h 2014-05-29 10:18:49.263943792 +0200 +@@ -24,7 +24,7 @@ + #ifndef pdf_h + #define pdf_h + +-int print_pdf(FILE *s, const char *alreadyread, size_t len, const char *filename, int startpos); ++int print_pdf(FILE *s, const char *alreadyread, size_t len, const char *filename, size_t startpos); + + #endif + -- cgit v1.2.3