--- mythbuntu-default-settings-0.57.orig/debian/install +++ mythbuntu-default-settings-0.57/debian/install @@ -0,0 +1,2 @@ +etc/* /etc +usr/* /usr --- mythbuntu-default-settings-0.57.orig/debian/changelog +++ mythbuntu-default-settings-0.57/debian/changelog @@ -0,0 +1,94 @@ +mythbuntu-default-settings (0.57-0ubuntu1) gutsy; urgency=low + + [ Dave Morris ] + * Begin to include xfce settings. + + [ Mario Limonciello ] + * Launch mythbuntu-startup gksudo -k. + * Add logo to package. + * Rename session from "Mythbuntu Administration" to "Mythbuntu" + * Migrate most of the wrapper from startmythtv.sh into session.sh + * Only source /etc/mythtv/session-settings if it exists. + * Add automatic login information to gdm.conf. + * Drop gnome-power-manager and gnome-screensaver from recommends. + * Update debian/control description. + + -- Mario Limonciello Thu, 27 Sep 2007 02:56:39 -0500 + +mythbuntu-default-settings (0.56-0ubuntu1) gutsy; urgency=low + + * Rename session from mythbuntu_admin to mythbuntu. + * Make new default session mythbuntu rather than mythtv-xsession. + * Remove volume manager and control centre from autolaunching. + + -- Mario Limonciello Thu, 27 Sep 2007 02:15:58 -0500 + +mythbuntu-default-settings (0.55-0ubuntu1) gutsy; urgency=low + + [ Dave Morris ] + * Add Xfce settings to the session. + * Setup Xfce to be default in the sesion. + + [ Mario Limonciello ] + * Drop all idesk / feh configuration items. + * Add network manager to depenencies. + * Drop idesk, feh, openbox from dependencies. + * Make sure Network Manager automatically starts. + + -- Mario Limonciello Tue, 25 Sep 2007 20:38:23 -0500 + +mythbuntu-default-settings (0.54-0ubuntu1) gutsy; urgency=low + + * Don't start the control centre if ubiquity is present. + + -- Mario Limonciello Sun, 26 Aug 2007 14:57:56 -0500 + +mythbuntu-default-settings (0.53-0ubuntu1) gutsy; urgency=low + + * Default to mythtv session, just provide administration session. + * Add icons for control centre and xterm in admin session. + * Remove all other icons from admin session. + + -- Mario Limonciello Fri, 24 Aug 2007 13:10:04 -0500 + +mythbuntu-default-settings (0.52-0ubuntu1) gutsy; urgency=low + + * Updated desktop logo. + + -- Mario Limonciello Mon, 30 Jul 2007 00:14:36 -0500 + +mythbuntu-default-settings (0.51-0ubuntu1) gutsy; urgency=low + + * Re-arrange admin_session.sh to reflect appropriate order + for automatic startup in live frontend mode. + * Add xsetroot to create a black background in live frontend mode. + * debian/control: + - Update description + + -- Mario Limonciello Thu, 19 Jul 2007 23:05:48 -0500 + +mythbuntu-default-settings (0.5-0ubuntu1) gutsy; urgency=low + + * debian/control: + - Update maintainer to be ubuntu-mythtv@lists.ubuntu.com + * Launch Mythbuntu Live Autostart via gksudo and with --load. + + -- Mario Limonciello Thu, 19 Jul 2007 02:02:09 -0500 + +mythbuntu-default-settings (0.4-0ubuntu1) gutsy; urgency=low + + * Make sure gdm.conf is in proper xdg directory. + + -- Mario Limonciello Tue, 10 Jul 2007 02:20:49 -0500 + +mythbuntu-default-settings (0.3-0ubuntu1) gutsy; urgency=low + + * Change GTK Theme default. (LP: 124935) + + -- Mario Limonciello Sat, 7 Jul 2007 14:23:20 -0500 + +mythbuntu-default-settings (0.2-0ubuntu1) gutsy; urgency=low + + * Initial Release. + + -- Mario Limonciello Tue, 3 Jul 2007 18:57:19 -0500 --- mythbuntu-default-settings-0.57.orig/debian/rules +++ mythbuntu-default-settings-0.57/debian/rules @@ -0,0 +1,13 @@ +#!/usr/bin/make -f +include /usr/share/cdbs/1/rules/debhelper.mk + +BZR_REVISION+=21 +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) $(BZR_BRANCH) + tar czf $(CURDIR)/../$(TARFILE) $(DEB_SOURCE_PACKAGE) --exclude debian + rm -rf $(CURDIR)/$(DEB_SOURCE_PACKAGE) + +../$(TARFILE):: get-orig-source --- mythbuntu-default-settings-0.57.orig/debian/control +++ mythbuntu-default-settings-0.57/debian/control @@ -0,0 +1,23 @@ +Source: mythbuntu-default-settings +Section: x11 +Priority: optional +Maintainer: Ubuntu MythTV Team +Build-Depends: debhelper (>= 5.0.0), cdbs +XS-Vcs-Bzr: http://bazaar.launchpad.net/~mythbuntu/mythbuntu/mythbuntu-default-settings +Standards-Version: 3.7.2 + +Package: mythbuntu-default-settings +Architecture: all +Depends: mythbuntu-gdm-theme, gtk2-engines-mythbuntu, network-manager-gnome, xfce4-utils +Recommends: gdm, mythbuntu-live-autostart +Description: default settings for Mythbuntu + Various preconfigured items for Mythbuntu. + This package will: + * Preset the GDM theme + * Mythbuntu Session + * Preset the GTK theme for new users + * Preset the background for new users + * Queue the automatic startup of the frontend + . + It can be installed on a normal system, but makes most sense to + be installed on a Mythbuntu system. --- mythbuntu-default-settings-0.57.orig/debian/postinst +++ mythbuntu-default-settings-0.57/debian/postinst @@ -0,0 +1,14 @@ +#! /bin/sh + +set -e + +#DEBHELPER# + +case "$1" in + configure) + if [ -d /etc/gdm ]; then + # Higher than xubuntu + update-alternatives --install /etc/gdm/gdm-cdd.conf gdm-config-derivative /etc/xdg/mythbuntu/gdm/gdm.conf 55 + fi + ;; +esac --- mythbuntu-default-settings-0.57.orig/debian/compat +++ mythbuntu-default-settings-0.57/debian/compat @@ -0,0 +1 @@ +5 --- mythbuntu-default-settings-0.57.orig/debian/prerm +++ mythbuntu-default-settings-0.57/debian/prerm @@ -0,0 +1,11 @@ +#! /bin/sh + +set -e + +#DEBHELPER# + +case "$1" in + remove) + update-alternatives --remove gdm-config-derivative /etc/xdg/mythbuntu/gdm/gdm.conf + ;; +esac --- mythbuntu-default-settings-0.57.orig/debian/copyright +++ mythbuntu-default-settings-0.57/debian/copyright @@ -0,0 +1,27 @@ +This package was debianized by Mario Limonciello on +Tue, 03 July 2007 16:41:23 -0500 + +Author & Copyright: + © 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 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 © 2007, Mario Limonciello and is +also licensed under the GPL.