From 2b531ee44f25ee56565bf288e4a60db560264213 Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Thu, 15 Nov 2007 15:22:23 +0000 Subject: [PATCH] ... --- pkg-matita/trunk/debian/changelog | 2 +- pkg-matita/trunk/debian/control | 2 +- pkg-matita/trunk/debian/rules | 17 +++++++---------- 3 files changed, 9 insertions(+), 12 deletions(-) diff --git a/pkg-matita/trunk/debian/changelog b/pkg-matita/trunk/debian/changelog index e3cba1b2e..e9a533c4e 100644 --- a/pkg-matita/trunk/debian/changelog +++ b/pkg-matita/trunk/debian/changelog @@ -1,4 +1,4 @@ -matita (0.4.95-1) unstable; urgency=low +matita (0.4.96-1) unstable; urgency=low * First upload. diff --git a/pkg-matita/trunk/debian/control b/pkg-matita/trunk/debian/control index f69250225..a161f97fe 100644 --- a/pkg-matita/trunk/debian/control +++ b/pkg-matita/trunk/debian/control @@ -3,7 +3,7 @@ Section: math Priority: optional Maintainer: Enrico Tassi Uploaders: Stefano Zacchiroli -Build-Depends: ocaml (>= 3.10.0), ocaml-findlib, libgdome2-ocaml-dev, liblablgtk2-ocaml-dev, liblablgtkmathview-ocaml-dev, liblablgtksourceview-ocaml-dev, libsqlite3-ocaml-dev, libocamlnet-ocaml-dev, libzip-ocaml-dev, libhttp-ocaml-dev, ocaml-ulex08, libexpat-ocaml-dev, debhelper, cdbs, libmysql-ocaml-dev, camlp5, dpatch, imagemagick +Build-Depends: ocaml (>= 3.10.0), ocaml-findlib, libgdome2-ocaml-dev, liblablgtk2-ocaml-dev, liblablgtkmathview-ocaml-dev, liblablgtksourceview-ocaml-dev, libsqlite3-ocaml-dev, libocamlnet-ocaml-dev, libzip-ocaml-dev, libhttp-ocaml-dev, ocaml-ulex08, libexpat-ocaml-dev, debhelper, cdbs, libmysql-ocaml-dev, camlp5, dpatch, help2man Standards-Version: 3.7.2 XS-Vcs-Svn: svn://mowgli.cs.unibo.it/trunk/helm/software/pkg-matita/trunk/ XS-Vcs-Browser: http://helm.cs.unibo.it/websvn/listing.php?path=/trunk/helm/software/pkg-matita/trunk/ diff --git a/pkg-matita/trunk/debian/rules b/pkg-matita/trunk/debian/rules index 24f32a6a5..b6ea51a22 100755 --- a/pkg-matita/trunk/debian/rules +++ b/pkg-matita/trunk/debian/rules @@ -16,25 +16,22 @@ common-install-arch:: make install-arch DESTDIR=$(DEB_DESTDIR) mkdir -p $(DEB_DESTDIR)/usr/share/man/man1/ help2man --name="Matita interative theorem prover" -N \ - $(DEB_DESTDIR)/usr/bin/matita \ + $(DEB_DESTDIR)/usr/share/matita/matita \ | gzip -9 > $(DEB_DESTDIR)/usr/share/man/man1/matita.1.gz help2man --name="Matita interative theorem prover - batch compiler" -N \ - $(DEB_DESTDIR)/usr/bin/matitac \ + $(DEB_DESTDIR)/usr/share/matita/matitac \ | gzip -9 > $(DEB_DESTDIR)/usr/share/man/man1/matitac.1.gz help2man --name="Matita interative theorem prover - build tool" -N \ - $(DEB_DESTDIR)/usr/bin/matitamake \ + $(DEB_DESTDIR)/usr/share/matita/matitamake \ | gzip -9 > $(DEB_DESTDIR)/usr/share/man/man1/matitamake.1.gz help2man --name="Matita interative theorem prover - cleanup tool" -N \ - $(DEB_DESTDIR)/usr/bin/matitaclean \ + $(DEB_DESTDIR)/usr/share/matita/matitaclean \ | gzip -9 > $(DEB_DESTDIR)/usr/share/man/man1/matitaclean.1.gz - help2man --name="Matita interative theorem prover - CIC browser" -N \ - $(DEB_DESTDIR)/usr/bin/cicbrowser \ - | gzip -9 > $(DEB_DESTDIR)/usr/share/man/man1/cicbrowser.1.gz help2man --name="Matita interative theorem prover - dependency analyzer" -N \ - $(DEB_DESTDIR)/usr/bin/matitadep \ + $(DEB_DESTDIR)/usr/share/matita/matitadep \ | gzip -9 > $(DEB_DESTDIR)/usr/share/man/man1/matitadep.1.gz - if [ -e $(DEB_DESTDIR)/usr/bin/matita.opt ]; then\ - for P in $(DEB_DESTDIR)/usr/bin/*.opt; do\ + if [ -e $(DEB_DESTDIR)/usr/share/matita/matita.opt ]; then\ + for P in $(DEB_DESTDIR)/usr/share/matita/*.opt; do\ ln -s /usr/share/man/man1/$(basename $$P .opt).1.gz \ $(DEB_DESTDIR)/usr/share/man/man1/$(basename $$P).1.gz\ done\ -- 2.39.2