--- gtkmathview-0.7.0.orig/debian/control +++ gtkmathview-0.7.0/debian/control @@ -0,0 +1,93 @@ +Source: gtkmathview +Section: devel +Priority: optional +Maintainer: Stefano Zacchiroli +Build-Depends: debhelper (>= 4.1.0), libgdome2-cpp-smart-dev (>= 0.2.1), libxml2-dev (>= 2.4.2), libglib2.0-dev (>= 2.2.3), libgtk2.0-dev (>= 2.4.10), libgdome2-dev (>= 0.8.1), libt1-dev (>= 5.0.0), pkg-config, dpatch, cdbs +Standards-Version: 3.6.1.1 + +Package: libgtkmathview0c2 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Conflicts: libgtkmathview-bin (<< 0.4.3-3), libgtkmathview0 +Replaces: libgtkmathview0 +Description: rendering engine for MathML documents + GtkMathView is a C++ rendering engine for MathML documents. It + provides an interactive view that can be used for browsing and + editing MathML markup. + . + GtkMathView reads MathML documents by means of a frontend whose + purpose is to traverse the MathML document (or part of it) and + to appropriately instantiate GtkMathView's internal data + structures that are suitable for rendering it. Currently the + following frontends are supported: libxml2, libxml2 reader, + GMetaDOM, custom. + . + GtkMathView renders MathML documents through a backend whose + purpose is to provide an interface between the portable + rendering engine and the platform-specific capabilities (like + retrieving fonts, drawing on the screen, and so on). Currently + the following backends are provided: GTK+, GTK+ widget, SVG, + AbiWord. + . + GtkMathView fully supports Computer Modern fonts for achieving + the best possible quality. + . + This package include the shared library. + +Package: libgtkmathview-dev +Section: libdevel +Architecture: any +Depends: libgtkmathview0c2 (= ${Source-Version}), libc6-dev, libxml2-dev, libgdome2-cpp-smart-dev (>= 0.2.1), libglib2.0-dev (>= 2.2.3), libgtk2.0-dev (>= 2.2.1), libgdome2-dev (>= 0.8.1), libt1-dev (>= 5.0.0), ${misc:Depends} +Description: rendering engine for MathML documents + GtkMathView is a C++ rendering engine for MathML documents. It + provides an interactive view that can be used for browsing and + editing MathML markup. + . + GtkMathView reads MathML documents by means of a frontend whose + purpose is to traverse the MathML document (or part of it) and + to appropriately instantiate GtkMathView's internal data + structures that are suitable for rendering it. Currently the + following frontends are supported: libxml2, libxml2 reader, + GMetaDOM, custom. + . + GtkMathView renders MathML documents through a backend whose + purpose is to provide an interface between the portable + rendering engine and the platform-specific capabilities (like + retrieving fonts, drawing on the screen, and so on). Currently + the following backends are provided: GTK+, GTK+ widget, SVG, + AbiWord. + . + GtkMathView fully supports Computer Modern fonts for achieving + the best possible quality. + . + This package includes the development support files. + +Package: libgtkmathview-bin +Section: misc +Architecture: any +Depends: libgtkmathview0c2 (= ${Source-Version}), ${misc:Depends} +Description: rendering engine for MathML documents + GtkMathView is a C++ rendering engine for MathML documents. It + provides an interactive view that can be used for browsing and + editing MathML markup. + . + GtkMathView reads MathML documents by means of a frontend whose + purpose is to traverse the MathML document (or part of it) and + to appropriately instantiate GtkMathView's internal data + structures that are suitable for rendering it. Currently the + following frontends are supported: libxml2, libxml2 reader, + GMetaDOM, custom. + . + GtkMathView renders MathML documents through a backend whose + purpose is to provide an interface between the portable + rendering engine and the platform-specific capabilities (like + retrieving fonts, drawing on the screen, and so on). Currently + the following backends are provided: GTK+, GTK+ widget, SVG, + AbiWord. + . + GtkMathView fully supports Computer Modern fonts for achieving + the best possible quality. + . + This package includes the runtime support files. + --- gtkmathview-0.7.0.orig/debian/rules +++ gtkmathview-0.7.0/debian/rules @@ -0,0 +1,5 @@ +#!/usr/bin/make -f +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/dpatch.mk +unpatch:: deapply-dpatches --- gtkmathview-0.7.0.orig/debian/libgtkmathview-bin.install +++ gtkmathview-0.7.0/debian/libgtkmathview-bin.install @@ -0,0 +1,2 @@ +debian/tmp/usr/bin/mathmlviewer +debian/tmp/usr/bin/mathmlsvg --- gtkmathview-0.7.0.orig/debian/libgtkmathview0c2.docs +++ gtkmathview-0.7.0/debian/libgtkmathview0c2.docs @@ -0,0 +1,7 @@ +ANNOUNCEMENT +AUTHORS +BUGS +HISTORY +NEWS +README +TODO --- gtkmathview-0.7.0.orig/debian/changelog +++ gtkmathview-0.7.0/debian/changelog @@ -0,0 +1,313 @@ +gtkmathview (0.7.0-1ubuntu1) breezy; urgency=low + + * renaming libgtkmathview0 to libgtkmathview0c2 + * debian/control: adjusted packagename, conflicts/replaces and dependencies + * debian/libgtkview0.*: renamed to correct packagename + + -- Stephan Hermann Wed, 29 Jun 2005 08:34:16 +0200 + +gtkmathview (0.7.0-1) unstable; urgency=low + + * New upstream release + - many new features, including support for SVG output, improved support + for Computer Modern fonts, high-quality rendering, TrueType fonts, and + much more + + -- Stefano Zacchiroli Mon, 13 Jun 2005 12:16:25 +0200 + +gtkmathview (0.6.5-2) unstable; urgency=low + + * debian/rules + - uses cdbs + * debian/control + - added build-dep on cdbs, bumped debhelper deb accordingly + * debian/libgtkmathview0.info + - removed, since info documentation is no longer shipped upstream + + -- Stefano Zacchiroli Mon, 23 May 2005 09:00:53 +0200 + +gtkmathview (0.6.5-1) unstable; urgency=low + + * New upstream release + + -- Stefano Zacchiroli Fri, 22 Apr 2005 13:29:52 +0200 + +gtkmathview (0.6.4-1) unstable; urgency=low + + * New upstream release (bugfix release) + * debian/control + - bumped build dependency on gtk2.0 to >= 2.4.10, needed by this + upstream version + + -- Stefano Zacchiroli Wed, 10 Nov 2004 13:38:44 +0100 + +gtkmathview (0.6.3-1) unstable; urgency=low + + * New upstream release + * debian package now uses dpatch for debian specific patches + * debian/patches/01_conffiles.dpatch + - moves math-engine-configuration.xml to /etc/gtkmathview + * debian/control + - added deps on dpatch + - bumped standards-version to 3.6.1.1 + * debian/rules + - added dpatch specific targets and dependencies + + -- Stefano Zacchiroli Tue, 27 Jul 2004 14:47:03 +0200 + +gtkmathview (0.6.2-1) unstable; urgency=low + + * New upstream release + - this is another development release for gtkmathview, which introduces a + totally redesigned "frontend" for the widget. Starting from this + version, the frontend is completely decoupled from the formatting engine + and it is thus much easier to feed gtkmathview with MathML documents + available by means other than gmetadom. See the announcement on the + mailing list for more details + * Got rid of ancient, no longer needed, patches + * Removed support for postscript exportation + * Removed support for t1lib + + -- Stefano Zacchiroli Fri, 7 May 2004 13:31:16 +0200 + +gtkmathview (0.5.2-3) unstable; urgency=low + + * debian/control + - depends on newer libt1 (>= 5.0.0) + * src/T1_FontManager.cc + - uses newer libt1 method (Closes: Bug#228548) + + -- Stefano Zacchiroli Thu, 22 Jan 2004 12:20:52 +0100 + +gtkmathview (0.5.2-2) unstable; urgency=low + + * Declare some previously undeclared extern functions in guiGTK.c + (Closes: Bug#226528) + + -- Stefano Zacchiroli Mon, 12 Jan 2004 16:39:33 +0100 + +gtkmathview (0.5.2-1) unstable; urgency=low + + * New upstream release + * debian/control + - bumped standards version + + -- Stefano Zacchiroli Wed, 12 Nov 2003 16:40:13 +0100 + +gtkmathview (0.5.1-1) unstable; urgency=low + + * New upstream release (notably: ported to gtk2/glib2) + * Patched gtkmathview.pc.in with the right dependencies on glib2/gtk2 + + -- Stefano Zacchiroli Tue, 7 Oct 2003 19:33:41 +0200 + +gtkmathview (0.4.3-3) unstable; urgency=low + + * moved /usr/share/* stuff (.xml configuration files and DTDs) from + libgtkmathview-bin package to libgtkmathview0 package + (Closes: #200653) + * debian/control + - added Conflicts from libgtkmathview0 to old libgtkmathview-bin + + -- Stefano Zacchiroli Fri, 11 Jul 2003 16:43:58 +0200 + +gtkmathview (0.4.3-2) unstable; urgency=low + + * debian/control + - bumped gmetadom dependencies to >= 0.1.10-2 (to ensure that .pc is + available) + + -- Stefano Zacchiroli Tue, 1 Jul 2003 10:26:21 +0200 + +gtkmathview (0.4.3-1) unstable; urgency=low + + * New upstream release + * debian/control + - bumped dependencies on gmetadom to 0.1.9 + - bumped standards-version to 3.5.10 + - added ${misc:Depends} + - changed section of libgtkmathview-dev to "libdevel" + - added Build-Dep on pkg-config + * debian/rules + - removed DH_COMPAT in favour of debian/compat + - removed dh_movefiles in favour of dh_install + - removed dh_undocumented for a no longer necessary manpage + - temporarly commented out dh_installinfo because + - cosmetic changes + - ship pkg-config .pc file + + -- Stefano Zacchiroli Wed, 18 Jun 2003 18:39:48 +0200 + +gtkmathview (0.4.1-2) unstable; urgency=low + + * Use distclean in debian/rules clean target (Closes: Bug#178877) + * Removed some garbage (like already built Makefiles) from .diff.gz + + -- Stefano Zacchiroli Fri, 7 Mar 2003 13:17:36 +0100 + +gtkmathview (0.4.1-1) unstable; urgency=low + + * New upstream release + + -- Stefano Zacchiroli Mon, 17 Feb 2003 16:25:31 +0100 + +gtkmathview (0.4.0-1) unstable; urgency=low + + * New upstream release (notably from this version editing support is + available) + * Removed debian/ dir from CVS, gtkmathview is no more a debian native + package + * Rebuilt against gmetadom 0.1.4 (changed build-depends accordingly) + * Bugfix: added dependecies on libxml2-dev and libgdome2-cpp-smart-dev for + libgtkmathview-dev + * Changed packages description to include mention of editing support + * Bumped libgdome2-cpp-smart-dev build dependency to 0.1.5 + * Versioned libgdome2-cpp-smart-dev dependency with >= 0.1.5 + + -- Stefano Zacchiroli Mon, 13 Jan 2003 10:55:04 +0100 + +gtkmathview (0.3.1-1) unstable; urgency=low + + * New upstream release. + * Bumped DH_COMPAT to 4 in debian/rules and debhelper build-dep in + debian/control + * Use DESTDIR to specify installation dir instead of overriding prefix + * Removed useless binary-indep target from debian/rules + * Use "make clean" in clean debian/rules target instead of + "make distclean" + * Removed full stop at the end of description synopsis to make lintian + happy + * Bumped Standards-Version to 3.5.8 + + -- Stefano Zacchiroli Mon, 9 Dec 2002 12:50:46 +0100 + +gtkmathview (0.3.0-4) unstable; urgency=low + + * Fixed some typos that cause errors when compiling on big endian archs. + + -- Stefano Zacchiroli Sun, 31 Mar 2002 23:53:33 +0200 + +gtkmathview (0.3.0-3) unstable; urgency=low + + * Added build-dep on libgdome2-dev (Closes: Bug#140402). + + -- Stefano Zacchiroli Fri, 29 Mar 2002 11:28:53 +0100 + +gtkmathview (0.3.0-2) unstable; urgency=low + + * Rebuilt against gmetadom 0.0.3-4 + + -- Stefano Zacchiroli Tue, 26 Mar 2002 18:58:35 +0100 + +gtkmathview (0.3.0-4) unstable; urgency=low + + * Fixed some typos that cause errors when compiling on big endian archs. + + -- Stefano Zacchiroli Sun, 31 Mar 2002 23:53:33 +0200 + +gtkmathview (0.3.0-3) unstable; urgency=low + + * Added build-dep on libgdome2-dev (Closes: Bug#140402). + + -- Stefano Zacchiroli Fri, 29 Mar 2002 11:28:53 +0100 + +gtkmathview (0.3.0-2) unstable; urgency=low + + * Rebuilt against gmetadom 0.0.3-4 + + -- Stefano Zacchiroli Tue, 26 Mar 2002 18:58:35 +0100 + +gtkmathview (0.3.0-4) unstable; urgency=low + + * Fixed some typos that cause errors when compiling on big endian archs. + + -- Stefano Zacchiroli Sun, 31 Mar 2002 23:53:33 +0200 + +gtkmathview (0.3.0-3) unstable; urgency=low + + * Added build-dep on libgdome2-dev (Closes: Bug#140402). + + -- Stefano Zacchiroli Fri, 29 Mar 2002 11:28:53 +0100 + +gtkmathview (0.3.0-2) unstable; urgency=low + + * Rebuilt against gmetadom 0.0.3-4 + + -- Stefano Zacchiroli Tue, 26 Mar 2002 18:58:35 +0100 + +gtkmathview (0.3.0-4) unstable; urgency=low + + * Fixed some typos that cause errors when compiling on big endian archs. + + -- Stefano Zacchiroli Sun, 31 Mar 2002 23:53:33 +0200 + +gtkmathview (0.3.0-3) unstable; urgency=low + + * Added build-dep on libgdome2-dev (Closes: Bug#140402). + + -- Stefano Zacchiroli Fri, 29 Mar 2002 11:28:53 +0100 + +gtkmathview (0.3.0-2) unstable; urgency=low + + * Rebuilt against gmetadom 0.0.3-4 + + -- Stefano Zacchiroli Tue, 26 Mar 2002 18:58:35 +0100 + +gtkmathview (0.3.0-3) unstable; urgency=low + + * Added build-dep on libgdome2-dev (Closes: Bug#140402). + + -- Stefano Zacchiroli Fri, 29 Mar 2002 11:28:53 +0100 + +gtkmathview (0.3.0-2) unstable; urgency=low + + * Rebuilt against gmetadom 0.0.3-4 + + -- Stefano Zacchiroli Tue, 26 Mar 2002 18:58:35 +0100 + +gtkmathview (0.3.0-1) unstable; urgency=low + + * New upstream release + + -- Stefano Zacchiroli Wed, 13 Mar 2002 15:59:49 +0100 + +gtkmathview (0.2.9-1) unstable; urgency=low + + * New upstream release + + -- Stefano Zacchiroli Wed, 21 Nov 2001 11:38:42 +0100 + +gtkmathview (0.2.8-1) unstable; urgency=low + + * New upstream release + + -- Stefano Zacchiroli Wed, 14 Nov 2001 08:28:24 +0100 + +gtkmathview (0.2.7-1) unstable; urgency=low + + * New upstream release + + -- Stefano Zacchiroli Tue, 4 Sep 2001 21:41:18 +0200 + +gtkmathview (0.2.5-2) unstable; urgency=low + + * upgraded config.sub and config.guess in order to support hppa and other + architectures (closes: Bug#104694) + + -- Stefano Zacchiroli Sat, 14 Jul 2001 22:48:17 +0200 + +gtkmathview (0.2.5-1) unstable; urgency=low + + * New upstream release + + -- Stefano Zacchiroli Tue, 22 May 2001 23:35:46 +0200 + +gtkmathview (0.2.4-1) unstable; urgency=low + + * New upstream release + + -- Stefano Zacchiroli Thu, 5 Apr 2001 10:05:16 +0200 + +Local variables: +mode: debian-changelog +End: --- gtkmathview-0.7.0.orig/debian/libgtkmathview-dev.install +++ gtkmathview-0.7.0/debian/libgtkmathview-dev.install @@ -0,0 +1,5 @@ +debian/tmp/usr/lib/*.so +debian/tmp/usr/lib/*.a +debian/tmp/usr/lib/*.la +debian/tmp/usr/include/ +debian/tmp/usr/lib/pkgconfig/ --- gtkmathview-0.7.0.orig/debian/libgtkmathview0c2.install +++ gtkmathview-0.7.0/debian/libgtkmathview0c2.install @@ -0,0 +1,5 @@ +debian/tmp/usr/lib/*.so.* +debian/tmp/usr/share/gtkmathview/* +debian/tmp/etc/gtkmathview/* +dictionary-debian.xml etc/gtkmathview/ +t1.config etc/gtkmathview/ --- gtkmathview-0.7.0.orig/debian/libgtkmathview-bin.manpages +++ gtkmathview-0.7.0/debian/libgtkmathview-bin.manpages @@ -0,0 +1,2 @@ +doc/mathmlviewer.1 +doc/mathmlsvg.1 --- gtkmathview-0.7.0.orig/debian/compat +++ gtkmathview-0.7.0/debian/compat @@ -0,0 +1 @@ +4 --- gtkmathview-0.7.0.orig/debian/patches/07_pkg_config.dpatch +++ gtkmathview-0.7.0/debian/patches/07_pkg_config.dpatch @@ -0,0 +1,20 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 07_pkg_config.dpatch by +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: No description. + +@DPATCH@ +diff -urNad --exclude=CVS --exclude=.svn ./gtkmathview-gmetadom.pc.in /tmp/dpep-work.UEOU1P/gtkmathview-0.7.0/gtkmathview-gmetadom.pc.in +--- ./gtkmathview-gmetadom.pc.in 2005-05-22 23:39:19.000000000 +0200 ++++ /tmp/dpep-work.UEOU1P/gtkmathview-0.7.0/gtkmathview-gmetadom.pc.in 2005-06-13 15:59:31.630479968 +0200 +@@ -8,7 +8,7 @@ + Name: GtkMathView + Description: A GTK+ Widget for Rendering MathML Documents (GMetaDOM frontend) + Version: @VERSION@ +-Requires: glib-2.0 gtk+-2.0 gdome2-cpp-smart mathview-gmetadom +-Libs: @DOM_LIBS@ -L${libdir} -lgtkmathview_gmetadom @T1_LIBS@ ++Requires: glib-2.0 gtk+-2.0 gdome2-cpp-smart ++Libs: @DOM_LIBS@ -L${libdir} -lmathview_frontend_gmetadom -lgtkmathview_gmetadom -lmathview @T1_LIBS@ + Cflags: @DOM_CFLAGS@ -I${includedir}/@PACKAGE@ + --- gtkmathview-0.7.0.orig/debian/patches/03_mathmlsvg_manpage.dpatch +++ gtkmathview-0.7.0/debian/patches/03_mathmlsvg_manpage.dpatch @@ -0,0 +1,61 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 03_mathmlsvg_manpage.dpatch by +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: No description. + +@DPATCH@ +diff -urNad --exclude=CVS --exclude=.svn ./doc/mathmlsvg.1 /tmp/dpep-work.6JYM5t/gtkmathview-0.7.0/doc/mathmlsvg.1 +--- ./doc/mathmlsvg.1 1970-01-01 01:00:00.000000000 +0100 ++++ /tmp/dpep-work.6JYM5t/gtkmathview-0.7.0/doc/mathmlsvg.1 2005-06-13 12:42:40.512042896 +0200 +@@ -0,0 +1,50 @@ ++.TH MATHMLSVG "1" "Jun 2005" "GtkMathView" FSF ++.SH NAME ++mathmlsvg \- MathML to SVG conversion utility ++.SH SYNOPSIS ++.B mathmlsvg ++[\fIOPTION\fR]... \fIFILE\fR... ++.SH DESCRIPTION ++.TP ++\fB\-v\fR, \fB\-\-version\fR ++Output version information ++.TP ++\fB\-h\fR, \fB\-\-help\fR ++This small usage guide ++.TP ++\fB\-u\fR, \fB\-\-unit=\fR ++Unit for dimensions (default='cm') ++.TP ++\fB\-g\fR, \fB\-\-size=\fRx ++Page size (width x height) (default = 21 x 29.7) ++.TP ++\fB\-m\fR, \fB\-\-margins=\fRx ++Margins (top x left) (default = 2 x 2) ++.TP ++\fB\-f\fR, \fB\-\-font\-size=\fR ++Default font size (in pt, default=10) ++.TP ++\fB\-r\fR, \fB\-\-crop[\fR=\fIyes\fR|no] ++Enable/disable cropping to bounding box (default='yes') ++.TP ++\fB\-\-config=\fR ++Configuration file path ++.TP ++\fB\-\-verbose\fR[=\fI0\-3\fR] ++Display messages ++.SH "AUTHORS" ++Written by Luca Padovani. ++.SH "REPORTING BUGS" ++Report bugs to . ++.SH "SEE ALSO" ++The full documentation for ++.B MathML ++is maintained as a Texinfo manual. If the ++.B info ++program and the ++.B GtkMathView ++library are properly installed at your site, the command ++.IP ++.B info gtkmathview ++.PP ++should give you access to the complete manual. --- gtkmathview-0.7.0.orig/debian/patches/01_conffiles.dpatch +++ gtkmathview-0.7.0/debian/patches/01_conffiles.dpatch @@ -0,0 +1,25 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 01_conffiles.dpatch by +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: No description. + +@DPATCH@ +diff -urNad --exclude=CVS --exclude=.svn ./config/gtkmathview.conf.xml.in /tmp/dpep-work.EUKzAe/gtkmathview-0.7.0/config/gtkmathview.conf.xml.in +--- ./config/gtkmathview.conf.xml.in 2005-06-13 12:23:42.000000000 +0200 ++++ /tmp/dpep-work.EUKzAe/gtkmathview-0.7.0/config/gtkmathview.conf.xml.in 2005-06-13 12:24:09.355964296 +0200 +@@ -35,6 +35,7 @@ + @prefix@/share/gtkmathview/dictionary.xml + @prefix@/share/gtkmathview/dictionary-local.xml + @prefix@/share/gtkmathview/dictionary-combining.xml ++ /etc/gtkmathview/dictionary-debian.xml + + +
+diff -urNad gtkmathview-0.6.4/dictionary-debian.xml /tmp/dpep.P39oow/gtkmathview-0.6.4/dictionary-debian.xml +--- gtkmathview-0.6.4/dictionary-debian.xml 1970-01-01 01:00:00.000000000 +0100 ++++ /tmp/dpep.P39oow/gtkmathview-0.6.4/dictionary-debian.xml 2004-09-28 18:46:49.387007536 +0200 +@@ -0,0 +1,3 @@ ++ ++ ++ --- gtkmathview-0.7.0.orig/debian/patches/05_t1_config.dpatch +++ gtkmathview-0.7.0/debian/patches/05_t1_config.dpatch @@ -0,0 +1,28 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 05_t1_config.dpatch by +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: No description. + +@DPATCH@ +diff -urNad --exclude=CVS --exclude=.svn ./config/gtkmathview.conf.xml.in /tmp/dpep-work.mevHjf/gtkmathview-0.7.0/config/gtkmathview.conf.xml.in +--- ./config/gtkmathview.conf.xml.in 2005-05-23 19:38:58.000000000 +0200 ++++ /tmp/dpep-work.mevHjf/gtkmathview-0.7.0/config/gtkmathview.conf.xml.in 2005-06-13 15:02:44.657418600 +0200 +@@ -52,7 +52,7 @@ + #ff6a6a +
+
+- @prefix@/share/gtkmathview/t1.config ++ /etc/gtkmathview/t1.config + false + false +
+diff -urNad --exclude=CVS --exclude=.svn ./t1.config /tmp/dpep-work.mevHjf/gtkmathview-0.7.0/t1.config +--- ./t1.config 1970-01-01 01:00:00.000000000 +0100 ++++ /tmp/dpep-work.mevHjf/gtkmathview-0.7.0/t1.config 2005-06-13 15:01:43.160767512 +0200 +@@ -0,0 +1,5 @@ ++# ++# ++ENCODING=. ++AFM=. ++TYPE1=/usr/share/texmf/fonts/type1/bluesky/cm/:. --- gtkmathview-0.7.0.orig/debian/patches/00list +++ gtkmathview-0.7.0/debian/patches/00list @@ -0,0 +1,4 @@ +01_conffiles +03_mathmlsvg_manpage +05_t1_config +07_pkg_config --- gtkmathview-0.7.0.orig/debian/copyright +++ gtkmathview-0.7.0/debian/copyright @@ -0,0 +1,32 @@ +This package was debianized by Stefano Zacchiroli on +Sun, 21 Jan 2001 17:48:44 +0100. + +It was packed from source obtained via cvs, with this CVSROOT: + :pserver:anonymous@phd.cs.unibo.it:/home/lpadovan/PHELM/ + +Author: Luca Padovani + +Copyright: + GtkMathView is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License + as published by the Free Software Foundation; either version 2 + of the License, or (at your option) any later version. + + GtkMathView is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with GtkMathView; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + + On Debian GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL'. + The GNU Public Licenses in /usr/share/common-licenses were taken from + ftp.gnu.org and are copyrighted by the Free Software Foundation, Inc. + + For details, see the GtkMathView World-Wide-Web page, + http://cs.unibo.it/~lpadovan/mml-widget, or send a mail to + + --- gtkmathview-0.7.0.orig/debian/libgtkmathview0c2.postinst +++ gtkmathview-0.7.0/debian/libgtkmathview0c2.postinst @@ -0,0 +1,47 @@ +#! /bin/sh +# postinst script for libgtkmathview0 +# +# see: dh_installdeb(1) + +set -e + +# summary of how this script can be called: +# * `configure' +# * `abort-upgrade' +# * `abort-remove' `in-favour' +# +# * `abort-deconfigure' `in-favour' +# `removing' +# +# for details, see /usr/share/doc/packaging-manual/ +# +# quoting from the policy: +# Any necessary prompting should almost always be confined to the +# post-installation script, and should be protected with a conditional +# so that unnecessary prompting doesn't happen if a package's +# installation fails and the `postinst' is called with `abort-upgrade', +# `abort-remove' or `abort-deconfigure'. + +case "$1" in + configure) + ldconfig + ;; + + abort-upgrade|abort-remove|abort-deconfigure) + + ;; + + *) + echo "postinst called with unknown argument \`$1'" >&2 + exit 0 + ;; +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 + +