[Pkg-ocaml-maint-commits] r3909 - in /trunk/packages/ocamli18n/trunk/debian: changelog copyright patches/01_destdir_makefile.dpatch patches/02_correct_ocamldoc_generation.dpatch rules

gildor at users.alioth.debian.org gildor at users.alioth.debian.org
Thu Jul 5 20:00:10 UTC 2007


Author: gildor
Date: Thu Jul  5 20:00:09 2007
New Revision: 3909

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=3909
Log:
* Change my email
* Use one $(RM) by line

Modified:
    trunk/packages/ocamli18n/trunk/debian/changelog
    trunk/packages/ocamli18n/trunk/debian/copyright
    trunk/packages/ocamli18n/trunk/debian/patches/01_destdir_makefile.dpatch
    trunk/packages/ocamli18n/trunk/debian/patches/02_correct_ocamldoc_generation.dpatch
    trunk/packages/ocamli18n/trunk/debian/rules

Modified: trunk/packages/ocamli18n/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocamli18n/trunk/debian/changelog?rev=3909&op=diff
==============================================================================
--- trunk/packages/ocamli18n/trunk/debian/changelog (original)
+++ trunk/packages/ocamli18n/trunk/debian/changelog Thu Jul  5 20:00:09 2007
@@ -2,4 +2,4 @@
 
   * Initial upload ( Closes: #266129 )
 
- -- Sylvain Le Gall <gildor at debian.org>  Wed,  9 Nov 2005 18:13:12 +0100
+ -- Sylvain Le Gall <gildor at debian.org>  Thu, 21 Jun 2007 23:12:30 +0100

Modified: trunk/packages/ocamli18n/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocamli18n/trunk/debian/copyright?rev=3909&op=diff
==============================================================================
--- trunk/packages/ocamli18n/trunk/debian/copyright (original)
+++ trunk/packages/ocamli18n/trunk/debian/copyright Thu Jul  5 20:00:09 2007
@@ -1,4 +1,4 @@
-This package was debianized by Sylvain Le Gall <sylvain.le-gall at polytechnique.org> on 
+This package was debianized by Sylvain Le Gall <gildor at debian.org> on 
 Mon, 16 aug 2004 22:27:00 +0200.
 
 It was downloaded from:

Modified: trunk/packages/ocamli18n/trunk/debian/patches/01_destdir_makefile.dpatch
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocamli18n/trunk/debian/patches/01_destdir_makefile.dpatch?rev=3909&op=diff
==============================================================================
--- trunk/packages/ocamli18n/trunk/debian/patches/01_destdir_makefile.dpatch (original)
+++ trunk/packages/ocamli18n/trunk/debian/patches/01_destdir_makefile.dpatch Thu Jul  5 20:00:09 2007
@@ -1,5 +1,5 @@
 #! /bin/sh -e
-## 01_destdir_makefile.dpatch by Sylvain Le Gall <sylvain.le-gall at polytechnique.org>
+## 01_destdir_makefile.dpatch by Sylvain Le Gall <gildor at debian.org>
 ##
 ## All lines beginning with `## DP:' are a description of the patch.
 ## DP: No description.

Modified: trunk/packages/ocamli18n/trunk/debian/patches/02_correct_ocamldoc_generation.dpatch
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocamli18n/trunk/debian/patches/02_correct_ocamldoc_generation.dpatch?rev=3909&op=diff
==============================================================================
--- trunk/packages/ocamli18n/trunk/debian/patches/02_correct_ocamldoc_generation.dpatch (original)
+++ trunk/packages/ocamli18n/trunk/debian/patches/02_correct_ocamldoc_generation.dpatch Thu Jul  5 20:00:09 2007
@@ -1,5 +1,5 @@
 #! /bin/sh -e
-## 02_correct_ocamldoc_generation.dpatch by Sylvain Le Gall <sylvain.le-gall at polytechnique.org>
+## 02_correct_ocamldoc_generation.dpatch by Sylvain Le Gall <gildor at debian.org>
 ##
 ## All lines beginning with `## DP:' are a description of the patch.
 ## DP: No description.

Modified: trunk/packages/ocamli18n/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocamli18n/trunk/debian/rules?rev=3909&op=diff
==============================================================================
--- trunk/packages/ocamli18n/trunk/debian/rules (original)
+++ trunk/packages/ocamli18n/trunk/debian/rules Thu Jul  5 20:00:09 2007
@@ -22,10 +22,12 @@
 clean: unpatch
 	dh_testdir
 	dh_testroot
-	rm -f build-stamp 
+	-$(RM) $(CURDIR)/build-stamp 
 	-$(MAKE) clean
-	-$(RM) -r doc
-	-$(RM) src/generate_parser.cmo src/generate_parser.cmi src/generate_parser
+	-$(RM) -r $(CURDIR=)/doc
+	-$(RM) $(CURDIR)/src/generate_parser.cmo 
+	-$(RM) $(CURDIR)/src/generate_parser.cmi 
+	-$(RM) $(CURDIR)/src/generate_parser
 	dh_clean
 
 install: build




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