Hi, I've uploaded an nmu fixing these two rc issues in netsurf. Please see attached patch.
Best wishes, Mike
diff -Nru netsurf-2.9/debian/changelog netsurf-2.9/debian/changelog --- netsurf-2.9/debian/changelog 2012-05-23 09:51:00.000000000 +0000 +++ netsurf-2.9/debian/changelog 2014-06-29 05:51:39.000000000 +0000 @@ -1,3 +1,11 @@ +netsurf (2.9-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Use lcms2 (closes: #745534). + * Add libssl-dev build-dependency (closes: #747788). + + -- Michael Gilbert <mgilb...@debian.org> Sat, 29 Mar 2014 09:02:51 +0000 + netsurf (2.9-2) unstable; urgency=low * Fix upgrade as netsurf-common lacked Replaces/Breaks (Closes: #674113) diff -Nru netsurf-2.9/debian/control netsurf-2.9/debian/control --- netsurf-2.9/debian/control 2012-05-23 09:53:18.000000000 +0000 +++ netsurf-2.9/debian/control 2014-06-29 05:51:07.000000000 +0000 @@ -2,7 +2,7 @@ Section: web Priority: extra Maintainer: Vincent Sanders <vi...@debian.org> -Build-Depends: debhelper (>= 7.0.50~), libglade2-dev, libcurl3-dev, libxml2-dev, libpng-dev, librsvg2-dev, liblcms1-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 +Build-Depends: debhelper (>= 7.0.50~), libglade2-dev, libcurl3-dev, libxml2-dev, libpng-dev, librsvg2-dev, liblcms2-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, Standards-Version: 3.9.3 Homepage: http://www.netsurf-browser.org Vcs-Browser: http://source.netsurf-browser.org/ diff -Nru netsurf-2.9/debian/patches/lcms2.patch netsurf-2.9/debian/patches/lcms2.patch --- netsurf-2.9/debian/patches/lcms2.patch 1970-01-01 00:00:00.000000000 +0000 +++ netsurf-2.9/debian/patches/lcms2.patch 2014-03-29 09:12:49.000000000 +0000 @@ -0,0 +1,14 @@ +description: link against lcms2 +author: Michael Gilbert <mgilb...@debian.org> + +--- a/netsurf-2.9/gtk/Makefile.target ++++ b/netsurf-2.9/gtk/Makefile.target +@@ -54,7 +54,7 @@ GTKCFLAGS := -std=c99 -Dgtk -Dnsgtk \ + $(shell $(PKG_CONFIG) --cflags openssl) \ + $(shell xml2-config --cflags) + +-GTKLDFLAGS := $(shell $(PKG_CONFIG) --cflags --libs libglade-2.0 gtk+-2.0 gthread-2.0 gmodule-2.0 lcms) ++GTKLDFLAGS := $(shell $(PKG_CONFIG) --cflags --libs libglade-2.0 gtk+-2.0 gthread-2.0 gmodule-2.0 lcms2) + + CFLAGS += $(GTKCFLAGS) + LDFLAGS += $(GTKLDFLAGS) diff -Nru netsurf-2.9/debian/patches/series netsurf-2.9/debian/patches/series --- netsurf-2.9/debian/patches/series 2012-05-22 12:10:27.000000000 +0000 +++ netsurf-2.9/debian/patches/series 2014-03-29 09:12:10.000000000 +0000 @@ -3,3 +3,4 @@ enable-nsfb libnsfb-xcb-fix nsfb-linkfix +lcms2.patch