diff -Nru speechd-up-0.5~20110719/debian/changelog speechd-up-0.5~20110719/debian/changelog --- speechd-up-0.5~20110719/debian/changelog 2014-01-24 01:31:29.000000000 +0000 +++ speechd-up-0.5~20110719/debian/changelog 2014-02-16 15:58:43.000000000 +0000 @@ -1,9 +1,14 @@ -speechd-up (0.5~20110719-4ubuntu1) trusty; urgency=medium +speechd-up (0.5~20110719-5) unstable; urgency=low - * Merge from Debian unstable (LP: #1268206). Remaining changes: - - Build against speech-dispatcher >= 0.8. + * Team upload. + * Build against speech-dispatcher 0.8 + - Add patch to find libspeechd.h on new location + * Update Vcs-* fields to canonical location + * Add Homepage field + * Add lintian override for dual licensed gfdl/gpl file + * Drop hardening-wrapper dependency and instead bump debhelper version to 9 - -- Logan Rosen Thu, 23 Jan 2014 20:30:02 -0500 + -- Paul Gevers Sun, 16 Feb 2014 12:11:32 +0100 speechd-up (0.5~20110719-4) unstable; urgency=low @@ -13,24 +18,6 @@ -- Samuel Thibault Fri, 03 Jan 2014 00:54:24 +0100 -speechd-up (0.5~20110719-3ubuntu2) trusty; urgency=low - - * Remove build dependency on libdotconf1.0. - - -- Matthias Klose Fri, 15 Nov 2013 11:25:53 +0100 - -speechd-up (0.5~20110719-3ubuntu1) trusty; urgency=low - - * Build against speech-dispatcher >= 0.8 - - -- Luke Yelavich Mon, 11 Nov 2013 16:27:22 +1100 - -speechd-up (0.5~20110719-3build1) trusty; urgency=low - - * No-change rebuild for libdotconf transition - - -- Luke Yelavich Tue, 29 Oct 2013 17:11:51 -0700 - speechd-up (0.5~20110719-3) unstable; urgency=low * patches/texinfo: Fix fdl.texi. Closes: #713317. diff -Nru speechd-up-0.5~20110719/debian/compat speechd-up-0.5~20110719/debian/compat --- speechd-up-0.5~20110719/debian/compat 2014-01-24 01:29:10.000000000 +0000 +++ speechd-up-0.5~20110719/debian/compat 2014-02-16 15:26:41.000000000 +0000 @@ -1 +1 @@ -7 +9 diff -Nru speechd-up-0.5~20110719/debian/control speechd-up-0.5~20110719/debian/control --- speechd-up-0.5~20110719/debian/control 2014-01-24 01:29:59.000000000 +0000 +++ speechd-up-0.5~20110719/debian/control 2014-02-16 15:25:58.000000000 +0000 @@ -1,17 +1,23 @@ Source: speechd-up Section: admin Priority: extra -Maintainer: Ubuntu Developers -XSBC-Original-Maintainer: Debian Accessibility Team -Uploaders: Jean-Philippe MENGUAL , Samuel Thibault -Build-Depends: debhelper (>= 7.0.50), libdotconf-dev, texinfo, pkg-config, dh-autoreconf, libspeechd-dev (>= 0.8), hardening-wrapper +Maintainer: Debian Accessibility Team +Uploaders: Jean-Philippe MENGUAL , + Samuel Thibault +Build-Depends: debhelper (>= 9), + dh-autoreconf, + libdotconf-dev, + libspeechd-dev (>=0.8), + pkg-config, + texinfo Standards-Version: 3.9.5 -Vcs-Git: git://git.debian.org/pkg-a11y/speechd-up.git -Vcs-Browser: http://git.debian.org/?p=pkg-a11y/speechd-up.git;a=summary +Vcs-Git: git://anonscm.debian.org/pkg-a11y/speechd-up.git +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-a11y/speechd-up.git;a=summary +Homepage: https://github.com/williamh/speechd-up.git Package: speechd-up Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${misc:Depends}, ${shlibs:Depends} Description: Interface between Speech Dispatcher and SpeakUp SpeechD-Up provides an interface daemon between Speakup (kernel based screen reader) and Speech Dispatcher (common interface to speech diff -Nru speechd-up-0.5~20110719/debian/patches/find_new_speech-dispatcher_header_location speechd-up-0.5~20110719/debian/patches/find_new_speech-dispatcher_header_location --- speechd-up-0.5~20110719/debian/patches/find_new_speech-dispatcher_header_location 1970-01-01 00:00:00.000000000 +0000 +++ speechd-up-0.5~20110719/debian/patches/find_new_speech-dispatcher_header_location 2014-02-16 11:32:06.000000000 +0000 @@ -0,0 +1,15 @@ +Description: speech-dispatcher 0.8 moved the location of the header files +Author: Paul Gevers +Forwarded: https://github.com/williamh/speechd-up/issues/1 + +--- a/speechd-up.c ++++ b/speechd-up.c +@@ -42,7 +42,7 @@ + #include + + #include +-#include ++#include + + #include "log.h" + #include "options.h" diff -Nru speechd-up-0.5~20110719/debian/patches/series speechd-up-0.5~20110719/debian/patches/series --- speechd-up-0.5~20110719/debian/patches/series 2014-01-24 01:29:10.000000000 +0000 +++ speechd-up-0.5~20110719/debian/patches/series 2014-02-16 11:14:08.000000000 +0000 @@ -1,2 +1,2 @@ texinfo -speechd-0.8.patch +find_new_speech-dispatcher_header_location diff -Nru speechd-up-0.5~20110719/debian/patches/speechd-0.8.patch speechd-up-0.5~20110719/debian/patches/speechd-0.8.patch --- speechd-up-0.5~20110719/debian/patches/speechd-0.8.patch 2014-01-24 01:29:10.000000000 +0000 +++ speechd-up-0.5~20110719/debian/patches/speechd-0.8.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,13 +0,0 @@ -Index: speechd-up-0.5~20110719/speechd-up.c -=================================================================== ---- speechd-up-0.5~20110719.orig/speechd-up.c 2011-07-22 03:59:14.000000000 +1000 -+++ speechd-up-0.5~20110719/speechd-up.c 2013-11-11 16:27:12.120466688 +1100 -@@ -42,7 +42,7 @@ - #include - - #include --#include -+#include - - #include "log.h" - #include "options.h" diff -Nru speechd-up-0.5~20110719/debian/source.lintian-overrides speechd-up-0.5~20110719/debian/source.lintian-overrides --- speechd-up-0.5~20110719/debian/source.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ speechd-up-0.5~20110719/debian/source.lintian-overrides 2014-01-05 21:01:38.000000000 +0000 @@ -0,0 +1,3 @@ +# The license of these files is dual licensed with GPL-2+ and furthermore +# have the no invariant remark +speechd-up source: license-problem-gfdl-invariants speechd-up.texi