diff options
Diffstat (limited to 'libumem')
-rw-r--r-- | libumem/debian/changelog | 6 | ||||
-rw-r--r-- | libumem/debian/control | 13 | ||||
-rwxr-xr-x | libumem/debian/rules | 3 |
3 files changed, 0 insertions, 22 deletions
diff --git a/libumem/debian/changelog b/libumem/debian/changelog index cb90d3b..bae5b5c 100644 --- a/libumem/debian/changelog +++ b/libumem/debian/changelog @@ -1,9 +1,3 @@ -libumem (2.10-2) UNRELEASED; urgency=low - - * Package libstandumem (forkmdb) - - -- Igor Pashev <pashev.igor@gmail.com> Mon, 24 Dec 2012 03:39:43 +0400 - libumem (2.10-1) unstable; urgency=low * Initial release. diff --git a/libumem/debian/control b/libumem/debian/control index b41dc48..a1c9701 100644 --- a/libumem/debian/control +++ b/libumem/debian/control @@ -11,19 +11,6 @@ Build-Depends: Standards-Version: 3.9.3 Homepage: https://www.illumos.org -Package: libstandumem-dev -Section: devel -Priority: optional -Multi-Arch: same -Pre-Depends: ${misc:Pre-Depends} -Architecture: illumos-any -Depends: ${shlibs:Depends}, ${misc:Depends} -Description: standalone object-caching memory allocation library - This package includes the libstandumem.so library used - by the Modular Debugger (mdb). - . - This library is to be compiled into the kmdb kernel module. - Package: libumem1 Section: libs Priority: standard diff --git a/libumem/debian/rules b/libumem/debian/rules index 6fa3743..10eaf4e 100755 --- a/libumem/debian/rules +++ b/libumem/debian/rules @@ -70,9 +70,6 @@ binary-stamp: build-stamp dh_testroot dh_installdirs dh_install - dh_install -p libstandumem-dev \ - usr/src/lib/libumem/$(DEB_HOST_ARCH_CPU)/libstandumem.so \ - usr/lib/$(DEB_HOST_MULTIARCH) dh_installman dh_installdocs dh_installexamples |