diff -Nru libstrophe-0.9.2/debian/changelog libstrophe-0.9.2/debian/changelog --- libstrophe-0.9.2/debian/changelog 2018-02-24 14:13:43.000000000 +0000 +++ libstrophe-0.9.2/debian/changelog 2019-01-09 23:44:39.000000000 +0000 @@ -1,3 +1,9 @@ +libstrophe (0.9.2-2) unstable; urgency=medium + + * refresh packaging (debhelper 12, std-ver 4.3.0) + + -- Tomasz Buchert Thu, 10 Jan 2019 00:44:39 +0100 + libstrophe (0.9.2-1) unstable; urgency=medium * New upstream version 0.9.2 diff -Nru libstrophe-0.9.2/debian/compat libstrophe-0.9.2/debian/compat --- libstrophe-0.9.2/debian/compat 2018-02-24 14:13:43.000000000 +0000 +++ libstrophe-0.9.2/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -11 diff -Nru libstrophe-0.9.2/debian/control libstrophe-0.9.2/debian/control --- libstrophe-0.9.2/debian/control 2018-02-24 14:13:43.000000000 +0000 +++ libstrophe-0.9.2/debian/control 2019-01-09 23:44:39.000000000 +0000 @@ -1,19 +1,24 @@ Source: libstrophe -Priority: optional Maintainer: Debian XMPP Maintainers Uploaders: Tomasz Buchert , Dariusz Dwornikowski -Build-Depends: check, debhelper (>= 11), libexpat1-dev, libssl-dev, pkg-config -Standards-Version: 4.1.3 -Rules-Requires-Root: no Section: libs -Homepage: http://strophe.im/ -Vcs-Git: https://salsa.debian.org/xmpp-team/libstrophe.git +Priority: optional +Build-Depends: check, + debhelper (>= 12), + debhelper-compat (= 12), + libexpat1-dev, + libssl-dev, + pkg-config +Standards-Version: 4.3.0 Vcs-Browser: https://salsa.debian.org/xmpp-team/libstrophe +Vcs-Git: https://salsa.debian.org/xmpp-team/libstrophe.git +Homepage: http://strophe.im/ +Rules-Requires-Root: no Package: libstrophe-dev -Section: libdevel Architecture: any +Section: libdevel Depends: libstrophe0 (= ${binary:Version}), ${misc:Depends} Pre-Depends: ${misc:Pre-Depends} Description: Library for writing XMPP clients - development files @@ -24,8 +29,8 @@ Package: libstrophe0 Architecture: any -Pre-Depends: ${misc:Pre-Depends} Depends: ${misc:Depends}, ${shlibs:Depends} +Pre-Depends: ${misc:Pre-Depends} Description: Library for writing XMPP clients - shared library libstrophe is a lightweight XMPP client library written in C. It has minimal dependencies and is configurable for various environments.