[Pkg-gs-devel] r17 - gs-esp/trunk/debian

Kenshi Muto kmuto at costa.debian.org
Fri Jul 28 14:41:43 UTC 2006


Author: kmuto
Date: Fri Jul 28 14:41:42 2006
New Revision: 17

Modified:
   gs-esp/trunk/debian/changelog
   gs-esp/trunk/debian/rules

Log:
checking BTS.. and we must not define --with-libiconv option if we'd like to let configure use iconv.

Modified: gs-esp/trunk/debian/changelog
==============================================================================
--- gs-esp/trunk/debian/changelog	(original)
+++ gs-esp/trunk/debian/changelog	Fri Jul 28 14:41:42 2006
@@ -1,9 +1,12 @@
-gs-esp (8.15.2.dfsg.1-1) unstable; urgency=low
+gs-esp (8.15.2.dfsg.1-1) UNRELEASED; urgency=low
 
-  * New upstream
+  * New upstream (closes: #373614)
+    - Fixed rendering of images when converting PostScript to
+      PDF with "ps2pdf", fixed also a crash when generating
+      PDF files with the "pdfwrite" device (closes: #377631)
 
   [Kenshi Muto]
-  * Add /usr/share/fonts to fontpath.
+  * Add /usr/share/fonts to fontpath. (closes: #183835)
   * Suggest gs-cjk-resource. Although this package and associated packages
     are contrib or non-free, they are actually needed for CJK people.
   * Update policy-version and debhelper.

Modified: gs-esp/trunk/debian/rules
==============================================================================
--- gs-esp/trunk/debian/rules	(original)
+++ gs-esp/trunk/debian/rules	Fri Jul 28 14:41:42 2006
@@ -13,7 +13,6 @@
 DEB_CONFIGURE_SCRIPT_ENV := CFLAGS="$(CFLAGS)" CPPFLAGS="$(FT_CPPFLAGS)" LDFLAGS="-lpaper $(FT_LDFLAGS)"
 DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info \
 	--enable-dynamic --enable-threads --with-ijs --with-jbig2dec --with-omni --with-x --with-gs=gs-esp \
-	--with-libiconv=native \
 	--with-drivers=ALL \
 	--with-fontpath=/var/lib/defoma/gs.d/dirs/fonts:/usr/share/cups/fonts:/usr/share/ghostscript/fonts:/usr/local/lib/ghostscript/fonts:/usr/share/fonts
 DEB_MAKE_BUILD_TARGET := $(FT_OPTS)



More information about the Pkg-gs-devel mailing list