[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

X Strike Force X.Org X11 SVN commit: r1857 - trunk/data/xcursor-themes-X11R7.0-1.0.1/debian



Author: vorlon
Date: 2006-04-18 20:29:46 -0400 (Tue, 18 Apr 2006)
New Revision: 1857

Added:
   trunk/data/xcursor-themes-X11R7.0-1.0.1/debian/xcursor-themes.postinst.in
   trunk/data/xcursor-themes-X11R7.0-1.0.1/debian/xcursor-themes.prerm.in
Removed:
   trunk/data/xcursor-themes-X11R7.0-1.0.1/debian/xlibs-data.postinst.in
   trunk/data/xcursor-themes-X11R7.0-1.0.1/debian/xlibs-data.prerm.in
Modified:
   trunk/data/xcursor-themes-X11R7.0-1.0.1/debian/changelog
   trunk/data/xcursor-themes-X11R7.0-1.0.1/debian/rules
Log:
Add back maintainer scripts for managing default theme alternatives.
Closes: #362766.



Modified: trunk/data/xcursor-themes-X11R7.0-1.0.1/debian/changelog
===================================================================
--- trunk/data/xcursor-themes-X11R7.0-1.0.1/debian/changelog	2006-04-19 00:14:00 UTC (rev 1856)
+++ trunk/data/xcursor-themes-X11R7.0-1.0.1/debian/changelog	2006-04-19 00:29:46 UTC (rev 1857)
@@ -1,3 +1,10 @@
+xcursor-themes (1.0.1-4) UNRELEASED; urgency=low
+
+  * Add back maintainer scripts for managing default theme alternatives.
+    Closes: #362766.
+
+ -- Steve Langasek <vorlon@debian.org>  Tue, 18 Apr 2006 17:20:46 -0700
+
 xcursor-themes (1.0.1-3) unstable; urgency=low
 
   * Add pkg-config to build-depends. Thanks Daniel Schepler. (closes: #362097)

Modified: trunk/data/xcursor-themes-X11R7.0-1.0.1/debian/rules
===================================================================
--- trunk/data/xcursor-themes-X11R7.0-1.0.1/debian/rules	2006-04-19 00:14:00 UTC (rev 1856)
+++ trunk/data/xcursor-themes-X11R7.0-1.0.1/debian/rules	2006-04-19 00:29:46 UTC (rev 1857)
@@ -29,7 +29,7 @@
 endif
 
 
-build: build-stamp
+build: genscripts build-stamp
 build-stamp:
 	dh_testdir
 
@@ -42,7 +42,7 @@
 
 	touch build-stamp
 
-clean:
+clean: cleanscripts
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp

Copied: trunk/data/xcursor-themes-X11R7.0-1.0.1/debian/xcursor-themes.postinst.in (from rev 1856, trunk/data/xcursor-themes-X11R7.0-1.0.1/debian/xlibs-data.postinst.in)

Copied: trunk/data/xcursor-themes-X11R7.0-1.0.1/debian/xcursor-themes.prerm.in (from rev 1856, trunk/data/xcursor-themes-X11R7.0-1.0.1/debian/xlibs-data.prerm.in)
===================================================================
--- trunk/data/xcursor-themes-X11R7.0-1.0.1/debian/xlibs-data.prerm.in	2006-04-19 00:14:00 UTC (rev 1856)
+++ trunk/data/xcursor-themes-X11R7.0-1.0.1/debian/xcursor-themes.prerm.in	2006-04-19 00:29:46 UTC (rev 1857)
@@ -0,0 +1,30 @@
+#!/bin/sh
+# Debian xlibs-data package pre-removal script
+# Copyright 2003 Daniel Stone, Branden Robinson.
+# Copyright 2004 Branden Robinson.
+# Licensed under the GNU General Public License, version 2.  See the file
+# /usr/share/common-licenses/GPL or <http://www.gnu.org/copyleft/gpl.txt>.
+# Acknowledgements to Stephen Early, Mark Eichin, and Manoj Srivastava.
+
+# $Id$
+
+set -e
+
+THIS_PACKAGE=xlibs-data
+THIS_SCRIPT=prerm
+
+#INCLUDE_SHELL_LIB#
+
+if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ]; then
+  # deregister available X cursor themes with update-alternatives
+  update-alternatives --remove x-cursor-theme /etc/X11/cursors/core.theme
+  for THEME in whiteglass redglass handhelds; do
+    update-alternatives --remove x-cursor-theme "/etc/X11/cursors/$THEME.theme"
+  done
+fi
+
+#DEBHELPER#
+
+exit 0
+
+# vim:set ai et sts=2 sw=2 tw=0:

Deleted: trunk/data/xcursor-themes-X11R7.0-1.0.1/debian/xlibs-data.postinst.in
===================================================================
--- trunk/data/xcursor-themes-X11R7.0-1.0.1/debian/xlibs-data.postinst.in	2006-04-19 00:14:00 UTC (rev 1856)
+++ trunk/data/xcursor-themes-X11R7.0-1.0.1/debian/xlibs-data.postinst.in	2006-04-19 00:29:46 UTC (rev 1857)
@@ -1,37 +0,0 @@
-#!/bin/sh
-# Debian xlibs-data package post-installation script
-# Copyright 2003 Daniel Stone, Branden Robinson.
-# Licensed under the GNU General Public License, version 2.  See the file
-# /usr/share/common-licenses/GPL or <http://www.gnu.org/copyleft/gpl.txt>.
-# Acknowledgements to Stephen Early, Mark Eichin, and Manoj Srivastava.
-
-# $Id$
-
-set -e
-
-THIS_PACKAGE=xlibs-data
-THIS_SCRIPT=postinst
-
-#INCLUDE_SHELL_LIB#
-
-# finish cleanup started in preinst
-LINK="/usr/X11R6/lib/X11/locale"
-if [ -e "$LINK.dpkg-tmp" ]; then
-  observe "committing removal of obsolete symbolic link $LINK"
-  rm "$LINK.dpkg-tmp"
-fi
-
-# register available X cursor themes with update-alternatives
-update-alternatives --install /usr/X11R6/lib/X11/icons/default/index.theme \
-                              x-cursor-theme /etc/X11/cursors/core.theme 30
-for THEME in redglass whiteglass handhelds; do
-  update-alternatives --install /usr/X11R6/lib/X11/icons/default/index.theme \
-                                x-cursor-theme "/etc/X11/cursors/$THEME.theme" \
-                                20
-done
-
-#DEBHELPER#
-
-exit 0
-
-# vim:set ai et sts=2 sw=2 tw=0:

Deleted: trunk/data/xcursor-themes-X11R7.0-1.0.1/debian/xlibs-data.prerm.in
===================================================================
--- trunk/data/xcursor-themes-X11R7.0-1.0.1/debian/xlibs-data.prerm.in	2006-04-19 00:14:00 UTC (rev 1856)
+++ trunk/data/xcursor-themes-X11R7.0-1.0.1/debian/xlibs-data.prerm.in	2006-04-19 00:29:46 UTC (rev 1857)
@@ -1,30 +0,0 @@
-#!/bin/sh
-# Debian xlibs-data package pre-removal script
-# Copyright 2003 Daniel Stone, Branden Robinson.
-# Copyright 2004 Branden Robinson.
-# Licensed under the GNU General Public License, version 2.  See the file
-# /usr/share/common-licenses/GPL or <http://www.gnu.org/copyleft/gpl.txt>.
-# Acknowledgements to Stephen Early, Mark Eichin, and Manoj Srivastava.
-
-# $Id: xlibs-data.prerm.in 1044 2004-02-16 17:40:33Z branden $
-
-set -e
-
-THIS_PACKAGE=xlibs-data
-THIS_SCRIPT=prerm
-
-#INCLUDE_SHELL_LIB#
-
-if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ]; then
-  # deregister available X cursor themes with update-alternatives
-  update-alternatives --remove x-cursor-theme /etc/X11/cursors/core.theme
-  for THEME in whiteglass redglass handhelds; do
-    update-alternatives --remove x-cursor-theme "/etc/X11/cursors/$THEME.theme"
-  done
-fi
-
-#DEBHELPER#
-
-exit 0
-
-# vim:set ai et sts=2 sw=2 tw=0:



Reply to: