debian/changelog | 1 + debian/control | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-)
New commits: commit 64dbd8ba77103aa756b5efb928f905965da02247 Author: Cyril Brulebois <[email protected]> Date: Tue Mar 8 03:44:36 2011 +0100 Fix typo in long descriptions: specificied → specified. diff --git a/debian/changelog b/debian/changelog index aff9370..0c117de 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ libxpm (1:3.5.9-2) UNRELEASED; urgency=low install it. That's the only available documentation we've got, so let's ship it (Closes: #466081). * Add ghostscript build-dep, for ps2pdf. + * Fix typo in long descriptions: specificied → specified. -- Cyril Brulebois <[email protected]> Sat, 15 Jan 2011 00:34:23 +0100 diff --git a/debian/control b/debian/control index eefa3bb..99b8f00 100644 --- a/debian/control +++ b/debian/control @@ -25,7 +25,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends} Description: X11 pixmap library libXpm provides support and common operation for the XPM pixmap format, which is commonly used in legacy X applications. XPM is an extension of the - monochrome XBM bitmap specificied in the X protocol. + monochrome XBM bitmap specified in the X protocol. . More information about X.Org can be found at: <URL:http://www.X.org> @@ -41,7 +41,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, libxpm4 (= ${binary:Version}) Description: X11 pixmap library (debug package) libXpm provides support and common operation for the XPM pixmap format, which is commonly used in legacy X applications. XPM is an extension of the - monochrome XBM bitmap specificied in the X protocol. + monochrome XBM bitmap specified in the X protocol. . This package contains the debug versions of the library found in libxpm4. Non-developers likely have little use for this package. @@ -60,7 +60,7 @@ Pre-Depends: x11-common (>= 1:7.0.0) Description: X11 pixmap library (development headers) libXpm provides support and common operation for the XPM pixmap format, which is commonly used in legacy X applications. XPM is an extension of the - monochrome XBM bitmap specificied in the X protocol. + monochrome XBM bitmap specified in the X protocol. . This package contains the development headers for the library found in libxpm4. Non-developers likely have little use for this package. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

