* Upload to unstable
* [0db156c] Update Vcs-* to point to git
* [69ef562] Imported Upstream version 0.9.5~git20110729.r1.202a430
+ New upstream git snapshot imported for CLR 4.0 / Mono 2.10 compatibility
* [f7e3bcb] Require newer nant, for Mono 2.10 compatibility
* [c472aa6] Don't install strings.resources; no longer built
* [2592463] We need cli-common 0.8, since we are using CLR 4.0
* [7b9e4d8] Build-Conflicts no longer necessary; boo can build with older
versions installed now
* [9f5ca05] Require cli-common-dev 0.8~ for prereleases and backports
* [d7ca976] Depend on the 4.0 symbolwriter assembly; boo requires this now
* [1a44a93] Install a policy map so that references to previous ABI continue
to work
* [68e1d88] Standards-Version → 3.9.2, no changes required
* 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
* 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
[ 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.
* 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)
* New upstream release
* Strip binaries for .orig.tar.gz
* debian/control:
+ Added Homepage, Vcs-Svn and Vcs-Browser fields.
+ Moved libboo2.0-cil to libs section.
* 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.
* 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
* add policy files for Boo.Lang dlls so packages linked against
1.0.0.0 continue to run. (Closes: #458835)
* 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.
* 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
* New upstream release
* 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
* Add CLR2 variant for booc called booc2 (Closes: #388516)
* 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
* 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.
* merge examples back into main package at ftpmaster's
request.
* debian/control: depend on mono-gmcs, since nant build
was assuming its presence (Closes: 380132)
* split examples into seperate boo-examples package
* 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
* update booc.1 manpage.
* debian/control: move cdbs, debhelper and nant from Build-Depends-Indep
to Build-Depends.
* booc.i: escape literal '.' and start of line (Closes: #353692)
* debian/control: add dependancy on mono.
* New upstream release
* Acknowledge NMU (Closes: #331086, #329454)
* 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.
* New upstream release
* debian/rules: call dh_makeclilibs with -V to tighten dependencies
(since boo releases often break binary compatibility) (Closes: #317710)
* boo.pc: fix install prefix
* New upstream release
* debian/install: add boo.pc, boo.lang, and strings.resources
(Closes: #316738)
* debian/rules: remove debian/.wapi on clean
* 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.
* New upstream release.
* Uploaded to debian archive (Closes: #311666)
* Initial release.