head	1.8;
access;
symbols
	caudium_1_0_11:1.6
	caudium_1_0_10:1.6
	stable_1_0:1.6.0.4
	caudium_1_0_9:1.6
	caudium_1_0_8:1.6
	caudium_1_0_7:1.6
	caudium_1_0_6:1.6
	caudium_1_0_5:1.6
	caudium_1_0_4:1.6
	caudium_1_0_3:1.6
	caudium_1_0_2:1.6;
locks; strict;
comment	@# @;


1.8
date	2001.01.15.19.39.51;	author grendel;	state dead;
branches;
next	1.7;

1.7
date	2000.12.29.21.19.36;	author grendel;	state Exp;
branches;
next	1.6;

1.6
date	2000.09.19.07.52.12;	author grendel;	state Exp;
branches
	1.6.4.1;
next	1.5;

1.5
date	2000.09.19.07.48.27;	author grendel;	state dead;
branches;
next	1.4;

1.4
date	2000.09.17.16.00.02;	author grendel;	state Exp;
branches;
next	1.3;

1.3
date	2000.08.23.14.55.00;	author grendel;	state Exp;
branches;
next	1.2;

1.2
date	2000.08.21.17.34.30;	author grendel;	state Exp;
branches;
next	1.1;

1.1
date	2000.08.21.17.22.03;	author grendel;	state Exp;
branches;
next	;

1.6.4.1
date	2001.01.25.15.44.27;	author grendel;	state dead;
branches;
next	;


desc
@@


1.8
log
@debian stuff
@
text
@#!/bin/sh
#
# $Id: debian_pike_version,v 1.7 2000/12/29 21:19:36 grendel Exp $
#
# This is an ugly hack, but we need to know the Debian version of the pike7 package
#
#

PIKE7_CHANGELOG=/usr/share/doc/pike7-cvs/changelog.Debian.gz
PIKE7=${1}


if ! test -f ${PIKE7_CHANGELOG}; then
    echo "no_ver"
    exit 1
fi

if ! test -x ${PIKE7}; then
    echo "no_pike"
    exit 1
fi

PIKE_DEBIAN_VER=$(gunzip -c ${PIKE7_CHANGELOG} | head -1 | sed -e 's/\(.*(\)\(.*\)\().*\)/\2/')

echo ${PIKE_DEBIAN_VER}
@


1.7
log
@mailing list test
@
text
@d3 1
a3 1
# $Id: debian_pike_version,v 1.6 2000/09/19 07:52:12 grendel Exp $
@


1.6
log
@ok, last try - if it loses the perms, I give up
@
text
@d3 1
a3 1
# $Id: debian_pike_version,v 1.4 2000/09/17 16:00:02 grendel Exp $
a6 1
# Why CVS loses the attributes of this file? Or does it? :)
@


1.6.4.1
log
@debian changes
@
text
@d3 1
a3 1
# $Id: debian_pike_version,v 1.6 2000/09/19 07:52:12 grendel Exp $
@


1.5
log
@trying to teach CVS the perms of that file...
@
text
@@


1.4
log
@some minor changes
@
text
@d3 1
a3 1
# $Id: debian_pike_version,v 1.3 2000/08/23 14:55:00 grendel Exp $
@


1.3
log
@- latest version of Debian stuff
- smartlink modified to support sans -rpath and sans -R compiles on Debian
  (it is forbidden by the Debian policy to use these flags)
@
text
@d3 1
a3 1
# $Id: debian_pike_version,v 1.2 2000/08/21 17:34:30 grendel Exp $
d6 2
@


1.2
log
@lost one buck
@
text
@d3 1
a3 1
# $Id$
d8 1
a8 1
PIKE7_CHANGELOG=/usr/share/doc/pike7/changelog.Debian.gz
@


1.1
log
@Some more Debian-related changes. It's not perfect yet, but getting close :)
@
text
@d3 1
a3 1
# $Id
@

