14 | | Note that if you end up getting involved in upstream Debian or Ubuntu development, you might consider punting the last two lines. They do make things easier assuming you're developing for Debian. |
| 14 | (Note that if you end up getting involved in upstream Debian or Ubuntu development, you might consider punting the last two lines. They do make things easier assuming you're developing for Debian.) |
| 15 | |
| 16 | The DEBUILD_DPKG_BUILDPACKAGE_OPTS options mean: |
| 17 | |
| 18 | * (`-sa`) Look for original source as a tarfile or create one. |
| 19 | * (`-us`) Do not sign the source package. |
| 20 | * (`-uc`) Do not sign the changes file. |
| 21 | * (`-i`) Ignore common version control metadata files when creating diffs. |
| 22 | * (`-I`) (previously `-I.svn`) Ignore [.svn] paths when creating tarballs. |
| 23 | |
| 24 | |
| 25 | You may also want a $HOME/.sbuildrc file containing the following: |
| 26 | |
| 27 | {{{ |
| 28 | $nolog = 1; |
| 29 | $mailto = 'yourusername'; |
| 30 | $log_dir = '/tmp/sbuild-logs'; |
| 31 | $maintainer_name = 'Debathena Project <debathena@mit.edu>'; |
| 32 | $force_orig_source = 1; |
| 33 | $sbuild_mode = "user"; |
| 34 | 1; |
| 35 | }}} |
| 36 | |
| 37 | You should also set the environment variable `DEBATHENA_APT` to `/afs/sipb.mit.edu/project/debathena/apt`. |