[Pkg-ocaml-maint-commits] r1349 - in trunk/packages/ledit/trunk/debian: . patches

Sven Luther luther@costa.debian.org
Sat, 07 May 2005 14:25:48 +0000


Author: luther
Date: 2005-05-07 14:25:47 +0000 (Sat, 07 May 2005)
New Revision: 1349

Added:
   trunk/packages/ledit/trunk/debian/patches/build.dpatch
Modified:
   trunk/packages/ledit/trunk/debian/changelog
   trunk/packages/ledit/trunk/debian/patches/ledit.dpatch
Log:
top shipping the man page in manl. Closes: 269270


Modified: trunk/packages/ledit/trunk/debian/changelog
===================================================================
--- trunk/packages/ledit/trunk/debian/changelog	2005-05-07 07:34:46 UTC (rev 1348)
+++ trunk/packages/ledit/trunk/debian/changelog	2005-05-07 14:25:47 UTC (rev 1349)
@@ -1,3 +1,9 @@
+ledit (1.11-5) unstable; urgency=low
+
+  * Stop shipping the man page in manl. (Closes: #269270)
+
+ -- Sven Luther <luther@debian.org>  Sat,  7 May 2005 16:24:19 +0200
+
 ledit (1.11-4) unstable; urgency=medium
 
   * Rebuilt against ocaml 3.08.3.

Copied: trunk/packages/ledit/trunk/debian/patches/build.dpatch (from rev 1347, trunk/packages/ledit/trunk/debian/patches/ledit.dpatch)

Modified: trunk/packages/ledit/trunk/debian/patches/ledit.dpatch
===================================================================
--- trunk/packages/ledit/trunk/debian/patches/ledit.dpatch	2005-05-07 07:34:46 UTC (rev 1348)
+++ trunk/packages/ledit/trunk/debian/patches/ledit.dpatch	2005-05-07 14:25:47 UTC (rev 1349)
@@ -86,7 +86,7 @@
 +DESTDIR=
 +BINDIR=/usr/bin
 +LIBDIR=/usr/lib
-+MANDIR=/usr/share/man/manl
++MANDIR=/usr/share/man/man1
  COMP=ocamlc
  COMPOPT=ocamlopt
  PP=camlp4r
@@ -112,7 +112,7 @@
  
  pa_local.cmo: pa_local.ml
  	$(PP) pa_extend.cmo q_MLast.cmo pa_local.ml -o pa_local.ppo
-@@ -28,12 +29,12 @@
+@@ -28,12 +29,11 @@
  	/bin/rm -f pa_local.ppo
  
  clean:
@@ -125,7 +125,6 @@
 -	-cp ledit.l $(MANDIR)/ledit.l
 +	-$(MKDIR) $(DESTDIR)$(BINDIR) $(DESTDIR)$(MANDIR)
 +	-cp ledit.out $(DESTDIR)$(BINDIR)/ledit
-+	-cp ledit.1 $(DESTDIR)$(MANDIR)/ledit.1
  
  depend:
  	> .depend.new