DISTDIR = @PACKAGE@-@VERSION@
-EXTRA_DIST = BUGS LICENSE BUGS-GDOME2 MODES PATTERNS aclocal.m4 editex.pc.in
+EXTRA_DIST = BUGS LICENSE BUGS-GDOME2 MODES PATTERNS aclocal.m4 editex.pc.in debian
SUBDIRS = src test ocaml textomml xsl dict
CLEANFILES = core
deb: dist
if [ -d $(DISTDIR)/ ]; then rm -rf $(DISTDIR); else true; fi
tar xvzf $(DISTDIR).tar.gz
- (cd $(DISTDIR)/ && debuild)
+ (cd $(DISTDIR)/ && rm -rf debian/CVS/ && debuild)
rm -rf $(DISTDIR)
+editex (0.0.5-3) unstable; urgency=low
+
+ * rebuilt with ocaml 3.08
+ * debian/control
+ - bumped ocaml deps to 3.08
+ - bumped standards-version to 3.6.1.1
+ - changed ocaml deps to ocaml-nox
+ - bumped gmetadom (ocaml part) deps to >= 0.2.1-3 (1st version
+ rebuilt with ocaml 3.08)
+ - bumped gdome xslt (ocaml part) deps to >= 0.0.6-4 (1st version
+ rebuilt with ocaml 3.08)
+ - bumped gdome xslt (C/C++ part) deps to >= 0.0.6-5 (1st version
+ which fixes missing-.so bug)
+
+ -- Stefano Zacchiroli <zack@debian.org> Tue, 27 Jul 2004 09:11:35 +0200
+
+editex (0.0.5-2) unstable; urgency=low
+
+ * ocaml/Makefile.am
+ - the .o files to be used in the dll are now taken from the .libs
+ subdirectoy (which presumably contains the PIC code)
+ (Closes: Bug#239697)
+
+ -- Stefano Zacchiroli <zack@debian.org> Thu, 25 Mar 2004 12:43:39 +0100
+
+editex (0.0.5-1) unstable; urgency=low
+
+ * New upstream release
+ * debian/control
+ - depends on libt1-dev instead of t1lib-dev
+ - bumped t1 dependencies to >= 5.0.0 accordingly to gtkmathview
+
+ -- Stefano Zacchiroli <zack@debian.org> Tue, 23 Mar 2004 15:38:28 +0100
+
editex (0.0.4-3) unstable; urgency=low
* debian/control
Source: editex
Priority: optional
Maintainer: Stefano Zacchiroli <zack@debian.org>
-Build-Depends: debhelper (>> 4.0.0), ocaml-3.07, libgdome2-cpp-smart-dev (>= 0.2.1), libgdome2-ocaml-dev (>= 0.2.1), libgdome2-xslt-dev (>= 0.0.4), libgdome2-xslt-ocaml-dev (>= 0.0.6-2), ocaml-findlib (>= 0.8-5), libgtkmathview-dev (>= 0.5.2), libgtk2.0-dev, t1lib-dev (>= 1.2)
-Standards-Version: 3.6.1.0
+Build-Depends: debhelper (>> 4.0.0), ocaml-nox-3.08, libgdome2-cpp-smart-dev (>= 0.2.1), libgdome2-ocaml-dev (>= 0.2.1-3), libgdome2-xslt-dev (>= 0.0.6-5), libgdome2-xslt-ocaml-dev (>= 0.0.6-4), ocaml-findlib, libgtkmathview-dev (>= 0.5.2), libgtk2.0-dev, libt1-dev (>= 5.0.0)
+Standards-Version: 3.6.1.1
Package: libeditex0
Section: libs
Package: libeditex-dev
Section: libdevel
Architecture: any
-Depends: libeditex0 (= ${Source-Version}), libgdome2-cpp-smart-dev (>= 0.2.1), libgdome2-xslt-dev (>= 0.0.6-2), libgtk2.0-dev, t1lib-dev (>= 1.2), ${misc:Depends}
+Depends: libeditex0 (= ${Source-Version}), libgdome2-cpp-smart-dev (>= 0.2.1), libgdome2-xslt-dev (>= 0.0.6-5), libgtk2.0-dev, libt1-dev (>= 5.0.0), ${misc:Depends}
Description: MathML editor based on TeX syntax
EdiTeX is a C library implementing a MathML editor based on TeX syntax.
.
Package: libeditex-ocaml
Section: libs
Architecture: any
-Depends: ocaml-base-3.07, libgdome2-ocaml (>= 0.2.1), libgdome2-xslt-ocaml (>= 0.0.6-2), ${shlibs:Depends}, ${misc:Depends}
+Depends: ocaml-base-3.08, libgdome2-ocaml (>= 0.2.1-3), libgdome2-xslt-ocaml (>= 0.0.6-4), ${shlibs:Depends}, ${misc:Depends}
Description: OCaml bindings to EdiTeX, a MathML editor based on TeX syntax
EdiTeX is a C library implementing a MathML editor based on TeX syntax.
.
Package: libeditex-ocaml-dev
Section: libdevel
Architecture: any
-Depends: libeditex-ocaml (= ${Source-Version}), libgdome2-ocaml-dev (>= 0.2.1), libgdome2-xslt-ocaml-dev (>= 0.0.6), ocaml-findlib (>= 0.8-5), ${misc:Depends}
+Depends: libeditex-ocaml (= ${Source-Version}), libgdome2-ocaml-dev (>= 0.2.1-3), libgdome2-xslt-ocaml-dev (>= 0.0.6-4), ocaml-findlib, ${misc:Depends}
Description: OCaml bindings to EdiTeX, a MathML editor based on TeX syntax
EdiTeX is a C library implementing a MathML editor based on TeX syntax.
.