Bug#136506: Increase size and confidence zpy

2004-03-02 Thread Dana Coleman
75151419582838667103

Ge__neric Cialis get hard upto 36 hours
http://www.dsdhhs.com/py/


scutum fernando womanhood abnormal beadle balustrade ditto haugen feather =
crestview determinate auckland august kentucky shatterproof congest benefi=
cial habitation ranier tolerable sand meadow whitetail hydra atavistic hil=
lmen phosphoresce woven kingbird protest allergic lumpur clank til tachist=
oscope malefactor course glyceride maximal parliamentarian=20 ahem bailey =
boathouse injunct pestle photometry debonair stallion bacterium coddle bri=
bery ogle=20




Bug#235770: hylafax-server: cover pages aren't archived

2004-03-02 Thread Giuseppe Sacco
Package: hylafax-server
Version: 1:4.1.1-3
Severity: normal

Hylafax 4.1 doesn't store on file system the cover page sent but only store the
document pages.
Since it is very important to store cover pages where, often, people wrote 
notes,
and since this was working with previous versions of hylafax, I think that this
behaviour should be restored.

Thanks,
Giuseppe

-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux deneb 2.4.22-xfs #1 Wed Feb 25 09:30:00 CET 2004 i686
Locale: LANG=it_IT, LC_CTYPE=it_IT

Versions of packages hylafax-server depends on:
ii  debconf1.0.32Debian configuration management sy
ii  gs 6.53-3The Ghostscript Postscript interpr
ii  hylafax-client 1:4.1.1-3 Flexible client/server fax softwar
ii  libc6  2.2.5-11.5GNU C Library: Shared libraries an
ii  libstdc++2.10-glibc2.2 1:2.95.4-11woody1 The GNU stdc++ library
ii  libtiff-tools  3.5.5-6   TIFF manipulation and conversion t
ii  libtiff3g  3.5.5-6   Tag Image File Format library
ii  zlib1g 1:1.1.4-1.0woody0 compression library - runtime




Bug#235831: cdtool: Please switch to gettext-based debconf templates

2004-03-02 Thread Martin Quinson
Package: cdtool
Version: n/a
Severity: wishlist
Tags: patch l10n

Using the "new" gettext format for debconf templates helps for templates
translations. For instance, detecting outdated or untranslated strings 
becomes considerably easier. It also keeps track of who did which
translation.

The attached patch does the required modifications :
- debian/control modification for dependencies (see below)
- execute "debconf-gettextize debian/*templates*" 
- mark the right strings as translatable in the templates (see below)
- update the style to the best current practice (see below)


If you want to reproduce this by yourself instead of applying the
patch, you have to do:

- install po-debconf on your system
- go to the debian directory
- read man po-debconf..:-)
- run "debconf-gettextize *.templates"
- read the output
- change Build-Depends or Build-Depends-Indep (see below)
  They should list "po-debconf"
- update the templates file to mark as translatable only the fields
  which should (ie, not the one containing stuff which cannot be
  translated such as kernel module name, and neither the one not
  shown to the users), and improve the style to follow the dstg.

For more details, see po-debconf documentation, especially "man 7
po-debconf"

Read this if you're concerned with backports :


Please note that the suggested modifications will make your
package a little bit harder to backport to earlier Debian releases. If
this is a concern to you, you may try to adopt the method used by the
openssh package and detailed by Colin Watson in
http://lists.debian.org/debian-i18n/2003/debian-i18n-200307/msg00026.html

This patch does not includes this method as this would make it too
invasive, IMHO. So, preserving backportability is up to you...

The rest of the story :
-
While I was working on the convertion to po-debconf, I noticed that the
templates of your package may be easily improved by applying the advices
contained at the following address:

http://people.debian.org/~bubulle/dtsg.txt

I applied the advices from this document concerning the short descriptions,
and I think that no extra work is needed on the templates. But feel free to
improve them further, if you want... Don't get me wrong, I don't want to
criticize, I just want the template to reach a translatable state (ie quite
stable) rather soon.

