The following commit has been merged in the master branch:
commit 01d9ba9dfa1695ab12bd4a09f9f35a6e18c09788
Author: Guillem Jover <guil...@debian.org>
Date:   Sat Jul 2 02:23:27 2011 +0200

    Fix comment header lines describing the subproject

diff --git a/dselect/bindings.h b/dselect/bindings.h
index 7a7fe6f..2566e49 100644
--- a/dselect/bindings.h
+++ b/dselect/bindings.h
@@ -1,5 +1,5 @@
 /* -*- c++ -*-
- * dselect - selection of Debian packages
+ * dselect - Debian package maintenance user interface
  * bindings.h - keybindings class header file
  *
  * Copyright © 1994,1995 Ian Jackson <i...@chiark.greenend.org.uk>
diff --git a/dselect/dselect-curses.h b/dselect/dselect-curses.h
index f670d27..6a3ffdb 100644
--- a/dselect/dselect-curses.h
+++ b/dselect/dselect-curses.h
@@ -1,5 +1,5 @@
 /* -*- c++ -*-
- * dselect - selection of Debian packages
+ * dselect - Debian package maintenance user interface
  * dselect-curses.h - curses header wrapper
  *
  * Copyright © 2009 Guillem Jover <guil...@debian.org>
diff --git a/dselect/dselect.h b/dselect/dselect.h
index 1d05e44..1c8589d 100644
--- a/dselect/dselect.h
+++ b/dselect/dselect.h
@@ -1,5 +1,5 @@
 /* -*- c++ -*-
- * dselect - selection of Debian packages
+ * dselect - Debian package maintenance user interface
  * dselect.h - external definitions for this program
  *
  * Copyright © 1994,1995 Ian Jackson <i...@chiark.greenend.org.uk>
diff --git a/dselect/pkglist.h b/dselect/pkglist.h
index 2169255..5c538e9 100644
--- a/dselect/pkglist.h
+++ b/dselect/pkglist.h
@@ -1,5 +1,5 @@
 /* -*- c++ -*-
- * dselect - selection of Debian packages
+ * dselect - Debian package maintenance user interface
  * pkglist.h - external definitions for package list handling
  *
  * Copyright © 1994,1995 Ian Jackson <i...@chiark.greenend.org.uk>
diff --git a/lib/dpkg/dbmodify.c b/lib/dpkg/dbmodify.c
index b12b487..f514ddc 100644
--- a/lib/dpkg/dbmodify.c
+++ b/lib/dpkg/dbmodify.c
@@ -1,5 +1,5 @@
 /*
- * dpkg - main program for package management
+ * libdpkg - Debian packaging suite library routines
  * dbmodify.c - routines for managing dpkg database updates
  *
  * Copyright © 1994,1995 Ian Jackson <i...@chiark.greenend.org.uk>
diff --git a/lib/dpkg/fdio.c b/lib/dpkg/fdio.c
index bfc2d16..a3f46a3 100644
--- a/lib/dpkg/fdio.c
+++ b/lib/dpkg/fdio.c
@@ -1,5 +1,5 @@
 /*
- * libdpkg - main program for package management
+ * libdpkg - Debian packaging suite library routines
  * fdio.c - safe file descriptor based input/output
  *
  * Copyright © 2009-2010 Guillem Jover <guil...@debian.org>
diff --git a/lib/dpkg/fdio.h b/lib/dpkg/fdio.h
index 3a4e8ee..fd5bdaa 100644
--- a/lib/dpkg/fdio.h
+++ b/lib/dpkg/fdio.h
@@ -1,5 +1,5 @@
 /*
- * libdpkg - main program for package management
+ * libdpkg - Debian packaging suite library routines
  * fdio.h - safe file descriptor based input/output
  *
  * Copyright © 2009-2010 Guillem Jover <guil...@debian.org>
diff --git a/lib/dpkg/glob.c b/lib/dpkg/glob.c
index f2a6e50..92da6a3 100644
--- a/lib/dpkg/glob.c
+++ b/lib/dpkg/glob.c
@@ -1,5 +1,5 @@
 /*
- * dpkg - main program for package management
+ * libdpkg - Debian packaging suite library routines
  * glob.c - file globing functions
  *
  * Copyright © 2009, 2010 Guillem Jover <guil...@debian.org>
diff --git a/lib/dpkg/glob.h b/lib/dpkg/glob.h
index 5cd44f2..eaf2af7 100644
--- a/lib/dpkg/glob.h
+++ b/lib/dpkg/glob.h
@@ -1,5 +1,5 @@
 /*
- * dpkg - main program for package management
+ * libdpkg - Debian packaging suite library routines
  * glob.h - file globing functions
  *
  * Copyright © 2009, 2010 Guillem Jover <guil...@debian.org>
diff --git a/lib/dpkg/log.c b/lib/dpkg/log.c
index b8e5e9f..00b2f68 100644
--- a/lib/dpkg/log.c
+++ b/lib/dpkg/log.c
@@ -1,5 +1,5 @@
 /*
- * dpkg - main program for package management
+ * libdpkg - Debian packaging suite library routines
  * log.c - logging related functions
  *
  * Copyright © 2005 Scott James Remnant <sc...@netsplit.com>
diff --git a/lib/dpkg/pkg-array.c b/lib/dpkg/pkg-array.c
index 0f1d9bf..20ff02e 100644
--- a/lib/dpkg/pkg-array.c
+++ b/lib/dpkg/pkg-array.c
@@ -1,5 +1,5 @@
 /*
- * dpkg - main program for package management
+ * libdpkg - Debian packaging suite library routines
  * pkg-array.c - primitives for pkg array handling
  *
  * Copyright © 1995,1996 Ian Jackson <i...@chiark.greenend.org.uk>
diff --git a/lib/dpkg/pkg-array.h b/lib/dpkg/pkg-array.h
index 68724c3..4e4eff5 100644
--- a/lib/dpkg/pkg-array.h
+++ b/lib/dpkg/pkg-array.h
@@ -1,5 +1,5 @@
 /*
- * dpkg - main program for package management
+ * libdpkg - Debian packaging suite library routines
  * pkg-array.h - primitives for pkg array handling
  *
  * Copyright © 2009 Guillem Jover <guil...@debian.org>
diff --git a/lib/dpkg/pkg-list.c b/lib/dpkg/pkg-list.c
index 70baa08..fa7bc14 100644
--- a/lib/dpkg/pkg-list.c
+++ b/lib/dpkg/pkg-list.c
@@ -1,5 +1,5 @@
 /*
- * dpkg - main program for package management
+ * libdpkg - Debian packaging suite library routines
  * pkg-list.c - primitives for pkg linked list handling
  *
  * Copyright © 2009 Guillem Jover <guil...@debian.org>
diff --git a/lib/dpkg/pkg-list.h b/lib/dpkg/pkg-list.h
index bbf26f3..73b226f 100644
--- a/lib/dpkg/pkg-list.h
+++ b/lib/dpkg/pkg-list.h
@@ -1,5 +1,5 @@
 /*
- * dpkg - main program for package management
+ * libdpkg - Debian packaging suite library routines
  * pkg-list.h - primitives for pkg linked list handling
  *
  * Copyright © 2009 Guillem Jover <guil...@debian.org>
diff --git a/lib/dpkg/pkg-queue.c b/lib/dpkg/pkg-queue.c
index 9d7079d..2c4480f 100644
--- a/lib/dpkg/pkg-queue.c
+++ b/lib/dpkg/pkg-queue.c
@@ -1,5 +1,5 @@
 /*
- * dpkg - main program for package management
+ * libdpkg - Debian packaging suite library routines
  * pkg-queue.c - primitives for pkg queue handling
  *
  * Copyright © 2010 Guillem Jover <guil...@debian.org>
diff --git a/lib/dpkg/pkg-queue.h b/lib/dpkg/pkg-queue.h
index af094ed..fe94a02 100644
--- a/lib/dpkg/pkg-queue.h
+++ b/lib/dpkg/pkg-queue.h
@@ -1,5 +1,5 @@
 /*
- * dpkg - main program for package management
+ * libdpkg - Debian packaging suite library routines
  * pkg-queue.h - primitives for pkg queue handling
  *
  * Copyright © 2010 Guillem Jover <guil...@debian.org>
diff --git a/lib/dpkg/pkg-show.c b/lib/dpkg/pkg-show.c
index 88f1296..4a75ea8 100644
--- a/lib/dpkg/pkg-show.c
+++ b/lib/dpkg/pkg-show.c
@@ -1,5 +1,5 @@
 /*
- * dpkg - main program for package management
+ * libdpkg - Debian packaging suite library routines
  * pkg-show.c - primitives for pkg information display
  *
  * Copyright © 1995,1996 Ian Jackson <i...@chiark.greenend.org.uk>
diff --git a/lib/dpkg/pkg-show.h b/lib/dpkg/pkg-show.h
index 6816e39..1f29b6e 100644
--- a/lib/dpkg/pkg-show.h
+++ b/lib/dpkg/pkg-show.h
@@ -1,5 +1,5 @@
 /*
- * dpkg - main program for package management
+ * libdpkg - Debian packaging suite library routines
  * pkg-show.h - primitives for pkg information display
  *
  * Copyright © 2010 Guillem Jover <guil...@debian.org>
diff --git a/lib/dpkg/pkg.c b/lib/dpkg/pkg.c
index 6cd61aa..fbd2519 100644
--- a/lib/dpkg/pkg.c
+++ b/lib/dpkg/pkg.c
@@ -1,5 +1,5 @@
 /*
- * dpkg - main program for package management
+ * libdpkg - Debian packaging suite library routines
  * pkg.c - primitives for pkg handling
  *
  * Copyright © 1995, 1996 Ian Jackson <i...@chiark.greenend.org.uk>
diff --git a/lib/dpkg/pkg.h b/lib/dpkg/pkg.h
index 9195134..3af1ec7 100644
--- a/lib/dpkg/pkg.h
+++ b/lib/dpkg/pkg.h
@@ -1,5 +1,5 @@
 /*
- * dpkg - main program for package management
+ * libdpkg - Debian packaging suite library routines
  * pkg.h - primitives for pkg handling
  *
  * Copyright © 2009 Guillem Jover <guil...@debian.org>
diff --git a/lib/dpkg/progress.c b/lib/dpkg/progress.c
index 849393d..e8ff1ee 100644
--- a/lib/dpkg/progress.c
+++ b/lib/dpkg/progress.c
@@ -1,5 +1,5 @@
 /*
- * dpkg - main program for package management
+ * libdpkg - Debian packaging suite library routines
  * progress.c - generic progress reporting
  *
  * Copyright © 2009 Romain Francoise <rfranco...@debian.org>
diff --git a/lib/dpkg/progress.h b/lib/dpkg/progress.h
index 9bc4906..0fc3f3c 100644
--- a/lib/dpkg/progress.h
+++ b/lib/dpkg/progress.h
@@ -1,5 +1,5 @@
 /*
- * dpkg - main program for package management
+ * libdpkg - Debian packaging suite library routines
  * progress.h - generic progress reporting
  *
  * Copyright © 2009 Guillem Jover <guil...@debian.org>
diff --git a/lib/dpkg/trigdeferred.l b/lib/dpkg/trigdeferred.l
index a8737fb..2fa8e2d 100644
--- a/lib/dpkg/trigdeferred.l
+++ b/lib/dpkg/trigdeferred.l
@@ -1,5 +1,5 @@
 /*
- * dpkg - main program for package management
+ * libdpkg - Debian packaging suite library routines
  * trigdeferred.l - parsing of triggers/Deferred
  *
  * Copyright © 2007 Canonical Ltd

-- 
dpkg's main repository


-- 
To UNSUBSCRIBE, email to debian-dpkg-cvs-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to