--- mythbuntu-artwork-usplash-0.2.orig/debian/rules +++ mythbuntu-artwork-usplash-0.2/debian/rules @@ -0,0 +1,17 @@ +#!/usr/bin/make -f +include /usr/share/cdbs/1/class/makefile.mk +include /usr/share/cdbs/1/rules/debhelper.mk + +DEB_MAKE_INSTALL_TARGET := install DESTDIR="$(DEB_DESTDIR)" + +BZR_REVISION+=5 +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-artwork-usplash-0.2.orig/debian/mythbuntu-artwork-usplash.prerm +++ mythbuntu-artwork-usplash-0.2/debian/mythbuntu-artwork-usplash.prerm @@ -0,0 +1,12 @@ +#! /bin/sh + +set -e + +#DEBHELPER# + +case "$1" in + remove) + update-alternatives --remove usplash-artwork.so /usr/lib/usplash/usplash-theme-mythbuntu.so + update-initramfs -u + ;; +esac --- mythbuntu-artwork-usplash-0.2.orig/debian/mythbuntu-artwork-usplash.postinst +++ mythbuntu-artwork-usplash-0.2/debian/mythbuntu-artwork-usplash.postinst @@ -0,0 +1,14 @@ +#!/bin/sh + +set -e + +#DEBHELPER# + +case "$1" in + configure) + update-alternatives --remove usplash-artwork.so /usr/lib/usplash/usplash-theme-mythbuntu.so + #set one higher than kubuntu so kubuntu can still have standalone myth boxen too + update-alternatives --install /usr/lib/usplash/usplash-artwork.so usplash-artwork.so /usr/lib/usplash/usplash-theme-mythbuntu.so 56 + update-initramfs -u + ;; +esac --- mythbuntu-artwork-usplash-0.2.orig/debian/docs +++ mythbuntu-artwork-usplash-0.2/debian/docs @@ -0,0 +1 @@ +COPYING --- mythbuntu-artwork-usplash-0.2.orig/debian/compat +++ mythbuntu-artwork-usplash-0.2/debian/compat @@ -0,0 +1 @@ +5 --- mythbuntu-artwork-usplash-0.2.orig/debian/copyright +++ mythbuntu-artwork-usplash-0.2/debian/copyright @@ -0,0 +1,30 @@ +Usplash Artwork, copyright 2007 Nick Fox +Usplash Artwork, copyright 2007 Shawn Haggard +Usplash Source, copyright 2006 Dennis Kaarsemaker +Packaging, copyright 2007 Mario Limonciello + +Sources: + +* This artwork was created using the following elements for a basis: + - The Ubuntu logo provided on the Ubuntu wiki: https://wiki.ubuntu.com/Artwork/Official?action=AttachFile&do=get&target=UbuntuLogo.png + - The Ubuntu font, ttf-ubuntu-title + +* The kubuntu usplash throbber and source code were used for generating this usplash. + +License: + + The artwork, usplash source code, and packaging are all covered by the + GPLv2. +--- + 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. + + On Ubuntu systems, a copy of the GNU General Public License + may be found in the file /usr/share/common-licenses/GPL-2. --- mythbuntu-artwork-usplash-0.2.orig/debian/control +++ mythbuntu-artwork-usplash-0.2/debian/control @@ -0,0 +1,14 @@ +Source: mythbuntu-artwork-usplash +Priority: optional +Section: misc +Maintainer: Ubuntu MythTV Team +Standards-Version: 3.7.2 +XS-Vcs-Bzr: http://bazaar.launchpad.net/~mythbuntu/mythbuntu/mythbuntu-artwork-usplash +XS-Vcs-Browser: http://codebrowse.launchpad.net/~mythbuntu/mythbuntu/mythbuntu-artwork-usplash +Build-Depends: debhelper (>= 5.0), cdbs, libusplash-dev + +Package: mythbuntu-artwork-usplash +Architecture: any +Depends: ${shlibs:Depends}, initramfs-tools (>= 0.40ubuntu30), usplash (>= 0.4-21) +Description: mythbuntu artwork for usplash + The usplash startup screen for mythbuntu. --- mythbuntu-artwork-usplash-0.2.orig/debian/changelog +++ mythbuntu-artwork-usplash-0.2/debian/changelog @@ -0,0 +1,18 @@ +mythbuntu-artwork-usplash (0.2-0ubuntu1) gutsy; urgency=low + + * Add new logos. + * debian/copyright: + - Add Nick Fox to copyright list. + * debian/rules: + - Add get-orig-source + * debian/control: + - Add X-Vcs-Bzr URLs + - Update maintainer to be ubuntu-mythtv@lists.ubuntu.com + + -- Mario Limonciello Sun, 29 Jul 2007 23:53:59 -0500 + +mythbuntu-artwork-usplash (0.1) gutsy; urgency=low + + * Initial release. + + -- Mario Limonciello Mon, 23 Apr 2007 00:08:23 -0500