diff -Nru erlang-p1-tls-0.2015.08.03/debian/changelog erlang-p1-tls-1.0.0/debian/changelog --- erlang-p1-tls-0.2015.08.03/debian/changelog 2015-08-17 15:43:22.000000000 +0000 +++ erlang-p1-tls-1.0.0/debian/changelog 2016-01-16 12:23:56.000000000 +0000 @@ -1,3 +1,11 @@ +erlang-p1-tls (1.0.0-1) unstable; urgency=medium + + * Imported Upstream version 1.0.0 + * Updated debian/copyright + * Updated debian/watch + + -- Philipp Huebner Sat, 16 Jan 2016 11:52:44 +0100 + erlang-p1-tls (0.2015.08.03-1) unstable; urgency=medium * Imported Upstream version 0.2015.08.03 diff -Nru erlang-p1-tls-0.2015.08.03/debian/copyright erlang-p1-tls-1.0.0/debian/copyright --- erlang-p1-tls-0.2015.08.03/debian/copyright 2015-05-02 16:41:20.000000000 +0000 +++ erlang-p1-tls-1.0.0/debian/copyright 2016-01-16 12:23:56.000000000 +0000 @@ -3,9 +3,9 @@ Source: https://github.com/processone/tls Files: * -Copyright: 2002-2015 ProcessOne - 2002-2015 Alexey Shchepin - 2013-2015 Evgeniy Khramtsov +Copyright: 2002-2016 ProcessOne + 2002-2016 Alexey Shchepin + 2013-2016 Evgeniy Khramtsov License: GPL-2+ Files: c_src/stdint.h @@ -42,7 +42,7 @@ gives unlimited permission to copy, distribute and modify it. Files: debian/* -Copyright: 2014-2015 Philipp Huebner +Copyright: 2014-2016 Philipp Huebner License: GPL-2+ License: GPL-2+ diff -Nru erlang-p1-tls-0.2015.08.03/debian/watch erlang-p1-tls-1.0.0/debian/watch --- erlang-p1-tls-0.2015.08.03/debian/watch 2014-04-10 22:43:00.000000000 +0000 +++ erlang-p1-tls-1.0.0/debian/watch 2016-01-16 12:23:56.000000000 +0000 @@ -1 +1,3 @@ -# There are no upstream releases yet to be tracked +version=3 +opts="filenamemangle=s/(?:.*)?v?(\d[\d\.]*)\.tar\.gz/erlang-p1-tls_$1.tar.gz/" \ + https://github.com/processone/tls/tags (?:.*/)?v?(\d[\d\.]*)\.tar\.gz diff -Nru erlang-p1-tls-0.2015.08.03/src/p1_tls.app.src erlang-p1-tls-1.0.0/src/p1_tls.app.src --- erlang-p1-tls-0.2015.08.03/src/p1_tls.app.src 2015-08-03 10:40:33.000000000 +0000 +++ erlang-p1-tls-1.0.0/src/p1_tls.app.src 2016-01-05 11:20:15.000000000 +0000 @@ -8,7 +8,7 @@ %%%------------------------------------------------------------------- {application, p1_tls, [{description, "OpenSSL wrapper"}, - {vsn, "0.2.0"}, + {vsn, "1.0.0"}, {modules, []}, {registered, []}, {applications, [kernel, stdlib]},