Gianfranco Costamagna pushed to branch master at Debian Med / gdcm
Commits: 2de0ed2e by Gianfranco Costamagna at 2018-10-22T10:48:44Z Grab an additional poppler fix from Ubuntu - - - - - 2 changed files: - debian/changelog - debian/patches/5083513138fc90aa602b93293d2e44ae73e883b0.patch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +gdcm (2.8.7-5) unstable; urgency=medium + + * Team upload + * d/p/5083513138fc90aa602b93293d2e44ae73e883b0.patch + - grab an additional fix from Ubuntu + + -- Gianfranco Costamagna <[email protected]> Mon, 22 Oct 2018 12:48:10 +0200 + gdcm (2.8.7-4) unstable; urgency=medium * Team upload ===================================== debian/patches/5083513138fc90aa602b93293d2e44ae73e883b0.patch ===================================== @@ -40,3 +40,25 @@ index d926a2a8e..2c510d7df 100644 GBool isUnicode; Unicode u; char buf[8]; +Index: gdcm-2.8.7/Applications/Cxx/gdcmpdf.cxx +=================================================================== +--- gdcm-2.8.7.orig/Applications/Cxx/gdcmpdf.cxx ++++ gdcm-2.8.7/Applications/Cxx/gdcmpdf.cxx +@@ -37,7 +37,7 @@ + static std::string getInfoDate(Dict *infoDict, const char *key) + { + Object obj; +- char *s; ++ const char *s; + int year, mon, day, hour, min, sec, n; + struct tm tmStruct; + //char buf[256]; +@@ -104,7 +104,7 @@ + static std::string getInfoString(Dict *infoDict, const char *key, UnicodeMap *uMap, GBool & unicode) + { + Object obj; +- GooString *s1; ++ const GooString *s1; + GBool isUnicode = gFalse; + Unicode u; + char buf[8]; View it on GitLab: https://salsa.debian.org/med-team/gdcm/commit/2de0ed2e477ef23ade8f53fa5bf680a562db6947 -- View it on GitLab: https://salsa.debian.org/med-team/gdcm/commit/2de0ed2e477ef23ade8f53fa5bf680a562db6947 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
