head	1.9;
access;
symbols
	HORDE_1_2_4:1.1.2.4
	HORDE_1_2_3:1.1.2.4
	HORDE_1_2_2:1.1.2.4
	HORDE_1_2_1:1.1.2.4
	HORDE_1_2_0:1.1.2.4
	HORDE_1_2_0_pre14:1.1.2.4
	HORDE_1_2_0_pre13:1.1.2.4
	HORDE_1_2_0_pre11:1.1.2.4
	HORDE_1_3_2:1.8
	HORDE_1_2_0_pre10:1.1.2.4
	HORDE_1_3_1:1.8
	HORDE_1_2_0_pre9:1.1.2.4
	HORDE_1_2_0_pre8:1.1.2.4
	HORDE_1_2_0_pre6:1.1.2.4
	horde-dev-20000104:1.8
	HORDE_1_2_0_pre5:1.1.2.3
	HORDE_1_2_0_pre4:1.1.2.2
	STABLE_1_2:1.1.0.2;
locks; strict;
comment	@# @;


1.9
date	2000.05.22.11.13.12;	author rkrusty;	state dead;
branches;
next	1.8;

1.8
date	99.10.26.11.16.25;	author rkrusty;	state Exp;
branches;
next	1.7;

1.7
date	99.10.15.01.52.52;	author rkrusty;	state Exp;
branches;
next	1.6;

1.6
date	99.09.10.09.36.00;	author rkrusty;	state Exp;
branches;
next	1.5;

1.5
date	99.08.24.01.01.52;	author rkrusty;	state Exp;
branches;
next	1.4;

1.4
date	99.08.19.17.21.25;	author rkrusty;	state Exp;
branches;
next	1.3;

1.3
date	99.08.19.17.21.23;	author rkrusty;	state Exp;
branches;
next	1.2;

1.2
date	99.08.19.15.46.19;	author rkrusty;	state Exp;
branches;
next	1.1;

1.1
date	99.08.15.06.57.25;	author rkrusty;	state dead;
branches
	1.1.2.1;
next	;

1.1.2.1
date	99.08.15.06.57.25;	author rkrusty;	state Exp;
branches;
next	1.1.2.2;

1.1.2.2
date	99.08.20.11.13.48;	author rkrusty;	state Exp;
branches;
next	1.1.2.3;

1.1.2.3
date	99.10.10.16.52.09;	author rkrusty;	state Exp;
branches;
next	1.1.2.4;

1.1.2.4
date	99.10.27.04.17.27;	author rkrusty;	state Exp;
branches;
next	1.1.2.5;

1.1.2.5
date	2001.04.30.21.10.38;	author opal;	state dead;
branches;
next	;


desc
@@


1.9
log
@[IEM] cleaning out the debian dir to prepare for the new stuff...nice clean
start. :)
@
text
@#! /bin/sh
# prerm script for horde-core
#
# see: dh_installdeb(1)

set -e

case "$1" in
    upgrade)
        ;;
    remove)
        ;;
    failed-upgrade)
        ;;
    *)
        echo "prerm called with unknown argument \`$1'" >&2
        exit 0
    ;;
esac

# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.

#DEBHELPER#

exit 0
@


1.8
log
@[IEM] migrating in changes from 2.2 tree
@
text
@@


1.7
log
@[IEM] updating the -dev tree's debian stuff...(debconf, etc...)
@
text
@a26 2


@


1.6
log
@[IEM] updates for debian:  getting rid of individual phplib.inc files since
by this version all will be using the same settings. (user/pass/db)  Bringing
changes from stable into devel tree.  migrating for /usr/doc to /usr/share/doc
@
text
@d2 1
a2 1
# prerm script for horde
a11 1
      /usr/bin/hordesetup clean
d24 1
@


1.5
log
@[IEM] updating deb stuff for -dev so I can start playing
@
text
@d2 1
a2 1
# prerm script for horde-core
@


1.4
log
@[IEM] wow...I forgot to commt my deb stuff too... :)

    1>  Updated italian locales (sync'ng up from -pre)
    2>  Updates to the debian stuff so that it can pseudo like co-exist
        with current horde install.
@
text
@d1 5
a5 1
#!/bin/sh
d7 19
a25 1
/usr/bin/hordesetup-devel clean
d27 2
@


1.3
log
@[IEM] wow...I forgot to commt my deb stuff too... :)

    1>  Updated italian locales (sync'ng up from -pre)
    2>  Updates to the debian stuff so that it can pseudo like co-exist
        with current horde install.
@
text
@@


1.2
log
@[IEM] missed a few files for the debian stuff
@
text
@d3 1
a3 1
/usr/bin/hordesetup clean
@


1.1
log
@file prerm was initially added on branch STABLE_1_2.
@
text
@d1 4
@


1.1.2.1
log
@[IEM] Moving all horde related phplib stuff into /etc/horde so as to
not conflict with any other phplib related packages.  Adding in a
remove script to *hopefully* cleanup phplib related items during a remove
@
text
@a0 3
#!/bin/sh
/usr/bin/hordesetup clean
exit 0
@


1.1.2.2
log
@[IEM] Fixing post/pre inst scripts
@
text
@d1 2
a2 25
#! /bin/sh
# prerm script for horde-core
#
# see: dh_installdeb(1)

set -e

case "$1" in
    upgrade)
        ;;
    remove)
      /usr/bin/hordesetup clean
        ;;
    failed-upgrade)
        ;;
    *)
        echo "prerm called with unknown argument \`$1'" >&2
        exit 0
    ;;
esac

# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.


a3 2


@


1.1.2.3
log
@[IEM] Preliminary changes for new configuration routines.  Trying to clean
up build process using new debconf option.  Getting rid of extra configuration
files for both postgres and mysql and will instead use a selection bit to
figure out what type of container the user will use and setup phplib and
horde related files on the fly based on choices.  (and upgrades after that
will use existing choices)  This sweep adds to files required by debconf
and specific to debconf working with horde.  horde.php3 and defaults.php3
will be build on the fly.  (really need to get rid of root_url and graphics_url
for the horde module and use the ones supplied in horde.php3 to cut down
on redundancy...adding to my todo)
@
text
@d12 1
a24 1
#DEBHELPER#
@


1.1.2.4
log
@[IEM] committing final changes which fix all known issues with the debian
package (potato based)...should be happy for the freeze
@
text
@d27 2
@


1.1.2.5
log
@Next debian version.
@
text
@@


