File: clean

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-- 266 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
# debian/clean
# Files to remove for ‘clean’ target during package build.
# Manual page: ‘dh_clean(1)’.

# Cached files downloaded by Setuptools.
*.egg-info/

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