[Pkg-cli-libs-commits] r3548 - in /packages/boo: ./ trunk/ trunk/debian/

samo at users.alioth.debian.org samo at users.alioth.debian.org
Fri Jan 4 10:48:44 UTC 2008


Author: samo
Date: Fri Jan  4 10:48:44 2008
New Revision: 3548

URL: http://svn.debian.org/wsvn/pkg-cli-libs/?sc=1&rev=3548
Log:
initial import of boo pkg data

Added:
    packages/boo/
    packages/boo/trunk/
    packages/boo/trunk/debian/
    packages/boo/trunk/debian/booc
    packages/boo/trunk/debian/booc.1
    packages/boo/trunk/debian/booi
    packages/boo/trunk/debian/booi.1
    packages/boo/trunk/debian/booish
    packages/boo/trunk/debian/booish.1
    packages/boo/trunk/debian/changelog
    packages/boo/trunk/debian/compat
    packages/boo/trunk/debian/control
    packages/boo/trunk/debian/copyright
    packages/boo/trunk/debian/docs
    packages/boo/trunk/debian/examples
    packages/boo/trunk/debian/install
    packages/boo/trunk/debian/libboo2.0-cil.install
    packages/boo/trunk/debian/libboo2.0-cil.installcligac
    packages/boo/trunk/debian/links
    packages/boo/trunk/debian/manpages
    packages/boo/trunk/debian/overrides
    packages/boo/trunk/debian/policy.1.0.Boo.Lang.Compiler.config
    packages/boo/trunk/debian/policy.1.0.Boo.Lang.Parser.config
    packages/boo/trunk/debian/rules   (with props)
    packages/boo/trunk/debian/watch

Added: packages/boo/trunk/debian/booc
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/boo/trunk/debian/booc?rev=3548&op=file
==============================================================================
--- packages/boo/trunk/debian/booc (added)
+++ packages/boo/trunk/debian/booc Fri Jan  4 10:48:44 2008
@@ -1,0 +1,2 @@
+#!/bin/sh
+exec /usr/bin/cli /usr/lib/boo/booc.exe "$@"

Added: packages/boo/trunk/debian/booc.1
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/boo/trunk/debian/booc.1?rev=3548&op=file
==============================================================================
--- packages/boo/trunk/debian/booc.1 (added)
+++ packages/boo/trunk/debian/booc.1 Fri Jan  4 10:48:44 2008
@@ -1,0 +1,71 @@
+.\"                                      Hey, EMACS: -*- nroff -*-
+.\" First parameter, NAME, should be all caps
+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
+.\" other parameters are allowed: see man(7), man(1)
+.TH BOOC 1 "maggio 31, 2005"
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.\" Some roff macros, for reference:
+.\" .nh        disable hyphenation
+.\" .hy        enable hyphenation
+.\" .ad l      left justify
+.\" .ad b      justify to both left and right margins
+.\" .nf        disable filling
+.\" .fi        enable filling
+.\" .br        insert line break
+.\" .sp <n>    insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH NAME
+booc \- BOO compiler
+.SH SYNOPSIS
+.B booc
+.RI [ options ] " files " ...
+.SH DESCRIPTION
+This manual page documents briefly
+.B booc,
+the compiler for the BOO language.
+.SH OPTIONS
+A summary of options is included below.
+.TP
+.B \-v, \-vv, \-vvv
+Compiles using various levels of verbosity.
+.TP
+.B \-r:refname
+Adds a reference where refname is the reference name.
+.TP
+.B \-o:outfile
+Place output in file outfile.
+.TP
+.B \-t:type
+Output file will be of given type. Available types are library (to create a
+\&.dll file) or exe and winexe (to create executable files.)
+.TP
+.B \-p:pipeline
+Adds the step pipeline to the compile process.
+.TP
+.B \-c:culture
+CultureInfo to use.
+.TP
+.B \-srcdir:dir
+Specifies where to look for souce files.
+.TP
+.B \-resource:<file>[,<name>]
+Specify a resource file.
+.TP
+.B \-embedres:<file>[,<name>]
+Embed a file as resource.
+.TP
+.B \-debug
+Adds debug flags to your code. Good for non-production. (On by default)
+.TP
+.B \-debug-
+Does not add debug flags to your code. Good for production environment.
+.SH SEE ALSO
+.BR booi (1),
+.BR booish (1).
+.br
+.SH AUTHOR
+BOO was written by Rodrigo Barreto de Oliveira <rbo at acm.org>.
+.PP
+This manual page was written by Federico Di Gregorio <fog at debian.org>,
+for the Debian project (but may be used by others).

Added: packages/boo/trunk/debian/booi
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/boo/trunk/debian/booi?rev=3548&op=file
==============================================================================
--- packages/boo/trunk/debian/booi (added)
+++ packages/boo/trunk/debian/booi Fri Jan  4 10:48:44 2008
@@ -1,0 +1,2 @@
+#!/bin/sh
+exec /usr/bin/cli /usr/lib/boo/booi.exe "$@"

Added: packages/boo/trunk/debian/booi.1
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/boo/trunk/debian/booi.1?rev=3548&op=file
==============================================================================
--- packages/boo/trunk/debian/booi.1 (added)
+++ packages/boo/trunk/debian/booi.1 Fri Jan  4 10:48:44 2008
@@ -1,0 +1,37 @@
+.\"                                      Hey, EMACS: -*- nroff -*-
+.\" First parameter, NAME, should be all caps
+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
+.\" other parameters are allowed: see man(7), man(1)
+.TH BOOI 1 "maggio 31, 2005"
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.\" Some roff macros, for reference:
+.\" .nh        disable hyphenation
+.\" .hy        enable hyphenation
+.\" .ad l      left justify
+.\" .ad b      justify to both left and right margins
+.\" .nf        disable filling
+.\" .fi        enable filling
+.\" .br        insert line break
+.\" .sp <n>    insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH NAME
+booi \- BOO interpreter
+.SH SYNOPSIS
+.B booi
+.RI file
+.SH DESCRIPTION
+.B booi
+is the BOO interpreter. The
+.B booi
+command takes no parameters and the name of the file to be run as its only
+argument.
+.SH SEE ALSO
+.BR booc (1),
+.BR booish (1).
+.br
+.SH AUTHOR
+BOO was written by Rodrigo Barreto de Oliveira <rbo at acm.org>.
+.PP
+This manual page was written by Federico Di Gregorio <fog at debian.org>,
+for the Debian project (but may be used by others).

Added: packages/boo/trunk/debian/booish
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/boo/trunk/debian/booish?rev=3548&op=file
==============================================================================
--- packages/boo/trunk/debian/booish (added)
+++ packages/boo/trunk/debian/booish Fri Jan  4 10:48:44 2008
@@ -1,0 +1,2 @@
+#!/bin/sh
+exec /usr/bin/cli /usr/lib/boo/booish.exe "$@"

Added: packages/boo/trunk/debian/booish.1
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/boo/trunk/debian/booish.1?rev=3548&op=file
==============================================================================
--- packages/boo/trunk/debian/booish.1 (added)
+++ packages/boo/trunk/debian/booish.1 Fri Jan  4 10:48:44 2008
@@ -1,0 +1,34 @@
+.\"                                      Hey, EMACS: -*- nroff -*-
+.\" First parameter, NAME, should be all caps
+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
+.\" other parameters are allowed: see man(7), man(1)
+.TH BOOISH 1 "maggio 31, 2005"
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.\" Some roff macros, for reference:
+.\" .nh        disable hyphenation
+.\" .hy        enable hyphenation
+.\" .ad l      left justify
+.\" .ad b      justify to both left and right margins
+.\" .nf        disable filling
+.\" .fi        enable filling
+.\" .br        insert line break
+.\" .sp <n>    insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH NAME
+booish \- BOO interactive shell
+.SH SYNOPSIS
+.B booish
+.SH DESCRIPTION
+.B booish
+is the BOO interactive shell. The command takes no parameters. Just invoke the
+shell and start coding in BOO.
+.SH SEE ALSO
+.BR booc (1),
+.BR booi (1).
+.br
+.SH AUTHOR
+BOO was written by Rodrigo Barreto de Oliveira <rbo at acm.org>.
+.PP
+This manual page was written by Federico Di Gregorio <fog at debian.org>,
+for the Debian project (but may be used by others).

