diff -Nru rcsslogplayer-15.1.0/debian/changelog rcsslogplayer-15.1.0/debian/changelog --- rcsslogplayer-15.1.0/debian/changelog 2016-06-10 07:53:15.000000000 +0000 +++ rcsslogplayer-15.1.0/debian/changelog 2016-06-10 10:05:34.000000000 +0000 @@ -1,8 +1,8 @@ -rcsslogplayer (15.1.0-0xenial1) xenial; urgency=high +rcsslogplayer (15.1.0-0xenial2) xenial; urgency=high * updated a minor version number. Official release 15.1.0 - -- Hossein Ansari Thu, 03 Sep 2015 15:32:14 +0430 + -- Hossein Ansari Thu, 03 Sep 2015 16:32:14 +0430 rcsslogplayer (15.1.0-0trusty1) trusty; urgency=high diff -Nru rcsslogplayer-15.1.0/debian/patches/qt4_ldadd rcsslogplayer-15.1.0/debian/patches/qt4_ldadd --- rcsslogplayer-15.1.0/debian/patches/qt4_ldadd 1970-01-01 00:00:00.000000000 +0000 +++ rcsslogplayer-15.1.0/debian/patches/qt4_ldadd 2016-06-10 10:05:04.000000000 +0000 @@ -0,0 +1,31 @@ +Description: fix set qt4_ldadd in xenial + add a space between pthread and others. + rcsslogplayer (15.1.0-0xenial1) xenial; urgency=high + . + * updated a minor version number. Official release 15.1.0 +Author: Hossein Ansari + +--- +The information above should follow the Patch Tagging Guidelines, please +checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here +are templates for supplementary fields that you might want to add: + +Origin: , +Bug: +Bug-Debian: http://bugs.debian.org/ +Bug-Ubuntu: https://launchpad.net/bugs/ +Forwarded: +Reviewed-By: +Last-Update: + +--- rcsslogplayer-15.1.0.orig/configure ++++ rcsslogplayer-15.1.0/configure +@@ -16990,7 +16990,7 @@ fi + QT4_CXXFLAGS="$QT4_CFLAGS" + QT4_CPPFLAGS="" + QT4_LDFLAGS=$($PKG_CONFIG --static --libs-only-L $QT4_REQUIRED_MODULES) +- QT4_LDADD="$($PKG_CONFIG --static --libs-only-other $QT4_REQUIRED_MODULES)$($PKG_CONFIG --static --libs-only-l $QT4_REQUIRED_MODULES)" ++ QT4_LDADD="$($PKG_CONFIG --static --libs-only-other $QT4_REQUIRED_MODULES) $($PKG_CONFIG --static --libs-only-l $QT4_REQUIRED_MODULES)" + { $as_echo "$as_me:${as_lineno-$LINENO}: set QT4_CXXFLAGS... $QT4_CXXFLAGS" >&5 + $as_echo "$as_me: set QT4_CXXFLAGS... $QT4_CXXFLAGS" >&6;} + { $as_echo "$as_me:${as_lineno-$LINENO}: set QT4_LDFLAGS... $QT4_LDFLAGS" >&5 diff -Nru rcsslogplayer-15.1.0/debian/patches/series rcsslogplayer-15.1.0/debian/patches/series --- rcsslogplayer-15.1.0/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ rcsslogplayer-15.1.0/debian/patches/series 2016-06-10 10:04:38.000000000 +0000 @@ -0,0 +1 @@ +qt4_ldadd