diff -Nru stealth-2.11.03/debian/changelog stealth-2.11.03/debian/changelog --- stealth-2.11.03/debian/changelog 2013-11-11 16:25:57.000000000 +0000 +++ stealth-2.11.03/debian/changelog 2013-11-12 03:42:58.000000000 +0000 @@ -1,9 +1,10 @@ -stealth (2.11.03-1ubuntu1) trusty; urgency=low +stealth (2.11.03-2) unstable; urgency=low - * debian/patches/01_include_errno.patch: (LP: #1250146) - - Add missing include on bobcat/errno to fix FTBFS in scanner module. + * Add patch for FTBFS with bobcat 3.17.00. (Closes: #729302) + - Thank you to Andreas Moog. + * Bump Standards-Version to 3.9.5 (no changes). - -- Andreas Moog Mon, 11 Nov 2013 17:11:49 +0100 + -- tony mancill Mon, 11 Nov 2013 19:41:47 -0800 stealth (2.11.03-1) unstable; urgency=low diff -Nru stealth-2.11.03/debian/control stealth-2.11.03/debian/control --- stealth-2.11.03/debian/control 2013-11-11 16:14:57.000000000 +0000 +++ stealth-2.11.03/debian/control 2013-11-12 03:42:58.000000000 +0000 @@ -1,8 +1,7 @@ Source: stealth Section: admin Priority: optional -Maintainer: Ubuntu Developers -XSBC-Original-Maintainer: Frank B. Brokken +Maintainer: Frank B. Brokken Uploaders: George Danchev , tony mancill Build-Depends: debhelper (>= 9), libbobcat-dev (>= 3.01.00), @@ -11,7 +10,7 @@ texlive-latex-base, texlive-generic-recommended, texlive-latex-recommended, texlive-fonts-recommended, ghostscript -Standards-Version: 3.9.4 +Standards-Version: 3.9.5 Vcs-Git: git://anonscm.debian.org/collab-maint/stealth.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/stealth.git Homepage: http://stealth.sourceforge.net/ diff -Nru stealth-2.11.03/debian/patches/01_include_errno.patch stealth-2.11.03/debian/patches/01_include_errno.patch --- stealth-2.11.03/debian/patches/01_include_errno.patch 2013-11-11 16:26:44.000000000 +0000 +++ stealth-2.11.03/debian/patches/01_include_errno.patch 2013-11-12 03:42:58.000000000 +0000 @@ -1,7 +1,5 @@ Description: Add missing include to fix FTBFS Author: Andreas Moog -Bug-Debian: http://bugs.debian.org/729302 -Bug-Ubuntu: https://bugs.launchpad.net/bugs/1250146 --- stealth-2.11.03.orig/scanner/scanner.ih +++ stealth-2.11.03/scanner/scanner.ih