[Demudi-commits] r789 - bootsplash-theme-debian/trunk/debian

Free Ekanayaka free-guest at costa.debian.org
Thu May 25 08:36:39 UTC 2006


Author: free-guest
Date: 2006-05-25 08:36:38 +0000 (Thu, 25 May 2006)
New Revision: 789

Removed:
   bootsplash-theme-debian/trunk/debian/postrm
   bootsplash-theme-debian/trunk/debian/prerm
Modified:
   bootsplash-theme-debian/trunk/debian/bootsplash-theme-debian.templates
   bootsplash-theme-debian/trunk/debian/changelog
   bootsplash-theme-debian/trunk/debian/control
   bootsplash-theme-debian/trunk/debian/lintian.overrides
   bootsplash-theme-debian/trunk/debian/postinst
   bootsplash-theme-debian/trunk/debian/rules
Log:
releasing version 0.5-6

Modified: bootsplash-theme-debian/trunk/debian/bootsplash-theme-debian.templates
===================================================================
--- bootsplash-theme-debian/trunk/debian/bootsplash-theme-debian.templates	2006-05-25 08:26:20 UTC (rev 788)
+++ bootsplash-theme-debian/trunk/debian/bootsplash-theme-debian.templates	2006-05-25 08:36:38 UTC (rev 789)
@@ -1,7 +1,7 @@
 Template: shared/bootsplash-theme
 Type: select
 Choices: ${choices}
-Description: Please select theme bootsplash should use.
+Description: Bootsplash theme to use:
  Please select the theme bootsplash should use.  If you wish to
  change it at a later date, just run dpkg-reconfigure bootsplash.
 
@@ -9,6 +9,6 @@
 Type: multiselect
 Choices: 1024x768
 Default: 1024x768
-Description: Select the resoultion you would like to enable bootsplash for.
+Description: Resoultion of the bootsplash theme:
  You need to select which resolutions bootsplash should be enabled for, also
- remember to include the proper (vga=???) line in your lilo.conf.
+ remember to include the proper vga= kernel parameter in your grub configuration

Modified: bootsplash-theme-debian/trunk/debian/changelog
===================================================================
--- bootsplash-theme-debian/trunk/debian/changelog	2006-05-25 08:26:20 UTC (rev 788)
+++ bootsplash-theme-debian/trunk/debian/changelog	2006-05-25 08:36:38 UTC (rev 789)
@@ -1,6 +1,7 @@
-bootsplash-theme-debian (0.5-6) UNRELEASED; urgency=low
+bootsplash-theme-debian (0.5-6) unstable; urgency=low
 
   [ Free Ekanayaka ]
+  * First upload to Debian (closes: #368828)
   * Added debhelper tokens to prerm and postrm
   * Set me as maintainer and Junichi as uploader
   * Updated stardards version
@@ -10,7 +11,7 @@
   * Don't fail postinst script if the debconf variable is already set
   * Added litian override to avoid warnings about missing debconf config
 
- -- Free Ekanayaka <free at agnula.org>  Tue,  7 Feb 2006 00:23:43 -0500
+ -- Free Ekanayaka <freee at debian.org>  Thu, 25 May 2006 10:23:35 +0200
 
 bootsplash-theme-debian (0.5-5) unstable; urgency=low
 

Modified: bootsplash-theme-debian/trunk/debian/control
===================================================================
--- bootsplash-theme-debian/trunk/debian/control	2006-05-25 08:26:20 UTC (rev 788)
+++ bootsplash-theme-debian/trunk/debian/control	2006-05-25 08:36:38 UTC (rev 789)
@@ -4,14 +4,14 @@
 Maintainer: Free Ekanayaka <free at agnula.org>
 Uploaders: Junichi Uekawa <dancer at debian.org>
 Build-Depends: debhelper (>= 4.0.0)
-Standards-Version: 3.6.2
+Standards-Version: 3.7.2
 
 Package: bootsplash-theme-debian
 Architecture: all
-Depends: bootsplash (>= 3.0.0), debconf (>= 0.5) | debconf-2.0
+Depends: 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
+ This is a bootsplash theme packaged for the Debian GNU/Linux
  Operating System. This theme is also available for download at
  http://www.bootsplash.de.
  .

Modified: bootsplash-theme-debian/trunk/debian/lintian.overrides
===================================================================
--- bootsplash-theme-debian/trunk/debian/lintian.overrides	2006-05-25 08:26:20 UTC (rev 788)
+++ bootsplash-theme-debian/trunk/debian/lintian.overrides	2006-05-25 08:36:38 UTC (rev 789)
@@ -1 +1 @@
-bootsplash-theme-debian: no-debconf-config
+bootsplash-theme-debian: no-debconf-config config

Modified: bootsplash-theme-debian/trunk/debian/postinst
===================================================================
--- bootsplash-theme-debian/trunk/debian/postinst	2006-05-25 08:26:20 UTC (rev 788)
+++ bootsplash-theme-debian/trunk/debian/postinst	2006-05-25 08:36:38 UTC (rev 789)
@@ -4,36 +4,10 @@
 # see: dh_installdeb(1)
 
 set -e
+
+# Register debconf templates
 . /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 || true
-    ;;
-
-    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.
 

Deleted: bootsplash-theme-debian/trunk/debian/postrm
===================================================================
--- bootsplash-theme-debian/trunk/debian/postrm	2006-05-25 08:26:20 UTC (rev 788)
+++ bootsplash-theme-debian/trunk/debian/postrm	2006-05-25 08:36:38 UTC (rev 789)
@@ -1,62 +0,0 @@
-#! /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
-
-#DEBHELPER#
-
-exit 0

Deleted: bootsplash-theme-debian/trunk/debian/prerm
===================================================================
--- bootsplash-theme-debian/trunk/debian/prerm	2006-05-25 08:26:20 UTC (rev 788)
+++ bootsplash-theme-debian/trunk/debian/prerm	2006-05-25 08:36:38 UTC (rev 789)
@@ -1,47 +0,0 @@
-#! /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
-
-#DEBHELPER#
-
-exit 0

Modified: bootsplash-theme-debian/trunk/debian/rules
===================================================================
--- bootsplash-theme-debian/trunk/debian/rules	2006-05-25 08:26:20 UTC (rev 788)
+++ bootsplash-theme-debian/trunk/debian/rules	2006-05-25 08:36:38 UTC (rev 789)
@@ -33,8 +33,10 @@
 	dh_clean -k 
 	dh_installdirs
 	-cp -a $(THEME_DIRS) "$(CURDIR)/debian/bootsplash-theme-$(THEME_SUFFIX)/etc/bootsplash/themes/$(THEME_SUFFIX)/"
+	# Fix broken cfg paths
+	sed -i -e 's/Debian/debian/g' "$(CURDIR)/debian/bootsplash-theme-$(THEME_SUFFIX)/etc/bootsplash/themes/$(THEME_SUFFIX)/config/bootsplash-1024x768.cfg"
 	cp debian/lintian.overrides  "$(CURDIR)/debian/bootsplash-theme-$(THEME_SUFFIX)/usr/share/lintian/overrides/boothsplash-theme-$(THEME_SUFFIX)"
-	
+
 binary-indep: build install
 	# We have nothing to do by default.
 




More information about the Demudi-commits mailing list