#
# Makefile used for Maemo version. The original file is named
# 'Makefile' and not used.
# 

all:
	@echo "Specify a make target"

buildpackage:
	dpkg-buildpackage -rfakeroot

buildsource:
	dpkg-buildpackage -rfakeroot -sa -S

changelog:
	# I'll never remember the name of that command ...
	dch

upload:
	dput ../libgcrypt-py_0.1.0-1_source.changes
