File: README.source

package info (click to toggle)
vcftools 0.1.9-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,396 kB
  • sloc: perl: 10,233; cpp: 7,950; pascal: 751; makefile: 60; php: 43; sh: 12
file content (20 lines) | stat: -rw-r--r-- 483 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
vcftools - changes to source tree
=================================

A series of files and directories needed to be removed - nothing dramatic:

$ find . -name ".svn"
./website/img/.svn
./website/src/.svn
./website/.svn
./cpp/.svn
./examples/.svn
./perl/.svn
$ find . -name ".svn" | xargs -r rm -r
$ find . -name "*.pdf"
./website/VCF-poster.pdf
$ find . -name "*.pdf" | xargs -r rm

Also, the source tree has now the version number attached with a hyphen
instead of an underscore.