File: selflint

package info (click to toggle)
reuse 5.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,316 kB
  • sloc: python: 9,646; makefile: 80; sh: 6; ansic: 5
file content (14 lines) | stat: -rw-r--r-- 189 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh

set -e

# copy source for write permissions
cp -R . $AUTOPKGTEST_TMP
cd $AUTOPKGTEST_TMP

# remove non-upstream folders
rm -rf debian .pc

# lint and return
reuse lint
return $?