File: README.source

package info (click to toggle)
bacula 15.0.3-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 29,780 kB
  • sloc: ansic: 194,276; cpp: 41,177; sh: 28,258; python: 6,669; makefile: 5,275; perl: 3,666; sql: 1,371; java: 345; xml: 196; awk: 51; sed: 25
file content (43 lines) | stat: -rw-r--r-- 1,284 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
38
39
40
41
42
43
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

5. Check if a database upgrade is needed - see
   debian/additions/README.source and also install-dbconfig and
   extract-dbupgrade* in debian/scripts/

[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)

 -- Carsten Leonhardt <leo@debian.org>, Wed, 24 Jan 2024 09:20:10 +0100