Once the switch is achieved, and the style improvement are done, I 
guess that you will receive translations of your templates rather soon. You
may consider asking on the debian-i18n@lists.debian.org mailing list for
translations once you think that your templates are in a sort of final state
where they won't be modified in the near future.


Thanks for helping the translators, and thus your non english speaker
end-users. 

Bye, Mt.

PS: I know that this package is orphaned, but according to my stats, that
the most important package (wrt popcon) not having a po-debconf switch bug
report. So here you are..
http://graal.ens-lyon.fr/~mquinson/debian/switch/popcon.html

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux galadriel 2.4.22 #1 ven nov 21 16:02:19 CET 2003 i686
Locale: LANG=fr_FR.ISO-8859-1, LC_CTYPE=fr_FR.ISO-8859-1

diff -ruN cdtool-2.1.5.ori/debian/control cdtool-2.1.5/debian/control
--- cdtool-2.1.5.ori/debian/control 2004-03-02 10:09:45.0 -0800
+++ cdtool-2.1.5/debian/control 2004-03-02 10:11:01.0 -0800
@@ -2,11 +2,12 @@
 Section: sound
 Priority: optional
 Maintainer: Debian QA Group <[EMAIL PROTECTED]>
+Build-Depends: po-debconf
 Standards-Version: 3.6.1
 
 Package: cdtool
 Architecture: any
-Depends: ${shlibs:Depends}, debconf (>= 0.5.00)
+Depends: ${shlibs:Depends}, debconf (>= 1.2.0)
 Description: some text-based commands for managing a CD
  cdtool contains cdplay, cdeject, cdstop, cdpause, and several other
  utilities that let you control your CD-ROM drive from a command
diff -ruN cdtool-2.1.5.ori/debian/po/POTFILES.in 
cdtool-2.1.5/debian/po/POTFILES.in
--- cdtool-2.1.5.ori/debian/po/POTFILES.in  1969-12-31 16:00:00.0 
-0800
+++ cdtool-2.1.5/debian/po/POTFILES.in  2004-03-02 10:11:30.0 -0800
@@ -0,0 +1 @@
+[type: gettext/rfc822deb] templates
diff -ruN cdtool-2.1.5.ori/debian/po/templates.pot 
cdtool-2.1.5/debian/po/templates.pot
--- cdtool-2.1.5.ori/debian/po/templates.pot1969-12-31 16:00:00.0 
-0800
+++ cdtool-2.1.5/debian/po/templates.pot2004-03-02 10:12:40.0 
-0800
@@ -0,0 +1,40 @@
+#
+#Translators, if you are not familiar with the PO format, gettext
+#documentation is worth reading, especially sections dedicated to
+#this format, e.g. by running:
+# info -n '(gettext)PO Files'
+# info -n '(gettext)Header Entry'
+#
+#Some information specific to po-debconf are available at
+#/usr/share/doc/po-debconf/README-trans
+# or http://www.debian.org/intl/l10n/po-debconf/README-trans

Bug#235834: multi-gnome-terminal: Please switch to gettext-based debconf templates

2004-03-02 Thread Martin Quinson
Package: multi-gnome-terminal
Version: n/a
Severity: wishlist
Tags: patch l10n


Using the "new" gettext format for debconf templates helps for templates
translations. For instance, detecting outdated or untranslated strings 
becomes considerably easier. It also keeps track of who did which
translation.

The attached patch does the required modifications :
- debian/control modification for dependencies (see below)
- execute "debconf-gettextize debian/*templates*" 
- mark the right strings as translatable in the templates (see below)
- update the style to the best current practice (see below)



If you want to reproduce this by yourself instead of applying the
patch, you have to do:

- install po-debconf on your system
- go to the debian directory
- read man po-debconf..:-)
- run "debconf-gettextize *.templates"
- read the output
- change Build-Depends or Build-Depends-Indep (see below)
  They should list "debhelper (>= 4.1.16)" (debhelper depends upon 
  po-debconf) since you use debhelper.
