[Pkg-ocaml-maint-commits] [SCM] uuidm packaging branch, master, updated. debian/0.9.3-1-1-g0dd23b4

Sylvain Le Gall gildor at debian.org
Mon Aug 11 21:10:41 UTC 2008


The following commit has been merged in the master branch:
commit e6c7262829b3decc61f6eea5c0fccef38e79fbac
Author: Sylvain Le Gall <gildor at debian.org>
Date:   Sat Aug 9 20:34:19 2008 +0000

    Upstream release 0.9.3 debian source adaptation.
    
    Remove patches applied upstream: META && build-byte.

diff --git a/debian/changelog b/debian/changelog
index e8810bb..7d95bb9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-uuidm (0.9.1-1) UNRELEASED; urgency=low
+uuidm (0.9.3-1) UNRELEASED; urgency=low
 
   * Initial release. (Closes: #492727)
 
- -- Sylvain Le Gall <gildor at debian.org>  Mon, 28 Jul 2008 12:32:12 +0200
+ -- Sylvain Le Gall <gildor at debian.org>  Sat, 09 Aug 2008 20:29:19 +0000
diff --git a/debian/patches/00list b/debian/patches/00list
index 90e0a70..e69de29 100644
--- a/debian/patches/00list
+++ b/debian/patches/00list
@@ -1,2 +0,0 @@
-build-byte
-META
diff --git a/debian/patches/META.dpatch b/debian/patches/META.dpatch
deleted file mode 100755
index fc0ed52..0000000
--- a/debian/patches/META.dpatch
+++ /dev/null
@@ -1,33 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## META.dpatch by Sylvain Le Gall <gildor at debian.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: ocamlfind META file.
-
- at DPATCH@
-diff -urNad uuidm~/build uuidm/build
---- uuidm~/build	2008-07-28 15:59:51.000000000 +0200
-+++ uuidm/build	2008-07-28 16:00:37.000000000 +0200
-@@ -39,11 +39,11 @@
-     install-byte)
-       action module-byte
-       $MKDIR -p $INSTALLDIR
--      $CP _build/src/*.{ml,mli,cmi,cmo} $INSTALLDIR ;;
-+      $CP _build/src/*.{ml,mli,cmi,cmo} src/META $INSTALLDIR ;;
-     install)
-       action module
-       $MKDIR -p $INSTALLDIR
--      $CP _build/src/*.{ml,mli,cmi,cmo,cmx,o} $INSTALLDIR ;;
-+      $CP _build/src/*.{ml,mli,cmi,cmo,cmx,o} src/META $INSTALLDIR ;;
-     clean) 
-       ocb -clean ;;
-     clean-all) 
-diff -urNad uuidm~/src/META uuidm/src/META
---- uuidm~/src/META	1970-01-01 01:00:00.000000000 +0100
-+++ uuidm/src/META	2008-07-28 16:00:13.000000000 +0200
-@@ -0,0 +1,5 @@
-+version = "0.9.1"
-+description = "universally unique identifiers"
-+archive(byte) = "uuidm.cmo"
-+archive(native) = "uuidm.cmx"
-+directory = "+uuidm"
diff --git a/debian/patches/build-byte.dpatch b/debian/patches/build-byte.dpatch
deleted file mode 100755
index 4e1c312..0000000
--- a/debian/patches/build-byte.dpatch
+++ /dev/null
@@ -1,34 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## build-byte.dpatch by Sylvain Le Gall <gildor at debian.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Enable byte-only compilation.
-
- at DPATCH@
-diff -urNad uuidm~/build uuidm/build
---- uuidm~/build	2008-07-28 15:56:33.000000000 +0200
-+++ uuidm/build	2008-07-28 15:57:22.000000000 +0200
-@@ -25,12 +25,21 @@
- action () 
- {
-   case $1 in
--    module) 
--      ocb $PROJECTNAME.cmx $PROJECTNAME.cmo ;;
-+    module-native) 
-+      ocb $PROJECTNAME.cmx ;;
-+    module-byte) 
-+      ocb $PROJECTNAME.cmo ;;
-+    module)
-+      action module-native
-+      action module-byte ;;
-     doc)
-       ocb $PROJECTNAME.cmi
-       $OCAMLDOC -html -I src -colorize-code -d $DOCDIR src/$PROJECTNAME.mli ;;
-     distrib) distrib ;;
-+    install-byte)
-+      action module-byte
-+      $MKDIR -p $INSTALLDIR
-+      $CP _build/src/*.{ml,mli,cmi,cmo} $INSTALLDIR ;;
-     install)
-       action module
-       $MKDIR -p $INSTALLDIR

-- 
uuidm packaging



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