Bug#461014: htdig: [debconf_rewrite] Debconf templates and debian/control review

2008-01-16 Thread Christian Perrier
Package: htdig
Version: N/A
Severity: normal
Tags: patch

Dear Debian maintainer,

On Wednesday, December 19, 2007, I notified you of the beginning of a review 
process
concerning debconf templates for htdig.

The debian-l10n-english contributors have now reviewed these templates,
and the proposed changes are attached to this bug report.

Please review the suggested changes are suggested, and if you have any
objections, let me know in the next 3 days.

Please try to avoid uploading htdig with these changes right now.

The second phase of this process will begin on Saturday, January 19, 2008, when 
I will
coordinate updates to translations of debconf templates.

The existing translators will be notified of the changes: they will
receive an updated PO file for their language.

Simultaneously, a general call for new translations will be sent to
the debian-i18n mailing list.

Both these calls for translations will request updates to be sent as
individual bug reports. That will probably trigger a lot of bug
reports against your package, but these should be easier to deal with.

The call for translation updates and new translations will run until
about Saturday, February 09, 2008. Please avoid uploading a package with fixed 
or changed
debconf templates and/or translation updates in the meantime. Of
course, other changes are safe.

Please note that this is an approximative delay, which depends on my
own availability to process this work and is influenced by the fact
that I simultaneously work on many packages.

Around Sunday, February 10, 2008, I will contact you again and will send a 
final patch
summarizing all the updates (changes to debconf templates,
updates to debconf translations and new debconf translations).

Again, thanks for your attention and cooperation.


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-3-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
--- htdig.old/debian/templates  2007-12-16 21:28:48.040573261 +0100
+++ htdig/debian/templates  2008-01-16 07:50:26.221378386 +0100
@@ -1,22 +1,31 @@
+# These templates have been reviewed by the debian-l10n-english
+# team
+#
+# If modifications/additions/rewording are needed, please ask
+# [EMAIL PROTECTED] for advice.
+#
+# Even minor modifications require translation updates and such
+# changes should be coordinated with translators and reviewers.
+
 Template: htdig/generate-databases
 Type: boolean
 Default: true
-_Description: Generate endings database now?
+_Description: Generate ht://Dig endings database now?
  The ht://Dig search engine requires an endings database which has to be
  generated before the first start. Generating the database will take a
  short while. It can be done either now or later by calling the
- '/usr/sbin/htdigconfig' script. Should the database be generated now 
- rather than later on?
+ '/usr/sbin/htdigconfig' script.
 
 
 Template: htdig/run-rundig
 Type: boolean
 Default: false
-_Description: Execute the rundig script daily?
- rundig is a program that obtains on-line content and creates a searchable
- database for the ht://Dig search engine. It downloads and indexes HTML
- from the web, as defined in /etc/htdig/htdig.conf. Say Yes if you wish to
- run this program daily. Say No if you don't plan to use htdig in this
- way (perhaps htdig is being used by a third party, for instance KDE, to
- perform local indexing). If in doubt, say No. It is the safest choice
- unless you know what you're doing.
+_Description: Schedule a daily execution of the 'rundig' script?
+ On-line content must be indexed by the 'rundig' script before
+ ht://Dig can be used to search data. That script indexes the
+ web content defined in /etc/htdig/htdig.conf. 
+ .
+ If you choose this option, a daily run of the script will be scheduled.
+ You may choose to not use this option if ht://Dig is used another
+ way (for instance by KDE, to
+ perform local indexing). If in doubt, do not choose this option.
--- htdig.old/debian/control2007-12-16 21:28:48.040573261 +0100
+++ htdig/debian/control2008-01-13 19:31:05.655407285 +0100
@@ -10,55 +10,37 @@
 Depends: ${shlibs:Depends}, perl, lockfile-progs, debconf (>= 1.2.9) | 
debconf-2.0
 Suggests: htdig-doc, wwwoffle | httpd
 Conflicts: libmifluz0
