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.
2 lines
12 B
Plaintext
2 lines
12 B
Plaintext
3.0 (quilt)
|