diff -Nru lttnganalyses-0.6.1/debian/changelog lttnganalyses-0.6.1/debian/changelog --- lttnganalyses-0.6.1/debian/changelog 2017-01-06 16:33:45.000000000 +0000 +++ lttnganalyses-0.6.1/debian/changelog 2018-07-04 14:53:01.000000000 +0000 @@ -1,3 +1,18 @@ +lttnganalyses (0.6.1-2) unstable; urgency=medium + + * [f5ca8b5] Move to DEP-14 branch naming + * [d154092] Use https url in watch file + * [8bcce9a] Switched my maintainer email to @debian.org + * [a404d59] Moved VCS to salsa.debian.org + * [b1b37bd] Drop X-Python3-Version + * [3c7bb76] Add dh-python to builddeps + * [6ddf4ae] Use secure URI in debian copyright + * [de4bd47] Use salsa canonical uri in VCS-Browser + * [a6ed511] Changed deprecated extra priority to optional + * [2902b3f] Bump standard to 4.1.4, no changes necessary + + -- Michael Jeanson Wed, 04 Jul 2018 10:53:01 -0400 + lttnganalyses (0.6.1-1) unstable; urgency=medium * [63af7e6] New upstream version 0.6.1 diff -Nru lttnganalyses-0.6.1/debian/control lttnganalyses-0.6.1/debian/control --- lttnganalyses-0.6.1/debian/control 2017-01-06 16:22:01.000000000 +0000 +++ lttnganalyses-0.6.1/debian/control 2018-07-04 14:49:44.000000000 +0000 @@ -1,15 +1,14 @@ Source: lttnganalyses -Maintainer: Michael Jeanson +Maintainer: Michael Jeanson Uploaders: Jon Bernard Section: python -Priority: extra +Priority: optional Build-Depends: python3-setuptools, python3-all (>= 3.4), debhelper (>= 9), python3-babeltrace (>= 1.2~), babeltrace (>= 1.2~), tzdata, - python3-pyparsing -Standards-Version: 3.9.8 -X-Python3-Version: >= 3.4 -Vcs-Git: https://anonscm.debian.org/git/collab-maint/lttnganalyses.git -Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/lttnganalyses.git + python3-pyparsing, dh-python +Standards-Version: 4.1.4 +Vcs-Git: https://salsa.debian.org/debian/lttnganalyses.git +Vcs-Browser: https://salsa.debian.org/debian/lttnganalyses Homepage: https://github.com/lttng/lttng-analyses Package: python3-lttnganalyses diff -Nru lttnganalyses-0.6.1/debian/copyright lttnganalyses-0.6.1/debian/copyright --- lttnganalyses-0.6.1/debian/copyright 2017-01-06 16:22:01.000000000 +0000 +++ lttnganalyses-0.6.1/debian/copyright 2018-07-04 14:41:58.000000000 +0000 @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: lttng-analyses Source: https://github.com/lttng/lttng-analyses diff -Nru lttnganalyses-0.6.1/debian/gbp.conf lttnganalyses-0.6.1/debian/gbp.conf --- lttnganalyses-0.6.1/debian/gbp.conf 1970-01-01 00:00:00.000000000 +0000 +++ lttnganalyses-0.6.1/debian/gbp.conf 2017-09-05 19:50:46.000000000 +0000 @@ -0,0 +1,3 @@ +[DEFAULT] +upstream-branch=upstream/latest +debian-branch=debian/sid diff -Nru lttnganalyses-0.6.1/debian/watch lttnganalyses-0.6.1/debian/watch --- lttnganalyses-0.6.1/debian/watch 2017-01-06 16:22:01.000000000 +0000 +++ lttnganalyses-0.6.1/debian/watch 2017-10-18 15:51:34.000000000 +0000 @@ -1,3 +1,3 @@ version=3 opts=uversionmangle=s/(rc|a|b|c)/~$1/ \ -http://pypi.debian.net/lttnganalyses/lttnganalyses-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) +https://pypi.debian.net/lttnganalyses/lttnganalyses-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))