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=ee2e4d6afa84c2f2d7d8ac23bf3fbf441aaba3f9 commit ee2e4d6afa84c2f2d7d8ac23bf3fbf441aaba3f9 Author: Guillem Jover <[email protected]> AuthorDate: Tue Dec 28 05:00:53 2021 +0100 doc: Rename frontend.txt to frontend-api.txt Give the file a more meaningful name, as frontend.txt is not very clear on what its purpose is. --- Makefile.am | 2 +- debian/dpkg-dev.docs | 2 +- doc/{frontend.txt => frontend-api.txt} | 0 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 989861960..181af84d4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -45,7 +45,7 @@ dist_pkgdata_DATA = \ dist_doc_DATA = \ doc/README.api \ doc/README.feature-removal-schedule \ - doc/frontend.txt \ + doc/frontend-api.txt \ doc/protected-field.txt \ doc/rootless-builds.txt \ doc/triggers.txt \ diff --git a/debian/dpkg-dev.docs b/debian/dpkg-dev.docs index 03ea9641c..b39f5164a 100644 --- a/debian/dpkg-dev.docs +++ b/debian/dpkg-dev.docs @@ -1,4 +1,4 @@ -usr/share/doc/dpkg/frontend.txt +usr/share/doc/dpkg/frontend-api.txt usr/share/doc/dpkg/protected-field.txt usr/share/doc/dpkg/rootless-builds.txt usr/share/doc/dpkg/triggers.txt diff --git a/doc/frontend.txt b/doc/frontend-api.txt similarity index 100% rename from doc/frontend.txt rename to doc/frontend-api.txt -- Dpkg.Org's dpkg

