debian/changelog | 13 +++++++++++++ debian/control | 6 +++--- debian/wayland.lintian-overrides | 1 + 3 files changed, 17 insertions(+), 3 deletions(-)
New commits: commit 50a53b172b575d8fe071db6c33d85b4322d9ac65 Author: Bryce Harrington <br...@canonical.com> Date: Wed Jul 13 11:44:15 2011 -0700 Add lintian overrides for package-name-doesnt-match-sonames diff --git a/debian/changelog b/debian/changelog index 590cc1d..cb691db 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +wayland (0.1.0~0-1ubuntu3) oneiric; urgency=low + + * wayland.lintian-overrides: libwayland-client and libwayland-server are + shipped in a single lib package and share the same soname. + + -- Bryce Harrington <br...@ubuntu.com> Wed, 13 Jul 2011 11:40:09 -0700 + wayland (0.1.0~0-1ubuntu2) oneiric; urgency=low * control: Limit architecture to amd64, i386, and armel. diff --git a/debian/wayland.lintian-overrides b/debian/wayland.lintian-overrides new file mode 100644 index 0000000..7809072 --- /dev/null +++ b/debian/wayland.lintian-overrides @@ -0,0 +1 @@ +wayland: package-name-doesnt-match-sonames libwayland-client0 libwayland-server0 commit 6043c3b5449db9138c7c9113d4c2b3c117b345b1 Author: Bryce Harrington <br...@canonical.com> Date: Tue Jul 12 18:17:43 2011 -0700 Omit powerpc architecture diff --git a/debian/changelog b/debian/changelog index efc7229..590cc1d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +wayland (0.1.0~0-1ubuntu2) oneiric; urgency=low + + * control: Limit architecture to amd64, i386, and armel. + + -- Bryce Harrington <br...@ubuntu.com> Tue, 12 Jul 2011 17:23:07 -0700 + wayland (0.1.0~0-1ubuntu1) oneiric; urgency=low * Merge with Debian (experimental) packaging. diff --git a/debian/control b/debian/control index 4711ba0..e54a97e 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,7 @@ Homepage: http://wayland.freedesktop.org Package: libwayland0 Section: libs -Architecture: any +Architecture: amd64 i386 armel Depends: ${shlibs:Depends}, ${misc:Depends}, @@ -39,7 +39,7 @@ Description: wayland compositor infrastructure - shared libraries Package: libwayland0-dbg Section: debug Priority: extra -Architecture: any +Architecture: amd64 i386 armel Depends: libwayland0 (= ${binary:Version}), ${shlibs:Depends}, @@ -57,7 +57,7 @@ Description: wayland compositor infrastructure - shared libraries (debug) Package: libwayland-dev Section: libdevel -Architecture: any +Architecture: amd64 i386 armel Priority: extra Depends: libwayland0 (= ${binary:Version}), -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1qh4qu-0007ye...@vasks.debian.org