--- mythbuntu-control-centre-0.4.orig/debian/changelog +++ mythbuntu-control-centre-0.4/debian/changelog @@ -0,0 +1,29 @@ +mythbuntu-control-centre (0.4-0ubuntu1) gutsy; urgency=low + + * Update number of parameters necessary for lircrc generation. + + -- Mario Limonciello Fri, 14 Sep 2007 10:51:22 -0500 + +mythbuntu-control-centre (0.3-0ubuntu1) gutsy; urgency=low + + * Introduce support to reload packages from software-properties-gtk. + * Don't hardcode terminals, but rather use the alternatives system. + * Fix nvidia-settings and amdcccle launching. (LP: #138722). + * Don't activate artwork when disabling roles. + * Check for mplayer-nogui and mplayer. + + -- Mario Limonciello Tue, 11 Sep 2007 01:35:11 -0500 + +mythbuntu-control-centre (0.2-0ubuntu1) gutsy; urgency=low + + * Add advanced tab for launching more applications. + * Add Quit button to front of gui. + * Don't check for userid > 999 & < 10000 (LP: #137452) + + -- Mario Limonciello Fri, 07 Sep 2007 16:37:25 -0500 + +mythbuntu-control-centre (0.1-0ubuntu1) gutsy; urgency=low + + * Initial Release. + + -- Mario Limonciello Thu, 26 Jul 2007 18:57:26 -0700 --- mythbuntu-control-centre-0.4.orig/debian/rules +++ mythbuntu-control-centre-0.4/debian/rules @@ -0,0 +1,18 @@ +#!/usr/bin/make -f +DEB_PYTHON_SYSTEM := pycentral +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/python-distutils.mk +# taken from package "restricted-manager" +include /usr/share/cdbs/1/class/makefile.mk +include /usr/share/cdbs/1/rules/langpack.mk + +BZR_REVISION+=48 +BZR_BRANCH+=http://bazaar.launchpad.net/~mythbuntu/mythbuntu/$(DEB_SOURCE_PACKAGE) +TARFILE+=$(DEB_SOURCE_PACKAGE)_$(DEB_UPSTREAM_VERSION).orig.tar.gz + +get-orig-source:: + bzr export -r $(BZR_REVISION) $(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION) $(BZR_BRANCH) + tar czf $(CURDIR)/../$(TARFILE) $(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION) --exclude debian + rm -rf $(CURDIR)/$(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION) + +../$(TARFILE):: get-orig-source --- mythbuntu-control-centre-0.4.orig/debian/mythbuntu-control-centre.1 +++ mythbuntu-control-centre-0.4/debian/mythbuntu-control-centre.1 @@ -0,0 +1,10 @@ +.TH "MYTHBUNTU-CONTROL-CENTRE" "1" "27 July 2007" "" "" +.SH "NAME" +mythbuntu\-control\-centre \- mythbuntu configuration utility +.SH "DESCRIPTION" +\fBmythbuntu\-control\-centre\fP is an application designed to ease the configuration + process of Mythbuntu & Ubuntu machines. It helps to configure both MythTV and related + applications for the user. +.SH "AUTHOR" +\fBmythbuntu\-control\-centre\fP is by Mario Limonciello + --- mythbuntu-control-centre-0.4.orig/debian/control +++ mythbuntu-control-centre-0.4/debian/control @@ -0,0 +1,24 @@ +Source: mythbuntu-control-centre +Section: x11 +Priority: optional +Maintainer: Ubuntu MythTV Team +Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5.0.38), python-central (>= 0.5.6), python (>= 2.4), intltool +XS-Vcs-Bzr: http://bazaar.launchpad.net/~mythbuntu/mythbuntu/mythbuntu-control-centre +XS-Vcs-Browser: http://codebrowse.launchpad.net/~mythbuntu/mythbuntu/mythbuntu-control-centre +XS-Python-Version: current +Standards-Version: 3.7.2 + +Package: mythbuntu-control-centre +Architecture: all +Depends: ${python:Depends}, python-apt, python-vte, python-glade2, python-gtk2, python-mysqldb, lirc (>= 0.8.2-0ubuntu4), mythbuntu-lirc-generator, restricted-manager, expect, vnc4-common, mythtv-common, gksu | kdebase-bin, guidance-backends, gdebi, software-properties-gtk +Suggests: mythtv-backend-master, mythtv-frontend, displayconfig-gtk +XB-Python-Version: ${python:Versions} +Description: Mythbuntu Configuration Application + The Mythbuntu control centre is used to modify settings on a Mythbuntu + system that are not necessarily MythTV specific. These settings range + from setting up system roles, to configuration of drivers, remotes, + and services. + . + This application can also be used on a standard Ubuntu system to convert + it directly to a Mythbuntu box or to add Mythbuntu role(s) in addition to + the existing desktop role. --- mythbuntu-control-centre-0.4.orig/debian/pycompat +++ mythbuntu-control-centre-0.4/debian/pycompat @@ -0,0 +1 @@ +2 --- mythbuntu-control-centre-0.4.orig/debian/manpages +++ mythbuntu-control-centre-0.4/debian/manpages @@ -0,0 +1 @@ +debian/mythbuntu-control-centre.1 --- mythbuntu-control-centre-0.4.orig/debian/preinst +++ mythbuntu-control-centre-0.4/debian/preinst @@ -0,0 +1,14 @@ +#!/bin/sh + +set -e + +#DEBHELPER# + +case "$1" in + install) + dpkg-divert --package mythbuntu-control-centre --add --rename \ + --divert /usr/share/mythtv/main_settings.xml.diverted /usr/share/mythtv/main_settings.xml + ;; +esac + + --- mythbuntu-control-centre-0.4.orig/debian/postrm +++ mythbuntu-control-centre-0.4/debian/postrm @@ -0,0 +1,15 @@ +#! /bin/sh + +set -e + +#DEBHELPER# + +case "$1" in + remove) + dpkg-divert --package mythbuntu-control-centre --remove \ + --rename --divert /usr/share/mythtv/main_settings.xml.diverted /usr/share/mythtv/main_settings.xml + ;; +esac + + + --- mythbuntu-control-centre-0.4.orig/debian/compat +++ mythbuntu-control-centre-0.4/debian/compat @@ -0,0 +1 @@ +5 --- mythbuntu-control-centre-0.4.orig/debian/copyright +++ mythbuntu-control-centre-0.4/debian/copyright @@ -0,0 +1,34 @@ +This package was debianized by Mario Limonciello on +Tue, 3 Aug 2007 16:41:23 -0500 + +This original source for this package was obtained via the upstream +bzr branch at http://bazaar.launchpad.net/~mythbuntu/mythbuntu/mythbuntu-control-centre + +You can grab the version currently in use by this revision by +running 'debian/rules get-orig-source'. + +Author & Copyright: + Portions Copyright Michael Vogt + © 2007 Mario Limonciello + +License: + + This Package 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 package 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 & Ubuntu systems, a complete copy of the GPL can be found under +/usr/share/common-licenses/GPL + +The Debian packaging is © 2007, Mario Limonciello and is +also licensed under the GPL.