- update the templates file to mark as translatable only the fields
  which should (ie, not the one containing stuff which cannot be
  translated such as kernel module name, and neither the one not
  shown to the users), and improve the style to follow the dstg.

For more details, see po-debconf documentation, especially "man 7
po-debconf"

Read this if you're concerned with backports :


Please note that the suggested modifications will make your
package a little bit harder to backport to earlier Debian releases. If
this is a concern to you, you may try to adopt the method used by the
openssh package and detailed by Colin Watson in
http://lists.debian.org/debian-i18n/2003/debian-i18n-200307/msg00026.html

This patch does not includes this method as this would make it too
invasive, IMHO. So, preserving backportability is up to you...

The rest of the story :
-
While I was working on the convertion to po-debconf, I noticed that the
templates of your package may be easily improved by applying the advices
contained at the following address:

http://people.debian.org/~bubulle/dtsg.txt

Please read this document, and improve your templates. For example, the
first one smells like a debconf abuse, even if I'm not completely sure of
it. The second one may be placed in NEWS.Debian, where it really belongs.

You should also explain the kind of problem preventing you from doing so
automatically. I mean, if that's dangerous, do not ask your user to do so
blindly. If not, do so automatically ;)

Don't get me wrong, I don't want to criticize, I just want the template to
reach a translatable state (ie quite stable) rather soon.

Once the switch is achieved, and the style improvement are done, I 
guess that you will receive translations of your templates rather soon. You
may consider asking on the debian-i18n@lists.debian.org mailing list for
translations once you think that your templates are in a sort of final state
where they won't be modified in the near future.


Thanks for helping the translators, and thus your non english speaker
end-users. 

Bye, Mt.



-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux galadriel 2.4.22 #1 ven nov 21 16:02:19 CET 2003 i686
Locale: LANG=fr_FR.ISO-8859-1, LC_CTYPE=fr_FR.ISO-8859-1

diff -ruN multi-gnome-terminal-1.6.2.ori/debian/control 
multi-gnome-terminal-1.6.2/debian/control
--- multi-gnome-terminal-1.6.2.ori/debian/control   2004-03-02 
10:21:30.0 -0800
+++ multi-gnome-terminal-1.6.2/debian/control   2004-03-02 10:21:47.0 
-0800
@@ -2,14 +2,14 @@
 Section: x11
 Priority: optional
 Maintainer: Debian QA Group <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>> 4.0.0), gettext, libgnome-dev (>= 1.4.2-3), 
liborbit-dev, flex, bison, libgtk1.2-dev, xlibs-dev, libxml-dev, 
libgdk-pixbuf-gnome-dev (>= 0.18.0-3), libglade-gnome0-dev, intltool, 
libbz2-dev, libgtkxmhtml-dev, zlib1g-dev, scrollkeeper, jade, docbook-dsssl
+Build-Depends: debhelper (>= 4.1.16), gettext, libgnome-dev (>= 1.4.2-3), 
liborbit-dev, flex, bison, libgtk1.2-dev, xlibs-dev, libxml-dev, 
libgdk-pixbuf-gnome-dev (>= 0.18.0-3), libglade-gnome0-dev, intltool, 
libbz2-dev, libgtkxmhtml-dev, zlib1g-dev, scrollkeeper, jade, docbook-dsssl
 Build-Depends-Indep: gtk-doc-tools
 Standards-Version: 3.6.1
 
 Package: multi-gnome-terminal
 Section: gnome
 Architecture: any
-Pre-Depends: debconf (>= 0.2.17)
+Pre-Depends: debconf (>= 1.2.0)
 Depends: ${shlibs:Depends}
 Provides: x-terminal-emulator
 Recommends: multi-gnome-terminal-doc
