summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Joachim <svenjoac@gmx.de>2012-09-01 18:31:02 +0200
committerSven Joachim <svenjoac@gmx.de>2012-09-01 18:31:02 +0200
commitf1c5b014206e6eac3cf5b9db55f6cf3d12d20475 (patch)
tree90bd75d0331b2a35006d3ec418b761d230b90e7c
parent1f1e50dc6ce624c39a1f2c08c93acfb0eca4bca1 (diff)
Mark symbols declared in nouveau/private.h as private
Those are not part of the public API.
-rw-r--r--debian/changelog1
-rw-r--r--debian/libdrm-nouveau2.lintian-overrides1
-rw-r--r--debian/libdrm-nouveau2.symbols15
3 files changed, 10 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog
index 3157335a..11f33a7c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,7 @@ libdrm (2.4.39-1) UNRELEASED; urgency=low
[ Sven Joachim ]
* Bump libdrm-radeon1's symbols and shlibs.
+ * Mark some internal libdrm-nouveau2 symbols as private.
-- Christopher James Halse Rogers <raof@ubuntu.com> Tue, 21 Aug 2012 14:05:52 +1000
diff --git a/debian/libdrm-nouveau2.lintian-overrides b/debian/libdrm-nouveau2.lintian-overrides
new file mode 100644
index 00000000..730972c9
--- /dev/null
+++ b/debian/libdrm-nouveau2.lintian-overrides
@@ -0,0 +1 @@
+libdrm-nouveau2: symbols-declares-dependency-on-other-package libdrm-nouveau-private
diff --git a/debian/libdrm-nouveau2.symbols b/debian/libdrm-nouveau2.symbols
index 8fbd8a98..1b5ee4c5 100644
--- a/debian/libdrm-nouveau2.symbols
+++ b/debian/libdrm-nouveau2.symbols
@@ -1,10 +1,11 @@
libdrm_nouveau.so.2 libdrm-nouveau2 #MINVER#
- abi16_bo_info@Base 2.4.34
- abi16_bo_init@Base 2.4.34
- abi16_chan_nv04@Base 2.4.34
- abi16_chan_nvc0@Base 2.4.34
- abi16_engobj@Base 2.4.34
- abi16_ntfy@Base 2.4.34
+| libdrm-nouveau-private
+ abi16_bo_info@Base 0 1
+ abi16_bo_init@Base 0 1
+ abi16_chan_nv04@Base 0 1
+ abi16_chan_nvc0@Base 0 1
+ abi16_engobj@Base 0 1
+ abi16_ntfy@Base 0 1
nouveau_bo_map@Base 2.4.34
nouveau_bo_name_get@Base 2.4.34
nouveau_bo_name_ref@Base 2.4.34
@@ -24,7 +25,7 @@ libdrm_nouveau.so.2 libdrm-nouveau2 #MINVER#
nouveau_debug@Base 2.4.34
nouveau_device_del@Base 2.4.34
nouveau_device_open@Base 2.4.34
- nouveau_device_open_existing@Base 2.4.34
+ nouveau_device_open_existing@Base 0 1
nouveau_device_wrap@Base 2.4.34
nouveau_getparam@Base 2.4.34
nouveau_object_del@Base 2.4.34