Codebase list gtkmathview / 00ff800
* Remove t1lib dependency (Closes: #638761) * Bump Standards-Version to 3.9.5 Sylvestre Ledru 10 years ago
5 changed file(s) with 22 addition(s) and 29 deletion(s). Raw diff Collapse all Expand all
0 gtkmathview (0.8.0-10) unstable; urgency=medium
1
2 * Remove t1lib dependency (Closes: #638761)
3 * Bump Standards-Version to 3.9.5
4
5 -- Sylvestre Ledru <sylvestre@debian.org> Wed, 05 Mar 2014 18:33:00 +0100
6
07 gtkmathview (0.8.0-9) unstable; urgency=low
18
29 * libpangox-1.0-dev was not be declared as an explicit dep (Closes: #713213)
99 libglib2.0-dev (>= 2.2.3),
1010 libgtk2.0-dev (>= 2.4.10),
1111 libgdome2-dev (>= 0.8.1),
12 libt1-dev (>= 5.1.1-1.1),
1312 libpopt-dev,
1413 pkg-config,
1514 quilt,
1615 cdbs,
1716 libpangox-1.0-dev
18 Standards-Version: 3.9.4
17 Standards-Version: 3.9.5
1918 Vcs-Git: git://git.debian.org/git/debian-science/packages/gtkmathview.git
2019 Vcs-Browser: http://git.debian.org/?p=debian-science/packages/gtkmathview.git
2120 Homepage: http://helm.cs.unibo.it/mml-widget/
2423 Section: libs
2524 Architecture: any
2625 Depends:
27 ${shlibs:Depends},
26 ${shlibs:Depends},
2827 ${misc:Depends}
2928 Conflicts:
3029 libgtkmathview-bin (<< 0.4.3-3),
122121 .
123122 This package includes utilities to view and render MathML
124123 documents.
125
0 Index: gtkmathview/src/backend/ps/T1_FontDataBase.hh
1 ===================================================================
2 --- gtkmathview.orig/src/backend/ps/T1_FontDataBase.hh 2014-03-05 18:48:33.237410987 +0100
3 +++ gtkmathview/src/backend/ps/T1_FontDataBase.hh 2014-03-05 18:48:54.161411801 +0100
4 @@ -19,7 +19,6 @@
5 #ifndef __T1_FontDataBase_hh__
6 #define __T1_FontDataBase_hh__
7
8 -#include <t1lib.h>
9 #include <config.h>
10 #include <map>
11 #include <list>
33 0004-gcc-4.4-build-fixes.patch
44 0005-gcc-4.7-build-fixes.patch
55 missingLib.diff
6 t1lib.diff
6 remove_t1_include.diff
77
+0
-24
debian/patches/t1lib.diff less more
0 Index: gtkmathview/mathmlps/Makefile.am
1 ===================================================================
2 --- gtkmathview.orig/mathmlps/Makefile.am 2013-08-20 16:57:22.000000000 +0200
3 +++ gtkmathview/mathmlps/Makefile.am 2013-08-20 17:10:14.000000000 +0200
4 @@ -15,6 +15,7 @@
5 mathmlps_LDADD = \
6 $(POPT_LIBS) \
7 $(GLIB_LIBS) \
8 + $(T1_LIBS) \
9 $(top_builddir)/src/backend/ps/libmathview_backend_ps.la \
10 $(top_builddir)/src/view/libmathview_frontend_libxml2.la \
11 $(top_builddir)/src/libmathview.la \
12 Index: gtkmathview/mathmlps/Makefile.in
13 ===================================================================
14 --- gtkmathview.orig/mathmlps/Makefile.in 2013-08-20 16:57:22.000000000 +0200
15 +++ gtkmathview/mathmlps/Makefile.in 2013-08-20 17:11:28.000000000 +0200
16 @@ -267,6 +267,7 @@
17 mathmlps_LDADD = \
18 $(POPT_LIBS) \
19 $(GLIB_LIBS) \
20 + $(T1_LIBS) \
21 $(top_builddir)/src/backend/ps/libmathview_backend_ps.la \
22 $(top_builddir)/src/view/libmathview_frontend_libxml2.la \
23 $(top_builddir)/src/libmathview.la \