[Pkg-ocaml-maint-commits] [SCM] alt-ergo packaging branch, master, updated. debian/0.91-2-7-ga245885
Mehdi Dogguy
mehdi at debian.org
Fri Apr 15 21:48:34 UTC 2011
The following commit has been merged in the master branch:
commit a245885c15583e4a418132143abaf2e8fba1bda0
Author: Mehdi Dogguy <mehdi at debian.org>
Date: Fri Apr 15 23:32:28 2011 +0200
Add liblablgtk2-gnome-ocaml-dev and liblablgtksourceview2-ocaml-dev to Build-Depends (needed by altgr-ergo).
diff --git a/debian/alt-ergo.dirs b/debian/alt-ergo.dirs
index 3760460..ed1537f 100644
--- a/debian/alt-ergo.dirs
+++ b/debian/alt-ergo.dirs
@@ -1,2 +1,3 @@
usr/bin
usr/lib/alt-ergo
+usr/share/gtksourceview-2.0/language-specs
diff --git a/debian/changelog b/debian/changelog
index 8e73054..0aa6780 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,10 @@ alt-ergo (0.93-1) unstable; urgency=low
* New upstream release.
* Update copyright file.
+ * Add liblablgtk2-gnome-ocaml-dev and liblablgtksourceview2-ocaml-dev
+ to Build-Depends (needed by altgr-ergo).
- -- Mehdi Dogguy <mehdi at debian.org> Fri, 15 Apr 2011 23:14:20 +0200
+ -- Mehdi Dogguy <mehdi at debian.org> Fri, 15 Apr 2011 23:31:11 +0200
alt-ergo (0.91-2) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 0c5884e..3d3c58e 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,8 @@ Build-Depends:
autotools-dev,
ocaml-nox (>= 3.11.1-3~),
libocamlgraph-ocaml-dev (>= 1.1),
+ liblablgtk2-gnome-ocaml-dev (>= 2.14.0+dfsg-2~),
+ liblablgtksourceview2-ocaml-dev (>= 2.14.0+dfsg-2~),
quilt (>= 0.46-7~),
dh-ocaml (>= 0.9.0~)
Homepage: http://alt-ergo.lri.fr
diff --git a/debian/rules b/debian/rules
index c77b9bd..8158b19 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,7 +19,7 @@ override_dh_auto_build:
for i in $(BACKUP); do \
cp -ax $$i $$i.debian; \
done
- $(MAKE) $(OCAML_BEST)
+ $(MAKE) $(OCAML_BEST) gui
override_dh_auto_clean:
if [ -f Makefile ]; then \
@@ -31,7 +31,9 @@ override_dh_auto_clean:
override_dh_auto_install:
cp -f alt-ergo.$(OCAML_BEST) $(CURDIR)/debian/alt-ergo/usr/bin/alt-ergo
+ cp -f altgr-ergo.$(OCAML_BEST) $(CURDIR)/debian/alt-ergo/usr/bin/altgr-ergo
cp -f smt_prelude.mlw $(CURDIR)/debian/alt-ergo/usr/lib/alt-ergo
+ cp -f util/gtk-lang/alt-ergo.lang $(CURDIR)/debian/alt-ergo/usr/share/gtksourceview-2.0/language-specs/alt-ergo.lang
%:
dh --with quilt,ocaml $@
--
alt-ergo packaging
More information about the Pkg-ocaml-maint-commits
mailing list