smm++_6.1.1-1_i386.changes ACCEPTED

2003-09-18 Thread Debian Installer

Accepted:
smm++_6.1.1-1.diff.gz
  to pool/main/s/smm++/smm++_6.1.1-1.diff.gz
smm++_6.1.1-1.dsc
  to pool/main/s/smm++/smm++_6.1.1-1.dsc
smm++_6.1.1-1_all.deb
  to pool/main/s/smm++/smm++_6.1.1-1_all.deb
smm++_6.1.1.orig.tar.gz
  to pool/main/s/smm++/smm++_6.1.1.orig.tar.gz
Announcing to debian-devel-changes@lists.debian.org
Closing bugs: 203928 


Thank you for your contribution to Debian.



xitalk_1.1.11-10_i386.changes ACCEPTED

2003-09-18 Thread Debian Installer

Accepted:
xitalk_1.1.11-10.diff.gz
  to pool/main/x/xitalk/xitalk_1.1.11-10.diff.gz
xitalk_1.1.11-10.dsc
  to pool/main/x/xitalk/xitalk_1.1.11-10.dsc
xitalk_1.1.11-10_i386.deb
  to pool/main/x/xitalk/xitalk_1.1.11-10_i386.deb
Announcing to debian-devel-changes@lists.debian.org
Closing bugs: 169984 


Thank you for your contribution to Debian.



Processed: Bug#189391: fwanalog: Non-Bourneism in /usr/sbin/fwanalog

2003-09-18 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tags 189391 woody
Bug#189391: fwanalog: Non-Bourneism in /usr/sbin/fwanalog
Tags were: patch
Tags added: woody

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)



Processed: Submitter confirmed this was fixed in python2.2 2.2.2-6

2003-09-18 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> close 185319
Bug#185319: python-pmw: ComboBox fails with runtime error
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug closed, send any further explanations to Bernt Hansen <[EMAIL PROTECTED]>

>
End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)



Processed: Re: Bug#210619: docbook2pdf: serval jade warnings

2003-09-18 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> clone 210619 -1
Bug#210619: docbook2pdf: serval jade warnings
Bug 210619 cloned as bug 211617.

> retitle 210619 jade: unicode catalog causes errors
Bug#210619: docbook2pdf: serval jade warnings
Changed Bug title.

> reassign -1 docbook-utils
Bug#211617: docbook2pdf: serval jade warnings
Bug reassigned from package `jade' to `docbook-utils'.

> retitle -1 docbook-utils: should default to /etc/sgml/catalog for XML as well 
> as SGML
Bug#211617: docbook2pdf: serval jade warnings
Changed Bug title.

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)



Bug#211617: (no subject)

2003-09-18 Thread Neil Roeth
tags 211617 patch
thanks

[ Copied from 210619 ]

I tracked this down to /usr/share/sgml/{sp,OpenJade}/unicode/catalog.  If
either of these two is included as a catalog, then the above warnings occur.
If they are not included, only the warning "...numbers exceeding 65535..."
occurs, and that is a known jade limitation (bug 206707).  Part of the problem
is that for an XML file, docbook2pdf looks for a centralized catalog called
/etc/sgml/xml-docbook.cat, but on current Debian systems, XML catalogs are
listed in the same centralized catalog as SGML catalogs, i.e.,
/etc/sgml/catalog.  When it fails to find xml-docbook.cat, it just gets a list
of all catalogs under /usr/share/sgml, which includes the problematic unicode
catalogs, which apparently are not included in the centralized catalog.  You
can force it to use the centralized catalog like this:

docbook2pdf -n -c /etc/sgml/catalog foo.xml

When I did that, the warnings went away.  I also tried a catalog called
/etc/sgml/docbook-xml.cat, but using that as the argument for -c results in
other errors of omission that /etc/sgml/catalog resolves.

There are two steps I will take:

1) I will figure out what the problem with the unicode catalogs are (I am the
maintainer for both packages that provide them).  This bug will stay open
until I resolve that.

2) It appears to be a simple change to make the docbook2pdf script look for
the /etc/sgml/catalog by default on a Debian system, for both SGML and XML
files.

This is a lot like bug 119498 against docbook-utils.  I'm not sure why it
was not fixed at that time.

This is the patch to make jw default to /etc/sgml/catalog for XML as well as
SGML files.  Instead of using a different name for the catalog depending on
whether it is XML or SGML, just always use the name "catalog".  I intend to do
an NMU of this sometime in the next few days, since the package is orphaned.

--- frontends/docbook.in.orig   2002-11-02 12:45:10.0 -0500
+++ frontends/docbook.in2003-09-18 17:37:15.0 -0400
@@ -27,10 +27,7 @@
done
if [ -z "$SGML_CATALOG" ]
then
-  if [ "${SGML_XML}" != "sgml" ]
-  then SGML_CATALOG=${SGML_CATALOGS_DIR}/${SGML_XML}-docbook.cat
-  else SGML_CATALOG=${SGML_CATALOGS_DIR}/catalog
-  fi
+  SGML_CATALOG=${SGML_CATALOGS_DIR}/catalog
fi
echo "$SGML_CATALOG"
;;

-- 
Neil Roeth



Processed: your mail

2003-09-18 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tags 211617 patch
Bug#211617: docbook-utils: should default to /etc/sgml/catalog for XML as well 
as SGML
There were no tags set.
Tags added: patch

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)