This file is indexed.

/usr/share/doc/systraq/TODO.Debian is in systraq 20160803-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
debian-systraq@nusku:~$ find /etc -perm -a+r -type f >/dev/null
find: `/etc/lvm/backup': Permission denied
find: `/etc/lvm/archive': Permission denied
find: `/etc/ssl/private': Permission denied
find: `/etc/polkit-1/localauthority': Permission denied
find: `/etc/publicfile/httpd': Permission denied
find: `/etc/publicfile/ftpd': Permission denied
find: `/etc/cups/ssl': Permission denied
ls: cannot access /home/*/.ssh/a*: No such file or directory

apt gives ugly output due to /etc/apt/apt.conf.d/20systraq and
/etc/systraq/Makefile

should be

-perm -a-r

change to

root@nusku:~# find /etc -perm -a+r  -type f

and fix the

ls -1 /home/*/.ssh/a*

while we're at it: do not complain if set is empty

parse stderr, grep permission denied, run as user debian-systraq

debian-systraq@nusku:~$ find /etc -perm -a+r -type f > /tmp/oo 2>/tmp/err; grep -v '^find: .* Permission denied$' /tmp/err




joostvb's build instructions
----------------------------

joostvb@janacopoulos:~/lo...n/systraq/systraq-latest% cp -a ~/git/systraq/debian/trunk/debian .

joostvb@janacopoulos:~/lo...n/systraq/systraq-latest% uscan --verbose --force-download
joostvb@janacopoulos:~/lo...local/src/debian/systraq% mv systraq-20151214/* systraq-latest 

(sid)joostvb@nusku:~/lo...n/systraq/systraq-latest% debuild -uc -us

(sid)joostvb@nusku:~/lo...n/systraq/systraq-latest% rm -rf *

joostvb@nusku:~/lo...local/src/debian/systraq% cp -a systraq-20160316/* systraq-latest 
joostvb@janacopoulos:~/lo...n/systraq/systraq-latest% cp -a ~/git/systraq/debian/trunk/debian .

(sid)joostvb@nusku:~/lo...n/systraq/systraq-latest% debuild

joostvb@nusku:~/lo...local/src/debian/systraq% dupload --to anonymous-ftp-master  systraq_20160316-1_amd64.changes