aboutsummaryrefslogtreecommitdiff
path: root/bpkg/system-package-manager-debian.cxx
diff options
context:
space:
mode:
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",