[Pkg-gs-devel] r144 - ghostscript/trunk/debian
Masayuki Hatta
mhatta at alioth.debian.org
Sun Jan 4 16:56:21 UTC 2009
Author: mhatta
Date: Sun Jan 4 16:56:21 2009
New Revision: 144
Log:
libgs-dev: made versioned dependency on libgs8.
Modified:
ghostscript/trunk/debian/changelog
ghostscript/trunk/debian/control
Modified: ghostscript/trunk/debian/changelog
==============================================================================
--- ghostscript/trunk/debian/changelog (original)
+++ ghostscript/trunk/debian/changelog Sun Jan 4 16:56:21 2009
@@ -1,3 +1,9 @@
+ghostscript (8.63.dfsg.1-2) unstable; urgency=low
+
+ * libgs-dev: put versioned dependency on libgs8 - closes: #510691
+
+ -- Masayuki Hatta (mhatta) <mhatta at debian.org> Sun, 04 Jan 2009 12:09:59 +0900
+
ghostscript (8.63.dfsg.1-1) unstable; urgency=low
[Masayuki Hatta]
Modified: ghostscript/trunk/debian/control
==============================================================================
--- ghostscript/trunk/debian/control (original)
+++ ghostscript/trunk/debian/control Sun Jan 4 16:56:21 2009
@@ -27,8 +27,6 @@
dot-matrix, inkjet and laser models.
.
Package gsfonts contains a set of standard fonts for Ghostscript.
- .
- The Ghostscript home page is at http://www.ghostscript.com/
Package: gs
Architecture: all
@@ -84,8 +82,6 @@
a back-end to a program such as ghostview, it can display PostScript and PDF
documents in an X11 environment.
.
- The Ghostscript home page is at http://www.ghostscript.com/
- .
This package contains the Ghostscript output device for X11. It is in
a separate package to allow the main package (ghostscript) to be installed
on X-less servers.
@@ -100,8 +96,6 @@
a back-end to a program such as ghostview, it can display PostScript and PDF
documents in an X11 environment.
.
- The Ghostscript home page is at http://www.ghostscript.com/
- .
This package contains the documentation of Ghostscript. As this documentation
is only interesting for printer driver developers or advanced users, it is
in this separate package which can be left out in space-restricted
@@ -116,15 +110,13 @@
a back-end to a program such as ghostview, it can display PostScript and PDF
documents in an X11 environment.
.
- The Ghostscript home page is at http://www.ghostscript.com/
- .
This package provides the Ghostscript library which makes the
facilities of Ghostscript available to applications.
Package: libgs-dev
Section: libdevel
Architecture: any
-Depends: ${shlibs:Depends}, libgs8, ${misc:Depends}
+Depends: ${shlibs:Depends}, libgs8 (= ${binary:Version}), ${misc:Depends}
Conflicts: libgs-esp-dev (<< 8.63)
Replaces: libgs-esp-dev (<< 8.63)
Provides: libgs-esp-dev
@@ -133,7 +125,5 @@
a back-end to a program such as ghostview, it can display PostScript and PDF
documents in an X11 environment.
.
- The Ghostscript home page is at http://www.ghostscript.com/
- .
This package provides the development files for the Ghostscript library
which makes the facilities of Ghostscript available to applications.
More information about the Pkg-gs-devel
mailing list