mono-debugger 2.6.3-3 source package in Ubuntu

Changelog

mono-debugger (2.6.3-3) unstable; urgency=low

  * Ack NMUs.
  * [32af206] Add missing libncurses5-dev BD; no longer brought in via
    readline

mono-debugger (2.6.3-2.2) unstable; urgency=low

  * Non-maintainer upload.
  * debian/patches
    - (CVE-*): refresh. Fix CVE-2010-3369 insecure library loading
      in more simple manner. See #601199.

mono-debugger (2.6.3-2.1) unstable; urgency=low

  * Non-maintainer upload.
  * debian/patches
    - (CVE-*): New patch. Fix CVE-2010-3369 insecure library loading
      (grave, security; Closes: #598299).

mono-debugger (2.6.3-2) unstable; urgency=low

  * Upload to Debian Unstable

mono-debugger (2.6.3-1) experimental; urgency=low

  * New upstream release
  * debian/rules:
    + Stop using ../tarballs in get-orig-source rule
  * debian/patches/use_real_nunit.dpatch:
    + Refreshed
  * debian/control:
    + Bump build-dependency to 2.6.3 to ensure we don't try building
      against 2.4.x (which won't work properly)

mono-debugger (2.4.3-2) unstable; urgency=low

  [ Mirco Bauer ]
  * debian/rules
    debian/shlibs:
    + Dropped handcrafted shlibs, replace with versioned shlibs created with
      dh_makeshlibs.

  [ Jo Shields ]
  * debian/control:
    + No-change bump to Standards 3.8.4
    + Use NUnit's -dev package to prevent FTBFS

mono-debugger (2.4.3-1) unstable; urgency=low

  * New upstream release
  * debian/control:
    + Build-depend on mono-devel 2.4.3, remove individual library 
      dependencies which are no longer required
  * debian/rules:
    + Use mono-csc as compiler, not csc (Closes: #562282)
  * debian/patches/use_real_nunit.dpatch:
    + Refresh
  * debian/shlibs:
    + Provide a shlibs file, to prevent Lintian-based explosions

mono-debugger (2.4.2-2) unstable; urgency=low

  * debian/control:
    + Replaced libreadline5-dev build-dep with libreadline-dev.
    + Bumped Standards-Version to 3.8.3 (no changes needed)

mono-debugger (2.4.2-1) unstable; urgency=low

  [ Jo Shields ]
  * New upstream release
  * debian/control:
    + Switch from libmono1.0-cil to libmono-cecil-private-cil, as
      that's where cecil lives now
    + No-change bump to Standards 3.8.2
  * debian/rules:
    + Enhance get-orig-source rule to produce consistent md5sums
  * debian/patches/use_real_nunit.dpatch:
    + Updated

  [ Mirco Bauer ]
  * debian/watch:
    + Updated

mono-debugger (2.4-2) unstable; urgency=low

  * Rebuild against Mono 2.4

mono-debugger (2.4-1) unstable; urgency=low

  * New upstream release
  * debian/control:
    + Bump standards to version 3.8.1 (no changes needed)
  * debian/patches/use_real_nunit.dpatch:
    + Updated
  * debian/rules,
    debian/patches/99_autoreconf.dpatch,
    debian/control:
    + Switch from using autoreconf patch to generating fresh data at build 
      time - add required build dependencies accordingly
  * debian/rules:
    + No more .a files to delete

mono-debugger (2.0-2) unstable; urgency=low

  * Upload to unstable.

mono-debugger (2.0-1) experimental; urgency=low

  * New upstream release.
    + This version doesn't contain any pre-compiled binaries in the source
      tarball and thus doesn't need to be DFSGed anymore.
  * debian/patches/fix_dllmap.dpatch
    + Updated
  * debian/patches/use_real_nunit.dpatch
    debian/patches/99_autoreconf.dpatch:
    + Updated
  * debian/patches/fix_build_with_libc_r98147_r98369.dpatch:
    + Removed, already applied upstream.
  * debian/patches/link_system_libs.dpatch:
    + Removed, not needed anymore as upstream links against cecil now.
  * debian/rules:
    + Removed GACUTIL hack in configure call, already fixed upstream.
    + Fixed configure-stamp target dependency, else it re-configures each
      time.
    + Added get-orig-source target (as part of the group policy).
  * debian/control:
    + Added Enhances field.
    + Bumped Standards-Version to 3.8.0 (no changes needed).
    + Bumped Mono build-deps to >= 2.0 and replaced mono-* with mono-devel
      as part of the Mono 2.0 transition.
    + Updated CLI 1.0 build-deps to 2.0.
    + Removed libmono-cecil0.5-cil from build-deps as we use cecil of
      libmono1.0-cil now.
    + Added libnunit2.4-cil to build-deps.
  * debian/watch:
    + Updated

mono-debugger (0.60+dfsg-4) unstable; urgency=medium

  * debian/patches/fix_build_with_libc_r98147_r98369.dpatch:
    + Using sys/user.h instead of asm/user.h, fixes FTBFS. (Closes: #479901)
      (patch taken from upstream's SVN repo, revision 98147 and 98369)

mono-debugger (0.60+dfsg-3) unstable; urgency=low

  * debian/control:
    + Limited architecture list (from any) to i386 and amd64, as the debugger
      uses CPU registers so it needs to be ported to other archs first.
    + Updated Standards-Version to 3.7.3, no changes needed.
  * debian/rules:
    + Enhanced "make clean" error handling, makes lintian happy.
  * debian/postinst:
    + Added #DEBHELPER# token, makes lintian happy.

mono-debugger (0.60+dfsg-2) unstable; urgency=low

  * debian/control:
    + Added libmono1.0-cil and libmono-system-runtime1.0-cil to build
      dependencies, fixes FTBFS. (Closes: #457561)

mono-debugger (0.60+dfsg-1) unstable; urgency=low

  * DFSG version of mono-debugger 0.60
    + Deleted pre-compiled binary build/Mono.Debugger.Cecil.dll from tarball.
  * New upstream release
  * debian/control:
    + Updated mono-* and libmono* build-deps to >= 1.2.5
    + Added libmono-cecil0.5-cil to build-deps.
    + Added Homepage, Vcs-Svn and Vcs-Browser fields.
  * debian/patches/link_system_libs:
    + Link against libmono-cecil0.5-cil instead of the bundled (but deleted)
      version.
  * debian/watch:
    + Updated

mono-debugger (0.50-1) unstable; urgency=low

  * Mirco 'meebey' Bauer:
    + New upstream release
    + debian/rules:
      - Don't run ./autogen.sh, as we use a release tarball.
    + debian/control:
      - Updated libmono-dev build dependency to >= 1.2.4

mono-debugger (0.31+svn.r75891-1) unstable; urgency=low

  * Initial Release. (Closes: #241763)
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sat,  12 Nov 2011 07:25:13 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Debian Mono Group
Architectures:
i386 amd64
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Precise: [MANUALDEPWAIT] amd64 [MANUALDEPWAIT] i386

Downloads

File Size SHA-256 Checksum
mono-debugger_2.6.3.orig.tar.gz 1.9 MiB a11b251fd6de3e5aed797176794313afcc2f8d400526450b7edc3eab21d795ac
mono-debugger_2.6.3-3.diff.gz 8.5 KiB ecf79bd035dd25960d7751aa2c2053d68f05f3c095e9b76821e94d16adde7b5f
mono-debugger_2.6.3-3.dsc 2.1 KiB ca2dafc43198dd8abed8393d14ee9ac6ffddfbb1d9c33e895d76641c9d2e9562

Available diffs

View changes file

Binary packages built by this source