]> matita.cs.unibo.it Git - helm.git/commitdiff
debian version 0.4.3 (maybe, not tested)
authorStefano Zacchiroli <zack@upsilon.cc>
Thu, 19 Jun 2003 14:30:24 +0000 (14:30 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Thu, 19 Jun 2003 14:30:24 +0000 (14:30 +0000)
helm/DEVEL/lablgtkmathview/debian/changelog
helm/DEVEL/lablgtkmathview/debian/compat [new file with mode: 0644]
helm/DEVEL/lablgtkmathview/debian/control
helm/DEVEL/lablgtkmathview/debian/liblablgtkmathview-ocaml.files [deleted file]
helm/DEVEL/lablgtkmathview/debian/liblablgtkmathview-ocaml.install [new file with mode: 0644]
helm/DEVEL/lablgtkmathview/debian/rules

index a035d44d18df7eb43816b18255857b6b66b8d32a..560ca40aea725a9c2d6bf7921cc2b221b2a50a9d 100644 (file)
@@ -1,3 +1,22 @@
+lablgtkmathview (0.4.3-1) unstable; urgency=low
+
+  * Rebuild against gtkmathview 0.4.3
+  * debian/control
+    - bumped standards version to 3.5.10
+    - bumped dependencies on gtkmathview to 0.4.3
+    - bumped dependencies on gmetadom to 0.1.9
+    - added ${misc:Depends}
+    - changed section of -dev package to "libdevel"
+    - better short description
+    - added built-dep to pkg-config
+  * debian/rules
+    - removed DH_COMPAT in favour of debian/compat
+    - comsetic changes
+    - removed useless binary-indep target
+    - removed dh_movefiles in favour of dh_install
+
+ -- Stefano Zacchiroli <zack@debian.org>  Thu, 19 Jun 2003 14:52:54 +0200
+
 lablgtkmathview (0.4.1-1) unstable; urgency=low
 
   * Bugfix in some OCaml value allocations
diff --git a/helm/DEVEL/lablgtkmathview/debian/compat b/helm/DEVEL/lablgtkmathview/debian/compat
new file mode 100644 (file)
index 0000000..b8626c4
--- /dev/null
@@ -0,0 +1 @@
+4
index 3f47fc191b6d3cc9bfd27e56380d7f6cd81131b7..86b18e98b74b654247f3857cbd7bf73242f68a57 100644 (file)
@@ -2,14 +2,14 @@ Source: lablgtkmathview
 Section: devel
 Priority: optional
 Maintainer: Stefano Zacchiroli <zack@debian.org>
-Build-Depends: debhelper (>> 4.0.0), ocaml-3.06-1, ocaml-findlib, liblablgtk-ocaml-dev (>= 1.2.5), libgdome2-ocaml-dev (>= 0.1.6), libgtkmathview-dev (>= 0.4.1), libxml2-dev, libgdome2-dev (>= 0.7.4), libgdome2-cpp-smart-dev (>= 0.1.6), t1lib-dev (>= 1.3)
-Standards-Version: 3.5.8
+Build-Depends: debhelper (>> 4.0.0), ocaml-3.06-1, ocaml-findlib, liblablgtk-ocaml-dev (>= 1.2.5), libgdome2-ocaml-dev (>= 0.1.9), libgtkmathview-dev (>= 0.4.3), libxml2-dev, libgdome2-dev (>= 0.7.4), libgdome2-cpp-smart-dev (>= 0.1.9), t1lib-dev (>= 1.3), pkg-config
+Standards-Version: 3.5.10
 
 Package: liblablgtkmathview-ocaml
 Architecture: any
 Section: libs
-Depends: ocaml-base-3.06-1, liblablgtk-ocaml (>= 1.2.5), libgdome2-ocaml (>= 0.1.6), ${shlibs:Depends}
-Description: OCaml binding for libgtkmathview
+Depends: ocaml-base-3.06-1, liblablgtk-ocaml (>= 1.2.5), libgdome2-ocaml (>= 0.1.9), ${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.
  .
@@ -17,9 +17,9 @@ Description: OCaml binding for libgtkmathview
 
 Package: liblablgtkmathview-ocaml-dev
 Architecture: any
-Section: devel
-Depends: ocaml-3.06-1, liblablgtk-ocaml-dev (>= 1.2.5), libgtkmathview0 (>= 0.4.1), liblablgtkmathview-ocaml (= ${Source-Version}), ocaml-findlib, libgdome2-ocaml-dev (>= 0.1.6), t1lib-dev, libgtkmathview-dev (>= 0.4.1)
-Description: OCaml binding for libgtkmathview
+Section: libdevel
+Depends: ocaml-3.06-1, liblablgtk-ocaml-dev (>= 1.2.5), libgtkmathview0 (>= 0.4.3), liblablgtkmathview-ocaml (= ${Source-Version}), ocaml-findlib, libgdome2-ocaml-dev (>= 0.1.9), t1lib-dev, libgtkmathview-dev (>= 0.4.3), ${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.
  .
diff --git a/helm/DEVEL/lablgtkmathview/debian/liblablgtkmathview-ocaml.files b/helm/DEVEL/lablgtkmathview/debian/liblablgtkmathview-ocaml.files
deleted file mode 100644 (file)
index cd2f92f..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/lib/ocaml/3.06/lablgtkmathview/*.so
-usr/lib/ocaml/3.06/stublibs/*
diff --git a/helm/DEVEL/lablgtkmathview/debian/liblablgtkmathview-ocaml.install b/helm/DEVEL/lablgtkmathview/debian/liblablgtkmathview-ocaml.install
new file mode 100644 (file)
index 0000000..cd2f92f
--- /dev/null
@@ -0,0 +1,2 @@
+usr/lib/ocaml/3.06/lablgtkmathview/*.so
+usr/lib/ocaml/3.06/stublibs/*
index 2578e3efd7431b369f61db2709cd1c71af122e89..3057fad83e23d8ccbb5db421838d322aeca44d1a 100755 (executable)
@@ -5,15 +5,11 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-# This is the debhelper compatability version to use.
-export DH_COMPAT=4
-
 TARGETDIR = debian/liblablgtkmathview-ocaml-dev
 
 configure: configure-stamp
 configure-stamp:
        dh_testdir
-       # Add here commands to configure the package.
        ./configure
 
        touch configure-stamp
@@ -22,7 +18,6 @@ build: configure-stamp build-stamp
 build-stamp:
        dh_testdir
 
-       # Add here commands to compile the package.
        $(MAKE)
        if [ -x /usr/bin/ocamlopt ]; then $(MAKE) opt; else true; fi
 
@@ -33,7 +28,6 @@ clean:
        dh_testroot
        rm -f build-stamp configure-stamp
 
-       # Add here commands to clean up after the build process.
        -$(MAKE) distclean
 
        dh_clean
@@ -44,18 +38,11 @@ install: build
        dh_clean -k
        dh_installdirs -s
 
-       # trick: redifine CAMLLIB so that findlibd doesn't try to modify the
-       # official /var/lib/ocaml/ld.conf
        $(MAKE) install PREFIX=$(TARGETDIR)/usr/lib/ocaml/3.06
 
 movefiles: install
-       dh_movefiles -p liblablgtkmathview-ocaml --sourcedir=$(TARGETDIR)
-
-# Build architecture-independent files here.
-binary-indep: build movefiles
-# We have nothing to do by default.
+       dh_install -p liblablgtkmathview-ocaml --sourcedir=$(TARGETDIR)
 
-# Build architecture-dependent files here.
 binary-arch: build install
        dh_testdir
        dh_testroot
@@ -63,12 +50,10 @@ binary-arch: build install
        dh_installexamples -s
        dh_installmanpages -s
        dh_installinfo -s
-#      dh_undocumented
        dh_installchangelogs -s ChangeLog
        dh_link -s
        dh_strip -s
        dh_compress -s
-#      dh_ocamlld -p liblablgtkmathview-ocaml /usr/lib/ocaml/lablgtkmathview
        dh_fixperms -s
        dh_installdeb -s
        dh_shlibdeps -s
@@ -76,5 +61,5 @@ binary-arch: build install
        dh_md5sums -s
        dh_builddeb -s
 
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
+binary: binary-arch
+.PHONY: build clean binary-arch binary install configure