aboutsummaryrefslogtreecommitdiff
path: root/bpkg/system-package-manager-debian.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2023-03-08 10:14:43 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2023-03-08 10:14:43 +0200
commit444fcda3a062456a3e8500ef23e23d3584b964af (patch)
treee140f74920e2b4e625e8661d1458a6a434bef67a /bpkg/system-package-manager-debian.cxx
parent5c02ef198e539fc4a054ca442a56d89a7b796098 (diff)
Add few comments
Diffstat (limited to 'bpkg/system-package-manager-debian.cxx')
-rw-r--r--bpkg/system-package-manager-debian.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/bpkg/system-package-manager-debian.cxx b/bpkg/system-package-manager-debian.cxx
index 5c8ace0..1abfb84 100644
--- a/bpkg/system-package-manager-debian.cxx
+++ b/bpkg/system-package-manager-debian.cxx
@@ -3140,7 +3140,9 @@ namespace bpkg
//
// Note also that dpkg-buildpackage causes recompilation on every run by
// changing the SOURCE_DATE_EPOCH environment variable (which we track for
- // changes since it affects GCC).
+ // changes since it affects GCC). Note that since we don't have this
+ // SOURCE_DATE_EPOCH during dry-run caused by installed_entries(), there
+ // would be a recompilation even if the value weren't changing.
//
cstrings args {
"dpkg-buildpackage",