File: options

package info (click to toggle)
python-daemon 3.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 492 kB
  • sloc: python: 2,854; sh: 19; makefile: 10
file content (13 lines) | stat: -rw-r--r-- 364 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
# debian/source/options
# Additional command-line options for ‘dpkg-source’ when building this package.
# Manual page: ‘dpkg-source(1)’.

# Pattern (Perl regex) to filter out files changed in source package.
extend-diff-ignore = "^[^/]*[.]egg-info/"


# Local variables:
# coding: utf-8
# mode: conf-space
# End:
# vim: fileencoding=utf-8 filetype=conf :