source: trunk/debian/rules @ 485

Last change on this file since 485 was 188, checked in by bas, 17 years ago

debian/rules:

  • Added an example to set the trac_user id
  • Property svn:executable set to *
  • Property svn:keywords set to Id
File size: 716 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
14# Example to set the trac_user id to other value
15#
16#DEB_CONFIGURE_EXTRA_FLAGS := --enable-python --with-trac_user=bas
17
18DEB_CONFIGURE_EXTRA_FLAGS := --enable-python
19
20# does on package by package bases so doesn't work :-/
21# #DEB_DH_INSTALL_ARGS := --list-missing
22#
23# #DEB_CONFIGURE_EXTRA_FLAGS := --enable-debug
24#
25# # tight versioning
26# #DEB_DH_MAKESHLIBS_ARGS := -V
27# ~
Note: See TracBrowser for help on using the repository browser.