Author: dnusinow Date: 2005-05-09 20:42:51 -0500 (Mon, 09 May 2005) New Revision: 55
Added: trunk/debian/libfs-dev.install trunk/debian/libfs-dev.links trunk/debian/libfs6-dbg.install trunk/debian/libfs6-dbg.links trunk/debian/libfs6.install trunk/debian/libfs6.postinst.in trunk/debian/libfs6.postrm.in trunk/debian/libfs6.shlibs Log: Adding libfs* packaging files. These were not in the original packaging, so committing without close checking. Approved by David. Added: trunk/debian/libfs-dev.install =================================================================== --- trunk/debian/libfs-dev.install 2005-05-10 01:41:51 UTC (rev 54) +++ trunk/debian/libfs-dev.install 2005-05-10 01:42:51 UTC (rev 55) @@ -0,0 +1,4 @@ +usr/X11R6/include/X11/fonts/FS.h +usr/X11R6/include/X11/fonts/FSlib.h +usr/X11R6/include/X11/fonts/FSproto.h +usr/X11R6/lib/libFS.a Added: trunk/debian/libfs-dev.links =================================================================== --- trunk/debian/libfs-dev.links 2005-05-10 01:41:51 UTC (rev 54) +++ trunk/debian/libfs-dev.links 2005-05-10 01:42:51 UTC (rev 55) @@ -0,0 +1 @@ +usr/X11R6/lib/libFS.so.6.0 usr/X11R6/lib/libFS.so Added: trunk/debian/libfs6-dbg.install =================================================================== --- trunk/debian/libfs6-dbg.install 2005-05-10 01:41:51 UTC (rev 54) +++ trunk/debian/libfs6-dbg.install 2005-05-10 01:42:51 UTC (rev 55) @@ -0,0 +1 @@ +usr/X11R6/lib/libFS.so.6.0 usr/X11R6/lib/debug Added: trunk/debian/libfs6-dbg.links =================================================================== --- trunk/debian/libfs6-dbg.links 2005-05-10 01:41:51 UTC (rev 54) +++ trunk/debian/libfs6-dbg.links 2005-05-10 01:42:51 UTC (rev 55) @@ -0,0 +1 @@ +usr/X11R6/lib/debug/libFS.so.6.0 usr/X11R6/lib/debug/libFS.so.6 Added: trunk/debian/libfs6.install =================================================================== --- trunk/debian/libfs6.install 2005-05-10 01:41:51 UTC (rev 54) +++ trunk/debian/libfs6.install 2005-05-10 01:42:51 UTC (rev 55) @@ -0,0 +1 @@ +usr/X11R6/lib/libFS.so.6.0 Added: trunk/debian/libfs6.postinst.in =================================================================== --- trunk/debian/libfs6.postinst.in 2005-05-10 01:41:51 UTC (rev 54) +++ trunk/debian/libfs6.postinst.in 2005-05-10 01:42:51 UTC (rev 55) @@ -0,0 +1,26 @@ +#!/bin/sh +# Debian libfs6 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: libfs6.postinst.in 1044 2004-02-16 17:40:33Z branden $ + +set -e + +THIS_PACKAGE=libfs6 +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/libfs6.postrm.in =================================================================== --- trunk/debian/libfs6.postrm.in 2005-05-10 01:41:51 UTC (rev 54) +++ trunk/debian/libfs6.postrm.in 2005-05-10 01:42:51 UTC (rev 55) @@ -0,0 +1,26 @@ +#!/bin/sh +# Debian libfs6 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: libfs6.postrm.in 1044 2004-02-16 17:40:33Z branden $ + +set -e + +THIS_PACKAGE=libfs6 +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/libfs6.shlibs =================================================================== --- trunk/debian/libfs6.shlibs 2005-05-10 01:41:51 UTC (rev 54) +++ trunk/debian/libfs6.shlibs 2005-05-10 01:42:51 UTC (rev 55) @@ -0,0 +1 @@ +libFS 6 libfs6 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