Added: packages/boo/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/boo/trunk/debian/changelog?rev=3548&op=file
==============================================================================
--- packages/boo/trunk/debian/changelog (added)
+++ packages/boo/trunk/debian/changelog Fri Jan  4 10:48:44 2008
@@ -1,0 +1,173 @@
+boo (0.8.0.2730-2) unstable; urgency=low
+
+  * split packing into boo and libboo2.0-cil since we install
+    libraries in the GAC and therefor must use a versioned package
+    name.
+  * add policy files for Boo.Lang.Compiler and Boo.Lang.Parser
+    (Closes: #458835)
+  * create boo-2.0.pc with boo.pc link (Closes: #458834)
+  * use dh_installcligac to install libraries in the GAC during
+    postinst.
+
+ -- Sam Clegg <samo at debian.org>  Thu, 03 Jan 2008 19:03:18 +0000
+
+boo (0.8.0.2730-1) unstable; urgency=low
+
+  * New upstream release. Closes: #454066
+  * build-depend on mono-1.0-devel. Closes: #458651
+  * expact CIL acronym in descrition. Closes: #450964
+  * add dependency on cli-virtual-machine. Closes: #317710
+
+ -- Sam Clegg <samo at debian.org>  Wed, 02 Jan 2008 23:42:54 +0000
+
+boo (0.7.9.2659-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Sam Clegg <samo at debian.org>  Sat, 27 Oct 2007 18:05:50 +0100
+
+boo (0.7.6.2237-7) unstable; urgency=low
+
+  * add explicit dependancy on libmono1.0-cli and libmono2.0.
+    For some reason booc and booc2 implicitly depend on these
+    libs in a way that dh_clidep is not aware of.  Closes: #428611
+
+ -- Sam Clegg <samo at debian.org>  Fri, 26 Oct 2007 13:19:30 +0100
+
+boo (0.7.6.2237-6) unstable; urgency=low
+
+  * Add CLR2 variant for booc called booc2 (Closes: #388516)
+
+ -- Sam Clegg <samo at debian.org>  Sat, 13 Jan 2007 14:09:53 +0000
+
+boo (0.7.6.2237-5) unstable; urgency=low
+
+  * disable support for CLR version 2.0 in the nant file since it
+    was causing the build to fail on sarge. (Closes: #393645)
+  * increase dependancy on cli-common-dev 0.4.4
+
+ -- Sam Clegg <samo at debian.org>  Wed, 15 Nov 2006 08:47:04 +0000
+
+boo (0.7.6.2237-4) unstable; urgency=low
+
+  * remove reference to boo-examples (Closes: #382395)
+  * build using mcs (CLR 1.1) (Closes: #382700)
+  * run dh_clideps post-install so it can see the installed
+    exe files.
+
+ -- Sam Clegg <samo at debian.org>  Tue, 15 Aug 2006 08:01:15 +0100
+
+boo (0.7.6.2237-3) unstable; urgency=low
+
+  * merge examples back into main package at ftpmaster's
+    request.
+
+ -- Sam Clegg <samo at debian.org>  Wed,  2 Aug 2006 07:54:16 +0100
+
+boo (0.7.6.2237-2) unstable; urgency=low
+
+  * debian/control: depend on mono-gmcs, since nant build
+    was assuming its presence (Closes: 380132)
+  * split examples into seperate boo-examples package
+
+ -- Sam Clegg <samo at debian.org>  Fri, 28 Jul 2006 09:38:34 +0100
+
+boo (0.7.6.2237-1) unstable; urgency=low
+
+  * New upstream release
+  * Remove 'boo.lang' that show ships with gtksourceview (Closes: #368001)
+  * debian/control:
+      bump standards version to 3.7.2 
+      build-debpend-indep on cli-common-dev
+
+ -- Sam Clegg <samo at debian.org>  Tue, 23 May 2006 09:39:11 +0100
+
+boo (0.7.5.2013-3) unstable; urgency=low
+
+  * update booc.1 manpage.
+  * debian/control: move cdbs, debhelper and nant from Build-Depends-Indep
+    to Build-Depends.
+
+ -- Sam Clegg <samo at debian.org>  Sat, 22 Apr 2006 20:06:36 +0100
+
+boo (0.7.5.2013-2) unstable; urgency=low
+
+  * booc.i: escape literal '.' and start of line (Closes: #353692)
+  * debian/control: add dependancy on mono.
+
+ -- Sam Clegg <samo at debian.org>  Sat, 25 Mar 2006 10:43:45 +0000
+
+boo (0.7.5.2013-1) unstable; urgency=low
+
+  * New upstream release
+  * Acknowledge NMU (Closes: #331086, #329454)
+
+ -- Sam Clegg <samo at debian.org>  Thu, 12 Jan 2006 20:20:56 +0000
+
+boo (0.7.0.1921-0.1) unstable; urgency=medium
+
+  * Non-maintainer upload
+  * New upstream release
+    - Solves the FTBFS bug (Closes: #331086).
+  * debian/control:
+    - Added "Build-Conflicts: boo", else it will try to use the local boo
+      and fails.
+  * Removed debian/links, cli-wrapper is deprecated and broken now
+    (Closes: #329454)
+  * Added debian/booc, debian/booi and debian/booish shell wrapper scripts.
+
+ -- Mirco Bauer <meebey at meebey.net>  Sun, 6 Nov 2005 21:21:36 +0100
+
+boo (0.6.0.1858-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/rules: call dh_makeclilibs with -V to tighten dependencies
+    (since boo releases often break binary compatibility) (Closes: #317710)
+
+ -- Sam Clegg <samo at debian.org>  Sun, 18 Sep 2005 21:30:18 +0100
+
+boo (0.5.6.1701-2) unstable; urgency=low
+
+  * boo.pc: fix install prefix
+
+ -- Sam Clegg <samo at debian.org>  Sat,  9 Jul 2005 12:36:32 +0100
+
+boo (0.5.6.1701-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/install: add boo.pc, boo.lang, and strings.resources
+      (Closes: #316738)
+  * debian/rules: remove debian/.wapi on clean
+
+ -- Sam Clegg <samo at debian.org>  Tue,  5 Jul 2005 09:13:01 +0100
+
+boo (0.5.5.1651-2) unstable; urgency=low
+
+  * Maintainer takeover with previous maintainers permision.
+    - Original upload was an unintnetional duplicate ITP.
+  * Try to follow the new CLI policy by using dh_clideps and
+    dh_makeclilibs.
+  * Use gacutil to install DLLs
+  * Use cdbs.
+  * use cli-wrapper to lauch exe's
+  * add debian/examples
+  * add debian/links
+  * add debian/install
+  * Thanks to Federico Di Gregorio <fog at debian.org> the original
+    upload, and his cooperation and for the manpages which I have
+    kept from his package.
+
+ -- Sam Clegg <samo at debian.org>  Tue, 28 Jun 2005 09:04:29 +0100
+
+boo (0.5.5.1651-1) unstable; urgency=low
+
+  * New upstream release.
+  * Uploaded to debian archive (Closes: #311666) 
+
+ -- Federico Di Gregorio <fog at debian.org>  Wed,  1 Jun 2005 15:22:28 +0200
+
+boo (0.5.4.1629-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Federico Di Gregorio <fog at debian.org>  Tue, 31 May 2005 12:49:09 +0200

Added: packages/boo/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/boo/trunk/debian/compat?rev=3548&op=file
==============================================================================
--- packages/boo/trunk/debian/compat (added)
+++ packages/boo/trunk/debian/compat Fri Jan  4 10:48:44 2008
@@ -1,0 +1,1 @@
+4

Added: packages/boo/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/boo/trunk/debian/control?rev=3548&op=file
==============================================================================
--- packages/boo/trunk/debian/control (added)
+++ packages/boo/trunk/debian/control Fri Jan  4 10:48:44 2008
@@ -1,0 +1,32 @@
+Source: boo
+Section: devel
+Priority: optional
+Maintainer: Sam Clegg <samo at debian.org>
+Build-Depends-Indep: mono-2.0-devel, cli-common-dev (>= 0.4.4), mono-mcs (>= 1.0) | c-sharp-compiler, mono-gac | global-assembly-cache-tool
+Build-Depends: debhelper (>= 4.1.0), nant, cdbs
+Build-Conflicts: boo (< 0.8.0.2730)
+Standards-Version: 3.7.3
+
+Package: boo
+Architecture: all
+Depends: cli-virtual-machine, libmono2.0-cil, ${cli:Depends}
+Description: a python-like language and compiler for the CLI
+ Boo is an object oriented statically typed programming language
+ for the Common Language Infrastructure (CLI) with a Python inspired
+ syntax and a special focus on language and compiler extensibility.
+ .
+ This package contains the boo compiler, interpreter and interactive shell.
+ The boo compiler and the programs it produces are 100% Common Intermediate
+ Language (CIL) bytecode and can therefore be run on any compliant CLI virtual
+ machine.
+
+Package: libboo2.0-cil
+Architecture: all
+Depends: cli-virtual-machine, libmono2.0-cil, ${cli:Depends}
+Description: a python-like language and compiler for the CLI - library files
+ Boo is an object oriented statically typed programming language
+ for the Common Language Infrastructure (CLI) with a Python inspired
+ syntax and a special focus on language and compiler extensibility.
+ .
+ This package contains the the Boo libraries which can be used to
+ embed the Boo langusage or access the internal functionality.

Added: packages/boo/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/boo/trunk/debian/copyright?rev=3548&op=file
==============================================================================
--- packages/boo/trunk/debian/copyright (added)
+++ packages/boo/trunk/debian/copyright Fri Jan  4 10:48:44 2008
@@ -1,0 +1,30 @@
+This package was debianized by Sam Clegg <samo at debian.org> on
+Thu, 24 Mar 2005 12:51:47 +0000.
+
+It was downloaded from http://boo.codehaus.org/
+
+Copyright (c) 2003, 2004, Rodrigo B. de Oliveira (rbo at acm.org)
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without modification,
+are permitted provided that the following conditions are met:
+
+    * Redistributions of source code must retain the above copyright notice,
+    this list of conditions and the following disclaimer.
+    * Redistributions in binary form must reproduce the above copyright notice,
+    this list of conditions and the following disclaimer in the documentation
+    and/or other materials provided with the distribution.
+    * Neither the name of Rodrigo B. de Oliveira nor the names of its
+    contributors may be used to endorse or promote products derived from this
+    software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Added: packages/boo/trunk/debian/docs
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/boo/trunk/debian/docs?rev=3548&op=file
==============================================================================
--- packages/boo/trunk/debian/docs (added)
+++ packages/boo/trunk/debian/docs Fri Jan  4 10:48:44 2008
@@ -1,0 +1,3 @@
+notice.txt
+readme.txt
+docs/BooManifesto.sxw

Added: packages/boo/trunk/debian/examples
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/boo/trunk/debian/examples?rev=3548&op=file
==============================================================================
--- packages/boo/trunk/debian/examples (added)
+++ packages/boo/trunk/debian/examples Fri Jan  4 10:48:44 2008
@@ -1,0 +1,1 @@
+examples/*

Added: packages/boo/trunk/debian/install
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/boo/trunk/debian/install?rev=3548&op=file
==============================================================================
--- packages/boo/trunk/debian/install (added)
+++ packages/boo/trunk/debian/install Fri Jan  4 10:48:44 2008
@@ -1,0 +1,8 @@
+build/*.exe* /usr/lib/boo
+build/strings.resources /usr/lib/boo
+build/it/strings.it.resources /usr/lib/boo/it
+build/pt/strings.pt.resources /usr/lib/boo/pt
+build/boo.pc /usr/lib/pkgconfig
+debian/booc /usr/bin
+debian/booi /usr/bin
+debian/booish /usr/bin

Added: packages/boo/trunk/debian/libboo2.0-cil.install
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/boo/trunk/debian/libboo2.0-cil.install?rev=3548&op=file
==============================================================================
--- packages/boo/trunk/debian/libboo2.0-cil.install (added)
+++ packages/boo/trunk/debian/libboo2.0-cil.install Fri Jan  4 10:48:44 2008
@@ -1,0 +1,10 @@
+build/Boo.Lang.CodeDom.dll /usr/lib/boo
+build/Boo.Lang.Compiler.dll /usr/lib/boo
+build/Boo.Lang.dll /usr/lib/boo
+build/Boo.Lang.Interpreter.dll /usr/lib/boo
+build/Boo.Lang.Parser.dll /usr/lib/boo
+build/Boo.Lang.Useful.dll /usr/lib/boo
+debian/policy.1.0.Boo.Lang.Parser.dll /usr/lib/boo
+debian/policy.1.0.Boo.Lang.Parser.config /usr/lib/boo
+debian/policy.1.0.Boo.Lang.Compiler.dll /usr/lib/boo
+debian/policy.1.0.Boo.Lang.Compiler.config /usr/lib/boo

Added: packages/boo/trunk/debian/libboo2.0-cil.installcligac
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/boo/trunk/debian/libboo2.0-cil.installcligac?rev=3548&op=file
==============================================================================
--- packages/boo/trunk/debian/libboo2.0-cil.installcligac (added)
+++ packages/boo/trunk/debian/libboo2.0-cil.installcligac Fri Jan  4 10:48:44 2008
@@ -1,0 +1,8 @@
+/usr/lib/boo/Boo.Lang.CodeDom.dll
+/usr/lib/boo/Boo.Lang.Compiler.dll
+/usr/lib/boo/Boo.Lang.dll
+/usr/lib/boo/Boo.Lang.Interpreter.dll
+/usr/lib/boo/Boo.Lang.Parser.dll
+/usr/lib/boo/Boo.Lang.Useful.dll
+/usr/lib/boo/policy.1.0.Boo.Lang.Parser.dll
+/usr/lib/boo/policy.1.0.Boo.Lang.Compiler.dll

Added: packages/boo/trunk/debian/links
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/boo/trunk/debian/links?rev=3548&op=file
==============================================================================
--- packages/boo/trunk/debian/links (added)
+++ packages/boo/trunk/debian/links Fri Jan  4 10:48:44 2008
@@ -1,0 +1,1 @@
+usr/lib/boo/booc.exe usr/lib/boo/booc2.exe

Added: packages/boo/trunk/debian/manpages
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/boo/trunk/debian/manpages?rev=3548&op=file
==============================================================================
--- packages/boo/trunk/debian/manpages (added)
+++ packages/boo/trunk/debian/manpages Fri Jan  4 10:48:44 2008
@@ -1,0 +1,3 @@
+debian/booi.1
+debian/booc.1
+debian/booish.1

Added: packages/boo/trunk/debian/overrides
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/boo/trunk/debian/overrides?rev=3548&op=file
==============================================================================
--- packages/boo/trunk/debian/overrides (added)
+++ packages/boo/trunk/debian/overrides Fri Jan  4 10:48:44 2008
@@ -1,0 +1,1 @@
+boo source: build-depends-without-arch-dep nant

Added: packages/boo/trunk/debian/policy.1.0.Boo.Lang.Compiler.config
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/boo/trunk/debian/policy.1.0.Boo.Lang.Compiler.config?rev=3548&op=file
==============================================================================
--- packages/boo/trunk/debian/policy.1.0.Boo.Lang.Compiler.config (added)
+++ packages/boo/trunk/debian/policy.1.0.Boo.Lang.Compiler.config Fri Jan  4 10:48:44 2008
@@ -1,0 +1,10 @@
+<configuration>
+    <runtime>
+        <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
+            <dependentAssembly>
+                <assemblyIdentity name="Boo.Lang.Compiler" publicKeyToken="32c39770e9a21a67" />
+                <bindingRedirect oldVersion="1.0.0.0" newVersion="2.0.0.0"/>
+            </dependentAssembly>
+        </assemblyBinding>
+    </runtime>
+</configuration>

Added: packages/boo/trunk/debian/policy.1.0.Boo.Lang.Parser.config
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/boo/trunk/debian/policy.1.0.Boo.Lang.Parser.config?rev=3548&op=file
==============================================================================
--- packages/boo/trunk/debian/policy.1.0.Boo.Lang.Parser.config (added)
+++ packages/boo/trunk/debian/policy.1.0.Boo.Lang.Parser.config Fri Jan  4 10:48:44 2008
@@ -1,0 +1,10 @@
+<configuration>
+    <runtime>
+        <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
+            <dependentAssembly>
+                <assemblyIdentity name="Boo.Lang.Parser" publicKeyToken="32c39770e9a21a67" />
+                <bindingRedirect oldVersion="1.0.0.0" newVersion="2.0.0.0"/>
+            </dependentAssembly>
+        </assemblyBinding>
+    </runtime>
+</configuration>

Added: packages/boo/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/boo/trunk/debian/rules?rev=3548&op=file
==============================================================================
--- packages/boo/trunk/debian/rules (added)
+++ packages/boo/trunk/debian/rules Fri Jan  4 10:48:44 2008
@@ -1,0 +1,41 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/buildcore.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+
+DEB_NANT_INVOKE = nant
+#-t:mono-1.0
+DEB_NANT_BUILD_TARGET = -D:install.prefix=/usr
+DEB_NANT_INSTALL_TARGET = -D:install.prefix=/usr install
+DEB_NANT_CLEAN_TARGET = clean
+
+export MONO_SHARED_DIR = $(shell pwd)/debian
+
+UPVERSION = $(shell dpkg-parsechangelog | grep ^Vers | cut -d\  -f2 | sed 's,-.*,,')
+NEXT_UPVERSION = $(shell perl -e '$$_=pop; s/(\d+)$$/$$1+1/e; print' $(UPVERSION))
+
+debian/stamp-nant-build:
+	cd debian && al -link:policy.1.0.Boo.Lang.Parser.config -out:policy.1.0.Boo.Lang.Parser.dll -keyfile:../src/boo.snk
+	cd debian && al -link:policy.1.0.Boo.Lang.Compiler.config -out:policy.1.0.Boo.Lang.Compiler.dll -keyfile:../src/boo.snk
+	$(DEB_NANT_INVOKE) $(DEB_NANT_BUILD_TARGET)
+	touch debian/stamp-nant-build
+
+common-post-build-arch common-post-build-indep::
+	chmod -x build/*.dll
+	chmod -x debian/*.dll
+
+common-build-arch common-build-indep:: debian/stamp-nant-build
+
+#common-binary-predeb-arch common-binary-predeb-indep::
+
+common-binary-post-install-arch common-binary-post-install-indep::
+	dh_makeclilibs -V
+	dh_installcligac
+	dh_clideps
+
+clean::
+	$(DEB_NANT_INVOKE) $(DEB_NANT_CLEAN_TARGET) || true
+	rm -f debian/policy.*.dll
+	rm -f debian/stamp-nant-build
+	rm -rf debian/.wapi
+

Propchange: packages/boo/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/boo/trunk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/boo/trunk/debian/watch?rev=3548&op=file
==============================================================================
--- packages/boo/trunk/debian/watch (added)
+++ packages/boo/trunk/debian/watch Fri Jan  4 10:48:44 2008
@@ -1,0 +1,3 @@
+version=3
+
+http://dist.codehaus.org/boo/distributions/boo-(.*)-src\.tar\.bz2




More information about the Pkg-cli-libs-commits mailing list