diff -ruN multi-gnome-terminal-1.6.2.ori/debian/multi-gnome-terminal.templates 
multi-gnome-terminal-1.6.2/debian/multi-gnome-terminal.templates
--- multi-gnome-terminal-1.6.2.ori/debian/multi-gnome-terminal.templates
2004-03-02 10:21:31.0 -0800
+++ multi-gnome-terminal-1.6.2/debian/multi-gnome-terminal.templates
2004-03-02 10:22:09.0 -0800
@@ -1,6 +1,6 @@
 Template:

Bug#136506: NEW 1.29% mortgage...EZ Credit! credential beryllium

2004-03-02 Thread Maritza Caldwell
We've reduced our mortgages to 1.95% FIXED!

Imagine reducing your monthly mortgage payment
and PUTTING HUGE $DINERO$ in your pocket RIGHT NOW...

EZ credit, bankruptcys and credit problems are
our specialty, let us help you.

http://app.softmortgage.com










http://app.softmortgage.com/remove.htm
groundwork, arlene crumble



Bug#235730: Another patch fixes segfault if volume header is corrupted

2004-03-02 Thread Gianluigi Tiesi

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Another patch fixes segfault if volume header is corrupted
- --
Gianluigi Tiesi <[EMAIL PROTECTED]>
EDP Project Leader
Netfarm S.r.l. - http://www.netfarm.it/
Free Software: http://oss.netfarm.it/

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (MingW32)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFARUIi3UE5cRfnO04RAjaUAJ4vriLRyH0wfBe31Ues5+nj5KJgdwCgt5U9
KJql7p1GleYXJ52YbaajIkc=
=fbCk
-END PGP SIGNATURE-
--- taper-7.0pre-1.orig/tapeio.cSat May 18 20:34:27 2002
+++ taper-7.0pre-0sherpya1/tapeio.c Wed Mar  3 03:00:32 2004
@@ -436,15 +436,17 @@
}
*t = *((struct tape_header *) (read_buffer+read_offset));
tape_header_endianize2mach(t);
-   if (log_level > 2) {
-   sprintf(s, "Read in tape header %llx %llu %lld", t->magic, 
t->archive_id, t->tape_number);
-   write_log(s);
-   }
read_offset += sizeof(struct tape_header);
if ((t->magic == TAPER_MAGIC_NUMBER) || 
(t->magic == TAPER_4_MAGIC_NUMBER) ||
(t->magic == TAPER_64_MAGIC)) 
- break; /* found magics - must be OK */
+   {
+   if (log_level > 2) {
+  sprintf(s, "Read in tape header %llx %llu %lld", t->magic, 
t->archive_id, t->tape_number);
+  write_log(s);
+   }
+   break;   /* found magics - must be OK */
+   }
if (tape_type == TAPE_TYPE_ZFTAPE) { /* zftape sometimes misses 
first read so try again */
if (!is_regfile(dv) && !done_it) {   /* only if using tape drive */
mt.mt_op = MTREW;/* try reading more than one 
segment  */
@@ -473,8 +475,6 @@
else /* not zftape */
  break;
 }
-sprintf(s, "tape_header: m:%llX, id:%llX, #%lld, %s\n", t->magic, 
t->archive_id, t->tape_number, t->archive_title);
-   if (log_level > 2) write_log(s);
 return 0;
 }
 


Bug#235912: drupal: requires apache, not allowing apache2

2004-03-02 Thread Charles Fry
Package: drupal
Severity: normal

The drupal website states in its requirements section: "A Web Server
that can execute PHP scripts Recommended: Apache. Development with version
1.3.x. Successfully tested with version 2.0.x. Optional: IIS. Drupal is
being developed with IIS compatibiliy in mind, and IIS is reported to be
working."

At the very least, the dependencies should allow apache2. Based on the
comments, however, many other web servers would probably be acceptable
as well.

Charles

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (800, 'testing'), (90, 'unstable')
Architecture: ? (i686)
Kernel: Linux 2.4.25-5um
Locale: LANG=en_US, LC_CTYPE=en_US