File: README.source

package info (click to toggle)
openrpt 3.3.7-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 6,220 kB
  • ctags: 4,263
  • sloc: cpp: 31,332; ansic: 12,175; xml: 7,401; sh: 376; sql: 32; makefile: 21
file content (18 lines) | stat: -rw-r--r-- 568 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

The following was used to repack the tarball from upstream:

   find . -name '.DS_Store' -exec rm {} \;
   find . -name '*.o' -exec rm {} \;
   find . -name '*.a' -exec rm {} \;
   find . -exec file {} \; | grep executable | cut -f1 -d: | xargs rm


The following was used to detect non-text artifacts:

   find . -type f -exec file {} \; | \
       egrep -v 'ASCII|XML|Unicode|PNG|empty|8859'

The binary files with .qm extension are translations
of the strings for other languages.  This is a valid file format
used by Qt and they can be managed with some Qt tool