-Description: WWW search system for an intranet or small internet
- The ht://Dig system is a complete World Wide Web indexing and searching
- system for a small domain or intranet. This system is not meant to
- replace the need for powerful internet-wide search systems like Lycos,
- Google, or Yahoo!. Instead it is meant to cover the search needs of a
- single company, campus, or even a particular subsection of a website.
- .
- As opposed to some WAIS-based or web-server based search engines,
- ht://Dig can span several web servers at a site. The type of these
- di

Bug#461122: masqmail: Warning from tail in postinst

2008-01-16 Thread Ken Bloom
Package: masqmail
Version: 0.2.21-2
Severity: minor
Tags: patch

When running postinst, a deprecated call to tail causes the following
error:
tail: Warning: "+number" syntax is deprecated, please use "-n +number"

--- masqmail.postinst   2008-01-10 18:24:04.0 -0600
+++ masqmail.postinst.new   2008-01-10 18:24:29.0 -0600
@@ -74,7 +74,7 @@
 sed -n 1,$(( $LINES - 1 ))p < $CONFIGFILE > $WORKTMP
   fi
   cat $DEBCONFTMP >> $WORKTMP
-  sed -n '/^### END DEBCONF SECTION/,$p' < $CONFIGFILE | tail +2 >> 
$WORKTMP
+  sed -n '/^### END DEBCONF SECTION/,$p' < $CONFIGFILE | tail -n +2 >> 
$WORKTMP
 else
   echo "Existing $CONFIGFILE has missing or half-open debconf region;" >&2;
   echo "not writing masqmail configuration file." >&2;


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.24-rc5-x86-1ken (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages masqmail depends on:
ii  debconf [debconf-2.0] 1.5.18 Debian configuration management sy
ii  libc6 2.7-5  GNU C Library: Shared libraries
ii  libglib2.0-0  2.14.4-2   The GLib library of C routines
ii  libident  0.22-3 simple RFC1413 client library - ru
ii  liblockfile1  1.06.2 NFS-safe locking library, includes
ii  netbase   4.30   Basic TCP/IP networking system

masqmail recommends no packages.

-- debconf information excluded



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



Bug#461122: marked as done (masqmail: Warning from tail in postinst)

2008-01-16 Thread Debian Bug Tracking System
Your message dated Wed, 16 Jan 2008 12:15:55 -0600
with message-id <[EMAIL PROTECTED]>
and subject line Closed in 0.2.21-3
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--- Begin Message ---
Package: masqmail
Version: 0.2.21-2
Severity: minor
Tags: patch

When running postinst, a deprecated call to tail causes the following
error:
tail: Warning: "+number" syntax is deprecated, please use "-n +number"

--- masqmail.postinst   2008-01-10 18:24:04.0 -0600
+++ masqmail.postinst.new   2008-01-10 18:24:29.0 -0600
@@ -74,7 +74,7 @@
 sed -n 1,$(( $LINES - 1 ))p < $CONFIGFILE > $WORKTMP
   fi
   cat $DEBCONFTMP >> $WORKTMP
-  sed -n '/^### END DEBCONF SECTION/,$p' < $CONFIGFILE | tail +2 >> 
$WORKTMP
+  sed -n '/^### END DEBCONF SECTION/,$p' < $CONFIGFILE | tail -n +2 >> 
$WORKTMP
 else
   echo "Existing $CONFIGFILE has missing or half-open debconf region;" >&2;
   echo "not writing masqmail configuration file." >&2;


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.24-rc5-x86-1ken (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages masqmail depends on:
ii  debconf [debconf-2.0] 1.5.18 Debian configuration management sy
ii  libc6 2.7-5  GNU C Library: Shared libraries
ii  libglib2.0-0  2.14.4-2   The GLib library of C routines
ii  libident  0.22-3 simple RFC1413 client library - ru
ii  liblockfile1  1.06.2 NFS-safe locking library, includes
ii  netbase   4.30   Basic TCP/IP networking system

masqmail recommends no packages.

-- debconf information excluded


--- End Message ---
--- Begin Message ---
Version: 0.2.21-3

Sorry. This appears to be closed in 0.2.21-3. My mail got stuck, so
this is a bit delayed in getting out, and I was only able to flush my
queue just now. (Expect a bug report regarding that shortly.)

-- 
Ken (Chanoch) Bloom. PhD candidate. Linguistic Cognition Laboratory.
Department of Computer Science. Illinois Institute of Technology.
http://www.iit.edu/~kbloom1/


signature.asc
Description: Digital signature
--- End Message ---


Bug#461128: python-gnome: your package depends from python-gnome that is scheduled for removal

2008-01-16 Thread madcoder
Package: python-gnome
Severity: important
User: [EMAIL PROTECTED]
Usertags: gnome-1.x-removal

Hi,

Your package (python-gnome) has been detected as depending on
python-gnome, which as per release goal, won't be shipped in lenny.

Please make sure that your package drops its dependencies on
python-gnome as soon as possible, or that it's ported to gnome2 one
way or the other.

This bug will be raised to RC severity as soon as python-gnome are
removed from testing, which should happen soon, since it will make
your package uninstallable.

Cheers,

-- Pierre Habouzit 



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



Processing of tiemu_2.00-4_amd64.changes

2008-01-16 Thread Archive Administrator
tiemu_2.00-4_amd64.changes uploaded successfully to localhost
along with the files:
  tiemu_2.00-4.dsc
  tiemu_2.00-4.diff.gz
  tiemu_2.00-4_amd64.deb

Greetings,

Your Debian queue daemon


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



tiemu_2.00-4_amd64.changes ACCEPTED

2008-01-16 Thread Debian Installer

Accepted:
tiemu_2.00-4.diff.gz
  to pool/main/t/tiemu/tiemu_2.00-4.diff.gz
tiemu_2.00-4.dsc
  to pool/main/t/tiemu/tiemu_2.00-4.dsc
tiemu_2.00-4_amd64.deb
  to pool/main/t/tiemu/tiemu_2.00-4_amd64.deb


Override entries for your package:
tiemu_2.00-4.dsc - source math
tiemu_2.00-4_amd64.deb - optional math

Announcing to [EMAIL PROTECTED]
Closing bugs: 456848 


Thank you for your contribution to Debian.


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



MD List in the US

2008-01-16 Thread Andrews dim



Here is the package deal we're running for this week

Currently Practicing MDs in the USA 

788,022 in total * 17,042 emails

Lots of MDs in specialties like Orthopedics, Surgery, Radiology, Dermatology, 
Neurology, General Practice etc..

Sort by over a dozen different fields


US Pharmaceutical Company Executives List
Names and email addresses of 47,000 employees in high-ranking positions

Hospital Facilities in America
complete contact information for CEO's, CFO's, Directors and more - over 23,000 
listings in total for more than 7,000 hospitals in the USA

List of US Dentists
Practically every dentist in America is listed here

Chiropractors in the USA
Complete data for all chiropractors in the US (a $250 value)


Dramatic cost reduction: 
$390 for all listed above

send us an email:  [EMAIL PROTECTED]

  

above expires on Jan 18




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



Bug#453701: marked as done (Mailping package versions appear incorrect)

2008-01-16 Thread Debian Bug Tracking System
Your message dated Thu, 17 Jan 2008 07:17:04 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#453701: fixed in mailping 0.0.4-2
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--- Begin Message ---
Package: mailping
Version: 0.0.4-1

I am working on a merge of this package for Ubuntu Hardy Heron and during
this process it was noted that the version numbering may be a little bit
messed up.

Since this is a native package, shouldn't the last upload, which was a
maintainer upload, have been 0.0.5 instead of 0.0.4-1?  Isn't the -1 the
first revision to a non-native package?

The problem this creates is that when merging this package with Ubuntu, it
will create a package with a numbering of 0.0.4-1ubuntu1 which is a lower
packaging version than 0.0.4ubuntu4, the current Ubuntu package.

Thanks.

-- 
Chess Griffin
GPG Public Key:  0x0C7558C3
http://www.chessgriffin.com







--- End Message ---
--- Begin Message ---
Source: mailping
Source-Version: 0.0.4-2

We believe that the bug you reported is fixed in the latest version of
mailping, which is due to be installed in the Debian FTP archive:

mailping_0.0.4-2.diff.gz
  to pool/main/m/mailping/mailping_0.0.4-2.diff.gz
mailping_0.0.4-2.dsc
  to pool/main/m/mailping/mailping_0.0.4-2.dsc
mailping_0.0.4-2_all.deb
  to pool/main/m/mailping/mailping_0.0.4-2_all.deb
mailping_0.0.4.orig.tar.gz
  to pool/main/m/mailping/mailping_0.0.4.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thijs Kinkhorst <[EMAIL PROTECTED]> (supplier of updated mailping package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 15 Jan 2008 22:08:46 +0100
Source: mailping
Binary: mailping
Architecture: source all
Version: 0.0.4-2
Distribution: unstable
Urgency: low
Maintainer: Thijs Kinkhorst <[EMAIL PROTECTED]>
Changed-By: Thijs Kinkhorst <[EMAIL PROTECTED]>
Description: 
 mailping   - monitor email service availability and functioning
Closes: 440618 453701 454715 457407
Changes: 
 mailping (0.0.4-2) unstable; urgency=low
 .
   * Adopt package (Closes: #440618).
   * Use shutil.move instead of rename, in case the source mailbox is
 on another filesystem.
   * Canonicalize used paths, to prevent problems that some Python
 modules have with paths containing "../..".
   * Improve microseconds calculation in latency (closes: #457407),
 thanks Andrew Garner for the patch.
   * Denatify (closes: #453701).
   * Switch from cdbs to debhelper.
   * Ship Maildir in this package instead of creating it in postinst,
 be more thorough on cleanup when purging package (closes: #454715).
   * Update to debhelper version 6.
   * Checked for policy 3.7.3, no changes.
   * Fix part of manpage formatting.
   * No longer remove 'mailping' user on package remove, since this
 is controversial.
Files: 
 72b612ca742c70dfdf215a2433c86d61 1063 mail optional mailping_0.0.4-2.dsc
 a547ed7f1be46ae8b20d3862cbed158c 21602 mail optional mailping_0.0.4.orig.tar.gz
 6967aeb5560ca2a1dbd0411d01a2d682 5339 mail optional mailping_0.0.4-2.diff.gz
 25f6c5bd385a76613503bc0617db3dbb 21752 mail optional mailping_0.0.4-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iQEVAwUBR478+mz0hbPcukPfAQKWkgf/U7GARg+jn8LH+1nY/wvwJ1+RGl3VRLKJ
4eoBjPqUwY63+3hd/1674s7KgbylF1i3fWIup6bjTKSjmO3vwutUZ2FPK+RZq/AO
TjW9siYa/K39hFGWI2ux54tYkZFTSxSqadeaToD+mozZkjW1Q6OB/i/zdaSSTCuD
/S3O/RGTDx9rY+h1gluCNDZgh1s/L6OZeAuAJ8HyzoqDS4zsRHkCg1JJWpE2y405
CByYj3NpKsdzTJAL1hMbS0H8giIJ0mosCKPA+Cn8zgF7fo1+MSWD5tYCpwGb+5aq
fNfbPzFXqraak4phHqC8rAd82cC4gc5MhHrj6L3paz+1+boEflUL5Q==
=YO3P
-END PGP SIGNATURE-


--- End Message ---


Bug#454715: marked as done (mailping -- Doesn't purge all files after piuparts Install+Upgrade+Purge test)

2008-01-16 Thread Debian Bug Tracking System
Your message dated Thu, 17 Jan 2008 07:17:04 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#454715: fixed in mailping 0.0.4-2
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--- Begin Message ---
Package: mailping
Version: 0.0.4-1
Severity: important
User: [EMAIL PROTECTED]
Usertags: piuparts-stable-upgrade piuparts-stable-upgrade-20071130

Hi!

I have been analyzing packages for the piuparts test, and have
observed that mailping fails the piuparts because it doesn't purge
some files.

The gzipped log of the piuparts run for mailping is
attached. The problem is that the process

Install Etch mailping -> upgrade to sid -> purge

seems to let the following files remain unremoved:

   /var/lib/mailping  owned by: mailping
   /var/lib/mailping/Maildir  not owned
   /var/lib/mailping/Maildir/cur  not owned
   /var/lib/mailping/Maildir/new  not owned
   /var/lib/mailping/Maildir/tmp  not owned

Please consider fixing this bug, as it is a Lenny release
recommendation [1].

Thanks.

Kumar

[1]: http://release.debian.org/lenny-goals.txt
-- 
Kumar Appaiah,
458, Jamuna Hostel,
Indian Institute of Technology Madras,
Chennai - 600 036


mailping.log.gz
Description: Binary data


signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: mailping
Source-Version: 0.0.4-2

We believe that the bug you reported is fixed in the latest version of
mailping, which is due to be installed in the Debian FTP archive:

mailping_0.0.4-2.diff.gz
  to pool/main/m/mailping/mailping_0.0.4-2.diff.gz
mailping_0.0.4-2.dsc
  to pool/main/m/mailping/mailping_0.0.4-2.dsc
mailping_0.0.4-2_all.deb
  to pool/main/m/mailping/mailping_0.0.4-2_all.deb
mailping_0.0.4.orig.tar.gz
  to pool/main/m/mailping/mailping_0.0.4.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thijs Kinkhorst <[EMAIL PROTECTED]> (supplier of updated mailping package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 15 Jan 2008 22:08:46 +0100
Source: mailping
Binary: mailping
Architecture: source all
Version: 0.0.4-2
Distribution: unstable
Urgency: low
Maintainer: Thijs Kinkhorst <[EMAIL PROTECTED]>
Changed-By: Thijs Kinkhorst <[EMAIL PROTECTED]>
Description: 
 mailping   - monitor email service availability and functioning
Closes: 440618 453701 454715 457407
Changes: 
 mailping (0.0.4-2) unstable; urgency=low
 .
   * Adopt package (Closes: #440618).
   * Use shutil.move instead of rename, in case the source mailbox is
 on another filesystem.
   * Canonicalize used paths, to prevent problems that some Python
 modules have with paths containing "../..".
   * Improve microseconds calculation in latency (closes: #457407),
 thanks Andrew Garner for the patch.
   * Denatify (closes: #453701).
   * Switch from cdbs to debhelper.
   * Ship Maildir in this package instead of creating it in postinst,
 be more thorough on cleanup when purging package (closes: #454715).
   * Update to debhelper version 6.
   * Checked for policy 3.7.3, no changes.
   * Fix part of manpage formatting.
   * No longer remove 'mailping' user on package remove, since this
 is controversial.
Files: 
 72b612ca742c70dfdf215a2433c86d61 1063 mail optional mailping_0.0.4-2.dsc
 a547ed7f1be46ae8b20d3862cbed158c 21602 mail optional mailping_0.0.4.orig.tar.gz
 6967aeb5560ca2a1dbd0411d01a2d682 5339 mail optional mailping_0.0.4-2.diff.gz
 25f6c5bd385a76613503bc0617db3dbb 21752 mail optional mailping_0.0.4-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iQEVAwUBR478+mz0hbPcukPfAQKWkgf/U7GARg+jn8LH+1nY/wvwJ1+RGl3VRLKJ
4eoBjPqUwY63+3hd/1674s7KgbylF1i3fWIup6bjTKSjmO3vwutUZ2FPK+RZq/AO
TjW9siYa/K39hFGWI2ux54tYkZFTSxSqadeaToD+mozZkjW1Q6OB/i/zdaSSTCuD
/S3O/RGTDx9rY+h1gluCNDZgh1s/L6OZeAuAJ8HyzoqDS4zsRHkCg1JJWpE2y405
CByYj3NpKsdzTJAL1hMbS0H8giIJ0mosCKPA+Cn8zgF7fo1+MSWD5tYCpwGb+5aq
fNfbPzFXqraak4phHqC8rAd82cC4gc5MhHrj6L3paz+1+boEflUL5Q==
=YO3P
-END PGP SIGNATURE-


--- End Message ---


Bug#457407: marked as done (mailping: incorrectly calculates mail latency)

2008-01-16 Thread Debian Bug Tracking System
Your message dated Thu, 17 Jan 2008 07:17:04 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#457407: fixed in mailping 0.0.4-2
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--- Begin Message ---
Package: mailping
Version: 0.0.4-1~abg+7
Severity: important

In some cases mailping can store more than 6 digits for the "microseconds" 
value in a Maildir filename.   When the delivery time is calculated it 
calculates this as the seconds part of the filename + 
the microseconds part (multiplied by 1e-6).This can convert the 
microseconds to a value > 1, and consequently make the latency calculation 
inaccurate by several seconds.

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (900, 'stable'), (700, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.22-3-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages mailping depends on:
ii  adduser   3.102  Add and remove users and groups
ii  munin-node1.2.5-1network-wide graphing framework (n
ii  python2.4.4-2An interactive high-level object-o
ii  python-support0.5.6  automated rebuilding support for p

mailping recommends no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: mailping
Source-Version: 0.0.4-2

We believe that the bug you reported is fixed in the latest version of
mailping, which is due to be installed in the Debian FTP archive:

mailping_0.0.4-2.diff.gz
  to pool/main/m/mailping/mailping_0.0.4-2.diff.gz
mailping_0.0.4-2.dsc
  to pool/main/m/mailping/mailping_0.0.4-2.dsc
mailping_0.0.4-2_all.deb
  to pool/main/m/mailping/mailping_0.0.4-2_all.deb
mailping_0.0.4.orig.tar.gz
  to pool/main/m/mailping/mailping_0.0.4.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thijs Kinkhorst <[EMAIL PROTECTED]> (supplier of updated mailping package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 15 Jan 2008 22:08:46 +0100
Source: mailping
Binary: mailping
Architecture: source all
Version: 0.0.4-2
Distribution: unstable
Urgency: low
Maintainer: Thijs Kinkhorst <[EMAIL PROTECTED]>
Changed-By: Thijs Kinkhorst <[EMAIL PROTECTED]>
Description: 
 mailping   - monitor email service availability and functioning
Closes: 440618 453701 454715 457407
Changes: 
 mailping (0.0.4-2) unstable; urgency=low
 .
   * Adopt package (Closes: #440618).
   * Use shutil.move instead of rename, in case the source mailbox is
 on another filesystem.
   * Canonicalize used paths, to prevent problems that some Python
 modules have with paths containing "../..".
   * Improve microseconds calculation in latency (closes: #457407),
 thanks Andrew Garner for the patch.
   * Denatify (closes: #453701).
   * Switch from cdbs to debhelper.
   * Ship Maildir in this package instead of creating it in postinst,
 be more thorough on cleanup when purging package (closes: #454715).
   * Update to debhelper version 6.
   * Checked for policy 3.7.3, no changes.
   * Fix part of manpage formatting.
   * No longer remove 'mailping' user on package remove, since this
 is controversial.
Files: 
 72b612ca742c70dfdf215a2433c86d61 1063 mail optional mailping_0.0.4-2.dsc
 a547ed7f1be46ae8b20d3862cbed158c 21602 mail optional mailping_0.0.4.orig.tar.gz
 6967aeb5560ca2a1dbd0411d01a2d682 5339 mail optional mailping_0.0.4-2.diff.gz
 25f6c5bd385a76613503bc0617db3dbb 21752 mail optional mailping_0.0.4-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iQEVAwUBR478+mz0hbPcukPfAQKWkgf/U7GARg+jn8LH+1nY/wvwJ1+RGl3VRLKJ
4eoBjPqUwY63+3hd/1674s7KgbylF1i3fWIup6bjTKSjmO3vwutUZ2FPK+RZq/AO
TjW9siYa/K39hFGWI2ux54tYkZFTSxSqadeaToD+mozZkjW1Q6OB/i/zdaSSTCuD
/S3O/RGTDx9rY+h1gluCNDZgh1s/L6OZeAuAJ8HyzoqDS4zsRHkCg1JJWpE2y405
CByYj3NpKsdzTJAL1hMbS0H8giIJ0mosCKPA+Cn8zgF7fo1+MSWD5tYCpwGb+5aq
fNfbPzFXqraak4phHqC8rAd82cC4gc5MhHrj6L3paz+1+boEflUL5Q==
=YO3P
-END PGP SIGNATURE-


--- End Message ---