Hi,

I'm about to upload an NMU with a fix for all the bugs in the To: of
this message (that's just 2, really).  The change is a combination of
the patches which were already in the bts.  The full patch is attached
to this mail.

There doesn't seem to be consensus about the version numbering for NMUs
to native packages.  I've used what devref says and dch does, but this
suggests that the new package is non-native.  It isn't, of course.

I'll upload the package to the 7-day delayed queue, so if there's
something you dislike about it, you have 7 days to cancel the upload, or
better, send a fix which pleases you more directly to the archive. :-)

Thanks,
Bas

-- 
I encourage people to send encrypted e-mail (see http://www.gnupg.org).
If you have problems reading my e-mail, use a better reader.
Please send the central message of e-mails as plain text
   in the message body, not as HTML and definitely not as MS Word.
Please do not use the MS Word format for attachments either.
For more information, see http://pcbcn10.phys.rug.nl/e-mail.html
diff -rup old/debtags-1.7.3/debian/changelog new/debtags-1.7.3/debian/changelog
--- old/debtags-1.7.3/debian/changelog	2007-07-06 15:21:25.000000000 +0200
+++ new/debtags-1.7.3/debian/changelog	2008-03-06 19:56:55.000000000 +0100
@@ -1,3 +1,13 @@
+debtags (1.7.3-0.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Don't try to run debtags in cronjob when binary is not present.  (Closes:
+    #435067, #435235, #435243, #457058)
+  * Don't make cron mail output unless an error is encountered.  (Closes:
+    #431994)
+
+ -- Bas Wijnen <[EMAIL PROTECTED]>  Thu, 06 Mar 2008 18:53:21 +0100
+
 debtags (1.7.3) unstable; urgency=low
 
   * Allow to install extra tag sources in /etc/debtags/sources.list.d/
diff -rup old/debtags-1.7.3/debian/debtags.cron.daily new/debtags-1.7.3/debian/debtags.cron.daily
--- old/debtags-1.7.3/debian/debtags.cron.daily	2007-07-06 15:21:25.000000000 +0200
+++ new/debtags-1.7.3/debian/debtags.cron.daily	2008-03-06 18:45:49.000000000 +0100
@@ -1,4 +1,4 @@
 #!/bin/sh
 
 # Update the data and index files of Debtags
-debtags update
+test ! -x /usr/bin/debtags || /usr/bin/debtags update 2>/dev/null || echo debtags update error

Attachment: signature.asc
Description: Digital signature

Reply via email to