head	1.3;
access;
symbols
	start:1.1.1.1 vee_project:1.1.1;
locks; strict;
comment	@# @;


1.3
date	2005.08.07.18.07.34;	author spike;	state Exp;
branches;
next	1.2;

1.2
date	2005.07.24.03.15.53;	author spike;	state Exp;
branches;
next	1.1;

1.1
date	2005.07.16.09.05.50;	author spike;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2005.07.16.09.05.50;	author spike;	state Exp;
branches;
next	;


desc
@@


1.3
log
@.
@
text
@#!/usr/bin/make -f

#    Copyright (C) 2005 Spike^ekipS <spikeekips@@gmail.com>
#
#    http://vee.kldp.net
#
#       This program is free software; you can redistribute it and/or modify
#    it under the terms of the GNU General Public License as published by
#    the Free Software Foundation; either version 2 of the License, or
#    (at your option) any later version.
#
#    This program is distributed in the hope that it will be useful,
#    but WITHOUT ANY WARRANTY; without even the implied warranty of
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#    GNU General Public License for more details.
#
#    You should have received a copy of the GNU General Public License
#    along with this program; if not, write to the Free Software
#    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

configure: configure-stamp
configure-stamp:
	dh_testdir

build: build-stamp

build-stamp: configure-stamp 
	dh_testdir
	touch build-stamp

clean:
	dh_testdir
	dh_testroot
	rm -f build-stamp configure-stamp
	dh_clean 

install: build
	dh_testdir
	dh_testroot
	dh_clean -k 
	dh_installdirs

	python setup.py install --prefix=/usr --fakeroot=$(CURDIR)/debian/vee;
	VERSION_PYTHON=`python -c 'import sys; print ".".join([str(i) for i in sys.version_info[:2] ])'`


	# make symbolic link forcely.
	( \
		cd $(CURDIR)/debian/vee/usr/bin; \
		rm -f veet &>/dev/null; \
		ln -s /usr/lib/python${VERSION_PYTHON}/site-packages/vee/veet.py veet; \
	)

# Build architecture-independent files here.
binary-indep: build install
# We have nothing to do by default.

# Build architecture-dependent files here.
binary-arch: build install
	dh_testdir
	dh_testroot
	dh_installchangelogs 
	dh_installdocs
	dh_installexamples
	dh_installman
	dh_link
	dh_strip
	dh_compress
	dh_fixperms
	dh_installdeb
	dh_shlibdeps
	dh_gencontrol
	dh_md5sums
	dh_builddeb

binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary install configure

@


1.2
log
@- see debian/changelog
@
text
@d78 1
@


1.1
log
@Initial revision
@
text
@d44 2
d51 1
a51 1
		ln -s /usr/lib/python2.3/site-packages/vee/veet.py veet; \
@


1.1.1.1
log
@new version of vee, 2005.07.16
@
text
@@
