Last change
on this file since 188 was
188,
checked in by bas, 16 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 | # |
---|
8 | include /usr/share/cdbs/1/rules/buildcore.mk |
---|
9 | include /usr/share/cdbs/1/rules/debhelper.mk |
---|
10 | include /usr/share/cdbs/1/class/autotools.mk |
---|
11 | include /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 | |
---|
18 | DEB_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.