[Pkg-ocaml-maint-commits] r3628 - in /trunk/packages/ledit: trunk/debian/ trunk/debian/patches/ upstream/

smimram at users.alioth.debian.org smimram at users.alioth.debian.org
Thu Mar 22 01:47:11 CET 2007


Author: smimram
Date: Thu Mar 22 00:47:10 2007
New Revision: 3628

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=3628
Log:
New upstream release.

Added:
    trunk/packages/ledit/trunk/debian/patches/makefile.dpatch   (with props)
    trunk/packages/ledit/upstream/ledit_1.13.orig.tar.gz   (with props)
Removed:
    trunk/packages/ledit/trunk/debian/patches/antiquotation.dpatch
    trunk/packages/ledit/trunk/debian/patches/camlp4-loc.dpatch
    trunk/packages/ledit/upstream/ledit_1.11.orig.tar.gz
Modified:
    trunk/packages/ledit/trunk/debian/changelog
    trunk/packages/ledit/trunk/debian/patches/00list
    trunk/packages/ledit/trunk/debian/rules

Modified: trunk/packages/ledit/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ledit/trunk/debian/changelog?rev=3628&op=diff
==============================================================================
--- trunk/packages/ledit/trunk/debian/changelog (original)
+++ trunk/packages/ledit/trunk/debian/changelog Thu Mar 22 00:47:10 2007
@@ -1,3 +1,9 @@
+ledit (1.13-1) experimental; urgency=low
+
+  * New upstream release.
+
+ -- Samuel Mimram <smimram at debian.org>  Thu, 22 Mar 2007 00:09:53 +0100
+
 ledit (1.11-8) unstable; urgency=low
 
   * Removed version specific information from debian/*; uses 'ocamlinit'

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=3628&op=diff
==============================================================================
--- trunk/packages/ledit/trunk/debian/patches/00list (original)
+++ trunk/packages/ledit/trunk/debian/patches/00list Thu Mar 22 00:47:10 2007
@@ -1,3 +1,1 @@
-ledit
-camlp4-loc.dpatch
-antiquotation
+makefile

Added: 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=3628&op=file
==============================================================================
--- trunk/packages/ledit/trunk/debian/patches/makefile.dpatch (added)
+++ trunk/packages/ledit/trunk/debian/patches/makefile.dpatch Thu Mar 22 00:47:10 2007
@@ -1,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## makefile.dpatch by Samuel Mimram <smimram at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at 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 @@
+ all: $(EXT) $(TARGET) ledit.1
+ 
+ $(TARGET): $(ZOFILES)
+-	$(OCAMLC) -custom unix.cma $(ZOFILES) -o $(TARGET)
++	$(OCAMLC) unix.cma $(ZOFILES) -o $(TARGET)
+ 
+ $(TARGET:.out=.opt): $(ZOFILES:.cmo=.cmx)
+ 	$(OCAMLOPT) unix.cmxa $(ZOFILES:.cmo=.cmx) -o $(TARGET:.out=.opt)

Propchange: trunk/packages/ledit/trunk/debian/patches/makefile.dpatch
------------------------------------------------------------------------------
    svn:executable = *

Modified: trunk/packages/ledit/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ledit/trunk/debian/rules?rev=3628&op=diff
==============================================================================
--- trunk/packages/ledit/trunk/debian/rules (original)
+++ trunk/packages/ledit/trunk/debian/rules Thu Mar 22 00:47:10 2007
@@ -6,6 +6,9 @@
 include /usr/share/dpatch/dpatch.make
 #PACKAGE = ledit
 #VERSION = 1.11
+
+DESTDIR=$(CURDIR)/debian/ledit
+
 OCAMLABI = $(shell ocamlc -version)
 OFILES = $(patsubst %.in,%,$(shell ls debian/*.in))
 
@@ -20,7 +23,7 @@
 configure-stamp:
 	dh_testdir
 
-	for t in `find . -name \*.in |  | grep -v debian/control.in`; do \
+	for t in `find . -name \*.in | grep -v debian/control.in`; do \
 		sed -e 's%#OcamlABI#%$(OCAMLABI)%' $$t >$${t%.in}; \
 	done
 
@@ -47,7 +50,7 @@
 	dh_clean -k
 	dh_installdirs
 
-	$(MAKE) install DESTDIR=$(CURDIR)/debian/ledit
+	$(MAKE) install BINDIR=$(DESTDIR)/usr/bin MANDIR=$(DESTDIR)/usr/share/man/man1
 	-cp debian/lintian.overrides $(CURDIR)/debian/ledit/usr/share/lintian/overrides/ledit
 
 
@@ -65,7 +68,7 @@
 	dh_installcron
 	dh_installman ledit.1
 	dh_installinfo
-	dh_installchangelogs Changes
+	dh_installchangelogs CHANGES
 	dh_link
 	dh_strip -X ledit
 	dh_compress

Added: trunk/packages/ledit/upstream/ledit_1.13.orig.tar.gz
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ledit/upstream/ledit_1.13.orig.tar.gz?rev=3628&op=file
==============================================================================
Binary file - no diff available.

Propchange: trunk/packages/ledit/upstream/ledit_1.13.orig.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream




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