head	1.1;
branch	1.1.1;
access;
symbols
	start:1.1.1.11
	vendor:1.1.1;
locks; strict;
comment	@# @;


1.1
date	2007.06.11.07.50.50;	author shriekout;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2007.06.11.07.50.50;	author shriekout;	state Exp;
branches;
next	1.1.1.2;

1.1.1.2
date	2007.06.11.08.03.30;	author shriekout;	state Exp;
branches;
next	1.1.1.3;

1.1.1.3
date	2007.06.16.12.09.31;	author shriekout;	state Exp;
branches;
next	1.1.1.4;

1.1.1.4
date	2007.06.16.12.17.17;	author shriekout;	state Exp;
branches;
next	1.1.1.5;

1.1.1.5
date	2008.11.27.14.36.38;	author shriekout;	state Exp;
branches;
next	1.1.1.6;

1.1.1.6
date	2008.12.09.16.48.53;	author shriekout;	state Exp;
branches;
next	1.1.1.7;

1.1.1.7
date	2008.12.12.16.23.56;	author shriekout;	state Exp;
branches;
next	1.1.1.8;

1.1.1.8
date	2008.12.14.06.22.53;	author shriekout;	state Exp;
branches;
next	1.1.1.9;

1.1.1.9
date	2009.11.16.13.24.44;	author shriekout;	state Exp;
branches;
next	1.1.1.10;

1.1.1.10
date	2009.11.17.13.01.41;	author shriekout;	state Exp;
branches;
next	1.1.1.11;

1.1.1.11
date	2009.12.08.14.49.28;	author shriekout;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Initial revision
@
text
@#!/usr/bin/make -f
# -*- makefile -*-
# Sample debian/rules that uses debhelper.
# This file was originally written by Joey Hess and Craig Small.
# As a special exception, when this file is copied by dh-make into a
# dh-make output file, you may use that output file without restriction.
# This special exception was added by Craig Small in version 0.37 of dh-make.

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1




CFLAGS = -Wall -g

ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
	CFLAGS += -O0
else
	CFLAGS += -O2
endif

configure: configure-stamp
configure-stamp:
	dh_testdir
	# Add here commands to configure the package.

	touch configure-stamp


build: build-stamp

build-stamp: configure-stamp 
	dh_testdir

	# Add here commands to compile the package.
	$(MAKE)
	#docbook-to-man debian/happytimer.sgml > happytimer.1

	touch $@@

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

	# Add here commands to clean up after the build process.
	-$(MAKE) clean

	dh_clean 

install: build
	dh_testdir
	dh_testroot
	dh_clean -k 
	dh_installdirs

	# Add here commands to install the package into debian/happytimer.
	$(MAKE) install PREFIX=$(CURDIR)/debian/happytimer/usr


# 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_install
#	dh_installmenu
#	dh_installdebconf	
#	dh_installlogrotate
#	dh_installemacsen
#	dh_installpam
#	dh_installmime
#	dh_python
#	dh_installinit
#	dh_installcron
#	dh_installinfo
	dh_installman
	dh_link
	dh_strip
	dh_compress
	dh_fixperms
#	dh_perl
#	dh_makeshlibs
	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.1.1.1
log
@Import
@
text
@@


1.1.1.2
log
@Import
@
text
@d59 1
a59 1
	$(MAKE) PREFIX=$(CURDIR)/debian/happytimer/usr install
@


1.1.1.3
log
@Import
@
text
@d59 1
a59 1
	$(MAKE) PREFIX=$(CURDIR)/debian/happytimer install
@


1.1.1.4
log
@Import
@
text
@d59 1
a59 1
	$(MAKE) PREFIX=$(CURDIR)/debian/happytimer/usr install
@


1.1.1.5
log
@Import
@
text
@d59 1
a59 1
	$(MAKE) PREFIX=$(CURDIR)/debian/happytimer/usr install PO_DEST_DIR=$(CURDIR)/debian/happytimer/usr/share/locale
@


1.1.1.6
log
@Import
@
text
@d48 1
a48 1
	$(MAKE) clean
@


1.1.1.7
log
@Import
@
text
@d48 1
a48 1
	# $(MAKE) clean
@


1.1.1.8
log
@Import
@
text
@d48 1
a48 1
	$(MAKE) clean
@


1.1.1.9
log
@Import
@
text
@d15 7
d33 1
a33 1
build-stamp: configure-stamp  
d42 1
a42 1
clean: 
d55 1
a55 1
	dh_prep  
d63 1
a63 1
binary-indep: install
d67 1
a67 1
binary-arch: install
d75 1
a75 1
#	dh_installdebconf
@


1.1.1.10
log
@Import
@
text
@d19 1
d29 1
d31 1
@


1.1.1.11
log
@Import
@
text
@d2 6
d9 2
a10 2
%:
	dh $@@
d12 37
a48 1
override_dh_auto_install:
d50 39
@


