diff -Nru tk-table-2.10/debian/changelog tk-table-2.10/debian/changelog --- tk-table-2.10/debian/changelog 2014-04-14 12:24:01.000000000 +0000 +++ tk-table-2.10/debian/changelog 2015-07-22 09:28:29.000000000 +0000 @@ -1,3 +1,11 @@ +tk-table (2.10-3) unstable; urgency=low + + * Update maintainers e-mail address + * Update standards version to 3.9.6. No changes needed. + * Convert to Multiarch + + -- Ole Streicher Wed, 22 Jul 2015 11:28:23 +0200 + tk-table (2.10-2) unstable; urgency=low * Push to newest standards (3.9.5) and dh (9) and solve lintian warnings diff -Nru tk-table-2.10/debian/control tk-table-2.10/debian/control --- tk-table-2.10/debian/control 2014-04-14 12:16:13.000000000 +0000 +++ tk-table-2.10/debian/control 2015-07-22 09:25:55.000000000 +0000 @@ -1,13 +1,13 @@ Source: tk-table Priority: optional Section: interpreters -Maintainer: Ole Streicher +Maintainer: Ole Streicher Build-Depends: debhelper (>= 9), dh-autoreconf, tcl-dev (>= 8.3.0), tk-dev (>= 8.3.0) Homepage: http://tktable.sourceforge.net/ -Standards-Version: 3.9.5 +Standards-Version: 3.9.6 Vcs-Git: git://anonscm.debian.org/debian-science/packages/tktable.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/tktable.git @@ -17,6 +17,7 @@ Provides: libtktable2.9 Replaces: libtktable2.9 Conflicts: libtktable2.9 +Multi-Arch: same Description: Table extension for Tcl/Tk Provides support for tables and matrices in Tcl/Tk. The basic features of the widget are: diff -Nru tk-table-2.10/debian/copyright tk-table-2.10/debian/copyright --- tk-table-2.10/debian/copyright 2014-04-14 12:11:31.000000000 +0000 +++ tk-table-2.10/debian/copyright 2015-07-22 09:30:00.000000000 +0000 @@ -54,7 +54,7 @@ Files: library/tktable.py Copyright: Copyright (c) 2008, Guilherme Polo -License: BSD 2-clause +License: BSD-2-clause All rights reserved. . Redistribution and use in source and binary forms, with or without diff -Nru tk-table-2.10/debian/rules tk-table-2.10/debian/rules --- tk-table-2.10/debian/rules 2012-10-18 10:19:05.000000000 +0000 +++ tk-table-2.10/debian/rules 2015-07-22 09:25:25.000000000 +0000 @@ -7,7 +7,7 @@ dh $@ --with autoreconf override_dh_auto_configure: - dh_auto_configure -- --enable-threads --enable-shared --libdir=/usr/lib/tcltk + dh_auto_configure -- --enable-threads --enable-shared --libdir=/usr/lib/tcltk/${DEB_HOST_MULTIARCH} override_dh_installchangelogs: dh_installchangelogs ChangeLog