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=6eb8e550d09825e600ad765dae5054b472fa6da9

commit 6eb8e550d09825e600ad765dae5054b472fa6da9
Author: Guillem Jover <guil...@debian.org>
AuthorDate: Thu Aug 19 04:45:47 2021 +0200

    dpkg: Improve --assert-<feature> descriptions
    
    Expand the descriptions a bit to make them more understandable.
---
 src/enquiry.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/enquiry.c b/src/enquiry.c
index 02b61d868..4b2ff2e3a 100644
--- a/src/enquiry.c
+++ b/src/enquiry.c
@@ -364,15 +364,15 @@ static const struct assert_feature {
 } assert_features[] = {
   {
     .name = "support-predepends",
-    .desc = N_("Pre-Depends field"),
+    .desc = N_("the Pre-Depends field"),
     .version = "1.1.0",
   }, {
     .name = "working-epoch",
-    .desc = N_("epoch"),
+    .desc = N_("epochs in versions"),
     .version = "1.4.0.7",
   }, {
     .name = "long-filenames",
-    .desc = N_("long filenames"),
+    .desc = N_("long filenames in .deb archives"),
     .version = "1.4.1.17",
   }, {
     .name = "multi-conrep",
@@ -380,15 +380,15 @@ static const struct assert_feature {
     .version = "1.4.1.19",
   }, {
     .name = "multi-arch",
-    .desc = N_("multi-arch"),
+    .desc = N_("multi-arch fields and semantics"),
     .version = "1.16.2",
   }, {
     .name = "versioned-provides",
-    .desc = N_("versioned Provides"),
+    .desc = N_("versioned relationships in the Provides field"),
     .version = "1.17.11",
   }, {
     .name = "protected-field",
-    .desc = N_("Protected field"),
+    .desc = N_("the Protected field"),
     .version = "1.20.1",
   }, {
     .name = NULL,

-- 
Dpkg.Org's dpkg

Reply via email to