diff options
Diffstat (limited to 'mdb/debian')
-rw-r--r-- | mdb/debian/changelog | 10 | ||||
-rw-r--r-- | mdb/debian/control | 4 |
2 files changed, 8 insertions, 6 deletions
diff --git a/mdb/debian/changelog b/mdb/debian/changelog index 68be2d1..1728750 100644 --- a/mdb/debian/changelog +++ b/mdb/debian/changelog @@ -1,18 +1,20 @@ -mdb (4.3) UNRELEASED; urgency=medium +mdb (4.3) unstable; urgency=medium * New upstream snapshot * Build kernel modules as well * Removed mdb-mdb_amd64util.c-pointers.patch * Removed mdb-kmdb-libstanddisasm.so.patch + * Removed mdb-libtinfo.patch * Updated patches - * Bump build depends libkvm-dev (>= 4.3), libumem1-dev (>= 4.3), - uts-dev (>= 4.3+3) + * Bump build depends: + libkvm1-dev (>= 4.3), libumem1-dev (>= 4.3), uts-dev (>= 4.3+3) * Added mdb-genunix-gcore-pointers.patch * Added mdb-no-saveargs.patch + * Added mdb-only-needs-libtinfo.patch * Added mdb-gcore-prdata.h.patch and mdb-includes.patch: allow building out of illumos source tree - -- Igor Pashev <pashev.igor@gmail.com> Tue, 08 Apr 2014 17:54:02 +0400 + -- Igor Pashev <pashev.igor@gmail.com> Tue, 15 Apr 2014 15:06:20 +0400 mdb (2.10-2) unstable; urgency=low diff --git a/mdb/debian/control b/mdb/debian/control index 41192b5..bc29d1f 100644 --- a/mdb/debian/control +++ b/mdb/debian/control @@ -8,8 +8,8 @@ Build-Depends: illumos-source-4.3, libc-db1-dev , lib32c-db1-dev [illumos-amd64] , libctf-dev , lib32ctf-dev [illumos-amd64] , - libkvm-dev (>= 4.3) , lib32kvm-dev [illumos-amd64] , - libncurses5-dev , lib32ncurses5-dev [illumos-amd64] , + libkvm1-dev (>= 4.3) , lib32kvm1-dev [illumos-amd64] , + libtinfo-dev , lib32tinfo-dev [illumos-amd64] , libproc1-dev , lib32proc1-dev [illumos-amd64] , libscf1-dev , lib32scf1-dev [illumos-amd64] , libsundisasm1-dev , lib32sundisasm1-dev [illumos-amd64] , |