[Demudi-commits] r649 - in bootsplash-theme-debian/trunk: . debian

Free Ekanayaka free-guest at costa.debian.org
Mon Feb 6 02:54:04 UTC 2006


Author: free-guest
Date: 2006-02-06 02:54:03 +0000 (Mon, 06 Feb 2006)
New Revision: 649

Added:
   bootsplash-theme-debian/trunk/debian/
   bootsplash-theme-debian/trunk/debian/bootsplash-theme-debian.templates
   bootsplash-theme-debian/trunk/debian/changelog
   bootsplash-theme-debian/trunk/debian/compat
   bootsplash-theme-debian/trunk/debian/control
   bootsplash-theme-debian/trunk/debian/dirs
   bootsplash-theme-debian/trunk/debian/docs
   bootsplash-theme-debian/trunk/debian/postinst
   bootsplash-theme-debian/trunk/debian/postrm
   bootsplash-theme-debian/trunk/debian/prerm
   bootsplash-theme-debian/trunk/debian/rules
Log:
Load newtrunk into bootsplash-theme-debian/trunk.


Added: bootsplash-theme-debian/trunk/debian/bootsplash-theme-debian.templates
===================================================================
--- bootsplash-theme-debian/trunk/debian/bootsplash-theme-debian.templates	2006-02-06 02:53:35 UTC (rev 648)
+++ bootsplash-theme-debian/trunk/debian/bootsplash-theme-debian.templates	2006-02-06 02:54:03 UTC (rev 649)
@@ -0,0 +1,14 @@
+Template: shared/bootsplash-theme
+Type: select
+Choices: ${choices}
+Description: Please select theme bootsplash should use.
+ Please select the theme bootsplash should use.  If you wish to
+ change it at a later date, just run dpkg-reconfigure bootsplash.
+
+Template: bootsplash-theme-debian/resolutions
+Type: multiselect
+Choices: 1024x768
+Default: 1024x768
+Description: Select the resoultion you would like to enable bootsplash for.
+ You need to select which resolutions bootsplash should be enabled for, also
+ remember to include the proper (vga=???) line in your lilo.conf.

Added: bootsplash-theme-debian/trunk/debian/changelog
===================================================================
--- bootsplash-theme-debian/trunk/debian/changelog	2006-02-06 02:53:35 UTC (rev 648)
+++ bootsplash-theme-debian/trunk/debian/changelog	2006-02-06 02:54:03 UTC (rev 649)
@@ -0,0 +1,35 @@
+bootsplash-theme-debian (0.5-5) unstable; urgency=low
+
+  * yet another fix... today: templates
+
+ -- Oliver Sorge <oliver at dediziert.org>  Fri, 25 Feb 2005 01:38:59 +0200
+
+bootsplash-theme-debian (0.5-4) unstable; urgency=low
+
+  * fixed postinst again :/.. I should test my packages before uploading
+    them to my public repository. Sorry for all inconvenience you had.
+
+ -- Oliver Sorge <oliver at dediziert.org>  Thu, 24 Feb 2005 21:41:55 +0200
+
+bootsplash-theme-debian (0.5-3) unstable; urgency=low
+
+  * fixed postinst
+
+ -- Oliver Sorge <oliver at dediziert.org>  Thu, 24 Feb 2005 13:44:41 +0200
+
+bootsplash-theme-debian (0.5-2) unstable; urgency=low
+
+  * added postinst
+    - fixes db_register/db_unregister
+
+ -- Oliver Sorge <oliver at dediziert.org>  Thu, 24 Feb 2005 09:57:25 +0200
+
+bootsplash-theme-debian (0.5-1) unstable; urgency=low
+
+  * Initial Release.
+  * Old .deb completelty repackaged
+  * postinst, postrm and prerm from Marco Amadori
+  * Changed architecture from any to all
+  * Some cleanups
+
+ -- Oliver Sorge <oliver at dediziert.org>  Tue,  8 Feb 2005 13:56:27 +0200

Added: bootsplash-theme-debian/trunk/debian/compat
===================================================================
--- bootsplash-theme-debian/trunk/debian/compat	2006-02-06 02:53:35 UTC (rev 648)
+++ bootsplash-theme-debian/trunk/debian/compat	2006-02-06 02:54:03 UTC (rev 649)
@@ -0,0 +1 @@
+4

