Subversion Repositories pike

Compare Revisions

Ignore whitespace Rev 297 → Rev 298

/trunk/debian/changelog
1,3 → 1,10
pike8.0 (8.0.702-1) UNRELEASED; urgency=low
 
* New upstream release.
* Drop postgres_10_detect.patch; now included upstream.
 
-- Magnus Holmgren <holmgren@debian.org> Sun, 13 Jan 2019 20:17:05 +0100
 
pike8.0 (8.0.610-1) unstable; urgency=low
 
* New upstream release.
/trunk/debian/patches/postgres_10_detect.patch
File deleted
/trunk/debian/patches/freetype-pkgconfig.patch
0,0 → 1,12
--- a/src/modules/_Image_FreeType/configure.in
+++ b/src/modules/_Image_FreeType/configure.in
@@ -10,7 +10,8 @@ if test "x$with_freetype" = "xyes" ; the
PIKE_FEATURE_NODEP(Image.FreeType)
- MY_AC_PATH_PROGS(FT_CONFIG, ${ac_tool_prefix}freetype-config freetype-config, no)
+ PKG_CHECK_EXISTS(freetype2, FT_CONFIG="$PKG_CONFIG freetype2",
+ MY_AC_PATH_PROGS(FT_CONFIG, ${ac_tool_prefix}freetype-config freetype-config, no))
if test "$FT_CONFIG" = "no" ; then
:
/trunk/debian/patches/series
13,4 → 13,3
undefined_htons.patch
bad_size_t_redef.patch
dont_disable_debug_symbols.patch
postgres_10_detect.patch