| Revision 202,
718 bytes
checked in by bruno, 6 years ago
(diff) |
|
Update to 0.8.2
|
| Rev | Line | |
|---|
| [7] | 1 | # |
|---|
| 2 | # Project Builder configuration file |
|---|
| 3 | # For project pb ;-) |
|---|
| 4 | # |
|---|
| 5 | # $Id$ |
|---|
| 6 | # |
|---|
| [98] | 7 | # |
|---|
| [7] | 8 | |
|---|
| [98] | 9 | # |
|---|
| 10 | # Global version/tag for the project |
|---|
| 11 | # |
|---|
| [202] | 12 | projver pb = 0.8.2 |
|---|
| [98] | 13 | projtag pb = 1 |
|---|
| 14 | |
|---|
| 15 | # Adapt to your needs: |
|---|
| 16 | # Optional if you need to overwrite the global values above |
|---|
| 17 | # |
|---|
| 18 | #pkgver project-builder = devel |
|---|
| [95] | 19 | #pkgtag project-builder = 1 |
|---|
| [99] | 20 | pkgver nil |
|---|
| 21 | pkgtag nil |
|---|
| [95] | 22 | |
|---|
| [7] | 23 | # Hash of default package/package directory |
|---|
| [26] | 24 | defpkgdir project-builder = pb |
|---|
| [7] | 25 | |
|---|
| 26 | # Hash of additional package/package directory |
|---|
| [27] | 27 | extpkgdir project-builder-doc = pb-doc |
|---|
| [7] | 28 | |
|---|
| [8] | 29 | # Hash of valid version names |
|---|
| [7] | 30 | version devel |
|---|
| 31 | version stable |
|---|
| [15] | 32 | |
|---|
| [56] | 33 | # List of files per pkg on which to apply filters |
|---|
| 34 | # Files are mentioned relatively to pbroot/defpkgdir |
|---|
| [92] | 35 | filteredfiles project-builder = Makefile.PL,lib/ProjectBuilder/Version.pm |
|---|
Note: See
TracBrowser
for help on using the repository browser.