Debian package system has two types of package, 'native' and 'non-native'. 'native' is the package just for Debian, it contains debian/ directory source tar.gz, doesn't have debian.tar.gz. 'non-native' has orig.tar.gz which is upstream source code tar ball, then it has debian.tar.gz which contains debian/ directory. Scylla is 'native' now but should be 'non-native' since this is not just for Debian, so move debian/ to dist/ubuntu/, make orig.tar.gz using git-archive-all, copy dist/ubuntu/debian/ to debian/ then generate debian.tar.gz.
4 lines
111 B
Plaintext
4 lines
111 B
Plaintext
extend-diff-ignore = ^.gitorderfile$
|
|
extend-diff-ignore = ^seastar/.gitorderfile$
|
|
extend-diff-ignore = ^build/
|