[Pkg-ocaml-maint-commits] r3127 - in /trunk/packages/ocaml-getopt: debian/ ocaml-getopt_0.0.20040811.orig.tar.gz trunk/ trunk/debian/ trunk/debian/changelog trunk/debian/control trunk/debian/control.in trunk/debian/rules upstream/ upstream/ocaml-getopt_0.0.20040811.orig.tar.gz

mfurr at users.alioth.debian.org mfurr at users.alioth.debian.org
Thu Sep 14 14:46:11 UTC 2006


Author: mfurr
Date: Thu Sep 14 14:46:10 2006
New Revision: 3127

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=3127
Log:
install getopt.mli and re-orged to svn-buildpackage layout.

Added:
    trunk/packages/ocaml-getopt/trunk/
    trunk/packages/ocaml-getopt/trunk/debian/   (props changed)
      - copied from r3074, trunk/packages/ocaml-getopt/debian/
    trunk/packages/ocaml-getopt/trunk/debian/control
    trunk/packages/ocaml-getopt/upstream/
    trunk/packages/ocaml-getopt/upstream/ocaml-getopt_0.0.20040811.orig.tar.gz
      - copied unchanged from r3074, trunk/packages/ocaml-getopt/ocaml-getopt_0.0.20040811.orig.tar.gz
Removed:
    trunk/packages/ocaml-getopt/debian/
    trunk/packages/ocaml-getopt/ocaml-getopt_0.0.20040811.orig.tar.gz
    trunk/packages/ocaml-getopt/trunk/debian/control.in
Modified:
    trunk/packages/ocaml-getopt/trunk/debian/changelog
    trunk/packages/ocaml-getopt/trunk/debian/rules

Propchange: trunk/packages/ocaml-getopt/trunk/debian/
------------------------------------------------------------------------------
    mergeWithUpstream = 1

Modified: trunk/packages/ocaml-getopt/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-getopt/trunk/debian/changelog?rev=3127&op=diff
==============================================================================
--- trunk/packages/ocaml-getopt/trunk/debian/changelog (original)
+++ trunk/packages/ocaml-getopt/trunk/debian/changelog Thu Sep 14 14:46:10 2006
@@ -1,3 +1,12 @@
+ocaml-getopt (0.0.20040811-6) unstable; urgency=low
+
+  * Install the getopt.mli file (Closes: #387131)
+  * Removed control.in per new policy
+  * Updated standards version to 3.7.2 (no changes)
+  * changed to svn-buildpackage compatible layout in svn
+
+ -- Mike Furr <mfurr at debian.org>  Thu, 14 Sep 2006 10:45:34 -0400
+
 ocaml-getopt (0.0.20040811-5) unstable; urgency=low
 
   * Oops, missed one hard-coded path which caused everything 

Added: trunk/packages/ocaml-getopt/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-getopt/trunk/debian/control?rev=3127&op=file
==============================================================================
--- trunk/packages/ocaml-getopt/trunk/debian/control (added)
+++ trunk/packages/ocaml-getopt/trunk/debian/control Thu Sep 14 14:46:10 2006
@@ -1,0 +1,17 @@
+Source: ocaml-getopt
+Section: devel
+Priority: optional
+Maintainer: Mike Furr <mfurr at debian.org>
+Build-Depends: debhelper (>= 4.0.0), ocaml-nox (>= 3.09.2), ocaml-findlib
+Standards-Version: 3.7.2
+
+Package: libgetopt-ocaml-dev
+Architecture: any
+Depends: ocaml-nox-${F:OCamlABI}
+Description: command line parsing library for OCaml
+ This package provides the Getopt module that is an alternative to the
+ Arg module in the standard distribution.  Getopt supports the general
+ command line syntax of GNU getopt and getopt_long, but is close to the
+ spirit of the Arg module: the programmer gives to the general parsing
+ function a list of possible options, together with the behavior of
+ these options.

Modified: trunk/packages/ocaml-getopt/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-getopt/trunk/debian/rules?rev=3127&op=diff
==============================================================================
--- trunk/packages/ocaml-getopt/trunk/debian/rules (original)
+++ trunk/packages/ocaml-getopt/trunk/debian/rules Thu Sep 14 14:46:10 2006
@@ -44,6 +44,7 @@
 
 	mkdir -p $(CURDIR)/debian/libgetopt-ocaml-dev/usr/lib/ocaml/$(OCAMLABI)/
 	$(MAKE) install OCAMLFIND_DESTDIR=$(CURDIR)/debian/libgetopt-ocaml-dev/usr/lib/ocaml/$(OCAMLABI)/
+	cp getopt.mli $(CURDIR)/debian/libgetopt-ocaml-dev/usr/lib/ocaml/$(OCAMLABI)/getopt
 
 
 # Build architecture-independent files here.




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