Skip to content

Debian Changelog boo (0.9.2.3383+dfsg-1)

2009

boo (0.9.2.3383+dfsg-1) unstable; urgency=low

   * New upstream release
   * debian/control,
     debian/libboo2.0-*:
     + New ABI version 2.0.9
   * debian/rules,
     debian/libboo-cil-dev.install:
     + Don't arbitrarily rename the pkg-config file
   * debian/libboo-cil-dev.install,
     debian/control:
     + New -dev package
   * DFSG version of source. All .exe, .jar and .dll files removed
   * debian/control:
     + Bump to standards version 3.8.3
     + Update build-conflicts to beter reflect broken behaviour (see
       upstream bug #BOO-1189)
   * debian/boo.install,
     debian/libboo2.0-cil:
     + Update to reflect changes in built files
   * debian/rules:
     + Use skip.vs, not skip.vs2005, to prevent FTBFS
     + Make get-orig-source rule deterministic
     + Make get-orig-source rule use ../tarballs folder, as per CLI policy
   * debian/patches/fix_boo.pc.in.dpatch,
     debian/libboo2.0.9-cil.installcligac,
     debian/libboo2.0.9-cil.install:
     + Use CLI Policy 0.7 location for installing libs
   * debian/rules:
     + Make pkg-config-mangling regex greedy, since we now refer to the ABI
       multiple times on one line

 -- Jo Shields <directhex@apebox.org>  Tue, 27 Oct 2009 10:08:09 +0000

boo (0.8.2.2960+dfsg-1) unstable; urgency=low

   * New upstream bugfix release
     (fixes compile errors in MonoDevelop boo addin)
     + debian/patches/nodecollection-ftbfs.dpatch:
       - Removed, no longer needed
   * DFSG version of source. Yay for upstream putting compiled code in
     source distributions
     + debian/rules,
       debian/watch:
       - Write get-orig-source rule to handle +dfsg mangling

 -- Jo Shields <directhex@apebox.org>  Fri, 20 Mar 2009 10:16:45 +0000

boo (0.8.1.2865-3) unstable; urgency=low

   [ Iain Lane ]
   * debian/patches/nodecollection-ftbfs.dpatch: Add. Use value of correct type
     when replacing nodes.
   * debian/control:
      + Add ${misc:Depends} to all binary packages
      + Bump standards-version to 3.8.0.
   * debian/control: Update build-deps for Mono 2.0 transition. nant handles
     the rest.
 
   [ Mirco Bauer ]
   * debian/control:
     + Bumped nant build-dep to >= 0.85.dfsg1-6, as it relies on the Mono 2.0
       profile now.
     + Removed mono-devel build-dep as nant takes care of that.

 -- Iain Lane <laney@ubuntu.com>  Sun, 08 Mar 2009 14:33:45 +0100

2008

boo (0.8.1.2865-2) unstable; urgency=high

   * debian/libboo2.0-cil.install
     debian/libboo2.0-cil.installcligac:
     + Added missing Boo.Lang.Extensions.dll library.
       (caused FTBFS for monodevelop-boo, thus urgency set to high,
        Closes: #467600)

 -- Mirco Bauer <meebey@debian.org>  Thu, 28 Feb 2008 22:39:16 +0100

boo (0.8.1.2865-1) unstable; urgency=low

   * New upstream release
   * Strip binaries for .orig.tar.gz

 -- Sam Clegg <samo@debian.org>  Sat, 16 Feb 2008 14:32:41 +0000

boo (0.8.0.2730-6) unstable; urgency=low

   * debian/control:
     + Added Homepage, Vcs-Svn and Vcs-Browser fields.
     + Moved libboo2.0-cil to libs section.

 -- Mirco Bauer <meebey@debian.org>  Fri, 11 Jan 2008 01:08:44 +0100

boo (0.8.0.2730-5) unstable; urgency=low

   * Rebuild against cli-common-dev 0.5.6 to fix postrm script, which let
     removing of the package fail. (Closes: #459975)
   * debian/control:
     + Added myself to uploaders.
     + Added replaces field for smooth boo upgrades. (Closes: #460018)
     + Updated cli-common-dev build-dependency to >= 0.5.6
     + Updated debhelper build-dependency to >= 5
     + Added dpatch to build-dependencies.
     + Removed manual dependencies on cli-virtual-machine, dh_clideps takes
       care of that.
     + Changed mono-mcs build-dependency to mono-gmcs, as boo is now targeting
       the CLI 2.0 runtime.
   * debian/compat:
     + Bumped to 5.
   * debian/rules:
     + Use dh_clifixperms instead of chmod calls.
     + Use dh_clistrip to manage debug symbols.
     + Pass -D:skip.vs2005=false to nant, instead of patching default.build.
     + Rename boo.pc to boo-2.0.pc, instead of patching default.build.
   * debian/libboo2.0-cil.install:
     + Install CLI libraries to /usr/lib/cli/boo-2.0 as required by the
       Debian CLI policy.
     + Install .mdb files too and let dh_clistrip handle it.
   * debian/libboo2.0-cil.cligacpolicy:
     + Added generation of policy files for Boo.Lang.CodeDom and Boo.Lang.Useful
       to maintain ABI compatibility of those, as we installed 1.0 versions in
       the GAC in older package versions. (Closes: #458835)
   * debian/patches/fix_boo.pc.in.dpatch: (Closes: #458834)
     + Updates file locations, instead of patching upstream sources in .diff.gz.
   * debian/install
     debian/boo.install
     debian/examples
     debian/boo.examples
     debian/manpages
     debian/boo.manpages:
     + Renamed install to boo.install, examples to boo.examples and manpages to
       boo.manpages, as we ship different binary packages now.
       boo now depends on libboo2.0-cil auto-detected by dh_clideps.
       (Closes: #460088)
   * debian/watch:
     + Updated.

 -- Mirco Bauer <meebey@debian.org>  Fri, 11 Jan 2008 01:02:26 +0100

boo (0.8.0.2730-4) unstable; urgency=low

   * change Maintainer to <pkg-cli-libs-team@lists.alioth.debian.org>
     and add myself to Uploaders.
   * use dh_cligacpolicy to generate policy files.
   * install boo libs to /usr/lib/boo-2.0 rather than /usr/lib/boo

 -- Sam Clegg <samo@debian.org>  Fri, 04 Jan 2008 13:12:12 +0000

boo (0.8.0.2730-3) unstable; urgency=low

   * add policy files for Boo.Lang dlls so packages linked against
     1.0.0.0 continue to run. (Closes: #458835)

 -- Sam Clegg <samo@debian.org>  Fri, 04 Jan 2008 11:45:54 +0000

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.
   * 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@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@debian.org>  Wed, 02 Jan 2008 23:42:54 +0000

2007

boo (0.7.9.2659-1) unstable; urgency=low

   * New upstream release

 -- Sam Clegg <samo@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@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@debian.org>  Sat, 13 Jan 2007 14:09:53 +0000

2006

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@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@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@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@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@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@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@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@debian.org>  Thu, 12 Jan 2006 20:20:56 +0000

2005

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@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@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@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@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@debian.org> the original
     upload, and his cooperation and for the manpages which I have
     kept from his package.

 -- Sam Clegg <samo@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@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@debian.org>  Tue, 31 May 2005 12:49:09 +0200