diff -Nru waffle-1.5.2/debian/changelog waffle-1.5.2/debian/changelog --- waffle-1.5.2/debian/changelog 2017-02-11 08:58:03.000000000 +0000 +++ waffle-1.5.2/debian/changelog 2017-10-19 00:07:59.000000000 +0000 @@ -1,3 +1,11 @@ +waffle (1.5.2-4) unstable; urgency=low + + * Add 'Multi-arch: same' for libwaffle-1-0 and libwaffle-dev + * Move Standards-Version to 4.1.1 + * Change to https url to fix lintian vcs-field-uses-insecure-uri + + -- Jordan Justen Wed, 18 Oct 2017 17:07:59 -0700 + waffle (1.5.2-3) unstable; urgency=low * Add watch file (Closes: #786994). diff -Nru waffle-1.5.2/debian/control waffle-1.5.2/debian/control --- waffle-1.5.2/debian/control 2017-02-11 08:58:03.000000000 +0000 +++ waffle-1.5.2/debian/control 2017-10-19 00:07:59.000000000 +0000 @@ -15,19 +15,21 @@ libx11-dev, pkg-config, xsltproc -Standards-Version: 3.9.8 +Standards-Version: 4.1.1 Homepage: http://www.waffle-gl.org -Vcs-Git: git://github.com/waffle-gl/waffle +Vcs-Git: https://github.com/waffle-gl/waffle.git Vcs-Browser: https://github.com/waffle-gl/waffle Package: libwaffle-1-0 Architecture: any +Multi-Arch: same Depends: ${shlibs:Depends}, ${misc:Pre-Depends}, ${misc:Depends} Description: Waffle library (binaries) A library for selecting an OpenGL API and window system at runtime Package: libwaffle-dev Architecture: any +Multi-Arch: same Section: libdevel Depends: libwaffle-1-0 (= ${binary:Version}), ${misc:Depends} Suggests: libwaffle-doc