Skip to content

Commit

Permalink
add debian special files
Browse files Browse the repository at this point in the history
  • Loading branch information
bugfinder committed Apr 4, 2011
1 parent 160619b commit 6c949b9
Showing 1 changed file with 22 additions and 3 deletions.
25 changes: 22 additions & 3 deletions 20-files-present-and-referenced
Original file line number Diff line number Diff line change
Expand Up @@ -249,14 +249,33 @@ for i in $DIR_TO_CHECK/* $DIR_TO_CHECK/.* ; do
.bsnote | \
.check_if_valid_source_dir | \
.setup | \
debian.changelog | \
debian.tar.gz | \
*.dsc | \
ready | \
_* | \
*.orig | \
*~ | \
.gitignore)
.gitignore | \
debian.changelog | \
debian.compat | \
debian.control | \
debian.copyright | \
debian.postinst | \
debian.postrm | \
debian.preinst | \
debian.prerm | \
debian.rules | \
debian.tar.gz | \
debian.triggers | \
debian.*.default | \
debian.*.dirs | \
debian.*.files | \
debian.*.init | \
debian.*.install | \
debian.*.logrotate | \
debian.*.postinst | \
debian.*.postrm | \
debian.*.preinst | \
debian.*.prerm )
;;
*)
grep -a -x $BASE $TMPDIR/sources > /dev/null && continue
Expand Down

0 comments on commit 6c949b9

Please sign in to comment.