]> matita.cs.unibo.it Git - helm.git/commitdiff
debian version 0.5.1-1
authorStefano Zacchiroli <zack@upsilon.cc>
Mon, 13 Oct 2003 07:14:47 +0000 (07:14 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Mon, 13 Oct 2003 07:14:47 +0000 (07:14 +0000)
helm/DEVEL/lablgtkmathview/META.in
helm/DEVEL/lablgtkmathview/configure.in
helm/DEVEL/lablgtkmathview/debian/autodebian.make [deleted file]
helm/DEVEL/lablgtkmathview/debian/changelog
helm/DEVEL/lablgtkmathview/debian/control
helm/DEVEL/lablgtkmathview/debian/liblablgtkmathview-ocaml-dev.dirs
helm/DEVEL/lablgtkmathview/debian/liblablgtkmathview-ocaml.dirs
helm/DEVEL/lablgtkmathview/debian/liblablgtkmathview-ocaml.install
helm/DEVEL/lablgtkmathview/debian/rules

index b8ccd8561eca95f5ceb435b22fda112bea12b44f..4986552c63dad6708805a8094005c3566ce8e37d 100644 (file)
@@ -1,5 +1,5 @@
 requires="gdome2 lablgtk2"
 version="@VERSION@"
-archive(byte)="lablgtk2mathview.cma"
-archive(native)="lablgtk2mathview.cmxa"
+archive(byte)="@PACKAGE@.cma"
+archive(native)="@PACKAGE@.cmxa"
 linkopts=""
index cf4b3a4f5818e161717001cd990e80641373980b..b4ab4ff8b8f28ecd482b7c102f63923d16718b74 100644 (file)
@@ -1,6 +1,6 @@
 AC_INIT(gMathView.ml)
 
-PACKAGE=lablgtk2mathview
+PACKAGE=lablgtkmathview
 
 LABLGTKMATHVIEW_MAJOR_VERSION=0
 LABLGTKMATHVIEW_MINOR_VERSION=5
diff --git a/helm/DEVEL/lablgtkmathview/debian/autodebian.make b/helm/DEVEL/lablgtkmathview/debian/autodebian.make
deleted file mode 100644 (file)
index c51913c..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-targets = $(filter-out debian/configure,$(patsubst %.in,%,$(wildcard debian/*.in)))
-
-debian/configure:
-       echo 'AC_INIT(control)' > debian/configure.in
-       echo 'OCAML_STDLIB_DIR=`ocamlc -where | sed "s|^/||"`' >> debian/configure.in
-       echo 'OCAML_STUBLIBS_DIR=$$OCAML_STDLIB_DIR/stublibs' >> debian/configure.in
-       echo 'AC_SUBST(OCAML_STDLIB_DIR)' >> debian/configure.in
-       echo "AC_SUBST(OCAML_STUBLIBS_DIR)" >> debian/configure.in
-       echo 'AC_OUTPUT([' >> debian/configure.in
-       for f in $(targets); do echo $$f | sed 's|^debian/||'; done >> debian/configure.in
-       echo '])' >> debian/configure.in
-       cd debian && autoconf
-
-$(targets): debian/configure
-       cd debian && ./configure
-
-autodebian-stamp: $(targets)
-       touch autodebian-stamp
-
-autodebian-clean:
-       rm -f autodebian-stamp
-       rm -f debian/{configure.in,config.status,config.cache,config.log}
-       rm -f $(targets)
-
-autodebian-distclean: autodebian-clean
-       rm -f debian/configure
-
-# vim: set ft=make:
index d0d78a6a6f83c91cab10517d330358810cc3dca8..27db9c442c20a156ea90a14be6235a5f1a525b5d 100644 (file)
@@ -1,3 +1,9 @@
+lablgtkmathview (0.5.1-1) unstable; urgency=low
+
+  * New upstream release (transition to gtk2)
+
+ -- Stefano Zacchiroli <zack@debian.org>  Fri, 10 Oct 2003 10:10:10 +0200
+
 lablgtkmathview (0.4.3-4) unstable; urgency=low
 
   * Rebuild with ocaml 3.07
index 71b58d8c817b1de2ad1c6c4076d3190106264dd5..0bdf8de3f47dbdd352298003e24025fc1236c280 100644 (file)
@@ -2,13 +2,13 @@ Source: lablgtkmathview
 Section: devel
 Priority: optional
 Maintainer: Stefano Zacchiroli <zack@debian.org>
-Build-Depends: debhelper (>> 4.0.0), ocaml-3.07, ocaml-findlib, liblablgtk-ocaml-dev (>= 1.2.5), libgdome2-ocaml-dev (>= 0.1.10-3), libgtkmathview-dev (>= 0.4.3), libxml2-dev, libgdome2-dev (>= 0.7.4), libgdome2-cpp-smart-dev (>= 0.1.10-3), t1lib-dev (>= 1.3), pkg-config, autoconf
+Build-Depends: debhelper (>> 4.0.0), ocaml-3.07, ocaml-findlib (>= 0.8-5), liblablgtk2-ocaml-dev (>= 0.beta.20030828-2), libgdome2-ocaml-dev (>= 0.2.1), libgtkmathview-dev (>= 0.5.1), libxml2-dev, libgdome2-dev (>= 0.8.1), libgdome2-cpp-smart-dev (>= 0.2.1), t1lib-dev (>= 1.3), pkg-config, autoconf
 Standards-Version: 3.5.10
 
 Package: liblablgtkmathview-ocaml
 Architecture: any
 Section: libs
-Depends: ocaml-base-3.07, liblablgtk-ocaml (>= 1.2.5), libgdome2-ocaml (>= 0.1.10-3), ${shlibs:Depends}, ${misc:Depends}
+Depends: ocaml-base-3.07, liblablgtk2-ocaml (>= 0.beta.20030828-2), libgdome2-ocaml (>= 0.2.1), ${shlibs:Depends}, ${misc:Depends}
 Description: OCaml bindings for libgtkmathview, a GTK widget to render MathML
  This is the Ocaml binding for the GtkMathView widget, that is
  currently available in the libgtkmathview0 package.
@@ -18,7 +18,7 @@ Description: OCaml bindings for libgtkmathview, a GTK widget to render MathML
 Package: liblablgtkmathview-ocaml-dev
 Architecture: any
 Section: libdevel
-Depends: ocaml-3.07, liblablgtk-ocaml-dev (>= 1.2.5), libgtkmathview0 (>= 0.4.3), liblablgtkmathview-ocaml (= ${Source-Version}), ocaml-findlib, libgdome2-ocaml-dev (>= 0.1.10-3), t1lib-dev, libgtkmathview-dev (>= 0.4.3), ${misc:Depends}
+Depends: ocaml-3.07, liblablgtk2-ocaml-dev (>= 0.beta.20030828-2), libgtkmathview0 (>= 0.5.1), liblablgtkmathview-ocaml (= ${Source-Version}), ocaml-findlib (>= 0.8-5), libgdome2-ocaml-dev (>= 0.2.1), t1lib-dev (>= 1.3), libgtkmathview-dev (>= 0.5.1), ${misc:Depends}
 Description: OCaml bindings for libgtkmathview, a GTK widget to render MathML
  These are the Ocaml bindings for the GtkMathView widget, that is
  currently available in the libgtkmathview0 package.
index dd368536ab43a3b6f1d5b04fbe3ef3b1704d44e5..c02750493c3a2bbcf412b1eed5048001e8bd2834 100644 (file)
@@ -1,2 +1,2 @@
-usr/lib/ocaml/3.06
-usr/lib/ocaml/3.06/stublibs
+usr/lib/ocaml/3.07
+usr/lib/ocaml/3.07/stublibs
index 8fd99951383753f9b700b1d7fb1879c0c8c524a8..35dced577a61346e1ff56f58c149ab873233727c 100644 (file)
@@ -1 +1 @@
-usr/lib/ocaml/3.06
+usr/lib/ocaml/3.07
index cd2f92f955b33d50219c59b4064ebe52e6aa849a..9edf8ab5d481ec1c39eb455fc118d23458d695c3 100644 (file)
@@ -1,2 +1,2 @@
-usr/lib/ocaml/3.06/lablgtkmathview/*.so
-usr/lib/ocaml/3.06/stublibs/*
+usr/lib/ocaml/3.07/lablgtkmathview/*.so
+usr/lib/ocaml/3.07/stublibs/*
index 5893a66221f867a69d950e7fde83218eaf29b693..8b6ed0bb5febbb844e6584e1398737d5d8852283 100755 (executable)
@@ -8,10 +8,8 @@
 TARGETDIR = debian/liblablgtkmathview-ocaml-dev
 OCAML_STDLIB_DIR = $(shell ocamlc -where)
 
-include debian/autodebian.make
-
 configure: configure-stamp
-configure-stamp: autodebian-stamp
+configure-stamp:
        dh_testdir
        ./configure
 
@@ -26,7 +24,7 @@ build-stamp:
 
        touch build-stamp
 
-clean: autodebian-clean
+clean:
        dh_testdir
        dh_testroot
        rm -f build-stamp configure-stamp
@@ -34,7 +32,7 @@ clean: autodebian-clean
        -$(MAKE) distclean
 
        dh_clean
-distclean: clean autodebian-distclean
+distclean: clean
 
 install: build
        dh_testdir