[Pkg-ocaml-maint-commits] r2391 - trunk/packages/ledit/trunk/debian

Samuel Mimram smimram at costa.debian.org
Sat Jan 7 11:24:46 UTC 2006


Author: smimram
Date: 2006-01-07 11:24:45 +0000 (Sat, 07 Jan 2006)
New Revision: 2391

Removed:
   trunk/packages/ledit/trunk/debian/control.in
Modified:
   trunk/packages/ledit/trunk/debian/changelog
   trunk/packages/ledit/trunk/debian/control
   trunk/packages/ledit/trunk/debian/rules
Log:
Updated to OCaml 3.09.1.

Modified: trunk/packages/ledit/trunk/debian/changelog
===================================================================
--- trunk/packages/ledit/trunk/debian/changelog	2006-01-07 11:05:15 UTC (rev 2390)
+++ trunk/packages/ledit/trunk/debian/changelog	2006-01-07 11:24:45 UTC (rev 2391)
@@ -1,9 +1,10 @@
 ledit (1.11-7) unstable; urgency=low
 
   * New maintainer: Debian OCaml Maintainers.
+  * Rebuild with OCaml 3.09.1.
   * Cleaned up rules.
 
- -- Samuel Mimram <smimram at debian.org>  Tue, 15 Nov 2005 21:46:24 +0100
+ -- Samuel Mimram <smimram at debian.org>  Sat,  7 Jan 2006 12:19:06 +0100
 
 ledit (1.11-6) unstable; urgency=low
 

Modified: trunk/packages/ledit/trunk/debian/control
===================================================================
--- trunk/packages/ledit/trunk/debian/control	2006-01-07 11:05:15 UTC (rev 2390)
+++ trunk/packages/ledit/trunk/debian/control	2006-01-07 11:24:45 UTC (rev 2391)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
 Uploaders: Sven Luther <luther at debian.org>, Samuel Mimram <smimram at debian.org>
-Build-Depends-Indep: debhelper (>> 4.0.0), ocaml-nox (>= 3.09.0), dpatch
+Build-Depends-Indep: debhelper (>> 4.0.0), ocaml-nox (>= 3.09.1), dpatch
 Standards-Version: 3.6.2
 
 Package: ledit
@@ -12,4 +12,4 @@
 Description: line editor for interactive programs
  Ledit is a line editor, allowing to use control commands like in emacs
  or in shells (bash, tcsh). To be used with interactive commands. It is
- written in Ocaml and Camlp4 and uses the library unix.cma.
+ written in OCaml and Camlp4 and uses the library unix.cma.

Deleted: trunk/packages/ledit/trunk/debian/control.in
===================================================================
--- trunk/packages/ledit/trunk/debian/control.in	2006-01-07 11:05:15 UTC (rev 2390)
+++ trunk/packages/ledit/trunk/debian/control.in	2006-01-07 11:24:45 UTC (rev 2391)
@@ -1,15 +0,0 @@
-Source: ledit
-Section: editors
-Priority: optional
-Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
-Uploaders: Sven Luther <luther at debian.org>, Samuel Mimram <smimram at debian.org>
-Build-Depends-Indep: debhelper (>> 4.0.0), ocaml-nox (>= #OcamlABI#), dpatch
-Standards-Version: 3.6.2
-
-Package: ledit
-Architecture: all
-Depends: ${shlibs:Depends}, ocaml-base-nox-${F:OCamlABI}
-Description: line editor for interactive programs
- Ledit is a line editor, allowing to use control commands like in emacs
- or in shells (bash, tcsh). To be used with interactive commands. It is
- written in Ocaml and Camlp4 and uses the library unix.cma.

Modified: trunk/packages/ledit/trunk/debian/rules
===================================================================
--- trunk/packages/ledit/trunk/debian/rules	2006-01-07 11:05:15 UTC (rev 2390)
+++ trunk/packages/ledit/trunk/debian/rules	2006-01-07 11:24:45 UTC (rev 2391)
@@ -11,9 +11,6 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-debian/control:
-	 sed -e 's%#OcamlABI#%$(OCAMLABI)%' $@.in >$@
-
 configure: configure-stamp
 configure-stamp:
 	dh_testdir




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