diff options
author | Guillem Jover <guillem@debian.org> | 2016-11-14 01:17:32 +0100 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2016-11-16 03:57:07 +0100 |
commit | d5005e4576bcf9b341e83cfb8647d5f96438642f (patch) | |
tree | a20061179ac1f8fff9d8dbb7bfc7662f84932525 /scripts/t/dpkg_buildpackage/test-source_0_all.changes | |
parent | 8ff4522cf0f08659dee954ac2c6256c607b045df (diff) | |
download | dpkg-d5005e4576bcf9b341e83cfb8647d5f96438642f.tar.gz |
dpkg-genbuildinfo: Use deterministic .buildinfo filenames
Using undeterministic filenames based on the buildinfo-id produces ugly
looking filenames, which get left behind when rebuilding the same source
multiple times as they vary by date.
There's really no great point in using unique filenames as they will end
up with different contents depending on the builder.
Diffstat (limited to 'scripts/t/dpkg_buildpackage/test-source_0_all.changes')
-rw-r--r-- | scripts/t/dpkg_buildpackage/test-source_0_all.changes | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/t/dpkg_buildpackage/test-source_0_all.changes b/scripts/t/dpkg_buildpackage/test-source_0_all.changes index 9c4bdb4b0..ebe0890e2 100644 --- a/scripts/t/dpkg_buildpackage/test-source_0_all.changes +++ b/scripts/t/dpkg_buildpackage/test-source_0_all.changes @@ -18,10 +18,10 @@ Changes: * Entry. Closes: #12345 Checksums-Sha1: 0000000000000000000000000000000000000000 0 test-binary-all_0_all.deb - 0000000000000000000000000000000000000000 0 test-source_0_20160101T123000z-00000000.buildinfo + 0000000000000000000000000000000000000000 0 test-source_0_all.buildinfo Checksums-Sha256: 0000000000000000000000000000000000000000000000000000000000000000 0 test-binary-all_0_all.deb - 0000000000000000000000000000000000000000000000000000000000000000 0 test-source_0_20160101T123000z-00000000.buildinfo + 0000000000000000000000000000000000000000000000000000000000000000 0 test-source_0_all.buildinfo Files: 00000000000000000000000000000000 0 test optional test-binary-all_0_all.deb - 00000000000000000000000000000000 0 test optional test-source_0_20160101T123000z-00000000.buildinfo + 00000000000000000000000000000000 0 test optional test-source_0_all.buildinfo |