File: clean

package info (click to toggle)
jaraco.stream 3.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 196 kB
  • sloc: python: 236; makefile: 4
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 :