The following commit has been merged in the master branch:
commit 95310c74958d0efd10ba6780e24ce23edc941882
Author: Guillem Jover <[email protected]>
Date: Sun Sep 23 09:15:43 2012 +0200
dpkg: Use colon instead of dot for user:group in debug output
diff --git a/debian/changelog b/debian/changelog
index 60db95f..dd795f3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ dpkg (1.17.0) UNRELEASED; urgency=low
* Disable justification and hyphenation in SEE ALSO man page sections.
* Remove unneeded double quotes in .SH man page headings.
* Do not use “header” when “format” or “field” is meant in man pages.
+ * Use colon instead of dot for user:group in dpkg debug output.
-- Guillem Jover <[email protected]> Fri, 03 Aug 2012 13:21:00 +0200
diff --git a/src/archives.c b/src/archives.c
index 3184a1b..0ab4bc0 100644
--- a/src/archives.c
+++ b/src/archives.c
@@ -737,7 +737,7 @@ tarobject(void *ctx, struct tar_entry *ti)
nifd->namenode->flags |= fnnf_new_inarchive;
debug(dbg_eachfile,
- "tarobject ti->name='%s' mode=%lo owner=%u.%u type=%d(%c)"
+ "tarobject ti->name='%s' mode=%lo owner=%u:%u type=%d(%c)"
" ti->linkname='%s' namenode='%s' flags=%o instead='%s'",
ti->name, (long)ti->stat.mode,
(unsigned)ti->stat.uid, (unsigned)ti->stat.gid,
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]