This is an automated email from the git hooks/post-receive script.

guillem pushed a commit to branch master
in repository dpkg.

View the commit online:
https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=5b0721da81712f570ea744f11fa560f2492302a5

commit 5b0721da81712f570ea744f11fa560f2492302a5
Author: Guillem Jover <guil...@debian.org>
AuthorDate: Sat Aug 11 03:31:49 2018 +0200

    libdpkg: Fix header file title
---
 lib/dpkg/ar.h              | 2 +-
 lib/dpkg/db-ctrl-access.c  | 2 +-
 lib/dpkg/db-ctrl-format.c  | 2 +-
 lib/dpkg/db-ctrl-upgrade.c | 2 +-
 lib/dpkg/options-parsers.c | 2 +-
 lib/dpkg/pkg-format.h      | 2 +-
 lib/dpkg/t/t-mod-db.c      | 2 +-
 lib/dpkg/t/t-varbuf.c      | 2 +-
 lib/dpkg/trigdeferred.c    | 2 +-
 lib/dpkg/trigdeferred.h    | 2 +-
 10 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/lib/dpkg/ar.h b/lib/dpkg/ar.h
index 116703d84..55bfa6e99 100644
--- a/lib/dpkg/ar.h
+++ b/lib/dpkg/ar.h
@@ -1,6 +1,6 @@
 /*
  * libdpkg - Debian packaging suite library routines
- * ar.c - primitives for ar handling
+ * ar.h - primitives for ar handling
  *
  * Copyright © 2010 Guillem Jover <guil...@debian.org>
  *
diff --git a/lib/dpkg/db-ctrl-access.c b/lib/dpkg/db-ctrl-access.c
index 1c1dc1936..bd98d1409 100644
--- a/lib/dpkg/db-ctrl-access.c
+++ b/lib/dpkg/db-ctrl-access.c
@@ -1,6 +1,6 @@
 /*
  * dpkg - main program for package management
- * infodb.c - package control information database
+ * db-ctrl-access.c - package control information database
  *
  * Copyright © 1995 Ian Jackson <ijack...@chiark.greenend.org.uk>
  * Copyright © 2011-2014 Guillem Jover <guil...@debian.org>
diff --git a/lib/dpkg/db-ctrl-format.c b/lib/dpkg/db-ctrl-format.c
index a7c521773..84b873c27 100644
--- a/lib/dpkg/db-ctrl-format.c
+++ b/lib/dpkg/db-ctrl-format.c
@@ -1,6 +1,6 @@
 /*
  * dpkg - main program for package management
- * infodb-format.c - package control information database format
+ * db-ctrl-format.c - package control information database format
  *
  * Copyright © 2011-2014 Guillem Jover <guil...@debian.org>
  *
diff --git a/lib/dpkg/db-ctrl-upgrade.c b/lib/dpkg/db-ctrl-upgrade.c
index 67c4ce0fa..fc88bd4d0 100644
--- a/lib/dpkg/db-ctrl-upgrade.c
+++ b/lib/dpkg/db-ctrl-upgrade.c
@@ -1,6 +1,6 @@
 /*
  * dpkg - main program for package management
- * infodb-upgrade.c - package control information database format upgrade
+ * db-ctrl-upgrade.c - package control information database format upgrade
  *
  * Copyright © 1995 Ian Jackson <ijack...@chiark.greenend.org.uk>
  * Copyright © 2011-2014 Guillem Jover <guil...@debian.org>
diff --git a/lib/dpkg/options-parsers.c b/lib/dpkg/options-parsers.c
index b65215027..c26864278 100644
--- a/lib/dpkg/options-parsers.c
+++ b/lib/dpkg/options-parsers.c
@@ -1,6 +1,6 @@
 /*
  * dpkg - main program for package management
- * options-helper.c - command-line options parser helpers
+ * options-parsers.c - command-line options parser helpers
  *
  * Copyright © 2014 Guillem Jover <guil...@debian.org>
  *
diff --git a/lib/dpkg/pkg-format.h b/lib/dpkg/pkg-format.h
index cba39a147..3e013003d 100644
--- a/lib/dpkg/pkg-format.h
+++ b/lib/dpkg/pkg-format.h
@@ -1,6 +1,6 @@
 /*
  * libdpkg - Debian packaging suite library routines
- * pkg-format.c - customizable package formatting
+ * pkg-format.g - customizable package formatting
  *
  * Copyright © 2001 Wichert Akkerman <wakke...@debian.org>
  *
diff --git a/lib/dpkg/t/t-mod-db.c b/lib/dpkg/t/t-mod-db.c
index 680dab5e5..c40d8e8ae 100644
--- a/lib/dpkg/t/t-mod-db.c
+++ b/lib/dpkg/t/t-mod-db.c
@@ -1,6 +1,6 @@
 /*
  * libdpkg - Debian packaging suite library routines
- * t-db.c - test database implementation
+ * t-mod-db.c - test database implementation
  *
  * Copyright © 2011 Guillem Jover <guil...@debian.org>
  *
diff --git a/lib/dpkg/t/t-varbuf.c b/lib/dpkg/t/t-varbuf.c
index 3fb4444b2..585251993 100644
--- a/lib/dpkg/t/t-varbuf.c
+++ b/lib/dpkg/t/t-varbuf.c
@@ -1,6 +1,6 @@
 /*
  * libdpkg - Debian packaging suite library routines
- * t-verbuf.c - test varbuf implementation
+ * t-varbuf.c - test varbuf implementation
  *
  * Copyright © 2009-2011, 2013-2015 Guillem Jover <guil...@debian.org>
  *
diff --git a/lib/dpkg/trigdeferred.c b/lib/dpkg/trigdeferred.c
index e5bb2c347..12677ddc9 100644
--- a/lib/dpkg/trigdeferred.c
+++ b/lib/dpkg/trigdeferred.c
@@ -1,6 +1,6 @@
 /*
  * libdpkg - Debian packaging suite library routines
- * trigdeferred.c - parsing of triggers/Deferred
+ * trigdeferred.c - parsing of triggers/Unincorp (was …/Deferred)
  *
  * Copyright © 2007 Canonical Ltd
  * written by Ian Jackson <ijack...@chiark.greenend.org.uk>
diff --git a/lib/dpkg/trigdeferred.h b/lib/dpkg/trigdeferred.h
index 5b7b87cd3..c353ca150 100644
--- a/lib/dpkg/trigdeferred.h
+++ b/lib/dpkg/trigdeferred.h
@@ -1,6 +1,6 @@
 /*
  * libdpkg - Debian packaging suite library routines
- * trigdeferred.h - parsing of triggers/Deferred
+ * trigdeferred.h - parsing of triggers/Unincorp (was …/Deferred)
  *
  * Copyright © 2007 Canonical, Ltd.
  *   written by Ian Jackson <ijack...@chiark.greenend.org.uk>

-- 
Dpkg.Org's dpkg

Reply via email to