File: README.source

package info (click to toggle)
s3ql 5.2.3%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,416 kB
  • sloc: python: 19,027; cpp: 408; makefile: 147; sh: 133
file content (20 lines) | stat: -rw-r--r-- 809 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

* As requested by ftpmaster, the upstream tarball is repacked to
  remove minified javascript files.

* Since removing just the minified javascript files would leave the
  rest of them broken, we are removing the entire pre-rendered HTML
  documentation. There is no loss of information, since the entire
  documentation (including the problematic javascript files) is
  regenerated during build.

* Repackaging of the upstream tarball is done with uscan. The list of
  excluded files is specified in the Files-Excluded paragraph in
  debian/copyright. To retrieve and repack the latest upstream
  tarball, run

  # PERL_LWP_SSL_VERIFY_HOSTNAME=0 uscan --repack

  (Deactivating hostname verification isn't a problem because the
  upstream tarball is GPG signed, but necessary to work around
  bug #749225.)