diff -Nru libtvdb-0.3.0/debian/changelog libtvdb-0.3.0/debian/changelog --- libtvdb-0.3.0/debian/changelog 2012-03-11 14:54:47.000000000 +0000 +++ libtvdb-0.3.0/debian/changelog 2012-03-12 09:45:52.000000000 +0000 @@ -1,4 +1,4 @@ -libtvdb (0.3.0-1~ppa1) precise; urgency=low +libtvdb (0.3.0-1~ppa2) precise; urgency=low * Initial release (Closes: #nnnn) diff -Nru libtvdb-0.3.0/debian/control libtvdb-0.3.0/debian/control --- libtvdb-0.3.0/debian/control 2012-03-11 14:52:17.000000000 +0000 +++ libtvdb-0.3.0/debian/control 2012-03-11 21:39:17.000000000 +0000 @@ -4,9 +4,9 @@ Build-Depends: kde-sc-dev-latest (>= 4:4.8.1), cmake, debhelper (>= 7.3.16), pkg-kde-tools (>= 0.12), shared-desktop-ontologies (>= 0.9.0) -Standards-Version: 3.9.2 +Standards-Version: 3.9.3 Section: libs -Homepage: +Homepage: http://libtvdb.sourceforge.net/ #Vcs-Git: git://git.debian.org/collab-maint/libtvdb.git #Vcs-Browser: http://git.debian.org/?p=collab-maint/libtvdb.git;a=summary @@ -14,10 +14,7 @@ Section: libdevel Architecture: any Depends: libtvdb (= ${binary:Version}) -Description: A small Qt-based C++ library which allows to fetch TV series information from thetvdb.com - Async Api for thetvdb.com - Fetches series, season, and episode information - . +Description: development files for libtvdb This package contains the files needed to develop applications using this library Package: libtvdb @@ -26,4 +23,4 @@ Depends: ${shlibs:Depends}, ${misc:Depends} Description: A small Qt-based C++ library which allows to fetch TV series information from thetvdb.com Async Api for thetvdb.com - Fetches series, season, and episode information \ No newline at end of file + Fetches series, season, and episode information diff -Nru libtvdb-0.3.0/debian/copyright libtvdb-0.3.0/debian/copyright --- libtvdb-0.3.0/debian/copyright 2012-03-11 14:49:52.000000000 +0000 +++ libtvdb-0.3.0/debian/copyright 2012-03-12 09:33:17.000000000 +0000 @@ -12,18 +12,18 @@ later version accepted by the membership of KDE e.V. (or its successor approved by the membership of KDE e.V.), which shall act as a proxy defined in Section 6 of version 3 of the license. - + . This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - + . You should have received a copy of the GNU Lesser General Public License along with this library. If not, see . - + . On Debian systems, the complet text of the GNU Lesser General Public License 2.1 can be found in "/usr/share/common-licenses/LGPL-2.1". - + . On Debian systems, the complet text of the GNU Lesser General Public License 3 can be found in "/usr/share/common-licenses/LGPL-3". @@ -34,12 +34,12 @@ modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. - + . This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. - + . On Debian systems, the complet text of the GNU Lesser General Public License version 2 can be found in "/usr/share/common-licenses/LGPL-2". @@ -61,6 +61,3 @@ . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". - -# Please also look if there are files or directories which have a -# different copyright/license attached and list them here. diff -Nru libtvdb-0.3.0/debian/libtvdb-dev.install libtvdb-0.3.0/debian/libtvdb-dev.install --- libtvdb-0.3.0/debian/libtvdb-dev.install 2012-03-11 14:21:49.000000000 +0000 +++ libtvdb-0.3.0/debian/libtvdb-dev.install 2012-03-12 09:30:41.000000000 +0000 @@ -1,5 +1,2 @@ usr/include/* -usr/lib/lib*.a usr/lib/lib*.so -usr/lib/pkgconfig/* -usr/share/pkgconfig/* diff -Nru libtvdb-0.3.0/debian/watch.ex libtvdb-0.3.0/debian/watch.ex --- libtvdb-0.3.0/debian/watch.ex 1970-01-01 00:00:00.000000000 +0000 +++ libtvdb-0.3.0/debian/watch.ex 2012-03-11 14:21:49.000000000 +0000 @@ -0,0 +1,23 @@ +# Example watch control file for uscan +# Rename this file to "watch" and then you can run the "uscan" command +# to check for upstream updates and more. +# See uscan(1) for format + +# Compulsory line, this is a version 3 file +version=3 + +# Uncomment to examine a Webpage +# +#http://www.example.com/downloads.php libtvdb-(.*)\.tar\.gz + +# Uncomment to examine a Webserver directory +#http://www.example.com/pub/libtvdb-(.*)\.tar\.gz + +# Uncommment to examine a FTP server +#ftp://ftp.example.com/pub/libtvdb-(.*)\.tar\.gz debian uupdate + +# Uncomment to find new files on sourceforge, for devscripts >= 2.9 +# http://sf.net/libtvdb/libtvdb-(.*)\.tar\.gz + +# Uncomment to find new files on GooglePages +# http://example.googlepages.com/foo.html libtvdb-(.*)\.tar\.gz