File: README.source

package info (click to toggle)
bacula 9.6.7-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 24,764 kB
  • sloc: ansic: 157,001; cpp: 28,065; sh: 25,044; makefile: 4,385; perl: 3,433; sql: 1,371; python: 125; xml: 64; awk: 51; sed: 25
file content (37 lines) | stat: -rw-r--r-- 1,058 bytes parent folder | download | duplicates (3)
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
Steps to update to a new upstream release
-----------------------------------------

1. Review the upstream changes (also wrt licencing)

2. If the upstream tarball can be used as-is, "gbp import-orig --uscan --pristine-tar" can be used.

Otherwise:

  a) Use uscan to download the upstream tarball and check the signature
  b) unpack, remove problematic files, document in list below and create cleaned up tarball with version +dfsg 
  c) gbp import-orig --pristine-tar <clean tarball>

3. Update debian/changelog to reflect new version

4. If needed, refresh quilt patches

[to be continued if needed ...]



Problematic files for version 9.0.7
-----------------------------------

Proprietary licence:

bacula/src/filed/win_efs.c

These (longer) files don't have a copyright/licence notice:

src/win32/compat/print.cpp
src/win32/stored/postest/postest.cpp
src/win32/full_win32_installer/winbacula.nsi
src/win32/filed/plugins/node.h
src/win32/full_win32_installer/winbacula.nsi

(and possibly others, I removed all of src/win32 as we don't need it anyway)