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

wayland: Changes to 'debian-unstable'



 debian/changelog |    2 +-
 debian/rules     |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 380fe26747ad14afecbf5393e32b9e1f85db8d09
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Mon Jul 15 19:56:01 2013 +0200

    Also bump shlibs
    
    Forgotten in commit cfb1345adeae2f250ae22f19e3f37fbec548fe2c.

diff --git a/debian/changelog b/debian/changelog
index e04242f..63f0f6b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,7 @@
 wayland (1.2.0-1) UNRELEASED; urgency=low
 
   * New upstream release.
-  * Update symbols files.
+  * Update symbols files and bump shlibs of libwayland-{client,server}0.
     - ABI break: libwayland-server0 removed several symbols used by
       weston releases prior to 1.2, add a Breaks to accommodate that.
 
diff --git a/debian/rules b/debian/rules
index 0cc1bed..fb50932 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,11 +9,11 @@ override_dh_install:
 
 override_dh_makeshlibs:
 	dh_makeshlibs -plibwayland-client0 \
-		-V 'libwayland-client0 (>= 1.1.0)' -- -c4
+		-V 'libwayland-client0 (>= 1.2.0)' -- -c4
 	dh_makeshlibs -plibwayland-cursor0 \
 		-V 'libwayland-cursor0 (>= 1.0.4)' -- -c4
 	dh_makeshlibs -plibwayland-server0 \
-		-V 'libwayland-server0 (>= 1.1.0)' -- -c4
+		-V 'libwayland-server0 (>= 1.2.0)' -- -c4
 
 # Debug package:
 override_dh_strip:


Reply to: