Author: dnusinow Date: 2005-05-09 20:58:37 -0500 (Mon, 09 May 2005) New Revision: 59
Added: trunk/debian/libxau6-dbg.install trunk/debian/libxau6-dbg.links trunk/debian/libxau6.install trunk/debian/libxau6.links trunk/debian/libxau6.postinst.in trunk/debian/libxau6.postrm.in trunk/debian/libxau6.shlibs Log: Adding libxau6 packaging files. These were not in the previous packaging, so added without careful checking. Approved by David. Added: trunk/debian/libxau6-dbg.install =================================================================== --- trunk/debian/libxau6-dbg.install 2005-05-10 01:57:12 UTC (rev 58) +++ trunk/debian/libxau6-dbg.install 2005-05-10 01:58:37 UTC (rev 59) @@ -0,0 +1 @@ +usr/X11R6/lib/libXau.so.6.0 usr/X11R6/lib/debug Added: trunk/debian/libxau6-dbg.links =================================================================== --- trunk/debian/libxau6-dbg.links 2005-05-10 01:57:12 UTC (rev 58) +++ trunk/debian/libxau6-dbg.links 2005-05-10 01:58:37 UTC (rev 59) @@ -0,0 +1 @@ +usr/X11R6/lib/debug/libXau.so.6.0 usr/X11R6/lib/debug/libXau.so.6 Added: trunk/debian/libxau6.install =================================================================== --- trunk/debian/libxau6.install 2005-05-10 01:57:12 UTC (rev 58) +++ trunk/debian/libxau6.install 2005-05-10 01:58:37 UTC (rev 59) @@ -0,0 +1 @@ +usr/X11R6/lib/libXau.so.6.0 Added: trunk/debian/libxau6.links =================================================================== --- trunk/debian/libxau6.links 2005-05-10 01:57:12 UTC (rev 58) +++ trunk/debian/libxau6.links 2005-05-10 01:58:37 UTC (rev 59) @@ -0,0 +1 @@ +usr/X11R6/lib/libXau.so.6.0 usr/X11R6/lib/libXau.so.6 Added: trunk/debian/libxau6.postinst.in =================================================================== --- trunk/debian/libxau6.postinst.in 2005-05-10 01:57:12 UTC (rev 58) +++ trunk/debian/libxau6.postinst.in 2005-05-10 01:58:37 UTC (rev 59) @@ -0,0 +1,26 @@ +#!/bin/sh +# Debian libxau6 package post-installation script +# Copyright 2003 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>. +# Acknowlegements to Stephen Early, Mark Eichin, and Manoj Srivastava. + +# $Id: libxau6.postinst.in 1044 2004-02-16 17:40:33Z branden $ + +set -e + +THIS_PACKAGE=libxau6 +THIS_SCRIPT=postinst + +#INCLUDE_SHELL_LIB# + +register_x_lib_dir_with_ld_so +if [ "$1" = "configure" ]; then + ldconfig +fi + +#DEBHELPER# + +exit 0 + +# vim:set ai et sts=2 sw=2 tw=0: Added: trunk/debian/libxau6.postrm.in =================================================================== --- trunk/debian/libxau6.postrm.in 2005-05-10 01:57:12 UTC (rev 58) +++ trunk/debian/libxau6.postrm.in 2005-05-10 01:58:37 UTC (rev 59) @@ -0,0 +1,26 @@ +#!/bin/sh +# Debian libxau6 package post-removal script +# Copyright 2003 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>. +# Acknowlegements to Stephen Early, Mark Eichin, and Manoj Srivastava. + +# $Id: libxau6.postrm.in 1044 2004-02-16 17:40:33Z branden $ + +set -e + +THIS_PACKAGE=libxau6 +THIS_SCRIPT=postrm + +#INCLUDE_SHELL_LIB# + +if [ "$1" = "remove" ]; then + deregister_x_lib_dir_with_ld_so + ldconfig +fi + +#DEBHELPER# + +exit 0 + +# vim:set ai et sts=2 sw=2 tw=0: Added: trunk/debian/libxau6.shlibs =================================================================== --- trunk/debian/libxau6.shlibs 2005-05-10 01:57:12 UTC (rev 58) +++ trunk/debian/libxau6.shlibs 2005-05-10 01:58:37 UTC (rev 59) @@ -0,0 +1 @@ +libXau 6 libxau6 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