Added: bootsplash-theme-debian/trunk/debian/control
===================================================================
--- bootsplash-theme-debian/trunk/debian/control	2006-02-06 02:53:35 UTC (rev 648)
+++ bootsplash-theme-debian/trunk/debian/control	2006-02-06 02:54:03 UTC (rev 649)
@@ -0,0 +1,17 @@
+Source: bootsplash-theme-debian
+Section: graphics
+Priority: optional
+Maintainer: Oliver Sorge <oliver at dediziert.org>
+Build-Depends: debhelper (>= 4.0.0)
+Standards-Version: 0.1
+
+Package: bootsplash-theme-debian
+Architecture: all
+Depends: bootsplash (>= 3.0.0), debconf (>= 0.5) | debconf-2.0
+Provides: bootsplash-theme
+Description: The bootsplash theme debian
+ This is another bootsplash theme packaged for the Debian GNU/Linux
+ Operating System. This theme is also available for download at
+ http://www.bootsplash.de.
+ .
+ Resolutions: 1024x768

Added: bootsplash-theme-debian/trunk/debian/dirs
===================================================================
--- bootsplash-theme-debian/trunk/debian/dirs	2006-02-06 02:53:35 UTC (rev 648)
+++ bootsplash-theme-debian/trunk/debian/dirs	2006-02-06 02:54:03 UTC (rev 649)
@@ -0,0 +1 @@
+etc/bootsplash/themes/debian

Added: bootsplash-theme-debian/trunk/debian/docs
===================================================================
--- bootsplash-theme-debian/trunk/debian/docs	2006-02-06 02:53:35 UTC (rev 648)
+++ bootsplash-theme-debian/trunk/debian/docs	2006-02-06 02:54:03 UTC (rev 649)
@@ -0,0 +1 @@
+docs/*

Added: bootsplash-theme-debian/trunk/debian/postinst
===================================================================
--- bootsplash-theme-debian/trunk/debian/postinst	2006-02-06 02:53:35 UTC (rev 648)
+++ bootsplash-theme-debian/trunk/debian/postinst	2006-02-06 02:54:03 UTC (rev 649)
@@ -0,0 +1,42 @@
+#! /bin/sh
+# postinst script for test
+#
+# see: dh_installdeb(1)
+
+set -e
+. /usr/share/debconf/confmodule
+
+THEME_SUFFIX=debian
+
+# summary of how this script can be called:
+#        * <postinst> `configure' <most-recently-configured-version>
+#        * <old-postinst> `abort-upgrade' <new version>
+#        * <conflictor's-postinst> `abort-remove' `in-favour' <package>
+#          <new-version>
+#        * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
+#          <failed-install-package> <version> `removing'
+#          <conflicting-package> <version>
+# for details, see http://www.debian.org/doc/debian-policy/ or
+# the debian-policy package
+#
+
+case "$1" in
+    configure)
+        db_register shared/bootsplash-theme bootsplash-theme-$THEME_SUFFIX
+    ;;
+
+    abort-upgrade|abort-remove|abort-deconfigure)
+    ;;
+
+    *)
+        gettext -s "postinst called with unknown argument \`$1'" >&2
+        exit 1
+    ;;
+esac
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+
+exit 0

Added: bootsplash-theme-debian/trunk/debian/postrm
===================================================================
--- bootsplash-theme-debian/trunk/debian/postrm	2006-02-06 02:53:35 UTC (rev 648)
+++ bootsplash-theme-debian/trunk/debian/postrm	2006-02-06 02:54:03 UTC (rev 649)
@@ -0,0 +1,61 @@
+#! /bin/sh
+# postrm script for bootsplash-theme-debian
+#
+# see: dh_installdeb(1)
+
+set -e
+
+# summary of how this script can be called:
+#        * <postrm> `remove'
+#        * <postrm> `purge'
+#        * <old-postrm> `upgrade' <new-version>
+#        * <new-postrm> `failed-upgrade' <old-version>
+#        * <new-postrm> `abort-install'
+#        * <new-postrm> `abort-install' <old-version>
+#        * <new-postrm> `abort-upgrade' <old-version>
+#        * <disappearer's-postrm> `disappear' <r>overwrit>r> <new-version>
+# for details, see http://www.debian.org/doc/debian-policy/ or
+# the debian-policy package
+
+# Theme variables
+THEME_SUFFIX=debian
+
+
+case "$1" in
+       remove)
+
+       	# This only applies to the remove process.
+       	# By default the directory of the theme under
+       	# /etc/bootsplash/themes will not be removed.
+       	# However, this postrm script will do this if
+       	# a directory exists.
+	if [ -d /etc/bootsplash/themes/$THEME_SUFFIX ]
+       	then
+		gettext -s "Deleting orphaned files under /etc/bootsplash/themes/$THEME_SUFFIX ... "
+		rm -rf /etc/bootsplash/themes/$THEME_SUFFIX || gettext -s "ERROR: Couldn't delete directory /etc/bootsplash/themes/$THEME_SUFFIX."
+	fi				
+	;;
+       
+       purge|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
+
+
+        ;;
+
+    *)
+        gettext -s "postrm called with unknown argument \`$1'" >&2
+        exit 1
+
+esac
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+# Automatically added by dh_installdebconf
+if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then
+	. /usr/share/debconf/confmodule
+	db_purge
+fi
+# End automatically added section
+
+
+exit 0

Added: bootsplash-theme-debian/trunk/debian/prerm
===================================================================
--- bootsplash-theme-debian/trunk/debian/prerm	2006-02-06 02:53:35 UTC (rev 648)
+++ bootsplash-theme-debian/trunk/debian/prerm	2006-02-06 02:54:03 UTC (rev 649)
@@ -0,0 +1,45 @@
+#! /bin/sh
+# prerm script for bootsplash-theme-debblue
+#
+# see: dh_installdeb(1)
+
+set -e
+. /usr/share/debconf/confmodule 
+
+# summary of how this script can be called:
+#        * <prerm> `remove'
+#        * <old-prerm> `upgrade' <new-version>
+#        * <new-prerm> `failed-upgrade' <old-version>
+#        * <conflictor's-prerm> `remove' `in-favour' <package> <new-version>
+#        * <deconfigured's-prerm> `deconfigure' `in-favour'
+#          <package-being-installed> <version> `removing'
+#          <conflicting-package> <version>
+# for details, see http://www.debian.org/doc/debian-policy/ or
+# the debian-policy package
+
+case "$1" in
+    remove|upgrade|deconfigure)
+        # I no longer claim this question.
+	db_unregister shared/bootsplash-theme
+    	# See if the shared question still exists.
+    	if db_get shared/bootsplash-theme; then
+    		db_metaget shared/bootsplash-theme owners
+		db_subst shared/bootsplash-theme choices $RET
+		db_metaget shared/bootsplash-theme value
+		if [ "<package>" = "$RET" ] ; then
+			db_fset shared/bootsplash-theme seen false
+			db_input high shared/bootsplash-theme || true
+			db_go || true
+	        fi
+	fi
+        ;;
+
+    failed-upgrade)
+        ;;
+    *)
+        gettext -s "prerm called with unknown argument \`$1'" >&2
+        exit 1
+    ;;
+esac
+
+exit 0

Added: bootsplash-theme-debian/trunk/debian/rules
===================================================================
--- bootsplash-theme-debian/trunk/debian/rules	2006-02-06 02:53:35 UTC (rev 648)
+++ bootsplash-theme-debian/trunk/debian/rules	2006-02-06 02:54:03 UTC (rev 649)
@@ -0,0 +1,58 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# GNU copyright 1997 to 1999 by Joey Hess.
+
+# Uncomment this to turn on verbose mode.
+# export DH_VERBOSE=1
+
+
+THEME_DIRS = images config animations bootloader
+THEME_SUFFIX = debian
+
+configure: configure-stamp
+configure-stamp:
+	dh_testdir
+	touch configure-stamp
+
+build: build-stamp
+
+build-stamp: configure-stamp 
+	dh_testdir
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp configure-stamp
+	dh_clean 
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k 
+	dh_installdirs
+	-cp -a $(THEME_DIRS) "$(CURDIR)/debian/bootsplash-theme-$(THEME_SUFFIX)/etc/bootsplash/themes/$(THEME_SUFFIX)/"
+	
+binary-indep: build install
+	# We have nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs
+	dh_installdocs
+	dh_installdebconf	
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure


Property changes on: bootsplash-theme-debian/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *




More information about the Demudi-commits mailing list