source: trunk/debian/rules @ 187

Last change on this file since 187 was 49, checked in by bas, 18 years ago

EmailtoTracScript?:

Makefile.in, debian)

  • Changed Makefile.in so that we can make a email2trac debian package.
  • Property svn:executable set to *
  • Property svn:keywords set to Id
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.