[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

libdrm: Changes to 'debian-experimental'



 debian/changelog                         |   10 +++
 debian/compat                            |    2 
 debian/libdrm-nouveau1.lintian-overrides |    1 
 debian/libdrm-nouveau1.symbols           |   90 +++++++++++++++----------------
 debian/rules                             |    3 -
 5 files changed, 59 insertions(+), 47 deletions(-)

New commits:
commit 7649f7ab7bd2cfaf61b5d6901a2fe82b7128b9a0
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Wed Aug 25 18:25:39 2010 +0200

    Add lintian override for symbols-file-contains-debian-revision
    
    We actually need 2.4.21-1 as minimal version, 2.4.21 or 2.4.21-1~
    would not work.
    
    Bump debhelper compatibility level to 6 so that we can use dh_lintian.

diff --git a/debian/changelog b/debian/changelog
index 581ad17..82b3f55 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ libdrm (2.4.21-2) UNRELEASED; urgency=low
   * Bump libdrm-nouveau shlibs and symbols versions to 2.4.21-1 to ensure
     that packages built against this version are not used with squeeze's
     libdrm-nouveau1.
+  * Add a lintian override for the symbols-file-contains-debian-revision
+    warning.  Bump debhelper compatibility level to 6 for dh_lintian.
 
  -- Sven Joachim <svenjoac@gmx.de>  Wed, 25 Aug 2010 14:38:22 +0200
 
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..1e8b314 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+6
diff --git a/debian/libdrm-nouveau1.lintian-overrides b/debian/libdrm-nouveau1.lintian-overrides
new file mode 100644
index 0000000..5ce3941
--- /dev/null
+++ b/debian/libdrm-nouveau1.lintian-overrides
@@ -0,0 +1 @@
+libdrm-nouveau1: symbols-file-contains-debian-revision on symbol nouveau_bo_busy@Base and 44 others
diff --git a/debian/rules b/debian/rules
index 5b3bec3..b9b097e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -157,6 +157,7 @@ ifeq ($(LIBKMS), yes)
 endif
 	dh_installdeb -s
 	dh_shlibdeps -s
+	dh_lintian -s
 	dh_gencontrol -s
 	dh_md5sums -s
 	dh_builddeb -s

commit fa6c8eadbb8e39582fea1035a0f5a03e18071508
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Wed Aug 25 14:52:06 2010 +0200

    Bump libdrm-nouveau shlibs and symbols versions to 2.4.21-1
    
    Needed because sid has 2.4.21-1~squeeze2 now.

diff --git a/debian/changelog b/debian/changelog
index c937346..581ad17 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libdrm (2.4.21-2) UNRELEASED; urgency=low
+
+  * Bump libdrm-nouveau shlibs and symbols versions to 2.4.21-1 to ensure
+    that packages built against this version are not used with squeeze's
+    libdrm-nouveau1.
+
+ -- Sven Joachim <svenjoac@gmx.de>  Wed, 25 Aug 2010 14:38:22 +0200
+
 libdrm (2.4.21-1) experimental; urgency=low
 
   [ Christopher James Halse Rogers ]
diff --git a/debian/libdrm-nouveau1.symbols b/debian/libdrm-nouveau1.symbols
index e71dbab..a7c48d0 100644
--- a/debian/libdrm-nouveau1.symbols
+++ b/debian/libdrm-nouveau1.symbols
@@ -1,46 +1,46 @@
 libdrm_nouveau.so.1 libdrm-nouveau1 #MINVER#
- nouveau_bo_busy@Base 2.4.20-3~
- nouveau_bo_emit_buffer@Base 2.4.20-3~
- nouveau_bo_handle_get@Base 2.4.20-3~
- nouveau_bo_handle_ref@Base 2.4.20-3~
- nouveau_bo_init@Base 2.4.20-3~
- nouveau_bo_map@Base 2.4.20-3~
- nouveau_bo_map_flush@Base 2.4.20-3~
- nouveau_bo_map_range@Base 2.4.20-3~
- nouveau_bo_new@Base 2.4.20-3~
- nouveau_bo_new_tile@Base 2.4.20-3~
- nouveau_bo_pending@Base 2.4.20-3~
- nouveau_bo_ref@Base 2.4.20-3~
- nouveau_bo_takedown@Base 2.4.20-3~
- nouveau_bo_unmap@Base 2.4.20-3~
- nouveau_bo_user@Base 2.4.20-3~
- nouveau_bo_wrap@Base 2.4.20-3~
- nouveau_channel_alloc@Base 2.4.20-3~
- nouveau_channel_free@Base 2.4.20-3~
- nouveau_device_close@Base 2.4.20-3~
- nouveau_device_get_param@Base 2.4.20-3~
- nouveau_device_open@Base 2.4.20-3~
- nouveau_device_open_existing@Base 2.4.20-3~
- nouveau_device_set_param@Base 2.4.20-3~
- nouveau_grobj_alloc@Base 2.4.20-3~
- nouveau_grobj_autobind@Base 2.4.20-3~
- nouveau_grobj_free@Base 2.4.20-3~
- nouveau_grobj_ref@Base 2.4.20-3~
- nouveau_notifier_alloc@Base 2.4.20-3~
- nouveau_notifier_free@Base 2.4.20-3~
- nouveau_notifier_reset@Base 2.4.20-3~
- nouveau_notifier_return_val@Base 2.4.20-3~
- nouveau_notifier_status@Base 2.4.20-3~
- nouveau_notifier_wait_status@Base 2.4.20-3~
- nouveau_pushbuf_emit_reloc@Base 2.4.20-3~
- nouveau_pushbuf_fini@Base 2.4.20-3~
- nouveau_pushbuf_flush@Base 2.4.20-3~
- nouveau_pushbuf_init@Base 2.4.20-3~
- nouveau_pushbuf_marker_emit@Base 2.4.20-3~
- nouveau_pushbuf_marker_undo@Base 2.4.20-3~
- nouveau_pushbuf_submit@Base 2.4.20-3~
- nouveau_reloc_emit@Base 2.4.20-3~
- nouveau_resource_alloc@Base 2.4.20-3~
- nouveau_resource_destroy@Base 2.4.20-3~
- nouveau_resource_free@Base 2.4.20-3~
- nouveau_resource_init@Base 2.4.20-3~
+ nouveau_bo_busy@Base 2.4.21-1
+ nouveau_bo_emit_buffer@Base 2.4.21-1
+ nouveau_bo_handle_get@Base 2.4.21-1
+ nouveau_bo_handle_ref@Base 2.4.21-1
+ nouveau_bo_init@Base 2.4.21-1
+ nouveau_bo_map@Base 2.4.21-1
+ nouveau_bo_map_flush@Base 2.4.21-1
+ nouveau_bo_map_range@Base 2.4.21-1
+ nouveau_bo_new@Base 2.4.21-1
+ nouveau_bo_new_tile@Base 2.4.21-1
+ nouveau_bo_pending@Base 2.4.21-1
+ nouveau_bo_ref@Base 2.4.21-1
+ nouveau_bo_takedown@Base 2.4.21-1
+ nouveau_bo_unmap@Base 2.4.21-1
+ nouveau_bo_user@Base 2.4.21-1
+ nouveau_bo_wrap@Base 2.4.21-1
+ nouveau_channel_alloc@Base 2.4.21-1
+ nouveau_channel_free@Base 2.4.21-1
+ nouveau_device_close@Base 2.4.21-1
+ nouveau_device_get_param@Base 2.4.21-1
+ nouveau_device_open@Base 2.4.21-1
+ nouveau_device_open_existing@Base 2.4.21-1
+ nouveau_device_set_param@Base 2.4.21-1
+ nouveau_grobj_alloc@Base 2.4.21-1
+ nouveau_grobj_autobind@Base 2.4.21-1
+ nouveau_grobj_free@Base 2.4.21-1
+ nouveau_grobj_ref@Base 2.4.21-1
+ nouveau_notifier_alloc@Base 2.4.21-1
+ nouveau_notifier_free@Base 2.4.21-1
+ nouveau_notifier_reset@Base 2.4.21-1
+ nouveau_notifier_return_val@Base 2.4.21-1
+ nouveau_notifier_status@Base 2.4.21-1
+ nouveau_notifier_wait_status@Base 2.4.21-1
+ nouveau_pushbuf_emit_reloc@Base 2.4.21-1
+ nouveau_pushbuf_fini@Base 2.4.21-1
+ nouveau_pushbuf_flush@Base 2.4.21-1
+ nouveau_pushbuf_init@Base 2.4.21-1
+ nouveau_pushbuf_marker_emit@Base 2.4.21-1
+ nouveau_pushbuf_marker_undo@Base 2.4.21-1
+ nouveau_pushbuf_submit@Base 2.4.21-1
+ nouveau_reloc_emit@Base 2.4.21-1
+ nouveau_resource_alloc@Base 2.4.21-1
+ nouveau_resource_destroy@Base 2.4.21-1
+ nouveau_resource_free@Base 2.4.21-1
+ nouveau_resource_init@Base 2.4.21-1
diff --git a/debian/rules b/debian/rules
index f9b9a16..5b3bec3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -147,7 +147,7 @@ ifeq ($(INTEL), yes)
 	dh_makeshlibs -plibdrm-intel1 -V'libdrm-intel1 (>= 2.4.21)' -- -c4
 endif
 ifeq ($(NOUVEAU), yes)
-	dh_makeshlibs -plibdrm-nouveau1 -V'libdrm-nouveau1 (>= 2.4.20-3~)' -- -c4
+	dh_makeshlibs -plibdrm-nouveau1 -V'libdrm-nouveau1 (>= 2.4.21-1)' -- -c4
 endif
 ifeq ($(RADEON), yes)
 	dh_makeshlibs -plibdrm-radeon1 -V'libdrm-radeon1 (>= 2.4.20)' -- -c4


Reply to: