--- mythbuntu-common-0.14.orig/debian/changelog +++ mythbuntu-common-0.14/debian/changelog @@ -0,0 +1,99 @@ +mythbuntu-common (0.14-0ubuntu1) intrepid; urgency=low + + [ Mario Limonciello ] + * Clean up tabbing/spacing. + * debian/control: + - Update standards version. + + [ Nick Fox ] + * Add Mythbuntu Apple Trailers support + + -- Mario Limonciello Sun, 06 Jul 2008 01:31:04 -0500 + +mythbuntu-common (0.13-0ubuntu1) hardy; urgency=low + + [ Mario Limonciello ] + * Bump logo to new logo. + + [Michael Haas] + * Update diskless dictionary + + -- Mario Limonciello Wed, 09 Apr 2008 09:55:36 -0500 + +mythbuntu-common (0.12-0ubuntu1) hardy; urgency=low + + * Catch exceptions related to debconftalk. (LP: #201682) + + -- Mario Limonciello Fri, 21 Mar 2008 23:57:34 -0500 + +mythbuntu-common (0.11-0ubuntu1) hardy; urgency=low + + * Add diskless dictionary. + + -- Mario Limonciello Sat, 08 Mar 2008 00:44:10 -0600 + +mythbuntu-common (0.10-0ubuntu1) hardy; urgency=low + + * Make new vnc passwords readable by anyone. + + -- Mario Limonciello Sun, 02 Mar 2008 15:12:37 -0600 + +mythbuntu-common (0.9-0ubuntu1) hardy; urgency=low + + * Change vnc4server key to be x11vnc. + * Drop mythappearance from dictionary. + + -- Mario Limonciello Mon, 25 Feb 2008 21:46:31 -0600 + +mythbuntu-common (0.8-0ubuntu1) hardy; urgency=low + + * Add new plugins that are available in trunk to list. + + -- Mario Limonciello Wed, 30 Jan 2008 20:13:18 -0600 + +mythbuntu-common (0.7-0ubuntu1) hardy; urgency=low + + * Default to having all themes enabled on glade page. They are + properly enabled/disabled upon install or via mcc. + + -- Mario Limonciello Sun, 27 Jan 2008 10:55:09 -0600 + +mythbuntu-common (0.6-0ubuntu1) hardy; urgency=low + + * Move themes glade file into package. + + -- Mario Limonciello Mon, 21 Jan 2008 09:54:43 -0600 + +mythbuntu-common (0.5-0ubuntu1) hardy; urgency=low + + * Allow permission changing to be optional for lircrc generation. + + -- Mario Limonciello Mon, 14 Jan 2008 22:49:36 -0600 + +mythbuntu-common (0.4-0ubuntu1) hardy; urgency=low + + * Correct minor typo in debconftalk. + + -- Mario Limonciello Sat, 12 Jan 2008 13:24:27 -0600 + +mythbuntu-common (0.3-0ubuntu1) hardy; urgency=low + + * Add glade file or infrared devices. + + -- Mario Limonciello Sat, 12 Jan 2008 09:51:31 -0600 + +mythbuntu-common (0.2-0ubuntu1) hardy; urgency=low + + * debian/control: + - Depend upon mythbuntu-lirc-generator. + * lirc.py: + - Revamp support for Hardy's LIRC which handles remotes + and transmitters independently. + + -- Mario Limonciello Sat, 29 Dec 2007 18:58:28 -0600 + +mythbuntu-common (0.1-0ubuntu1) hardy; urgency=low + + * Initial Release. + + -- Mario Limonciello Thu, 27 Dec 2007 01:40:58 -0600 --- mythbuntu-common-0.14.orig/debian/rules +++ mythbuntu-common-0.14/debian/rules @@ -0,0 +1,16 @@ +#!/usr/bin/make -f +DEB_INSTALL_CHANGELOGS_ALL := Changelog +DEB_PYTHON_SYSTEM := pysupport +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/python-distutils.mk + +BZR_REVISION+=27 +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-common-0.14.orig/debian/pycompat +++ mythbuntu-common-0.14/debian/pycompat @@ -0,0 +1 @@ +2 --- mythbuntu-common-0.14.orig/debian/compat +++ mythbuntu-common-0.14/debian/compat @@ -0,0 +1 @@ +5 --- mythbuntu-common-0.14.orig/debian/copyright +++ mythbuntu-common-0.14/debian/copyright @@ -0,0 +1,33 @@ +This package was debianized by Mario Limonciello on +Tue, 3 Jan 2008 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-common + +You can grab the version currently in use by this revision by +running 'debian/rules get-orig-source'. + +Author & Copyright: + © 2007-2008 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 3 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 © 2008, Mario Limonciello and is +also licensed under the GPL. --- mythbuntu-common-0.14.orig/debian/control +++ mythbuntu-common-0.14/debian/control @@ -0,0 +1,20 @@ +Source: mythbuntu-common +Section: x11 +Priority: optional +Maintainer: Ubuntu MythTV Team +Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5.0.38), python-support (>= 0.5.6), python (>= 2.4) +XS-Vcs-Bzr: http://bazaar.launchpad.net/~mythbuntu/mythbuntu/mythbuntu-common +XS-Vcs-Browser: http://codebrowse.launchpad.net/~mythbuntu/mythbuntu/mythbuntu-common +XS-Python-Version: current +Standards-Version: 3.8.0 + +Package: mythbuntu-common +Architecture: all +Depends: ${python:Depends},expect,mythbuntu-lirc-generator +XB-Python-Version: ${python:Versions} +Description: Mythbuntu application support functions + This library is used by multiple mythbuntu applications to provide a common + interface for several very commonly used functions. + . + Depending upon the usage, this application may also be useful by other + projects needing to accomplish similar tasks.