Gitweb links:

...log 
http://git.netsurf-browser.org/packaging/debian.git/shortlog/d8e44c8d2246ef9cf8c0fe83972e4acaa71deff9
...commit 
http://git.netsurf-browser.org/packaging/debian.git/commit/d8e44c8d2246ef9cf8c0fe83972e4acaa71deff9
...tree 
http://git.netsurf-browser.org/packaging/debian.git/tree/d8e44c8d2246ef9cf8c0fe83972e4acaa71deff9

The branch, master has been updated
       via  d8e44c8d2246ef9cf8c0fe83972e4acaa71deff9 (commit)
      from  94388745dde933a3069ca9b22ea1bc0c11add705 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commitdiff 
http://git.netsurf-browser.org/packaging/debian.git/commit/?id=d8e44c8d2246ef9cf8c0fe83972e4acaa71deff9
commit d8e44c8d2246ef9cf8c0fe83972e4acaa71deff9
Author: Vincent Sanders <[email protected]>
Commit: Vincent Sanders <[email protected]>

    fix some errors detected by lintian

diff --git a/changelog b/changelog
index 319801d..804748a 100644
--- a/changelog
+++ b/changelog
@@ -2,10 +2,10 @@ netsurf (3.7-1) UNRELEASED; urgency=medium
 
   * New upstream release (Closes: #869600)
   * Make png generation reproducible.
-  * Add font recommend dependancy for framebuffer edition (Closes: #867694)
-  * Ensure ssl 1.1 dependancy (Closes: #859230)
-  * Update curl dependancy for ssl 1.1
-  * Remove unecessary patches for 3.7
+  * Add font recommend dependency for framebuffer edition (Closes: #867694)
+  * Ensure ssl 1.1 dependency (Closes: #859230)
+  * Update curl dependency for ssl 1.1
+  * Update standards version (no change)
 
  -- Vincent Sanders <[email protected]>  Mon, 02 Jan 2017 11:55:26 +0000
 
diff --git a/control b/control
index dab1377..81c7efb 100644
--- a/control
+++ b/control
@@ -1,10 +1,10 @@
 Source: netsurf
 Section: web
-Priority: extra
+Priority: optional
 Maintainer: Vincent Sanders <[email protected]>
 Uploaders: Daniel Silverstone <[email protected]>
 Build-Depends: debhelper (>= 9~), libcurl4-openssl-dev, libpng-dev, 
libgtk2.0-dev, flex, bison, libhtml-parser-perl, librsvg2-dev, libjpeg-dev, 
imagemagick, libfreetype6-dev, libvncserver-dev, libsdl1.2-dev, libxcb1-dev, 
libxcb-icccm4-dev, libxcb-image0-dev, libxcb-keysyms1-dev, libxcb-util0-dev, 
libssl-dev, gperf
-Standards-Version: 3.9.8
+Standards-Version: 4.1.4
 Homepage: http://www.netsurf-browser.org
 Vcs-Browser: http://source.netsurf-browser.org/packaging/debian.git/
 Vcs-Git: git://git.netsurf-browser.org/packaging/debian.git
diff --git a/copyright b/copyright
index 49a01aa..23d69fb 100644
--- a/copyright
+++ b/copyright
@@ -3,8 +3,12 @@ Upstream-Name: NetSurf
 Upstream-Contact: NetSurf Developers <[email protected]>
 Source: 
http://download.netsurf-browser.org/netsurf/releases/source-full/netsurf-all-3.5.tar.gz
 
+Files: README
+Copyright: 2018 Vincent Sanders <[email protected]>
+License: MIT
+
 Files: netsurf/*
-Copyright: 2003-2016 John-Mark Bell <[email protected]>
+Copyright: 2003-2018 John-Mark Bell <[email protected]>
           2003-2011 James Bursa <[email protected]>
           2003 Philip Pemberton <[email protected]>
           2003 Phil Mellor <[email protected]>
@@ -15,14 +19,14 @@ Copyright: 2003-2016 John-Mark Bell 
<[email protected]>
           2004 Kevin Bagust <[email protected]>
           2005-2009 Adrian Lees <[email protected]>
           2005,2008-2012 Chris Young <[email protected]>
-          2006-2016 Daniel Silverstone <[email protected]>
+          2006-2018 Daniel Silverstone <[email protected]>
           2006-2016 Rob Kendrick <[email protected]>
-          2007-2016 Vincent Sanders <[email protected]>
+          2007-2018 Vincent Sanders <[email protected]>
           2008 Adam Blokus <[email protected]>
           2008 Andrew Sidwell <[email protected]>
           2008-2012 François Revol <[email protected]>
           2008 James Shaw <[email protected]>
-          2008-2016 Michael Drake <[email protected]>
+          2008-2018 Michael Drake <[email protected]>
           2008-2009 Michael Lester <[email protected]>
           2008 Sean Fox <[email protected]>
           2009 Mark Benjamin <[email protected]>
@@ -41,7 +45,7 @@ Copyright: 2003-2016 John-Mark Bell <[email protected]>
           2005 Tim Tyler
 License: GPL-2 with OpenSSL exception
 
-Files: netsurf/!NetSurf/*
+Files: netsurf/resources/*
 Copyright: 2008-2015 Michael Drake <[email protected]>
 License: MIT
 
@@ -53,6 +57,10 @@ Files: libwapcaplet/*
 Copyright: 2009-2015 Daniel Silverstone <[email protected]>
 License: MIT
 
+Files: libnslog/*
+Copyright: 2018 Daniel Silverstone <[email protected]>
+License: MIT
+
 Files: libnsbmp/*
 Copyright: 2003,2008 James Bursa <[email protected]>
           2004 John Tytgat <[email protected]>


-----------------------------------------------------------------------

Summary of changes:
 changelog |    8 ++++----
 control   |    4 ++--
 copyright |   18 +++++++++++++-----
 3 files changed, 19 insertions(+), 11 deletions(-)

diff --git a/changelog b/changelog
index 319801d..804748a 100644
--- a/changelog
+++ b/changelog
@@ -2,10 +2,10 @@ netsurf (3.7-1) UNRELEASED; urgency=medium
 
   * New upstream release (Closes: #869600)
   * Make png generation reproducible.
-  * Add font recommend dependancy for framebuffer edition (Closes: #867694)
-  * Ensure ssl 1.1 dependancy (Closes: #859230)
-  * Update curl dependancy for ssl 1.1
-  * Remove unecessary patches for 3.7
+  * Add font recommend dependency for framebuffer edition (Closes: #867694)
+  * Ensure ssl 1.1 dependency (Closes: #859230)
+  * Update curl dependency for ssl 1.1
+  * Update standards version (no change)
 
  -- Vincent Sanders <[email protected]>  Mon, 02 Jan 2017 11:55:26 +0000
 
diff --git a/control b/control
index dab1377..81c7efb 100644
--- a/control
+++ b/control
@@ -1,10 +1,10 @@
 Source: netsurf
 Section: web
-Priority: extra
+Priority: optional
 Maintainer: Vincent Sanders <[email protected]>
 Uploaders: Daniel Silverstone <[email protected]>
 Build-Depends: debhelper (>= 9~), libcurl4-openssl-dev, libpng-dev, 
libgtk2.0-dev, flex, bison, libhtml-parser-perl, librsvg2-dev, libjpeg-dev, 
imagemagick, libfreetype6-dev, libvncserver-dev, libsdl1.2-dev, libxcb1-dev, 
libxcb-icccm4-dev, libxcb-image0-dev, libxcb-keysyms1-dev, libxcb-util0-dev, 
libssl-dev, gperf
-Standards-Version: 3.9.8
+Standards-Version: 4.1.4
 Homepage: http://www.netsurf-browser.org
 Vcs-Browser: http://source.netsurf-browser.org/packaging/debian.git/
 Vcs-Git: git://git.netsurf-browser.org/packaging/debian.git
diff --git a/copyright b/copyright
index 49a01aa..23d69fb 100644
--- a/copyright
+++ b/copyright
@@ -3,8 +3,12 @@ Upstream-Name: NetSurf
 Upstream-Contact: NetSurf Developers <[email protected]>
 Source: 
http://download.netsurf-browser.org/netsurf/releases/source-full/netsurf-all-3.5.tar.gz
 
+Files: README
+Copyright: 2018 Vincent Sanders <[email protected]>
+License: MIT
+
 Files: netsurf/*
-Copyright: 2003-2016 John-Mark Bell <[email protected]>
+Copyright: 2003-2018 John-Mark Bell <[email protected]>
           2003-2011 James Bursa <[email protected]>
           2003 Philip Pemberton <[email protected]>
           2003 Phil Mellor <[email protected]>
@@ -15,14 +19,14 @@ Copyright: 2003-2016 John-Mark Bell 
<[email protected]>
           2004 Kevin Bagust <[email protected]>
           2005-2009 Adrian Lees <[email protected]>
           2005,2008-2012 Chris Young <[email protected]>
-          2006-2016 Daniel Silverstone <[email protected]>
+          2006-2018 Daniel Silverstone <[email protected]>
           2006-2016 Rob Kendrick <[email protected]>
-          2007-2016 Vincent Sanders <[email protected]>
+          2007-2018 Vincent Sanders <[email protected]>
           2008 Adam Blokus <[email protected]>
           2008 Andrew Sidwell <[email protected]>
           2008-2012 François Revol <[email protected]>
           2008 James Shaw <[email protected]>
-          2008-2016 Michael Drake <[email protected]>
+          2008-2018 Michael Drake <[email protected]>
           2008-2009 Michael Lester <[email protected]>
           2008 Sean Fox <[email protected]>
           2009 Mark Benjamin <[email protected]>
@@ -41,7 +45,7 @@ Copyright: 2003-2016 John-Mark Bell <[email protected]>
           2005 Tim Tyler
 License: GPL-2 with OpenSSL exception
 
-Files: netsurf/!NetSurf/*
+Files: netsurf/resources/*
 Copyright: 2008-2015 Michael Drake <[email protected]>
 License: MIT
 
@@ -53,6 +57,10 @@ Files: libwapcaplet/*
 Copyright: 2009-2015 Daniel Silverstone <[email protected]>
 License: MIT
 
+Files: libnslog/*
+Copyright: 2018 Daniel Silverstone <[email protected]>
+License: MIT
+
 Files: libnsbmp/*
 Copyright: 2003,2008 James Bursa <[email protected]>
           2004 John Tytgat <[email protected]>


-- 
Debian Packaging for NetSurf

_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to