This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=b40d59472c62e184b768c43de40586f7c083cf91 The following commit(s) were added to refs/heads/main by this push: new b40d59472 scripts/mk: Fix typo in comment b40d59472 is described below commit b40d59472c62e184b768c43de40586f7c083cf91 (HEAD -> main) Author: Guillem Jover <[email protected]> AuthorDate: Wed Jul 24 22:54:45 2024 +0200 scripts/mk: Fix typo in comment Fixes: commit c05f82972018d182fa296ef38384a1adddf5b6eb Changelog: silent --- scripts/mk/pkg-info.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/mk/pkg-info.mk b/scripts/mk/pkg-info.mk index ac64fa5bd..37bf42299 100644 --- a/scripts/mk/pkg-info.mk +++ b/scripts/mk/pkg-info.mk @@ -8,7 +8,7 @@ # DEB_VERSION_UPSTREAM: package's upstream version. # DEB_DISTRIBUTION: distribution(s) listed in the current debian/changelog # entry. -# DEB_TIMESTAMP: source package relase date as seconds since the epoch as +# DEB_TIMESTAMP: source package release date as seconds since the epoch as # specified in the latest debian/changelog entry (since dpkg 1.22.9), # although you are probably looking for SOURCE_DATE_EPOCH instead. # -- Dpkg.Org's dpkg

