summaryrefslogtreecommitdiff
path: root/libumem
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2012-12-25 23:06:31 +0400
committerIgor Pashev <pashev.igor@gmail.com>2012-12-25 23:06:31 +0400
commit16329521cc42e16405e29a9b0c1d2468caa3f48b (patch)
tree0effacbea4ac8d70b78678403baa8a728e261b20 /libumem
parent0c23c2fb7b3362915988b308a36ed25671eadf1b (diff)
downloadillumos-packaging-16329521cc42e16405e29a9b0c1d2468caa3f48b.tar.gz
Revert "Package libstandumem for kmdb"
This reverts commit 2c4b8d6fae9f2ed4864c9ad25dba798d713d3967.
Diffstat (limited to 'libumem')
-rw-r--r--libumem/debian/changelog6
-rw-r--r--libumem/debian/control13
-rwxr-xr-xlibumem/debian/rules3
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