[Pkg-ocaml-maint-commits] r2088 - trunk/packages/lablgtk2-doc/trunk/debian

Samuel Mimram smimram-guest at costa.debian.org
Sun Nov 20 19:44:48 UTC 2005


Author: smimram-guest
Date: 2005-11-20 19:44:48 +0000 (Sun, 20 Nov 2005)
New Revision: 2088

Modified:
   trunk/packages/lablgtk2-doc/trunk/debian/changelog
   trunk/packages/lablgtk2-doc/trunk/debian/control
   trunk/packages/lablgtk2-doc/trunk/debian/rules
Log:
Cleanter package.

Modified: trunk/packages/lablgtk2-doc/trunk/debian/changelog
===================================================================
--- trunk/packages/lablgtk2-doc/trunk/debian/changelog	2005-11-20 19:22:51 UTC (rev 2087)
+++ trunk/packages/lablgtk2-doc/trunk/debian/changelog	2005-11-20 19:44:48 UTC (rev 2088)
@@ -1,3 +1,12 @@
+lablgtk2-doc (2.4.0v0.2tv-6) unstable; urgency=low
+
+  * Rebuild with new lablgtk2 (2.6.0).
+  * Added liblablgtk2-gnome-ocaml-dev as build dependency.
+  * No longer depending on a specific version of OCaml.
+  * Updated standards version to 3.6.2, no changes needed.
+
+ -- Samuel Mimram <smimram at debian.org>  Sun, 20 Nov 2005 20:27:57 +0100
+
 lablgtk2-doc (2.4.0v0.2tv-5) unstable; urgency=medium
 
   * Updated to OCaml 3.08.3.

Modified: trunk/packages/lablgtk2-doc/trunk/debian/control
===================================================================
--- trunk/packages/lablgtk2-doc/trunk/debian/control	2005-11-20 19:22:51 UTC (rev 2087)
+++ trunk/packages/lablgtk2-doc/trunk/debian/control	2005-11-20 19:44:48 UTC (rev 2088)
@@ -3,9 +3,9 @@
 Priority: optional
 Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
 Uploaders: Samuel Mimram <smimram at debian.org>
-Build-Depends-Indep: debhelper (>= 4.0.0), docbook-utils, ocaml-nox-3.08.3, liblablgl-ocaml-dev, liblablgtk2-ocaml-dev (>= 2.4.0+2004.11.19-3), lablgtk2-gnome-ocaml-dev, docbook-xml
+Build-Depends-Indep: debhelper (>= 4.0.0), docbook-utils, ocaml-nox, liblablgl-ocaml-dev, liblablgtk2-ocaml-dev (>= 2.4.0+2004.11.19-3), liblablgtk2-gnome-ocaml-dev, docbook-xml
 Build-Conflicts-Indep: sgmltexi
-Standards-Version: 3.6.1.1
+Standards-Version: 3.6.2
 
 Package: liblablgtk2-ocaml-doc
 Architecture: all

Modified: trunk/packages/lablgtk2-doc/trunk/debian/rules
===================================================================
--- trunk/packages/lablgtk2-doc/trunk/debian/rules	2005-11-20 19:22:51 UTC (rev 2087)
+++ trunk/packages/lablgtk2-doc/trunk/debian/rules	2005-11-20 19:44:48 UTC (rev 2088)
@@ -6,11 +6,12 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+OCAMLABI := $(shell ocamlc -version)
+
 PREFIX = debian/liblablgtk2-ocaml-doc
 TMPDIR = debian/tmp
 
 build: build-stamp
-
 build-stamp:
 	dh_testdir
 
@@ -20,12 +21,12 @@
 
 	mkdir -p $(TMPDIR)/html
 	ocamldoc -html -m A -d $(TMPDIR)/html \
-	-I /usr/lib/ocaml/3.08.3/lablgtk2 -I /usr/lib/ocaml/3.08.3/lablgl \
-	-I /usr/lib/ocaml/3.08.3/threads $(wildcard /usr/lib/ocaml/3.08.3/lablgtk2/*.mli)
+	-I /usr/lib/ocaml/$(OCAMLABI)/lablgtk2 -I /usr/lib/ocaml/$(OCAMLABI)/lablgl \
+	-I /usr/lib/ocaml/$(OCAMLABI)/threads $(wildcard /usr/lib/ocaml/$(OCAMLABI)/lablgtk2/*.mli)
 	mkdir -p $(TMPDIR)/man
 	ocamldoc -man -man-mini -m A -d $(TMPDIR)/man -man-section 3o -man-suffix 3o \
-	-I /usr/lib/ocaml/3.08.3/lablgtk2 -I /usr/lib/ocaml/3.08.3/lablgl \
-	-I /usr/lib/ocaml/3.08.3/threads $(wildcard /usr/lib/ocaml/3.08.3/lablgtk2/*.mli)
+	-I /usr/lib/ocaml/$(OCAMLABI)/lablgtk2 -I /usr/lib/ocaml/$(OCAMLABI)/lablgl \
+	-I /usr/lib/ocaml/$(OCAMLABI)/threads $(wildcard /usr/lib/ocaml/$(OCAMLABI)/lablgtk2/*.mli)
 
 	touch build-stamp
 
@@ -38,7 +39,7 @@
 	-$(MAKE) -C treeview-tutorial distclean
 	rm -rf $(TMPDIR)
 
-	dh_clean 
+	dh_clean
 
 install: build
 	dh_testdir
@@ -51,29 +52,16 @@
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-	dh_installchangelogs 
+	dh_installchangelogs
 	dh_installdocs
 	dh_installexamples
 	dh_install
-#	dh_installmenu
-#	dh_installdebconf	
-#	dh_installlogrotate
-#	dh_installemacsen
-#	dh_installpam
-#	dh_installmime
-#	dh_installinit
-#	dh_installcron
-#	dh_installinfo
 	dh_installman
 	dh_link
 	dh_strip
 	dh_compress
 	dh_fixperms
-#	dh_perl
-#	dh_python
-#	dh_makeshlibs
 	dh_installdeb
-#	dh_shlibdeps
 	dh_gencontrol
 	dh_md5sums
 	dh_builddeb




More information about the Pkg-ocaml-maint-commits mailing list