source: trunk/debian/rules

Last change on this file was 79, checked in by bas, 17 years ago

Added:

  • debian directory
  • configure autoconf tools
  • install.sh
  • Property svn:executable set to *
  • Property svn:keywords set to Id URL
File size: 596 bytes
Line 
1#!/usr/bin/make -f
2# Copyrignt 2006 Bas van der Vlies <bas@sara.nl>
3#
4#
5# DEB_AUTO_UPDATE_DEBIAN_CONTROL := yes
6#
7#
8include /usr/share/cdbs/1/rules/buildcore.mk
9include /usr/share/cdbs/1/rules/debhelper.mk
10include /usr/share/cdbs/1/class/autotools.mk
11include /usr/share/cdbs/1/class/makefile.mk
12#include /usr/share/cdbs/1/class/makefile-vars.mk
13
14DEB_CONFIGURE_EXTRA_FLAGS := --enable-python
15
16# does on package by package bases so doesn't work :-/
17# #DEB_DH_INSTALL_ARGS := --list-missing
18#
19# #DEB_CONFIGURE_EXTRA_FLAGS := --enable-debug
20#
21# # tight versioning
22# #DEB_DH_MAKESHLIBS_ARGS := -V
23# ~
Note: See TracBrowser for help on using the repository browser.