[Pkg-ocaml-maint-commits] r3119 - in /trunk/packages/perl4caml/trunk/debian: changelog control control.in rules svn-deblayout

mfurr at users.alioth.debian.org mfurr at users.alioth.debian.org
Wed Sep 13 20:45:42 UTC 2006


Author: mfurr
Date: Wed Sep 13 20:45:42 2006
New Revision: 3119

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=3119
Log:
svn-buildpackage aware layout and -6 build.

Added:
    trunk/packages/perl4caml/trunk/debian/control
    trunk/packages/perl4caml/trunk/debian/svn-deblayout
Removed:
    trunk/packages/perl4caml/trunk/debian/control.in
Modified:
    trunk/packages/perl4caml/trunk/debian/changelog
    trunk/packages/perl4caml/trunk/debian/rules

Modified: trunk/packages/perl4caml/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/perl4caml/trunk/debian/changelog?rev=3119&op=diff
==============================================================================
--- trunk/packages/perl4caml/trunk/debian/changelog (original)
+++ trunk/packages/perl4caml/trunk/debian/changelog Wed Sep 13 20:45:42 2006
@@ -1,3 +1,14 @@
+perl4caml (0.9.3-6) unstable; urgency=low
+
+  * Corrected "libdata-calc-perl" -> "libdate-calc-perl" and moved it from
+    a Suggests to a Depends.  Thanks to Jean-Baptiste Rouquier for
+    noticing.
+  * Upgraded policy to 3.7.2 (no changes needed)
+  * Package is now svn-buildpackage compatible
+  * Dropped control.in per new OCaml policy
+
+ -- Mike Furr <mfurr at debian.org>  Wed, 13 Sep 2006 16:44:37 -0400
+
 perl4caml (0.9.3-5) unstable; urgency=low
 
   * Remove hard-coded ABI strings

Added: trunk/packages/perl4caml/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/perl4caml/trunk/debian/control?rev=3119&op=file
==============================================================================
--- trunk/packages/perl4caml/trunk/debian/control (added)
+++ trunk/packages/perl4caml/trunk/debian/control Wed Sep 13 20:45:42 2006
@@ -1,0 +1,45 @@
+Source: perl4caml
+Priority: optional
+Section: libdevel
+Maintainer: Mike Furr <mfurr at debian.org>
+Build-Depends: debhelper (>= 4.0.0), libperl-dev, perl-modules, perl-base (>= 5.8), perl (>= 5.8), ocaml-nox (>= 3.09.2), dpatch
+Standards-Version: 3.7.2
+
+Package: libperl4caml-ocaml-dev
+Section: libdevel
+Architecture: any
+Suggests: libperl4caml-ocaml-doc, libwww-perl, libcrypt-ssleay-perl, libtimedate-perl, libwww-mechanize-perl
+Depends: libperl4caml-ocaml (= ${Source-Version}), libnet-google-perl, libhtml-tree-perl, liburi-perl, libtemplate-perl, libdate-calc-perl, 
+Description: Use Perl code in OCaml programs, development files
+ perl4caml allows you to use Perl code within Objective CAML (OCaml),
+ thus neatly side-stepping the old problem with OCaml which was that it
+ lacked a comprehensive set of libraries. Well now you can use any part
+ of CPAN in your OCaml code.
+ .
+ This package provides the tools necessary to use perl4caml in your own
+ programs.  To get the documentation, please install libperl4caml-ocaml-doc.
+
+Package: libperl4caml-ocaml
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, ocaml-base-nox-${F:OCamlABI}
+Description: Use Perl code in OCaml programs, runtime library
+ perl4caml allows you to use Perl code within Objective CAML (OCaml),
+ thus neatly side-stepping the old problem with OCaml which was that it
+ lacked a comprehensive set of libraries. Well now you can use any part
+ of CPAN in your OCaml code.
+ .
+ This package provides the runtime dynamic library necessary to use this
+ in bytecode OCaml programs.
+
+Package: libperl4caml-ocaml-doc
+Section: doc
+Architecture: all
+Description: Use Perl code in OCaml programs, documentation
+ perl4caml allows you to use Perl code within Objective CAML (OCaml),
+ thus neatly side-stepping the old problem with OCaml which was that it
+ lacked a comprehensive set of libraries. Well now you can use any part
+ of CPAN in your OCaml code.
+ .
+ This package provides developers' documentation and examples about the
+ use of perl4caml.

Modified: trunk/packages/perl4caml/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/perl4caml/trunk/debian/rules?rev=3119&op=diff
==============================================================================
--- trunk/packages/perl4caml/trunk/debian/rules (original)
+++ trunk/packages/perl4caml/trunk/debian/rules Wed Sep 13 20:45:42 2006
@@ -22,14 +22,14 @@
 
 ABI_FILES = $(wildcard debian/*.in)
 
-.PHONY: transition
+.PHONY: ocamlini
 
-transition: $(ABI_FILES)
+ocamlini: $(ABI_FILES)
 	for t in $^; do \
 	    sed -e 's%#OCamlABI#%$(OCAMLABI)%' $$t >$${t%.in}; \
 	done
 
-configure: configure-stamp
+configure: ocamlini configure-stamp
 configure-stamp: patch-stamp
 	dh_testdir
 

Added: trunk/packages/perl4caml/trunk/debian/svn-deblayout
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/perl4caml/trunk/debian/svn-deblayout?rev=3119&op=file
==============================================================================
--- trunk/packages/perl4caml/trunk/debian/svn-deblayout (added)
+++ trunk/packages/perl4caml/trunk/debian/svn-deblayout Wed Sep 13 20:45:42 2006
@@ -1,0 +1,3 @@
+origDir=../upstream
+origUrl=svn+ssh://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/perl4caml/upstream
+tagsUrl=svn+ssh://svn.debian.org/svn/pkg-ocaml-maint/tags/packages/perl4caml




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