diff -Nru erlang-p1-zlib-0.2015.02.23/debian/changelog erlang-p1-zlib-1.0.0/debian/changelog --- erlang-p1-zlib-0.2015.02.23/debian/changelog 2016-03-06 10:35:35.000000000 +0000 +++ erlang-p1-zlib-1.0.0/debian/changelog 2016-03-18 03:47:30.000000000 +0000 @@ -1,8 +1,16 @@ -erlang-p1-zlib (0.2015.02.23-2~14.04.0) trusty; urgency=medium +erlang-p1-zlib (1.0.0-1~14.04.0) trusty; urgency=medium * backport to trusty - -- Richard Hansen Sun, 06 Mar 2016 05:35:21 -0500 + -- Richard Hansen Thu, 17 Mar 2016 23:47:09 -0400 + +erlang-p1-zlib (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 12:47:45 +0100 erlang-p1-zlib (0.2015.02.23-2) unstable; urgency=medium diff -Nru erlang-p1-zlib-0.2015.02.23/debian/copyright erlang-p1-zlib-1.0.0/debian/copyright --- erlang-p1-zlib-0.2015.02.23/debian/copyright 2015-08-17 15:15:45.000000000 +0000 +++ erlang-p1-zlib-1.0.0/debian/copyright 2016-01-16 12:24:05.000000000 +0000 @@ -3,13 +3,13 @@ Source: https://github.com/processone/zlib Files: * -Copyright: 2002-2015 ProcessOne - 2006-2015 Alexey Shchepin - 2013-2015 Evgeniy Khramtsov +Copyright: 2002-2016 ProcessOne + 2006-2016 Alexey Shchepin + 2013-2016 Evgeniy Khramtsov License: GPL-2+ Files: debian/* -Copyright: 2014-2015 Philipp Huebner +Copyright: 2014-2016 Philipp Huebner License: GPL-2+ License: GPL-2+ diff -Nru erlang-p1-zlib-0.2015.02.23/debian/watch erlang-p1-zlib-1.0.0/debian/watch --- erlang-p1-zlib-0.2015.02.23/debian/watch 2014-04-11 09:28:29.000000000 +0000 +++ erlang-p1-zlib-1.0.0/debian/watch 2016-01-16 12:24:05.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-zlib_$1.tar.gz/" \ + https://github.com/processone/zlib/tags (?:.*/)?v?(\d[\d\.]*)\.tar\.gz diff -Nru erlang-p1-zlib-0.2015.02.23/.gitignore erlang-p1-zlib-1.0.0/.gitignore --- erlang-p1-zlib-0.2015.02.23/.gitignore 2015-04-04 14:15:51.000000000 +0000 +++ erlang-p1-zlib-1.0.0/.gitignore 1970-01-01 00:00:00.000000000 +0000 @@ -1,5 +0,0 @@ -.eunit/ -.rebar/ -ebin/ -priv/ -*.o diff -Nru erlang-p1-zlib-0.2015.02.23/src/p1_zlib.app.src erlang-p1-zlib-1.0.0/src/p1_zlib.app.src --- erlang-p1-zlib-0.2015.02.23/src/p1_zlib.app.src 2015-04-04 14:15:51.000000000 +0000 +++ erlang-p1-zlib-1.0.0/src/p1_zlib.app.src 2016-01-05 11:42:30.000000000 +0000 @@ -8,7 +8,7 @@ %%%------------------------------------------------------------------- {application, p1_zlib, [{description, "zlib wrapper"}, - {vsn, "0.1.0"}, + {vsn, "1.0.0"}, {modules, []}, {registered, []}, {applications, [kernel, stdlib]},