[Pkg-ocaml-maint-commits] r5079 - in /trunk/packages/ledit: branches/ trunk/debian/changelog trunk/debian/patches/00list trunk/debian/patches/camlp5.dpatch trunk/debian/patches/makefile.dpatch upstream/ledit_1.17.orig.tar.gz upstream/ledit_2.00.orig.tar.gz
smimram at users.alioth.debian.org
smimram at users.alioth.debian.org
Wed Jan 23 18:37:34 UTC 2008
Author: smimram
Date: Wed Jan 23 18:37:34 2008
New Revision: 5079
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=5079
Log:
New upstream release.
Added:
trunk/packages/ledit/upstream/ledit_2.00.orig.tar.gz (with props)
Removed:
trunk/packages/ledit/branches/
trunk/packages/ledit/trunk/debian/patches/camlp5.dpatch
trunk/packages/ledit/upstream/ledit_1.17.orig.tar.gz
Modified:
trunk/packages/ledit/trunk/debian/changelog
trunk/packages/ledit/trunk/debian/patches/00list
trunk/packages/ledit/trunk/debian/patches/makefile.dpatch
Modified: trunk/packages/ledit/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ledit/trunk/debian/changelog?rev=5079&op=diff
==============================================================================
--- trunk/packages/ledit/trunk/debian/changelog (original)
+++ trunk/packages/ledit/trunk/debian/changelog Wed Jan 23 18:37:34 2008
@@ -1,3 +1,9 @@
+ledit (2.00-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Samuel Mimram <smimram at debian.org> Wed, 23 Jan 2008 19:17:56 +0100
+
ledit (1.17-1) unstable; urgency=low
* New upstream release.
Modified: trunk/packages/ledit/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ledit/trunk/debian/patches/00list?rev=5079&op=diff
==============================================================================
--- trunk/packages/ledit/trunk/debian/patches/00list (original)
+++ trunk/packages/ledit/trunk/debian/patches/00list Wed Jan 23 18:37:34 2008
@@ -1,2 +1,1 @@
makefile.dpatch
-#camlp5.dpatch
Modified: trunk/packages/ledit/trunk/debian/patches/makefile.dpatch
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ledit/trunk/debian/patches/makefile.dpatch?rev=5079&op=diff
==============================================================================
--- trunk/packages/ledit/trunk/debian/patches/makefile.dpatch (original)
+++ trunk/packages/ledit/trunk/debian/patches/makefile.dpatch Wed Jan 23 18:37:34 2008
@@ -5,15 +5,15 @@
## DP: Don't build in -custom mode in order to be arch-independant.
@DPATCH@
-diff -urNad ledit-1.13~/Makefile ledit-1.13/Makefile
---- ledit-1.13~/Makefile 2007-01-03 10:42:45.000000000 +0100
-+++ ledit-1.13/Makefile 2007-03-22 01:43:54.000000000 +0100
-@@ -14,7 +14,7 @@
+diff -urNad ledit-2.00~/Makefile ledit-2.00/Makefile
+--- ledit-2.00~/Makefile 2008-01-23 19:35:34.000000000 +0100
++++ ledit-2.00/Makefile 2008-01-23 19:36:08.000000000 +0100
+@@ -16,7 +16,7 @@
all: $(EXT) $(TARGET) ledit.1
- $(TARGET): $(ZOFILES)
-- $(OCAMLC) -custom unix.cma $(ZOFILES) -o $(TARGET)
-+ $(OCAMLC) unix.cma $(ZOFILES) -o $(TARGET)
+ $(TARGET): $(OBJS)
+- $(OCAMLC) -custom $(OTHER_OBJS) $(OBJS) -o $(TARGET)
++ $(OCAMLC) $(OTHER_OBJS) $(OBJS) -o $(TARGET)
- $(TARGET:.out=.opt): $(ZOFILES:.cmo=.cmx)
- $(OCAMLOPT) unix.cmxa $(ZOFILES:.cmo=.cmx) -o $(TARGET:.out=.opt)
+ $(TARGET:.out=.opt): $(OBJS:.cmo=.cmx)
+ $(OCAMLOPT) $(OTHER_XOBJS) $(OBJS:.cmo=.cmx) -o $(TARGET:.out=.opt)
Added: trunk/packages/ledit/upstream/ledit_2.00.orig.tar.gz
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ledit/upstream/ledit_2.00.orig.tar.gz?rev=5079&op=file
==============================================================================
Binary file - no diff available.
Propchange: trunk/packages/ledit/upstream/ledit_2.00.orig.tar.gz
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
More information about the Pkg-ocaml-maint-commits
mailing list