[Pkg-ocaml-maint-commits] [SCM] oasis packaging branch, master,	updated. debian/0.2.0-6-2-gb559053
    Stephane Glondu 
    steph at glondu.net
       
    Sun May 12 11:53:16 UTC 2013
    
    
  
The following commit has been merged in the master branch:
commit b723407221895e8bf0d48f1aad2290fa7d7582f2
Author: Stephane Glondu <steph at glondu.net>
Date:   Sun May 12 13:47:01 2013 +0200
    Switch oasis to arch:any, and make it use ${ocaml:Depends}
diff --git a/debian/control b/debian/control
index 24442e6..404b93b 100644
--- a/debian/control
+++ b/debian/control
@@ -25,15 +25,11 @@ Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/oasis.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/oasis.git
 
 Package: oasis
-Architecture: all
+Architecture: any
 Suggests: liboasis-ocaml-doc
 Depends:
- ${misc:Depends},
- libextlib-ocaml,
- liboasis-ocaml,
- libodn-ocaml,
- libpcre-ocaml,
- ocaml-base-nox-${F:OCamlABI}
+ ${ocaml:Depends},
+ ${misc:Depends}
 Description: Architecture for building OCaml libraries and applications
  OASIS generates a full configure, build and install system for your
  application. It starts with a simple `_oasis` file at the toplevel of your
-- 
oasis packaging
    
    
More information about the Pkg-ocaml-maint-commits
mailing list