Processing of varkon_1.18A-3_i386.changes

2007-04-28 Thread Archive Administrator
varkon_1.18A-3_i386.changes uploaded successfully to localhost
along with the files:
  varkon_1.18A-3.dsc
  varkon_1.18A-3.diff.gz
  varkon-user-manual_1.18A-3_all.deb
  varkon-programmer-manual_1.18A-3_all.deb
  varkon_1.18A-3_i386.deb

Greetings,

Your Debian queue daemon


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



varkon_1.18A-3_i386.changes ACCEPTED

2007-04-28 Thread Debian Installer

Accepted:
varkon-programmer-manual_1.18A-3_all.deb
  to pool/main/v/varkon/varkon-programmer-manual_1.18A-3_all.deb
varkon-user-manual_1.18A-3_all.deb
  to pool/main/v/varkon/varkon-user-manual_1.18A-3_all.deb
varkon_1.18A-3.diff.gz
  to pool/main/v/varkon/varkon_1.18A-3.diff.gz
varkon_1.18A-3.dsc
  to pool/main/v/varkon/varkon_1.18A-3.dsc
varkon_1.18A-3_i386.deb
  to pool/main/v/varkon/varkon_1.18A-3_i386.deb


Override entries for your package:
varkon-programmer-manual_1.18A-3_all.deb - optional x11
varkon-user-manual_1.18A-3_all.deb - optional x11
varkon_1.18A-3.dsc - source x11
varkon_1.18A-3_i386.deb - optional x11

Announcing to [EMAIL PROTECTED]
Closing bugs: 328039 359587 359591 359594 359768 373845 375750 415578 


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Processing of xppaut_5.85-4_i386.changes

2007-04-28 Thread Archive Administrator
xppaut_5.85-4_i386.changes uploaded successfully to localhost
along with the files:
  xppaut_5.85-4.dsc
  xppaut_5.85-4.diff.gz
  xppaut_5.85-4_i386.deb

Greetings,

Your Debian queue daemon


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



xppaut_5.85-4_i386.changes ACCEPTED

2007-04-28 Thread Debian Installer

Accepted:
xppaut_5.85-4.diff.gz
  to pool/main/x/xppaut/xppaut_5.85-4.diff.gz
xppaut_5.85-4.dsc
  to pool/main/x/xppaut/xppaut_5.85-4.dsc
xppaut_5.85-4_i386.deb
  to pool/main/x/xppaut/xppaut_5.85-4_i386.deb


Override entries for your package:
xppaut_5.85-4.dsc - source x11
xppaut_5.85-4_i386.deb - optional x11

Announcing to [EMAIL PROTECTED]
Closing bugs: 419019 


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Processing of dome_4.80-4_i386.changes

2007-04-28 Thread Archive Administrator
dome_4.80-4_i386.changes uploaded successfully to localhost
along with the files:
  dome_4.80-4.dsc
  dome_4.80-4.diff.gz
  dome_4.80-4_i386.deb

Greetings,

Your Debian queue daemon


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



dome_4.80-4_i386.changes ACCEPTED

2007-04-28 Thread Debian Installer

Accepted:
dome_4.80-4.diff.gz
  to pool/main/d/dome/dome_4.80-4.diff.gz
dome_4.80-4.dsc
  to pool/main/d/dome/dome_4.80-4.dsc
dome_4.80-4_i386.deb
  to pool/main/d/dome/dome_4.80-4_i386.deb


Override entries for your package:
dome_4.80-4.dsc - source math
dome_4.80-4_i386.deb - optional math

Announcing to [EMAIL PROTECTED]
Closing bugs: 411010 


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#421385: $HOME/.html2psrc not read

2007-04-28 Thread Trent Buck
Package: html2ps
Version: 1.0b5-4
Severity: important
Tags: patch

The #410011 fix applied as 1.0b5-4 1) did not fix #410011; and 2)
introduced further errors.  The most important of these is that users'
config files are not read.  The attached patch (in ADDITION to the
1.0b5-4 patch, NOT instead of the 1.0b5-4 patch) fixes both (1) and
(2).
diff -ur html2ps-1.0b5/debian/config/html2psrc 
html2ps-1.0b5/debian/config/html2psrc
--- html2ps-1.0b5/debian/config/html2psrc   2007-04-28 23:54:57.0 
+1000
+++ html2ps-1.0b5/debian/config/html2psrc   2007-04-29 00:19:23.784198087 
+1000
@@ -10,9 +10,6 @@
 libwww-perl: 1;
 path: "/usr/X11R6/bin:/usr/bin";
   }
-  paper {
-type: letter;
-  }
   hyphenation {
 en {
   file: "/usr/share/texmf/tex/generic/hyphen/ushyph1.tex";
diff -ur html2ps-1.0b5/html2ps html2ps-1.0b5/html2ps
--- html2ps-1.0b5/html2ps   2007-04-28 23:54:57.0 +1000
+++ html2ps-1.0b5/html2ps   2007-04-29 00:18:17.017582576 +1000
@@ -88,7 +88,7 @@
 middle: 2cm;
   }
   xref {
-text: "[p $N]";
+text: "[p \$N]";
 passes: 1;
   }
   quote {
@@ -135,8 +135,8 @@
   }
   titlepage {
 content: "
-  $T
-  $[author]";
+  \$T
+  \$[author]";
 margin-top: 4cm;
   }
   font {
@@ -268,7 +268,7 @@
 fuchsia: FF00FF;
 aqua: 00;
   }
-  html2psrc: "$HOME/.html2psrc";
+  html2psrc: "\$HOME/.html2psrc";
   imgalt: "[IMAGE]";
   datefmt: "%e %b %Y  %R";
   locale: "";


Bug#421412: [INTL:nl] Dutch po-debconf translation

2007-04-28 Thread cobaco (aka Bart Cornelis)
Package: spong
Severity: wishlist
Tags: patch l10n

Please find attached the dutch po-debconf translation. Please add 
it to your next package revision, it should be inserted in your package 
build-tree as debian/po/nl.po, TIA.

Feel free to mail me if this file needs updating at some future date.
--
Cheers, cobaco

/"\  ASCII Ribbon Campaign
\ /  No proprietary formats in attachments without request
 X   i.e. *NO* WORD, POWERPOINT or EXCEL documents
/ \  Respect Open Standards
  http://www.fsf.org/philosophy/no-word-attachments.html
  http://www.goldmark.org/netrants/no-word/attach.html







-- 
cobaco (aka Bart Cornelis)



nl.po
Description: application/gettext


pgp1Q1pqQrO6j.pgp
Description: PGP signature