From 208245259563d4bc338597e01ea6b94d88c17d87 Mon Sep 17 00:00:00 2001
From: P. J. McDermott <pjm@nac.net>
Date: Fri, 07 Mar 2014 23:30:35 -0500
Subject: Capitalize first letters in package descriptions.

---
diff --git a/fakeroot-doc.pkg/control b/fakeroot-doc.pkg/control
index 6f6d9b7..99d8f8c 100644
--- a/fakeroot-doc.pkg/control
+++ b/fakeroot-doc.pkg/control
@@ -1,7 +1,7 @@
 Architecture: all
 Platform: all
 Depends: fakeroot (= ${Binary-Version})
-Description: tool for simulating superuser privileges - documentation
+Description: Tool for simulating superuser privileges - documentation
  ${Common-Description}
  .
  This package provides manual pages for the fakeroot tool.
diff --git a/fakeroot.pkg/control b/fakeroot.pkg/control
index 8890dc7..308a51b 100644
--- a/fakeroot.pkg/control
+++ b/fakeroot.pkg/control
@@ -1,6 +1,6 @@
 Architecture: any
 Platform: all
-Description: tool for simulating superuser privileges
+Description: Tool for simulating superuser privileges
  ${Common-Description}
  .
  This package provides the fakeroot tool.
--
cgit v0.9.1