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=a9f5e4d9968b39f6637447a897b72aa3a5b18263 commit a9f5e4d9968b39f6637447a897b72aa3a5b18263 Author: Guillem Jover <[email protected]> AuthorDate: Sat May 24 01:21:38 2025 +0200 doc: Make README.* files fully machine readable Switch some free-form lines into #-prefixed comments, so that the files are fully machine readable. --- doc/README.api | 4 ++-- doc/README.feature-removal-schedule | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/README.api b/doc/README.api index 8d72f6359..daa7847a7 100644 --- a/doc/README.api +++ b/doc/README.api @@ -1,5 +1,5 @@ -This is an (incomplete) list of currently provided APIs by dpkg, and -their supported status. +# This is an (incomplete) list of currently provided APIs by dpkg, and +# their supported status. What: libdpkg.a (C static library) diff --git a/doc/README.feature-removal-schedule b/doc/README.feature-removal-schedule index f9b1f0b53..1acbba38f 100644 --- a/doc/README.feature-removal-schedule +++ b/doc/README.feature-removal-schedule @@ -1,4 +1,4 @@ -This is a list of features that are scheduled to be removed from dpkg. +# This is a list of features that are scheduled to be removed from dpkg. What: fallback of dpkg-source to source format "1.0" without explicit debian/source/format Status: deprecated @@ -39,8 +39,8 @@ Why: and this option has no use any longer. The caller can set PERL5LIB or PERLLIB to specify the perl module search path now. -History of feature removals -~~~~~~~~~~~~~~~~~~~~~~~~~~~ +# History of feature removals +# ~~~~~~~~~~~~~~~~~~~~~~~~~~~ What: cleanup-info (program) Status: removed -- Dpkg.Org's dpkg

