1 |
# later on should be changed to svn-upgrade |
2 |
# but now that would just annoy |
3 |
post_command= |
4 |
|
5 |
# files/directories to delete. bash patterns |
6 |
delete_files='./bin ./external/[a-z]*.jar' |
7 |
|
8 |
# suffix to attach |
9 |
suffix_out=.dfsg |
10 |
suffix_version_out=.dfsg |
11 |
|
12 |
# for now we better simply create a symlink |
13 |
# do_orig_symlink=" pleasedo ;-) " |
14 |
|
15 |
# do we need original tarball? I guess so for now, |
16 |
# if not - uncomment |
17 |
# do_delete_originals=" kill the beast " |
18 |
|
19 |
# Create README.Debian-source |
20 |
do_create_readme=" of course " |
21 |
|
22 |
# where to put the new tarball |
23 |
dest_dir=".." |
24 |
|