~mvo/pkgme/not-native-by-default

« back to all changes in this revision

Viewing changes to pkgme/package_files.py

[r=james-w] Use source format 1.0 rather than 3.0 (native) to avoid the stripping of .so files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
246
246
    filename = "source/format"
247
247
 
248
248
    def get_contents(self):
249
 
        return "3.0 (native)\n"
 
249
        return "1.0\n"
250
250
 
251
251
 
252
252
default_package_file_group.add_file_cls(SourceFormat)