--- mythnettv-gui-1.0.orig/debian/changelog +++ mythnettv-gui-1.0/debian/changelog @@ -0,0 +1,33 @@ +mythnettv-gui (1.0-0ubuntu5) trusty; urgency=medium + + * Port to dh_python2. + + -- Dimitri John Ledkov Mon, 27 Jan 2014 13:12:48 +0000 + +mythnettv-gui (1.0-0ubuntu4) precise; urgency=low + + * Rebuild to drop python2.6 dependencies. + + -- Matthias Klose Sat, 31 Dec 2011 02:05:36 +0000 + +mythnettv-gui (1.0-0ubuntu3) karmic; urgency=low + + * Fixes FTBFS (LP: #434132) + * debian/control: + - Add XB-Python-Version field. + - Bump Standards-Version to 3.8.3 + + -- Andrew Starr-Bochicchio Mon, 21 Sep 2009 12:59:04 -0400 + +mythnettv-gui (1.0-0ubuntu2) jaunty; urgency=low + + * Build-Depends on python-all-dev instead of python and rebuild to build + with Python 2.6. + + -- Alessio Treglia Mon, 16 Mar 2009 07:50:45 +0100 + +mythnettv-gui (1.0-0ubuntu1) jaunty; urgency=low + + * Initial Release (LP: #328149) + + -- Thomas Mashos Tue, 10 Feb 2009 09:44:49 -0800 --- mythnettv-gui-1.0.orig/debian/compat +++ mythnettv-gui-1.0/debian/compat @@ -0,0 +1 @@ +5 --- mythnettv-gui-1.0.orig/debian/control +++ mythnettv-gui-1.0/debian/control @@ -0,0 +1,23 @@ +Source: mythnettv-gui +Section: graphics +Priority: optional +Maintainer: MythTV Ubuntu Maintainers +XSBC-Original-Maintainer: Thomas Mashos +Build-Depends: cdbs (>= 0.4.49), debhelper (>= 5.0.38), python-all-dev, dh-python +Standards-Version: 3.8.3 +Homepage: http://www.mythbuntu.org + +Package: mythnettv-gui +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, mythnettv | mythnettv-svn +Description: Gui frontend for MythNetTV + MythNetTv is a RSS and Atom aggregator for video + downloads. The idea is that video blogs end up + as recordings in MythTV, which you then watch in + the normal manner. + . + MythNetTV is meant to be used in conjunction with + MythTV, but can also be used as a standalone + application. + . + This is a GUI frontend for MythNetTV --- mythnettv-gui-1.0.orig/debian/copyright +++ mythnettv-gui-1.0/debian/copyright @@ -0,0 +1,31 @@ +This package was debianized by Thomas Mashos on +Wed, 20 Aug 2008 19:58:19 -0700. + +Source located at + http://code.launchpad.net/~mythbuntu/mythbuntu/mythnettv-gui + +Author & Copyright: + + Copyright © 2008 Thomas Mashos + +License: + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program 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 General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL-2'. + +The Debian packaging is © 2008, Thomas Mashos and +is licensed under the GPL, see above. --- mythnettv-gui-1.0.orig/debian/logrotate +++ mythnettv-gui-1.0/debian/logrotate @@ -0,0 +1,8 @@ +/var/log/mythtv/mythnettv.log { + daily + rotate 7 + notifempty + copytruncate + missingok +} + --- mythnettv-gui-1.0.orig/debian/manpages +++ mythnettv-gui-1.0/debian/manpages @@ -0,0 +1 @@ +mythnettv-gui.1 --- mythnettv-gui-1.0.orig/debian/rules +++ mythnettv-gui-1.0/debian/rules @@ -0,0 +1,16 @@ +#!/usr/bin/make -f + +DEB_PYTHON2_MODULE_PACKAGES := mythnettv-gui +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/python-distutils.mk + +SOURCELOC=http://launchpad.net/mythnettv/mythnettv-gui/1.0/+download/ +RELEASE:=$(shell dpkg-parsechangelog | sed -ne 's/^Version: *\(.*\)-.*/\1/p') +VERSIONNUM+=$(RELEASE) +FILENAME=$(DEB_SOURCE_PACKAGE)_$(VERSIONNUM) + +get-orig-source:: + wget $(SOURCELOC)$(FILENAME).tar.gz + mv $(FILENAME).tar.gz ../$(FILENAME).orig.tar.gz + +../$(TARFILE):: get-orig-source --- mythnettv-gui-1.0.orig/debian/watch +++ mythnettv-gui-1.0/debian/watch @@ -0,0 +1 @@ +## This program is not available upstream