debian/changelog, debian/rules: synced from Debian
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
diff --git a/debian/changelog b/debian/changelog
index 6741f8e..bd533a7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,34 @@
+ftgl (2.4.0-2) unstable; urgency=medium
+
+ * Install ftgl.pdf file again, the external problem generating PDF file
+ was fixed (#921779)
+ * d/patches:
+ - drop disable-pdf.patch
+ * Bump SHLIBVER to 2.4.0, there are new methods/functions in the
+ interface compared to older releases
+
+ -- Manuel A. Fernandez Montecelo <mafm@debian.org> Tue, 26 Feb 2019 16:52:23 +0100
+
+ftgl (2.4.0-1) unstable; urgency=medium
+
+ * New upstream release.
+ - Fixes problem with some applications's rendering of fonts by
+ reverting to old behaviour by default, but it will be revisited in
+ next upstream major releases (Closes: #914153)
+ * d/watch: Update pattern, some versions don't start with 'v' in the
+ tags of this repo
+ * d/patches:
+ - drop substitute-freetype-config.patch, applied upstream
+ - drop enable-docs.patch, applied upstream
+ - drop fix-pdf-generation, applied upstream
+ - drop patch-relibtoolize-prep.diff, applied upstream
+ - add disable-pdf.patch, problem generating PDF file
+ - add fix-doc-projects-eman2.patch, fix duplicated entry in doc
+ * Do not install ftgl.pdf file, it cannot be generated at the moment and
+ probably it's not very useful (HTML doc is still shipped)
+
+ -- Manuel A. Fernandez Montecelo <mafm@debian.org> Fri, 08 Feb 2019 02:25:02 +0100
+
ftgl (2.3.0-3) unstable; urgency=medium
[ IOhannes m zmölnig ]
diff --git a/debian/rules b/debian/rules
index a031228..494cc03 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@
# doesn't have pkg-config files or other simple mechanisms.
GLUT_LIBS := -lglut -lGLU -lGL -lm
-SHLIBVER := 2.1.3~rc5
+SHLIBVER := 2.4.0
DEB_COPYRIGHT_CHECK_IGNORE_REGEX = \
^(\./\.git/.*|\./debian/.*|\./\.pc/.*|\./test/font_pack/(El_Abogado_Loco\.ttf|timR12-ISO8859-1\.pcf\.gz)|\./docs/images/.*\.png|\./docs/FTGL_1_3\.gif)$