Bug#441269: Trademark violation: Energy Star logo

2007-09-26 Thread Ana Guerrero
On Sat, Sep 08, 2007 at 01:11:44AM +0200, Florian Weimer wrote:
> Package: kdebase-data
> Severity: serious
> 
> The file /usr/share/apps/kcontrol/pics/energybig.png contains the
> Energy Star logo.  I don't think this kind of use is permitted under
> EPA's trademark guidelines.
> 
> kcontrol display the logo in the Display section; I'm not sure if this
> comes from the same file, or if it's directly compiled into some
> binary.  In the latter case, this needs to be patched as well.


I'm not expecting a quick answer from upstream (if my any) [1]. So my suggestion
is remove the image from the tarball and replace with an empty one. What do
you think?


Ana

[1] https://bugs.kde.org/show_bug.cgi?id=149821



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



Bug#443023: ttf-isabella: diff for NMU version 1.01-6.1

2007-09-29 Thread Ana Guerrero
tags 443023 + patch
thanks

Hi,

Attached is the diff for my ttf-isabella 1.01-6.1 NMU.

Ana
diff -u ttf-isabella-1.01/debian/changelog ttf-isabella-1.01/debian/changelog
--- ttf-isabella-1.01/debian/changelog
+++ ttf-isabella-1.01/debian/changelog
@@ -1,3 +1,11 @@
+ttf-isabella (1.01-6.1) unstable; urgency=low
+
+  * Non-maintainer upload to fix RC bug.
+  * Add extension .ff to the script ConvertFont name, adapting it to the new 
+fontforge version. (Closes: #443023)
+
+ -- Ana Beatriz Guerrero Lopez <[EMAIL PROTECTED]>  Sat, 29 Sep 2007 17:54:36 +0200
+
 ttf-isabella (1.01-6) unstable; urgency=low
 
   * Added execution permissions to ConvertFont so it works with pbuilder.
reverted:
--- ttf-isabella-1.01/debian/ConvertFont
+++ ttf-isabella-1.01.orig/debian/ConvertFont
@@ -1,18 +0,0 @@
-#!/usr/bin/fontforge
-# $Id: ConvertFont,v 1.1 2002/12/18 17:36:36 peterlin Exp $
-#
-# Convert fonts from PfaEdit's native format to TrueType format
-
-if ($argc > 1)
-i = 1;
-while ( i < $argc )
-	Open($argv[i])
-	ttfile = $fontname + ".ttf"
-	Print("Converting ",ttfile)
-	Generate(ttfile)
-	Close()
-	i++
-endloop
-else
-Print("Usage: $0 font.sfd [font.sfd ...]")
-endif
diff -u ttf-isabella-1.01/debian/rules ttf-isabella-1.01/debian/rules
--- ttf-isabella-1.01/debian/rules
+++ ttf-isabella-1.01/debian/rules
@@ -5,8 +5,8 @@
 build-stamp:
 	dh_testdir
 	
-	chmod 755 $(CURDIR)/debian/ConvertFont
-	$(CURDIR)/debian/ConvertFont Isabella-first.sfd
+	chmod 755 $(CURDIR)/debian/ConvertFont.ff
+	$(CURDIR)/debian/ConvertFont.ff Isabella-first.sfd
 
 	touch build-stamp
 
only in patch2:
unchanged:
--- ttf-isabella-1.01.orig/debian/ConvertFont.ff
+++ ttf-isabella-1.01/debian/ConvertFont.ff
@@ -0,0 +1,18 @@
+#!/usr/bin/fontforge
+# $Id: ConvertFont,v 1.1 2002/12/18 17:36:36 peterlin Exp $
+#
+# Convert fonts from PfaEdit's native format to TrueType format
+
+if ($argc > 1)
+i = 1;
+while ( i < $argc )
+	Open($argv[i])
+	ttfile = $fontname + ".ttf"
+	Print("Converting ",ttfile)
+	Generate(ttfile)
+	Close()
+	i++
+endloop
+else
+Print("Usage: $0 font.sfd [font.sfd ...]")
+endif


Bug#443022: ttf-staypuft: diff for NMU version 0.04-2.1

2007-09-29 Thread Ana Guerrero
tags 443022 + patch
thanks

Hi,

Attached is the diff for my ttf-staypuft 0.04-2.1 NMU.

Ana
diff -u ttf-staypuft-0.04/debian/rules ttf-staypuft-0.04/debian/rules
--- ttf-staypuft-0.04/debian/rules
+++ ttf-staypuft-0.04/debian/rules
@@ -5,8 +5,8 @@
 build-stamp:
 	dh_testdir
 
-	chmod 755 $(CURDIR)/debian/ConvertFont
-	$(CURDIR)/debian/ConvertFont StayPuft.sfd
+	chmod 755 $(CURDIR)/debian/ConvertFont.ff
+	$(CURDIR)/debian/ConvertFont.ff StayPuft.sfd
 
 	touch build-stamp
 
diff -u ttf-staypuft-0.04/debian/changelog ttf-staypuft-0.04/debian/changelog
--- ttf-staypuft-0.04/debian/changelog
+++ ttf-staypuft-0.04/debian/changelog
@@ -1,3 +1,11 @@
+ttf-staypuft (0.04-2.1) unstable; urgency=low
+
+  * Non-maintainer upload to fix RC bug.
+  * Add extension .ff to the script ConvertFont name, adapting it to the new
+fontforge version. (Closes: #443022)
+
+ -- Ana Beatriz Guerrero Lopez <[EMAIL PROTECTED]>  Sat, 29 Sep 2007 18:02:33 +0200
+
 ttf-staypuft (0.04-2) unstable; urgency=low
 
   * Added execution permissions to ConvertFont so it works with pbuilder.
reverted:
--- ttf-staypuft-0.04/debian/ConvertFont
+++ ttf-staypuft-0.04.orig/debian/ConvertFont
@@ -1,18 +0,0 @@
-#!/usr/bin/fontforge
-# $Id: ConvertFont,v 1.1 2002/12/18 17:36:36 peterlin Exp $
-#
-# Convert fonts from PfaEdit's native format to TrueType format
-
-if ($argc > 1)
-i = 1;
-while ( i < $argc )
-	Open($argv[i])
-	ttfile = $fontname + ".ttf"
-	Print("Converting ",ttfile)
-	Generate(ttfile)
-	Close()
-	i++
-endloop
-else
-Print("Usage: $0 font.sfd [font.sfd ...]")
-endif
only in patch2:
unchanged:
--- ttf-staypuft-0.04.orig/debian/ConvertFont.ff
+++ ttf-staypuft-0.04/debian/ConvertFont.ff
@@ -0,0 +1,18 @@
+#!/usr/bin/fontforge
+# $Id: ConvertFont,v 1.1 2002/12/18 17:36:36 peterlin Exp $
+#
+# Convert fonts from PfaEdit's native format to TrueType format
+
+if ($argc > 1)
+i = 1;
+while ( i < $argc )
+	Open($argv[i])
+	ttfile = $fontname + ".ttf"
+	Print("Converting ",ttfile)
+	Generate(ttfile)
+	Close()
+	i++
+endloop
+else
+Print("Usage: $0 font.sfd [font.sfd ...]")
+endif


Bug#443043: ttf-cjk-compact: patch

2007-09-29 Thread Ana Guerrero
tags 443043 + patch
thanks

Hi,

The attached patch fixes this problem.

Ana
diff -Nru /tmp/3ezdYc5Qcm/ttf-cjk-compact-1.10/debian/changelog /tmp/ugOA4NRCZi/ttf-cjk-compact-1.11/debian/changelog
--- /tmp/3ezdYc5Qcm/ttf-cjk-compact-1.10/debian/changelog	2007-07-06 02:07:53.0 +0200
+++ /tmp/ugOA4NRCZi/ttf-cjk-compact-1.11/debian/changelog	2007-09-29 18:08:20.0 +0200
@@ -1,3 +1,10 @@
+ttf-cjk-compact (1.11) unstable; urgency=low
+
+  * Add extension .ff to the script ConvertFont name, adapting it to the new
+fontforge version. (Closes: #443043)
+
+ -- Ana Beatriz Guerrero Lopez <[EMAIL PROTECTED]>  Sat, 29 Sep 2007 18:07:17 +0200
+
 ttf-cjk-compact (1.10) unstable; urgency=low
 
   * Update at Fri Jul  6 00:07:37 UTC 2007
diff -Nru /tmp/3ezdYc5Qcm/ttf-cjk-compact-1.10/makettf /tmp/ugOA4NRCZi/ttf-cjk-compact-1.11/makettf
--- /tmp/3ezdYc5Qcm/ttf-cjk-compact-1.10/makettf	2006-10-26 07:46:55.0 +0200
+++ /tmp/ugOA4NRCZi/ttf-cjk-compact-1.11/makettf	2007-09-29 18:10:30.0 +0200
@@ -34,8 +34,8 @@
 
 if [ "$3" = "1" ]; then
   echo "embedded bitmap: enable"
-  $STRIPTTF-with-bitmap $basefont $EXPORTDIR/$lang.ttf $(sort -n $TMPDIR/$lang | uniq)
+  $STRIPTTF-with-bitmap.ff $basefont $EXPORTDIR/$lang.ttf $(sort -n $TMPDIR/$lang | uniq)
 else
   echo "embedded bitmap: disable"
-  $STRIPTTF $basefont $EXPORTDIR/$lang.ttf $(sort -n $TMPDIR/$lang | uniq)
+  $STRIPTTF.ff $basefont $EXPORTDIR/$lang.ttf $(sort -n $TMPDIR/$lang | uniq)
 fi
diff -Nru /tmp/3ezdYc5Qcm/ttf-cjk-compact-1.10/stripttf /tmp/ugOA4NRCZi/ttf-cjk-compact-1.11/stripttf
--- /tmp/3ezdYc5Qcm/ttf-cjk-compact-1.10/stripttf	2005-12-06 11:30:50.0 +0100
+++ /tmp/ugOA4NRCZi/ttf-cjk-compact-1.11/stripttf	1970-01-01 01:00:00.0 +0100
@@ -1,40 +0,0 @@
-#! /usr/bin/fontforge 
-#
-# stripttf - Strip TrueType font of unused characters
-#
-# Copyright (c) 2005 Hidetaka Iwai  <[EMAIL PROTECTED]>
-#  
-
-if ($argc < 4)
-   Print( "Usage: stripttf in out used_codepoint..." )
-   Quit()
-endif
-
-Open($1); shift
-Reencode("unicode")
-out = $1; shift
-
-# Get the size of array from the last argument 
-# (to do this, the given list must be sorted)
-num = Strtol($argv[$argc - 1]) + 1
-
-# Create an array to select used characters.
-used = Array(num)
-
-# Select used characters according to the given list
-i = 0
-while (i < num && $argc > 1)
-  if (i == Strtol($1))
-used[i] = 1; shift
-  else
-used[i] = 0
-  endif
-  ++i
-endloop
-
-# Remove unused characters.
-Select(used); SelectInvert(); Clear()
-
-# Output the result
-Generate(out, "")
-Quit()
diff -Nru /tmp/3ezdYc5Qcm/ttf-cjk-compact-1.10/stripttf.ff /tmp/ugOA4NRCZi/ttf-cjk-compact-1.11/stripttf.ff
--- /tmp/3ezdYc5Qcm/ttf-cjk-compact-1.10/stripttf.ff	1970-01-01 01:00:00.0 +0100
+++ /tmp/ugOA4NRCZi/ttf-cjk-compact-1.11/stripttf.ff	2007-09-29 18:09:52.0 +0200
@@ -0,0 +1,40 @@
+#! /usr/bin/fontforge 
+#
+# stripttf - Strip TrueType font of unused characters
+#
+# Copyright (c) 2005 Hidetaka Iwai  <[EMAIL PROTECTED]>
+#  
+
+if ($argc < 4)
+   Print( "Usage: stripttf in out used_codepoint..." )
+   Quit()
+endif
+
+Open($1); shift
+Reencode("unicode")
+out = $1; shift
+
+# Get the size of array from the last argument 
+# (to do this, the given list must be sorted)
+num = Strtol($argv[$argc - 1]) + 1
+
+# Create an array to select used characters.
+used = Array(num)
+
+# Select used characters according to the given list
+i = 0
+while (i < num && $argc > 1)
+  if (i == Strtol($1))
+used[i] = 1; shift
+  else
+used[i] = 0
+  endif
+  ++i
+endloop
+
+# Remove unused characters.
+Select(used); SelectInvert(); Clear()
+
+# Output the result
+Generate(out, "")
+Quit()
diff -Nru /tmp/3ezdYc5Qcm/ttf-cjk-compact-1.10/stripttf-with-bitmap /tmp/ugOA4NRCZi/ttf-cjk-compact-1.11/stripttf-with-bitmap
--- /tmp/3ezdYc5Qcm/ttf-cjk-compact-1.10/stripttf-with-bitmap	2005-12-14 11:07:27.0 +0100
+++ /tmp/ugOA4NRCZi/ttf-cjk-compact-1.11/stripttf-with-bitmap	1970-01-01 01:00:00.0 +0100
@@ -1,46 +0,0 @@
-#! /usr/bin/fontforge 
-#
-# stripttf - Strip TrueType font of unused characters
-#
-# Copyright (c) 2005 Hidetaka Iwai  <[EMAIL PROTECTED]>
-#  
-
-if ($argc < 4)
-   Print( "Usage: stripttf in out used_codepoint..." )
-   Quit()
-endif
-
-Open($1); shift
-Reencode("unicode")
-out = $1; shift
-
-# Get the size of array from the last argument 
-# (to do this, the given list must be sorted)
-num = Strtol($argv[$argc - 1]) + 1
-
-# Create an array to select used characters.
-used = Array(num)
-
-# Select used characters according to the given list
-i = 0
-while (i < num && $argc > 1)
-  if (i == Strtol($1))
-used[i] = 1; shift
-  else
-used[i] = 0
-  endif
-  ++i
-endloop
-
-# Remove unused characters.
-Select(used); SelectInvert(); Clear()
-
-size = Array(2)
-# Bitmap point
-size[0] = 12
-size[1] = 16
-
-# Output the result
-BitmapsAvail(size)
-Generate(out, "ttf")
-Quit()
diff -Nru /tmp/3ezdYc5Qcm/ttf-cjk-compact-1.10/stripttf-with-bitmap.ff /tmp/ugO

Bug#438406: kpreg: diff for NMU version 1.5-1.1

2007-08-21 Thread Ana Guerrero
tags 438406 + patch
thanks

Hi,

Attached is the diff for my kpreg 1.5-1.1 NMU. I'll NMU it in a few days if
there is not a maintainer upload before.

Ana
diff -u kpreg-1.5/debian/control kpreg-1.5/debian/control
--- kpreg-1.5/debian/control
+++ kpreg-1.5/debian/control
@@ -2,7 +2,7 @@
 Section: x11
 Priority: extra
 Maintainer: Rodrigo Tadeu Claro <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 5), autotools-dev, kdelibs-bin, kdelibs-dev, docbook-to-man, libxext-dev, xserver-xorg-dev, libqt3-mt-dev 
+Build-Depends: debhelper (>= 5), autotools-dev, kdelibs-dev, docbook-to-man, libxext-dev, xserver-xorg-dev, libqt3-mt-dev 
 Standards-Version: 3.7.2
 
 Package: kpreg
diff -u kpreg-1.5/debian/changelog kpreg-1.5/debian/changelog
--- kpreg-1.5/debian/changelog
+++ kpreg-1.5/debian/changelog
@@ -1,3 +1,10 @@
+kpreg (1.5-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Remove unnecessary Build-Depends on kdelibs-bin. (Closes: #438406)
+
+ -- Ana Beatriz Guerrero Lopez <[EMAIL PROTECTED]>  Wed, 22 Aug 2007 08:05:16 +0200
+
 kpreg (1.5-1) unstable; urgency=low
 
   * Initial release (Closes: #408031)  


Bug#434983: amsn 0.97~rc1+dfsg1-4 (alpha/unstable): FTBFS: broken under -rsudo

2007-08-22 Thread Ana Guerrero
On Sat, Jul 28, 2007 at 12:38:15PM -0400, Muammar El Khatib wrote:
> 
> Thanks for reporting and for your advice. I am working to fix this
> FTBFS. I hadn't noticed the typos you reported, in fact there were 2.
> 
>

This was almost a month ago, do you need help solving the bug/sponsoring?

Ana


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



Bug#439022: Request for binNMU of kdeedu against new boost

2007-08-22 Thread Ana Guerrero
Please binNMU kdeedu on all architectures to get it working with new boost.

kdeedu_4:3.5.7-1, Rebuild against new boost. (Closes: #439022), 1, alpha amd64 
arm hppa i386 ia64 mips mipsel powerpc s390 sparc m68k

Thanks,
Ana


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



Bug#435909: Kcheckgmail language bug

2007-08-22 Thread Ana Guerrero
On Sun, Aug 05, 2007 at 09:51:17AM -0500, Raphael wrote:
> reassign 435909 kdelibs 4:3.5.7.dfsg.1-1
> thanks
> 
> On 04/08/07, Rafael Belmonte <[EMAIL PROTECTED]> wrote:
> > Yes i have the same problem with d3lphin file manager (lastest version from
> > Lenny/Testing).
> 
> Confirmed what I tough, not related to KCheckGMail.
> Reassigning bug now.
>

Maybe a silly point but... you can have the locales on your system in british
english and KDE in spanish. have you tried to re-run kpersonalizer, making
sure you have english selected and then look if your kde apps are still in
spanish?

Ana


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



Bug#421838: up-imapproxy: diff for NMU version 1.2.4-10.2

2007-08-24 Thread Ana Guerrero
tags 421838 + patch
tags 436314 + patch
thanks

Hi,

Attached is the diff for my up-imapproxy 1.2.4-10.2 NMU.
diff -u up-imapproxy-1.2.4/debian/changelog up-imapproxy-1.2.4/debian/changelog
--- up-imapproxy-1.2.4/debian/changelog
+++ up-imapproxy-1.2.4/debian/changelog
@@ -1,3 +1,12 @@
+up-imapproxy (1.2.4-10.2) unstable; urgency=low
+
+  * Non-maintainer upload to fix RC bug.
+  * Changed libwrap-dev Build-Dep to libwrap0-dev. (Closes: #436314)
+  * Add dutch po-debconf translation. Thanks to Bart Cornelis.
+(Closes: #421838)
+
+ -- Ana Beatriz Guerrero Lopez <[EMAIL PROTECTED]>  Sat, 25 Aug 2007 07:37:38 +0200
+
 up-imapproxy (1.2.4-10.1) unstable; urgency=high
 
   * NMU to fix RC bug
diff -u up-imapproxy-1.2.4/debian/control up-imapproxy-1.2.4/debian/control
--- up-imapproxy-1.2.4/debian/control
+++ up-imapproxy-1.2.4/debian/control
@@ -2,7 +2,7 @@
 Section: mail
 Priority: optional
 Maintainer: Jose Luis Tallon <[EMAIL PROTECTED]>
-Build-Depends: autotools-dev, debhelper (>= 4.1.68), po-debconf (>= 0.8.2), libwrap-dev, libncurses-dev, libssl-dev
+Build-Depends: autotools-dev, debhelper (>= 4.1.68), po-debconf (>= 0.8.2), libwrap0-dev, libncurses-dev, libssl-dev
 Standards-Version: 3.7.2
 
 Package: imapproxy
only in patch2:
unchanged:
--- up-imapproxy-1.2.4.orig/debian/po/nl.po
+++ up-imapproxy-1.2.4/debian/po/nl.po
@@ -0,0 +1,30 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <[EMAIL PROTECTED]>, YEAR.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: up-imapproxy\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-03-13 04:33+0100\n"
+"PO-Revision-Date: 2007-04-25 17:23+0100\n"
+"Last-Translator: Bart Cornelis <[EMAIL PROTECTED]>\n"
+"Language-Team: debian-l10n-dutch <[EMAIL PROTECTED]>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Poedit-Language: dutch\n"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid "IMAP server to connect to:"
+msgstr "IMAP-server waarmee verbinding gemaakt moet worden:"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid "Please enter the hostname or address of the IMAP server ImapProxy will connect to."
+msgstr "Wat is de computernaam of het IP-adres van de IMAP-server waarmee ImapProxy verbinding moet maken?"
+


Bug#422534: diald: diff for NMU version 0.99.4-7.3

2007-08-24 Thread Ana Guerrero
tags 415355 + patch
tags 422534 + patch
tags 436307 + patch
thanks

Hi,

Attached is the diff for my diald 0.99.4-7.3 NMU.

Ana
diff -u diald-0.99.4/debian/po/de.po diald-0.99.4/debian/po/de.po
--- diald-0.99.4/debian/po/de.po
+++ diald-0.99.4/debian/po/de.po
@@ -1,23 +1,15 @@
-#
-#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
-#
-#Developers do not need to manually edit POT or PO files.
+# Translation of diald debconf templates to German
+# Copyright (C) Sebastian Rittau <[EMAIL PROTECTED]>, 2001.
+# Copyright (C) Helge Kreutzmann <[EMAIL PROTECTED]>, 2007.
+# This file is distributed under the same license as the diald package.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: diald\n"
+"Project-Id-Version: diald 0.99.4-7.1\n"
 "Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
 "POT-Creation-Date: 2006-09-03 00:24-0400\n"
-"PO-Revision-Date: 2001-07-03 18:59+0200\n"
-"Last-Translator: Sebastian Rittau <[EMAIL PROTECTED]>\n"
+"PO-Revision-Date: 2007-03-17 14:32+0100\n"
+"Last-Translator: Helge Kreutzmann <[EMAIL PROTECTED]>\n"
 "Language-Team: German <[EMAIL PROTECTED]>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=ISO-8859-15\n"
@@ -27,7 +19,7 @@
 #. Description
 #: ../templates:1001
 msgid "PPP configuration:"
-msgstr ""
+msgstr "PPP-Konfiguration:"
 
 #. Type: select
 #. Description
@@ -37,7 +29,7 @@
 "system.  Diald can be configured to use any one of them at a time."
 msgstr ""
 "Sie haben offenbar mehrere Dialup-Provider auf Ihrem System konfiguriert. "
-"Sie müssen auswählen, welchen davon Diald benutzen soll."
+"Sie können zu jedem Zeitpunkt einen von ihnen verwenden."
 
 #. Type: select
 #. Description
@@ -47,7 +39,7 @@
 "configuration from an older diald package.  You can select this option to "
 "configure your system to use the old configuration.)"
 msgstr ""
-"(Wenn ein Provider mit \"old-config\" bezeichnet wird, ist dies Ihre alte "
+"(Falls ein Provider mit »old-config« bezeichnet wird, ist dies Ihre alte "
 "manuelle Diald-Konfiguration. Wählen Sie diese, damit Diald Ihre alte "
 "Konfiguration weiter verwendet.)"
 
@@ -70,10 +62,11 @@
 msgstr ""
 "Diald muss eine lokale und eine IP-Adresse für die Gegenstelle angegeben "
 "werden, damit es eine Verbindung aufbauen kann, auch wenn diese noch gar "
-"nicht bekannt sind. Diald setzt diese IP-Adressen daher anfangs "
-"normalerweise auf 192.168.0.1 (lokaler Rechner) und 192.168.0.2 (entfernter "
-"Rechner) und erneuert die Einstellungen, sobald die erste Verbindung "
-"aufgebaut wurde."
+"nicht bekannt sind. Falls ein pppconfig-Eintrag annimmt, dass diese "
+"automatisch konfiguriert werden, wird Diald diese IP-Adressen daher anfangs "
+"auf die Standard IP-Adressen 192.168.0.1 (lokaler Rechner) und 192.168.0.2 "
+"(entfernter Rechner) setzen und die Einstellungen erneuern, sobald die erste "
+"Verbindung aufgebaut wurde."
 
 #. Type: boolean
 #. Description
@@ -85,10 +78,10 @@
 "from the private IP address ranges (192.168.x.x, 172.16.x.x, and 10.x.x.x) "
 "are good candidates."
 msgstr ""
-"Wenn Sie allerdings IP-Adressen aus dem Bereich 192.168.0.x lokal benutzen, "
-"kann dies dazu führen, dass Ihr Netzwerk für eine kurze Zeit nachdem Diald "
+"Falls Sie allerdings IP-Adressen aus dem Bereich 192.168.0.x lokal benutzen, "
+"kann dies dazu führen, dass Ihr Netz für eine kurze Zeit nachdem Diald "
 "gestartet wurde nicht mehr erreichbar ist. In diesem Fall sollten Sie zwei "
-"andere IP-Adressen auswählen, die nicht benutzt werden. Adressen auf den "
+"andere IP-Adressen auswählen, die nicht benutzt werden. Adressen aus den "
 "Bereichen für private Netzwerke sind dafür am Besten geeignet (192.168.x.x, "
 "172.16.x.x und 10.x.x.x)."
 
@@ -96,18 +89,17 @@
 #. Description
 #: ../templates:3001
 msgid "Local default IP address:"
-msgstr ""
+msgstr "Lokale Standard-IP-Adresse:"
 
 #. Type: string
 #. Description
 #: ../templates:4001
 msgid "Remote default IP address:"
-msgstr ""
+msgstr "Entfernte Standard-IP-Adresse:"
 
 #~ msgid "Should the ethertap devices be created?"
-#~ msgstr "Sollen die \"ethertap\"-Gerätedateien angelegt werden?"
+#~ msgstr "Sollen die »ethertap«-Gerätedateien angelegt werden?"
 
-#, fuzzy
 #~ msgid ""
 #~ "Diald needs a \"fake\" interface for the system to use when the dialup "
 #~ "link is down.  The \"ethertap\" device is preferred for this, as it was "
@@ -115,12 +107,13 @@
 #~ "up a fake SLIP connection (the precursor to PPP) to accomplish this."
 #~ msgstr ""
 #~ "Diald benötigt eine vorgetäuschte Schnittstelle, wenn die PPP-Verbindung "
-#~ "unterbrochen ist. Dafür ist das \"ethertap\"-Gerät vorgesehen. Falls 

Bug#439319: RM: mc-foo -- RoQA; unmaintained; dead upstream; RC-buggy

2007-08-25 Thread Ana Guerrero
retitle 439319 RM: mc-foo -- RoQA; unmaintained; dead upstream; RC-buggy
reassign 439319 ftp.debian.org
thanks


On Fri, Aug 24, 2007 at 09:51:08AM +0200, Mario Iseli wrote:
> Package: wnpp
> Severity: normal
> 
> The current maintainer of mc-foo, Tommi Virtanen <[EMAIL PROTECTED]>,
> is apparently not active anymore.  Therefore, I orphan this package now.
> 
...

Instead of orphan the package I think it is better ask direclty for removal:

 - Totally unmaintaned, Debian maintaner was upstream author as well, and last
   release is from Aug 2003
 - RC-buggy since 1 year ago (the packaged has not been updated to the latest
   python policy)
 - It was not included in Etch.
 - No reverse dependencies 
 - popcon: 1 installation, 0 votes.

Ana


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



Bug#433740: pybaz: diff for NMU version 1.5pre1-3.1

2007-08-25 Thread Ana Guerrero
tags 433740 + patch
thanks

Hi,

Attached is the diff for my pybaz 1.5pre1-3.1 NMU.

Ana
diff -u pybaz-1.5pre1/debian/changelog pybaz-1.5pre1/debian/changelog
--- pybaz-1.5pre1/debian/changelog
+++ pybaz-1.5pre1/debian/changelog
@@ -1,3 +1,13 @@
+pybaz (1.5pre1-3.1) unstable; urgency=low
+
+  * Non-maintainer upload to fix RC bug.
+  * Add patch by Kumar Appaiah <[EMAIL PROTECTED]> to fix FTBFS with new
+epydoc (Closes: #433740)
+  * Add patch system with quilt.
+  * Remove dh_python, not longer required.
+
+ -- Ana Beatriz Guerrero Lopez <[EMAIL PROTECTED]>  Sat, 25 Aug 2007 09:41:50 +0200
+
 pybaz (1.5pre1-3) unstable; urgency=low
 
   * Update for the Python transition (Closes: #375592)
diff -u pybaz-1.5pre1/debian/control pybaz-1.5pre1/debian/control
--- pybaz-1.5pre1/debian/control
+++ pybaz-1.5pre1/debian/control
@@ -2,7 +2,7 @@
 Section: python
 Priority: extra
 Maintainer: Anand Kumria <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 5.0.37.2), python-all-dev (>= 2.3.5-11), python-support (>= 0.3), python-epydoc, bazaar (>= 1.4.2-5)
+Build-Depends: debhelper (>= 5.0.37.2), python-all-dev (>= 2.3.5-11), python-support (>= 0.3), python-epydoc, bazaar (>= 1.4.2-5), quilt
 Standards-Version: 3.7.2
 
 Package: pybaz
diff -u pybaz-1.5pre1/debian/rules pybaz-1.5pre1/debian/rules
--- pybaz-1.5pre1/debian/rules
+++ pybaz-1.5pre1/debian/rules
@@ -32,6 +32,7 @@
 build-stamp: configure-stamp 
 	dh_testdir
 
+	$(MAKE) -f /usr/share/quilt/quilt.make patch
 	# Add here commands to compile the package.
 	#$(MAKE)
 	#docbook-to-man debian/pybaz.sgml > pybaz.1
@@ -47,6 +48,7 @@
 	dh_testroot
 	rm -f build-stamp configure-stamp
 
+	$(MAKE) -f /usr/share/quilt/quilt.make unpatch
 	# Add here commands to clean up after the build process.
 	#-$(MAKE) clean
 	for py in $(PYVERS); do \
@@ -100,7 +102,6 @@
 	dh_fixperms
 #	dh_perl
 	dh_pysupport
-	dh_python
 #	dh_makeshlibs
 	dh_installdeb
 	dh_shlibdeps
only in patch2:
unchanged:
--- pybaz-1.5pre1.orig/debian/patches/series
+++ pybaz-1.5pre1/debian/patches/series
@@ -0,0 +1 @@
+epydoc.diff
only in patch2:
unchanged:
--- pybaz-1.5pre1.orig/debian/patches/epydoc.diff
+++ pybaz-1.5pre1/debian/patches/epydoc.diff
@@ -0,0 +1,30 @@
+diff -urN pybaz-1.5pre1/mypydoc pybaz-1.5pre1.new/mypydoc
+--- pybaz-1.5pre1/mypydoc	2005-11-30 16:13:25.0 +0530
 pybaz-1.5pre1.new/mypydoc	2007-08-21 13:11:07.0 +0530
+@@ -19,19 +19,22 @@
+ import sys
+ import inspect
+ import epydoc.cli
+-import epydoc.uid
++import epydoc.docintrospecter
+ 
+ def find_function_module(func):
+ # We trust the __module__ attribute of functions. That makes it
+ # possible to have functions documented in a module different from
+ # the module where they are defined.
+ try:
+-ret = sys.modules[func.__module__]
+-return ret
++ret = sys.modules[func.__class__.__module__]
++if ret == sys.modules['__builtin__']:
++return '__builtin__'
++else:
++return ret
+ except KeyError:
+ pass
+ raise ValueError("Could not find a module for %s" % func.func_name)
+ 
+-epydoc.uid._find_function_module = find_function_module
++epydoc.docintrospecter._find_function_module = find_function_module
+ 
+ epydoc.cli.cli()


Bug#433739: offlineimap - FTBFS: /bin/bash: man: command not found

2007-08-25 Thread Ana Guerrero
On Mon, Aug 06, 2007 at 10:29:29PM +0200, Lucas Nussbaum wrote:
> reopen 433739
> found 433739 5.99.2
> thanks
> 
> On 29/07/07 at 05:58 +0200, Cyril Brulebois wrote:
> > tag 433739 patch
> > thanks
> > 
> > Michael Ablassmeier <[EMAIL PROTECTED]> (19/07/2007):
> > >  > mv offlineimap.html manual.html
> > >  > man -t -l offlineimap.1 > manual.ps
> > >  > /bin/bash: man: command not found
> > 
> > It looks like this is actually no longer a problem, the FTBFS is now
> > caused by a missing ps2pdf. Build-Depending additionally on gs or
> > gs-common solves this; tagging accordingly.
> 
> Hi,
> 
> I'm sorry, but I'm still able to reproduce the original problem:
> 
> docbook2html -u offlineimap.sgml
> Using catalogs: /etc/sgml/catalog
> Using stylesheet: /usr/share/docbook-utils/docbook-utils.dsl#html
> Working on: /build/user/offlineimap-5.99.2/offlineimap.sgml
> Done.
> mv offlineimap.html manual.html
> man -t -l offlineimap.1 > manual.ps
> /bin/bash: man: command not found
> make[1]: *** [doc] Error 127
> make[1]: Leaving directory `/build/user/offlineimap-5.99.2'
> make: *** [build-stamp] Error 2


I have found something interesting here.
It builds fine for me on AMD64. But I'm using cowbuilder and it already
has man-db (package that provides man) installed by default.

Removing man-db from the cowbuilder enviroment, i can reproduce the problem.

So, adding a b-d on man-db solves this problem, but on the other hand, i wonder
whether this is a problem with cowbuilder.


Ana


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



Bug#439605: new upstream release

2007-08-25 Thread Ana Guerrero
Hi Joey!

On Sat, Aug 25, 2007 at 06:09:11PM -0400, Joey Hess wrote:
> Package: singularity
> Version: 0.25-1
> Severity: normal
> 
> 0.26 is available
>

The new version was already packaged sitting in NEW and finally today got
approved :)

Ana



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



Bug#439795: amarok: While using LastFM "skip" and "ban" not having any effect

2007-08-27 Thread Ana Guerrero
On Mon, Aug 27, 2007 at 02:41:43PM +0200, Johannes Feuser wrote:
> Package: amarok
> Version: 1.4.6-1+b1
> Severity: normal
>

FWIW, it works perfectly for me.

Ana


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



Bug#423438: kdelibs4c2a: cupsdoprint -P 'Mail PDF File' execution failed with message: client-error-not-found

2007-08-29 Thread Ana Guerrero
On Fri, May 11, 2007 at 03:16:11PM -0500, Bob Tanner wrote:
> Package: kdelibs4c2a
> Version: 4:3.5.6.r1.dfsg.1-4
> Severity: normal
> 
> I think we might have a regression issue fixed in BTS #370403?
> 
> Upgraded to cupsys-1.2.7-4 and "lost" my "Mail PDF File" and "Print to File
> (PDF") printers.
> 
> Digging around I found BTS #370403. Tried all the recommend hacks, including
> 'apt-get remove --purge cupsys', rebooting, restart X, etc.
> 
> Attempting a test print to the "Mail PDF File" printer via Control Center GUI 
> I
> get a Catastrophe! KNotify
> 
> cupsdoprint -P 'Mail PDF File' -J '' -H '/var/run/cups/cups.sock:631' -U 
> 'tanner' -o ' multiple-document-handling=separate-documents-uncollated-copies 
> orientation-requested=3' '/usr/share/apps/kdeprint/testprint.ps' : execution 
> failed with message: client-error-not-found
> 
> Same error message via the command line.
> 
> Looks like some sort of upgrade/conf issue, but I cannot seem to find where.
> 
> Cups reports back that "Mail PDF File" is not a valid printer. But I have 
> never
> had to do anything special to get the "Mail PDF File" printer working before.
> 
> 
> d [11/May/2007:15:14:03 -0500] POST /printers/Mail PDF File
> d [11/May/2007:15:14:03 -0500] CONTENT_TYPE = application/ipp
> d [11/May/2007:15:14:03 -0500] cupsdReadClient: 8 
> con->data_encoding=HTTP_ENCODE
> _LENGTH, con->data_remaining=14849, con->file=-1
> d [11/May/2007:15:14:03 -0500] cupsdReadClient: 8 REQUEST 
> /var/spool/cups/00
> 03=9
> d [11/May/2007:15:14:03 -0500] cupsdReadClient: 8 writing 14521 bytes to 9
> d [11/May/2007:15:14:03 -0500] cupsdReadClient: 8 Closing data file 9, 
> size=1452
> 1.
> d [11/May/2007:15:14:03 -0500] cupsdProcessIPPRequest(0x5a3010[8]): 
> operation_id
>  = 0002
> D [11/May/2007:15:14:03 -0500] Print-Job 
> ipp://localhost/printers/Mail%20PDF%20F
> ile
> d [11/May/2007:15:14:03 -0500] print_job(0x5a3010[8], 
> ipp://localhost/printers/M
> ail%20PDF%20File)
> D [11/May/2007:15:14:03 -0500] print_job: auto-typing file...
> D [11/May/2007:15:14:03 -0500] print_job: request file type is 
> application/posts
> cript.
> d [11/May/2007:15:14:03 -0500] add_job(0x5a3010[8], 
> ipp://localhost/printers/Mai
> l%20PDF%20File)
> D [11/May/2007:15:14:03 -0500] Print-Job client-error-not-found: The printer 
> or
> class was not found.
> 


Still experimenting this issue with cups 1.3.0?

Ana



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



Bug#439908: Fixed Upstream

2007-08-30 Thread Ana Guerrero
On Wed, Aug 29, 2007 at 07:02:12AM -0500, Phil Bordelon wrote:
> This bug has been fixed upstream in r407.  

Great!!
Could you point me to where your Version control system is?
So I can grab the patches or even package a snapshot to fix the latest bugs.

Thanks,
Ana


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



Bug#440183: [Piuparts-devel] Bug#440183: Bug#440183: piuparts: wrongly complains if processes are running inside chroot

2007-08-30 Thread Ana Guerrero
On Thu, Aug 30, 2007 at 06:40:08PM +0300, Lars Wirzenius wrote:
> to, 2007-08-30 kello 15:45 +0200, Lucas Nussbaum kirjoitti:
> > During an upgrade test, in the second chroot (the one used to install
> > the package):
> > - piuparts installs the package to test in etch
> > - piuparts upgrades the chroot
> > - piuparts tests for running processes <-- THIS IS WRONG!
> > - piuparts removes and purges packages
> > 
> > Testing for running processes after the upgrade is wrong. If the package
> > is a daemon, or depends on daemons, of course, it will still be running
> > after the upgrade! It should only test for running processes after the
> > purge.
> 
> Unless things have changed since I last looked at piuparts in detail,
> which they of course may well have done, 

Well, it has more features now, but I have to say it has not changed 
dramatically.

>it is wrong for any processes
> to exist in the chroot, after a package is installed, since piuparts
> does its best to prevent daemons from starting up at all. Thus, I would
> not classify this as a bug in piuparts.

I concur with Lars here. Plus, I can not reproduce this problem with ud,
log attached.


> -- 
> C is the *wrong* language for your application.
>

Python is ;)

Ana


ud.log.gz
Description: Binary data


Bug#440183: piuparts: wrongly complains if processes are running inside chroot

2007-08-30 Thread Ana Guerrero
On Thu, Aug 30, 2007 at 07:16:44PM +0200, Ana Guerrero wrote:
> On Thu, Aug 30, 2007 at 06:40:08PM +0300, Lars Wirzenius wrote:
> > -- 
> > C is the *wrong* language for your application.
> >
> 
> Python is ;)
>

*arg* I meant, Python is the right language :)



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



Bug#440265: libgpgme-dev: missing dep on libpth-dev

2007-08-30 Thread Ana Guerrero
Package: libgpgme11-dev
Version: 1.1.5-1
Severity: important


Hola,

In the latest upload of gpgme1.0 you added a b-d on libpth-dev but you forgot
add this as dep on libgpgme11-dev. Please add it ASAP, it is breaking my KDE4 
builds :)

Ana


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



Bug#440275: RM: blitz -- RoM; renamed to qimageblitz

2007-08-31 Thread Ana Guerrero
Package: ftp.debian.org
Severity: normal

Please, remove blitz from unstable, it has been renamed upstream to
qimageblitz, that is sitting in NEW at this moment :)

Ana


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



Bug#440183: [Piuparts-devel] Bug#440183: Bug#440183: Bug#440183: Bug#440183: Bug#440183: piuparts: wrongly complains if processes are running inside chroot

2007-08-31 Thread Ana Guerrero
On Fri, Aug 31, 2007 at 03:13:09PM +0200, Holger Levsen wrote:
> Hi,
> 
> On Friday 31 August 2007 14:45, Lars Wirzenius wrote:
> > As I said, I'm not sure that's piuparts's job to test, at least until
> > someone makes piuparts run things under an emulator, rather than in a
> > chroot.
> 
> There is http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=421801 which should 
> probably be tagged "patch".
> 

FWIW, talking with Mithradir in debconf he had some kind of problem running
piuparts, after some research, the problem was he was running the ubuntu
version, and got a problem because this patch. (There is not bug reported in 
launchpad, about this...)


Ana


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



Bug#423464: kid3: No results when importing from freedb

2007-05-19 Thread Ana Guerrero

Hi Felipe,

On Fri, May 11, 2007 at 09:38:45PM -0300, Felipe Massia Pereira wrote:
> Package: kid3
> Version: 0.7-3
> Severity: normal
> 
> 
> When I try to import tags from freedb, no results are shown at all. Tried at
> home (no proxy needed) and at the lab (proxy needed) with very known
> albums/artists.
>

freedb will be replaced by gnudb.org and TrackType.org for the next version
of kid3.

Ana

> 
> 


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



Bug#446105: The kdewebdev broken on etch-backports for i386

2007-10-10 Thread Ana Guerrero
On Wed, Oct 10, 2007 at 03:22:33PM +0100, Antonio Amorim wrote:
> Package: kdewebdev
> Version: 4:3.5.5-1
> Severity: normal
> 
> 
> I am trying to install the kdewebdev that is available as upgrades from
> etch-backports. 
> 
> Everything is OK for the architecture amd64 but for i386 the package is
> broken because:
> 
> 1 - kdewebdev_3.5.7-2~bpo40+1_all.deb  depends on quanta version 3.5.7. 
> 2 - quanta_3.5.7-2~bpo40+1_amd64.deb  is available but the
> correswponding i386 backport is not. 
> 3 - If etch-backports is in sources.list, apt-get just prevents
> installing kdewebdev alltogether.
> 
> Please provide the backport also for architecture i386.
>


1. You have to wait until it is built in all the archs. 
2. BTS is not for backport bugs. Use backports-users AT lists.backports.org.

Ana



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



Bug#443399: konqueror-nsplugins: Konqueror hangs with Flash contents

2007-10-14 Thread Ana Guerrero
On Sun, Oct 14, 2007 at 02:16:09PM -0600, Dwayne C. Litzenberger wrote:
> reopen 443399
> tag 443399 + patch
> thanks
>
> Recalling http://www.debian.org/social_contract:
>
> 4. Our priorities are our users and free software
>
> We will be guided by the needs of our users and the free software 
> community. We will place their interests first in our priorities. We 
> will support the needs of our users for operation in many different 
> kinds of computing environments. We will not object to non-free works 
> that are intended to be used on Debian systems, or attempt to charge a 
> fee to people who create or use such works.
>

That is why we try not to fix flash support, we do care for our users and 
we do not want them spending their time watching youtube videos.



Ana




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



Bug#447102: kbabel: Crashes when opening *any* PO file

2007-10-18 Thread Ana Guerrero

Hi Christian,


On Thu, Oct 18, 2007 at 07:44:14AM +0200, Christian Perrier wrote:
> Package: kbabel
> Version: 4:3.5.8-1
> Severity: grave
> Justification: renders package unusable
> 
> It's pretty likely that this is realted to various changes in KDE stuff.
> 
> I'm currently running an up-to-date unstable system, which had a big update
> as of yesterday (requiring a restart of my KDE session to get things working
> back).
> 
> Since then (and only since then), KDE is no longer working:
> 
> [EMAIL PROTECTED]:~/src/debian/iso-codes/iso-codes> kbabel iso_3166/fr.po
> ERROR: Communication problem with kbabel, it probably crashed.
> 
> The splash screen indeed briefly appears then vanishes.
> 
> I suspect some library compatibility problem.
>

There are little changes in the way kde is started now. can you check you have
updated ksmserver (3.5.8) and you have installed start_kdeinit_wrapper and
star_kdeinit ? (both under /usr/bin)

I think you might be hit by #446970.

Ana



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



Bug#446970: kdeinit not found

2007-10-18 Thread Ana Guerrero
Hi Craig,


On Tue, Oct 16, 2007 at 09:22:09PM -0400, C Sights wrote:
> Package: kdelibs
> Version: 3.5.8-1
> Severity: normal
> 
> Hello,
>   I tried installing kdebase-3.5.8-1 and all of its dependencies.  When I 
> restarted kde, a message similar to "kdeinit could not be found, please check 
> installation" was displayed during the startup progress screen.
>   Eventually the progress splash screen disappeared and only the 
> wallpaper was 
> displayed. Clicking did nothing.
>   kdeinit was still installed on the computer (verified by tab completion 
> at 
> the command line).
>   I didn't do any more troubleshooting, instead downgraded to 3.5.7.
>

This kde revision has changed a little the way KDE is started. Can you try
updating again, and making sure you have:
/usr/bin/start_kdeinit and /usr/bin/start_kdeinit_wrapper and that ksmserver is
updated to 3.5.8? Please, report back if it still fails what is in your line
347-354 of /usr/bin/startkde.

Ana




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



Bug#349144: yakuake: console list at the bottom is badly displayed

2007-10-20 Thread Ana Guerrero
forwarded 349144 http://bugs.kde.org/show_bug.cgi?id=142260
thanks


Hi Roberto, KiBi,

On Sat, Jan 28, 2006 at 10:49:47AM +0100, Roberto Pariset wrote:
> Cyril Brulebois ha scritto:
> >>- open yakuake
> >>- create another tab by cliccing on the [+] button
> >>- use shift+right to move to the new tab
> >>- use shift+left to move to the old tab
> >>- close yakuake using the [x] button
> >>- experience the crash :-S
> > 
> > Reproducible on my side too. Signal 11.
> > 
> > I'm not sure I'll investigate on this one, because running yakuake
> > with a single tab and no tab-bar is sufficient for me, I use it as a
> > launcher (instead of xfrun4 for example).
> 
> This happens with and without kdesktop running here... I think it's grave
> that a program sigfaults this way :-/
> 

Lovely upstream has fixed this bug \o/ 
It'll be fixed in the next upstream release.

Ana



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



Bug#430020: kinfocenter: crashes when entering OpenGL tab if visited previously.

2007-06-21 Thread Ana Guerrero
severity 430020 important
thanks

Hi Jon

On Thu, Jun 21, 2007 at 02:49:58PM -0400, Jon Gray wrote:
> Package: kcontrol
> Version: 4:3.5.5a.dfsg.1-6
> Severity: serious
> Justification: unknown (crashes)
> 
> 

Could you provide more information about this? Can you install kdebase-dbg in
order to provide a full backtrace?

Ana


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



Bug#548229: ksnapshot has no man page

2009-09-25 Thread Ana Guerrero
On Thu, Sep 24, 2009 at 05:50:04PM -0400, Daniel Bolton wrote:
> Armin,
> 
> I have attached a man page.
>

Thanks, but could you provide an *useful* manpage? The manpage you have
attached just shows the output of "ksnapshot --help", if we thought this is
useful we already would have added this automatically long time ago...


Ana




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#548229: ksnapshot has no man page

2009-09-25 Thread Ana Guerrero
On Fri, Sep 25, 2009 at 06:01:18PM +0200, Frederik Schwarzer wrote:
> [Ana Guerrero | Friday 25 September 2009]
> > On Thu, Sep 24, 2009 at 05:50:04PM -0400, Daniel Bolton wrote:
> > > Armin,
> > >
> > > I have attached a man page.
> > 
> > Thanks, but could you provide an *useful* manpage? The manpage you have
> > attached just shows the output of "ksnapshot --help", if we thought this
> >  is useful we already would have added this automatically long time
> >  ago...
> 
> Could you define "useful"? I saw some manpages that basically state the
> --help output with one or two sentences above to explain what the tool is 
> for.

Yes, there is plenty of no useful manpages. That is not excuse to add more.

About what is useful from my POV, if after reading a manpage you know something
else about what you can do with the app.
For example, look at "ark" manpage (sadly, outdated) it not only includes the
relevant output of --help (it skip the generic options), it also includes
examples of how to use the app, what to read to know more ("see also" 
paragprah),
ark's maintainer, where to find more information about ark, a long description 
about 
ark...
And it could include more stuff like where to report bugs...


Ana



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#548229: ksnapshot has no man page

2009-09-25 Thread Ana Guerrero

Hi Daniel,

On Fri, Sep 25, 2009 at 01:59:03PM -0400, Daniel Bolton wrote:
> Sorry for wasting your time. I think a simple man page should have
> been added a long time ago. Then I wouldn't have filed this report and
> wasted my time. The handbook entry (
> http://docs.kde.org/development/en/kdegraphics/ksnapshot/index.html )
> pretty much gives the same info about invoking the program and then
> says to click the buttons.
>

Nobody is wasting their time here. I do not know if you are subscribed to the
bug, but I should have send you this more useful answer [1] firstly to you, 
sorry.

[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=548229#37


> On Fri, Sep 25, 2009 at 10:03 AM, Ana Guerrero  wrote:
> > On Thu, Sep 24, 2009 at 05:50:04PM -0400, Daniel Bolton wrote:
> >> Armin,
> >>
> >> I have attached a man page.
> >>
> >
> > Thanks, but could you provide an *useful* manpage? The manpage you have
> > attached just shows the output of "ksnapshot --help", if we thought this is
> > useful we already would have added this automatically long time ago...
> >
> >
> > Ana
> >
> >
> 
> 
> 
> -- 
> Daniel



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#548708: FTBFS with GCC 4.4: #elif is missing defined()

2009-09-28 Thread Ana Guerrero
On Mon, Sep 28, 2009 at 10:35:52AM +0100, Martin Michlmayr wrote:
> Package: wv2
> Version: 0.4.0.dfsg-1
> User: debian-...@lists.debian.org
> Usertags: ftbfs-gcc-4.4
> Tags: patch
>

Fixed upstream already:
http://wvware.svn.sourceforge.net/viewvc/wvware/wv2-trunk/src/ustring.cpp?r1=2&r2=36&pathrev=36

So it will be in the next upstream release.

Ana



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#541480: O: luxman -- Pac-Man clone (svgalib based)

2009-08-14 Thread Ana Guerrero
Package: wnpp
Severity: normal

The current maintainer of luxman, Rodrigo Tadeu Claro ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: luxman
Binary: luxman
Version: 0.41-24.1
Priority: optional
Section: games
Maintainer: Rodrigo Tadeu Claro 
Build-Depends: debhelper (>= 4), libsvga1-dev, dpatch
Architecture: i386 amd64
Standards-Version: 3.7.3
Format: 1.0
Directory: pool/main/l/luxman
Files:
 2d3ff7102ada72f3471daf39c23eae33 971 luxman_0.41-24.1.dsc
 aa389327578e2d65f3f5035193e407cb 268279 luxman_0.41.orig.tar.gz
 cedf304936d091262466ca8a20f963fe 20871 luxman_0.41-24.1.diff.gz
Checksums-Sha1: 
 ae871b8814cc454e769b2a0fc7fd28dac5cbd8de 268279 luxman_0.41.orig.tar.gz
 e22db951d7b2abb5f2158235ee69adddf6299ec4 20871 luxman_0.41-24.1.diff.gz
Checksums-Sha256: 
 11870786c5339c4af7b7c1efb4672ef801665333bd923dfc063de6ce41292220 268279 
luxman_0.41.orig.tar.gz
 0acaa2acd972863c375ce8e4d0ceb330c8e4811d954352e4c5953ea20a1d16d0 20871 
luxman_0.41-24.1.diff.gz

Package: luxman
Priority: optional
Section: games
Installed-Size: 1028
Maintainer: Rodrigo Tadeu Claro 
Architecture: amd64
Version: 0.41-24.1
Depends: libc6 (>= 2.7-1), libgcc1 (>= 1:4.1.1-21), libstdc++6 (>= 4.1.1-21), 
libsvga1
Filename: pool/main/l/luxman/luxman_0.41-24.1_amd64.deb
Size: 290092
MD5sum: 6170293e73d12401e4ee29f4030cf269
SHA1: 99b6557ff209e093d3debea7bd1414be6d606749
SHA256: 4068c1e865dcc7cf2dd8a8967c3529aafabf6e05da1477ae9d8b2c0ddf7fd962
Description: Pac-Man clone (svgalib based)
 A Pac-Man clone for SVGALIB. Includes color, sound, several different
 levels, and difficulty levels.
 .
 Also includes tools for making your own levels and customizing the game.
 .
 WARNING: This package CONTAINS SETUID ROOT BINARIES. This is a possible
 SECURITY RISK, although no known, unfixed risk exists at the moment of
 this writing.
Tag: game::arcade, interface::svga, interface::x11, role::program, 
use::gameplaying, x11::application




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#541482: O: kpreg -- A helper application for completing web forms and other programs

2009-08-14 Thread Ana Guerrero
Package: wnpp
Severity: normal

The current maintainer of kpreg, Rodrigo Tadeu Claro ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: kpreg
Binary: kpreg
Version: 1.5-1.1
Priority: extra
Section: x11
Maintainer: Rodrigo Tadeu Claro 
Build-Depends: debhelper (>= 5), autotools-dev, kdelibs-dev, docbook-to-man, 
libxext-dev, xserver-xorg-dev, libqt3-mt-dev
Architecture: any
Standards-Version: 3.7.2
Format: 1.0
Directory: pool/main/k/kpreg
Files:
 2b91d1518dfcd82a3a4b6852413137e2 679 kpreg_1.5-1.1.dsc
 914035802f8f94c7e172e5a5edb2b5cd 712771 kpreg_1.5.orig.tar.gz
 6c618d4d1362acec7ff2054f1a47d49f 19008 kpreg_1.5-1.1.diff.gz

Package: kpreg
Priority: extra
Section: x11
Installed-Size: 500
Maintainer: Rodrigo Tadeu Claro 
Architecture: amd64
Version: 1.5-1.1
Depends: kdelibs4c2a (>= 4:3.5.7-1), libacl1 (>= 2.2.11-1), libart-2.0-2 (>= 
2.3.18), libattr1 (>= 2.4.4-1), libaudio2, libc6 (>= 2.6-1), libfam0, 
libfontconfig1 (>= 2.4.0), libfreetype6 (>= 2.3.5), libgcc1 (>= 
1:4.2-20070516), libice6 (>= 1:1.0.0), libidn11 (>= 0.5.18), libjpeg62, 
libpng12-0 (>= 1.2.13-4), libqt3-mt (>= 3:3.3.7), libsm6, libstdc++6 (>= 
4.2-20070516), libx11-6, libxcursor1 (>> 1.1.2), libxext6, libxft2 (>> 2.1.1), 
libxi6, libxinerama1, libxrandr2 (>= 2:1.2.0), libxrender1, libxt6, zlib1g (>= 
1:1.2.3.3.dfsg-1)
Filename: pool/main/k/kpreg/kpreg_1.5-1.1_amd64.deb
Size: 124226
MD5sum: cad70bca186f3a71cf4290679fa2ac79
SHA1: d0ac13dd98f59bc8ea1e65e8f2aa7e6b772c
SHA256: 2897e17a8d9fdc443cf78fa3c43987e9dc45faebe8ffa242d684a2052d9a4f16
Description: A helper application for completing web forms and other programs
 Kpreg is a helper application for completing web forms and other
 programs.
 .
 It provides an interface for entering commonly-required data, such
 as name, email, address, etc.
 .
 With a simple click of the mouse, any item in the text list is
 copied to the clipboard, and can then be easily pasted in any form
 or application.
 .
 Kpreg can dock in the panel for easy access.
Tag: role::program, scope::utility



The package is a target to be asked for removal in 2 weeks if nobody
adopts and/or port it to KDE 4.





-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#541691: RFH: koffice -- KDE Office Suite

2009-08-15 Thread Ana Guerrero
Package: wnpp
Severity: normal

I request assistance with maintaining the koffice package.
 KOffice is an integrated office suite for KDE, the K Desktop
 Environment.  It offers a word processor, spreadsheet, presentation
 program, graphics tools and more.

I am the only person in the current KDE team working in koffice and this
module needs more than one maintainer.
Also I only use kspread and kwrite, so the package really needs somebody who
uses the remaining application, specially krita and karbon.


Ana



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#542211: FTBFS with newer sqlite3

2009-08-18 Thread Ana Guerrero
Package: redland
Version: 1.0.9-1
Severity: serious


Hi!

Sadly, redland FTBFS with newer sqlite3, I am attaching my build log.
Also, when doing a new upload consider replacing libmysqlclient15-dev with
libmysqlclient-dev as asked in #538476

Ana


redland_1.0.9-1_amd64.build.gz
Description: Binary data


Bug#542232: adept plans for squeeze?

2009-08-18 Thread Ana Guerrero
Package: adept
Severity: wishlist


Hi Petr, Jonathan and all,

Long time ago I read about adept being discontinued [0]. However, a new
version was uploaded a couple of weeks ago with 2 big problems,
it FTBFS (#540648) and it lacks of a real maintainer now , specially since
the used list is moderated (#540229). Due to this, the package has been 
removed today from testing.
I was wondering what are the future plans for adept, specially with respect
its status for releasing it in Squeeze.

Ana



[0] http://web.mornfall.net/blog/farewell__44___adept.html



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#542330: ITP: plasma-widget-logout -- Logout button on the desktop or panel.

2009-08-19 Thread Ana Guerrero
On Wed, Aug 19, 2009 at 05:58:20AM +0200, Rafael Belmonte wrote:
> Package: wnpp
> Severity: wishlist
> X-Debbugs-CC: debian-de...@lists.debian.org
> 
> --- Please fill out the fields below. ---
> 
>Package name: plasma-widget-logout
> Version: 1.0
> Upstream Author: Marcel Nowaczyk 
> URL: http://kde-look.org/content/show.php/LogOut?content=98934
> License:LGPL
> Description: This plasmoid shows a logout button on the desktop or in the 
> panel. It is designed to use in KDE4 only.
>

You already can do this in a standard KDE installation, you do not this
plasmoid at all.

Ana
> 
> 
> 



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#536620: RFA: dssi

2009-08-19 Thread Ana Guerrero
On Sat, Aug 15, 2009 at 08:37:48PM +0530, Bhavani Shankar R wrote:
> Hello maintainer,
> 
> I ve prepared an updated package here
> 
> http://mentors.debian.net/debian/pool/main/d/dssi
> 
> If you will I will take over
>

You should seek for a sponsor at this mailing list:
http://lists.debian.org/debian-mentors/

Ana



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#518803: xz-utils in NEW

2009-08-05 Thread Ana Guerrero

Hi,

It would be nice having xz-utils reviewed in NEW. Not only because the tool,
it will allow also:
- fixing #523499
- fixing #509444 (fix that is blocking #518348)
- adding the required build-depend/depend of kdelibs 4.3.0.
- adding the required build-depend/depend of kdeutils 4.3.0 (ark tool).

Thanks,

Ana



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#539997: RFP: pohmelfs -- Parallel Optimized Host Message Exchange Layered File System client and server

2009-08-05 Thread Ana Guerrero
On Wed, Aug 05, 2009 at 04:03:26AM +0300, Max Desyatov wrote:
> Package: wnpp
> Severity: wishlist
> 
> * Package name: pohmelfs
>   Version : 
>   Upstream Author : Evgeniy Polyakov 
> * URL or Web page : http://www.ioremap.net/projects/pohmelfs/
> * License : GPL2
>   Description : Parallel Optimized Host Message Exchange Layered File 
> System client and server
> 
>

You should add a long description about what the package does too :)




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#540210: O: wfnetobjs -- The WallFire modular firewalling application library - development files

2009-08-06 Thread Ana Guerrero
Package: wnpp
Severity: normal

The current maintainer of wfnetobjs, Jean-Michel Kelbert ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: wfnetobjs
Binary: libwfnetobjs0-dev, libwfnetobjs0c2
Version: 0.2.2-2.2
Priority: optional
Section: libs
Maintainer: Jean-Michel Kelbert 
Build-Depends: debhelper (>> 3.0.0)
Architecture: any
Standards-Version: 3.7.3
Format: 1.0
Directory: pool/main/w/wfnetobjs
Files:
 71de93462c95f494f665d6e8e90fd393 996 wfnetobjs_0.2.2-2.2.dsc
 8dc935747a57321aefbebb6cf6ec40b8 535148 wfnetobjs_0.2.2.orig.tar.gz
 9b530d7614bf9a4730f0475efe9a86e3 19609 wfnetobjs_0.2.2-2.2.diff.gz
Checksums-Sha1: 
 f974369409ba0f33ae1048f2c9f2428a3f99d06e 535148 wfnetobjs_0.2.2.orig.tar.gz
 8c6c938d956b008e525edaec1b1e5e2899468906 19609 wfnetobjs_0.2.2-2.2.diff.gz
Checksums-Sha256: 
 545156cfa51d8cdf2b4f4c4748bf5bab531bcf0cb67817b5bfccf8bb8c885a05 535148 
wfnetobjs_0.2.2.orig.tar.gz
 42f0db5105dd4f6f049297c6144631363861e28d8f5d0167312edd9b88ad253e 19609 
wfnetobjs_0.2.2-2.2.diff.gz


Package: libwfnetobjs0c2
Priority: optional
Section: libs
Installed-Size: 700
Maintainer: Jean-Michel Kelbert 
Architecture: amd64
Source: wfnetobjs
Version: 0.2.2-2.2
Replaces: libwfnetobjs0
Depends: libc6 (>= 2.7-1), libgcc1 (>= 1:4.1.1-21), libstdc++6 (>= 4.2.1-4)
Conflicts: libwfnetobjs0
Filename: pool/main/w/wfnetobjs/libwfnetobjs0c2_0.2.2-2.2_amd64.deb
Size: 194376
MD5sum: 1ceb4dbdbe3f79e95db7d778a3283648
SHA1: 60caa4a6a27e64990af33595882d28973a07d369
SHA256: d3fea3a601fc5953ea20d9738c1db84fb565c79a4e4fc73253293f4d5c3086be
Description: The WallFire modular firewalling application library - runtime 
files
 The library libwfnetobjs, handles network objects (hosts, ports, etc.) of the
 WallFire project.
 The goal of the WallFire project is to build a very general and modular
 firewalling application based on Netfilter or any kind of low-level framework.
 It is part of the WallFire project, but can be used independently.
Tag: role::shared-lib

Package: libwfnetobjs0-dev
Priority: optional
Section: libdevel
Installed-Size: 1212
Maintainer: Jean-Michel Kelbert 
Architecture: amd64
Source: wfnetobjs
Version: 0.2.2-2.2
Provides: libwfnetobjs-dev
Depends: libwfnetobjs0c2 (= 0.2.2-2.2)
Conflicts: libwfnetobjs-dev
Filename: pool/main/w/wfnetobjs/libwfnetobjs0-dev_0.2.2-2.2_amd64.deb
Size: 252248
MD5sum: 9048290795bb3af31912eb544995af57
SHA1: 7786896054fe050b39488a18f9648afdec6e730b
SHA256: 3e15c076e3f638d379eec8460a5ba75e5641f04feb9be2abf5dc91caa4310acd
Description: The WallFire modular firewalling application library - development 
files
 The library libwfnetobjs, handles network objects (hosts, ports, etc.) of the
 WallFire project.
 The goal of the WallFire project is to build a very general and modular
 firewalling application based on Netfilter or any kind of low-level framework.
 It is part of the WallFire project, but can be used independently.
 .
 This package contains development files.
Tag: devel::library, qa::low-popcon, role::devel-lib

Package: libwfnetobjs0c2
Priority: optional
Section: libs
Installed-Size: 700
Maintainer: Jean-Michel Kelbert 
Architecture: amd64
Source: wfnetobjs
Version: 0.2.2-2.2
Replaces: libwfnetobjs0
Depends: libc6 (>= 2.7-1), libgcc1 (>= 1:4.1.1-21), libstdc++6 (>= 4.2.1-4)
Conflicts: libwfnetobjs0
Filename: pool/main/w/wfnetobjs/libwfnetobjs0c2_0.2.2-2.2_amd64.deb
Size: 194376
MD5sum: 1ceb4dbdbe3f79e95db7d778a3283648
SHA1: 60caa4a6a27e64990af33595882d28973a07d369
SHA256: d3fea3a601fc5953ea20d9738c1db84fb565c79a4e4fc73253293f4d5c3086be
Description: The WallFire modular firewalling application library - runtime 
files
 The library libwfnetobjs, handles network objects (hosts, ports, etc.) of the
 WallFire project.
 The goal of the WallFire project is to build a very general and modular
 firewalling application based on Netfilter or any kind of low-level framework.
 It is part of the WallFire project, but can be used independently.
Tag: role::shared-lib




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#540212: O: kbiff -- KDE mail notification utility

2009-08-06 Thread Ana Guerrero
Package: wnpp
Severity: normal

The current maintainer of kbiff, Jean-Michel Kelbert ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: kbiff
Binary: kbiff
Version: 3.8-1.1
Priority: optional
Section: mail
Maintainer: Jean-Michel Kelbert 
Build-Depends: autotools-dev, debhelper (>= 5.0.0), kdelibs4-dev (>= 
4:3.4.2-1), libqt3-mt-dev
Architecture: any
Standards-Version: 3.7.3
Format: 1.0
Directory: pool/main/k/kbiff
Files:
 72f0c51439b41c5b53c4e635377d 650 kbiff_3.8-1.1.dsc
 20923b30a67c0ec9a7f4ca6b1d81e3e5 1104508 kbiff_3.8.orig.tar.gz
 076cd2c8038fa7d9902116dc41a616e8 9428 kbiff_3.8-1.1.diff.gz

Package: kbiff
Priority: optional
Section: mail
Installed-Size: 1244
Maintainer: Jean-Michel Kelbert 
Architecture: amd64
Version: 3.8-1.1
Depends: kdelibs4c2a (>= 4:3.5.9), libacl1 (>= 2.2.11-1), libart-2.0-2 (>= 
2.3.18), libattr1 (>= 2.4.41-1), libaudio2, libc6 (>= 2.7-1), libfam0, 
libfontconfig1 (>= 2.4.0), libfreetype6 (>= 2.3.5), libgcc1, libice6 (>= 
1:1.0.0), libidn11 (>= 0.5.18), libjpeg62, libpng12-0 (>= 1.2.13-4), libqt3-mt 
(>= 3:3.3.8b), libsm6, libstdc++6 (>= 4.1.1-21), libx11-6, libxcursor1 (>> 
1.1.2), libxext6, libxft2 (>> 2.1.1), libxi6, libxinerama1, libxrandr2 (>= 
2:1.2.0), libxrender1, libxt6, zlib1g
Filename: pool/main/k/kbiff/kbiff_3.8-1.1_amd64.deb
Size: 280742
MD5sum: 4839ea4d372caf2664b360d32b4d0b9b
SHA1: efc5b246081a1ff946995e530499a2dd553262a5
SHA256: 4f40b2ea1e351c4995b16c18d8a18bffed42e5b12463e859f18b9195d2f6b5c0
Description: KDE mail notification utility
 Kbiff is a "xbiff"-like mail notification utility. It has  multiple pixmaps,
 session management, and GUI configuration.  It can "dock" into the KDE panel.
 It can display animated gifs, play system sounds, or run arbitrary shell
 command when new mail arrives. It supports mbox, maildir, mh, POP3, IMAP4, and
 NNTP mailboxes.
Tag: interface::x11, mail::notification, role::program, scope::utility, 
uitoolkit::qt, x11::applet, x11::application



Ana



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#540211: O: komba2 -- KDE Samba browser

2009-08-06 Thread Ana Guerrero
Package: wnpp
Severity: normal

The current maintainer of komba2, Jean-Michel Kelbert ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: komba2
Binary: komba2
Version: 0.73.beta-4
Priority: optional
Section: net
Maintainer: Jean-Michel Kelbert 
Build-Depends: debhelper (>> 3.0.0), kdelibs4-dev, libqt3-compat-headers, 
autotools-dev
Architecture: any
Standards-Version: 3.5.8
Format: 1.0
Directory: pool/main/k/komba2
Files:
 75277838da2e8a5532275f47026c36fb 629 komba2_0.73.beta-4.dsc
 07cf18d66edce5bc7d95f483e301c622 928203 komba2_0.73.beta.orig.tar.gz
 b608b0e62c21230b0981bb17d2d1478e 27723 komba2_0.73.beta-4.diff.gz

Package: komba2
Priority: optional
Section: net
Installed-Size: 808
Maintainer: Jean-Michel Kelbert 
Architecture: amd64
Version: 0.73.beta-4
Depends: kdelibs4c2a (>= 4:3.5.1-4), libacl1 (>= 2.2.11-1), libart-2.0-2 (>= 
2.3.16), libattr1 (>= 2.4.4-1), libaudio2, libc6 (>= 2.3.5-1), libfam0, 
libfontconfig1 (>= 2.3.0), libfreetype6 (>= 2.1.10-1), libgcc1 (>= 1:4.0.2), 
libice6, libidn11 (>= 0.5.18), libjpeg62, libpcre3 (>= 4.5), libpng12-0 (>= 
1.2.8rel), libqt3-mt (>= 3:3.3.6), libsm6, libstdc++6 (>= 4.0.2-4), libx11-6, 
libxcursor1 (>> 1.1.2), libxext6, libxft2 (>> 2.1.1), libxi6, libxinerama1, 
libxrandr2, libxrender1 (>= 1:0.9.0.2), libxt6, zlib1g (>= 1:1.2.1), smbfs, 
smbclient
Filename: pool/main/k/komba2/komba2_0.73.beta-4_amd64.deb
Size: 199608
MD5sum: 9332db1a9e8b759b611e7915febb29a2
SHA1: 78e08e14bdb619c6352a52d64c514121aba5e290
SHA256: a2a986e7b32341ed2d16a74cc2979cbcff09a03216c4a82207a5d41ad5575f12
Description: KDE Samba browser
 Komba2 is a GUI machine and share browser for the
 SMB protocol. Komba2 allows you to scan any number
 of subnets for machines with SMB. The workgroups,
 machines and share are shown in a tree-view.
 For each machine you can then view the list of
 shares, and mount, unmount or browse them. You can
 also search a machine by  name or ip.
Tag: implemented-in::c++, interface::x11, network::client, protocol::smb, 
role::program, suite::kde, uitoolkit::qt, use::browsing, x11::application





-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#540214: O: wflogs -- The modular firewall log analyzer of the WallFire project

2009-08-06 Thread Ana Guerrero
Package: wnpp
Severity: normal

The current maintainer of wflogs, Jean-Michel Kelbert ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: wflogs
Binary: wflogs
Version: 0.9.8-6.2
Priority: optional
Section: net
Maintainer: Jean-Michel Kelbert 
Build-Depends: debhelper (>= 4.1.16), libwfnetobjs0-dev (>= 0.1.8-1), 
libadns1-dev, libreadline5-dev, automake1.4, po-debconf, bison
Architecture: any
Standards-Version: 3.7.3
Format: 1.0
Directory: pool/main/w/wflogs
Files:
 ef661fbf9072d28cd7e6506e117534e4 1044 wflogs_0.9.8-6.2.dsc
 cee2ac33ca3c284f9253b492f793624c 749272 wflogs_0.9.8.orig.tar.gz
 738b6a19f034048d2af4dc65935bcc75 54136 wflogs_0.9.8-6.2.diff.gz
Checksums-Sha1: 
 9b8e4a4d83d8183a38186149c5955452b153ecac 749272 wflogs_0.9.8.orig.tar.gz
 a8c5e6c4436f581f600ef03ee4485a88d3fb0287 54136 wflogs_0.9.8-6.2.diff.gz
Checksums-Sha256: 
 8e13d11758dffc7735b324c4be12e48f6ef1631c08e2dbe48aa4260a742a6701 749272 
wflogs_0.9.8.orig.tar.gz
 f9383105fcd68be1da9bfc9438e0ff03c9706862fa0298ab31d8e954d509ad4e 54136 
wflogs_0.9.8-6.2.diff.gz

Package: wflogs
Priority: optional
Section: net
Installed-Size: 784
Maintainer: Jean-Michel Kelbert 
Architecture: amd64
Version: 0.9.8-6.2
Depends: libadns1, libc6 (>= 2.7-1), libgcc1 (>= 1:4.1.1-21), libreadline5 (>= 
5.2), libstdc++6 (>= 4.2.1-4), libwfnetobjs0c2, debconf (>= 0.5.00) | 
debconf-2.0
Filename: pool/main/w/wflogs/wflogs_0.9.8-6.2_amd64.deb
Size: 225690
MD5sum: 015073553dc19ff1dd4a33f0a3d08a8e
SHA1: 4dc0a3888668ac01d5ff5282ba3ca2827871b8f2
SHA256: 4fe9fdbc0bc2aa9fdd09f9f35a80ca4ab1d3da0a8139767ec5b584ee8dd86c7f
Description: The modular firewall log analyzer of the WallFire project
 Wflogs is a firewall log analysis tool. It can be used to produce a log
 summary report in plain text, HTML and XML, or to monitor firewalling logs in
 real-time.
 For now, netfilter (iptables), ipchains, ipfilter, cisco_pix, cisco_ios and
 snort input formats are supported.
 The goal of the WallFire project is to build a very general and modular
 firewalling application based on Netfilter or any kind of low-level framework.
 Wflogs is part of the WallFire project, but can be used independently.
Tag: interface::commandline, network::firewall, role::program, scope::utility, 
security::firewall, security::log-analyzer, use::converting, use::monitor, 
works-with::logfile




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#540213: O: lkl -- userspace keylogger for x86 architecture

2009-08-06 Thread Ana Guerrero
Package: wnpp
Severity: normal

The current maintainer of wfnetobjs, Jean-Michel Kelbert ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

userspace keylogger for x86 architecture
 LKL is a userspace keylogger that runs under Linux on the x86 architechture.
 LKL sniffs and logs everything that passes through the hardware keyboard port
 (0x60). It translates keycodes to ASCII with a keymap file.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#520025: soundserver: Artsd / soundserver locks up my AMD64 machine on the way in.

2009-08-09 Thread Ana Guerrero
On Mon, Mar 16, 2009 at 03:03:27PM -0700, Willy Gommel wrote:
> Package: libarts1c2a
> Version: 1.5.9-2+b1
> Severity: grave
> File: soundserver
> Justification: renders package unusable
> 
> First, I must note that this problem relates to my AMD64 machine, which has 
> been so severely disrupted that I can no longer use it.
> 
> First, this problem happened on my last software upgrade.
> 
> Second, it takes the form of a constantly-recurring fatal error message that 
> says that soundserver failed to initialize, or load, or words to that effect. 
> The biggest problem is in connection with the fact that the system simply 
> cannot "give up" -- it 
> retries to load the soundserver at least every three seconds until it runs 
> out of memory. Mu system has 2 GB of memory, which means that it can stack up 
> 230 iterations of the procedure.
> 
> I would doubtless try to reinstall Debian on the machine, except that (a) I 
> have no guarantee that it would make any improvement, and (b) I want you to 
> have a chance to debug it first.
> 
> I hopw you can debug it.
> 
> N.B.: This machine has had trouble running either gnash or Adobe Flash 
> software for months now. I cannot help but wonder whether this failure is 
> related to that problem or not.
>

Hi,

First, arts is dead, and there has not been code updates on it for years...
so in case this bug was caused by arts, it is unlikey to be fixed. Arts was also
a component of KDE 3 that is hopefully being removed from Debian soon.

Since you experienced the bug in another machine, what version are you using on 
that
system and what debian suite? The reported version is post lenny and it is not
anymore in the archive. It would be ok having the bug open if it is present in
lenny and a real problem in arts, in case somebody is able to fix it. If not
the bug will be closed when arts is removed. Also, if you discovered that the 
bug
is a problem in oher package, reassign.

Ana



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#453065: getfem++ 4.0

2009-09-23 Thread Ana Guerrero

Hi Konstantinos,

On Wed, Sep 23, 2009 at 02:01:21PM +0200, Konstantinos Poulios wrote:
> Hi all,
> 
> I've uploaded my last packaging effort based on the official release
> of getfem version 4.0.0 here:
> 
> http://mentors.debian.net/cgi-bin/sponsor-pkglist?action=details;package=getfem
>

First of all, please take over the ITP. Sadly, Matthew Rosewarne is not
longer among us.

> Some remarks:
> 
> 1. In accordance with the tar.gz-name and the SO-NAME of the last
> upstream release I've removed the "++" suffix from the name of the
> source-package as well as from the names of all binary packages.
> 
> 2. I let the superlu code included in the upstream package intact. I
> 've included all its copyright relevant information in
> debian/copyright, but during the build process I've used the
> libsuperlu3-dev package instead.
>

IIRC, in some in the past getfem was uploaded to the archive, but it was
rejected due to copyright/licensing issues. The packaging in the SVN
was ok for some old version of getfem but it was not updated since then.
While waiting for it to get cleared, I packaged gmm standalone.

> 3. In this email I CC'ed "Ana Beatriz Guerrero Lopez" who is the
> maintainer of gmm++-dev in order to attract her attention to my
> previous question:
>  > 3. gmm stand alone packages
>  > Since there is a debian package for standalone gmm too:
>  > http://packages.debian.org/sid/all/libgmm++-dev
>  > and since the upstream for gmm++ and getfem++ is the same,
>  > I suppose the standalone gmm++ package could be replaced by the
>  > one contained in getfem++.
>  > At this point a decision should taken also for the name of the
>  > package (libgmm vs libgmm++, see point 1).
> 

Yes, that was the plan for when getfem were packaged.

> 4. I would like to suggest that getfem is moved to the "Debian
> Scientific Computing Team", since this team already maintains many
> similar packages. As I haven't contacted neither the people who worked
> on getfem in the past nor the "Debian Scientific Computing Team" yet,
> I CC persons from both parties in this mail hoping to get some
> positive response from both. In any case, I would be glad to continue
> working on this package under the mentoring/sponsoring of anyone who
> would like to undertake it.

I am more than happy if you take over it, all the packages placed under
pkg-kde/krap are build depends or depend of KDE that we (KDE team) need but 
we do not really want to maintain.
I do not know if Xavier Bello is still interested in it, but he always can
join you in the maintenance under the umbrella of the  Scientific Computing
Team.

Ping me when you have getfem in the archive and i will ask for the removal of
getmm.

Ana



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#548244: update kde Suggests

2009-09-24 Thread Ana Guerrero
Package: desktop-base
Version: 5.0.5
Severity: normal

Please update the Suggests on kde to kde-standard. kde metapackage not longer
exists.

Ana



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#543806: http://qa.debian.org/developer.php?login=so...@debian.org lists several weird packages as wnpp

2009-08-27 Thread Ana Guerrero
retitle 543766 ITP: h5py -- general-purpose Python interface to hdf5
thanks


Hiya Sonne,

On Thu, Aug 27, 2009 at 07:31:06AM +0200, Soeren Sonnenburg wrote:
> Package: qa.debian.org
> Severity: important
> 
> It goes as far that I am listed to wnpp these packages:
> 
> is
> a
> general-purpose
> python
> interface
> to
> hdf5
> 
> Looks like my wnpp reportbug got mangled such that every word in the
> description is now listed as a wnpp package. Including the hdf5 package
> that I don't own (which is already packaged...)
> 
> http://qa.debian.org/developer.php?login=so...@debian.org
>

This is because your ITP #543766 has a wrong subject, fixing with this mail too.

Ana




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#543991: useless README.Debian

2009-08-27 Thread Ana Guerrero
Package: atheist
Version: 0.090826
Severity: normal

Hi,

the README.Debian you are providing with your package is unnecessary.
All the documentation of the programs are always installed under
/usr/share/doc/. Ironically, this documentation also include this
README.Debian :)

Ana



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#543990: It should not but it is

2009-08-28 Thread Ana Guerrero
reopen 543990
thanks

On Fri, Aug 28, 2009 at 09:13:56AM +0200, Francisco Moya wrote:
> Probably Chris Lamb is right in that atheist *should not* be a debian native
> package. But it is by decision of upstream authors.  There is no separate
> repository for debian stuff and debian releases *do change* the atheist
> package version.  Therefore while it is not a "Debian specific package" it
> is nonetheless "[...] the case where a piece of software was written
> specifically to be turned into a Debian package" (cf. DP 5.6.12).
>

This package is not specifically written to Debian for what I can see.

> It wouldn't make sense to make a source package where diffs are always empty
> (forced by release policy) and the debian revision is always 1.  Of course
> things may change in the future but the main upstream author does not seem
> to be open to discuss the release policy and version scheme (I tried).
> 

You have a thousand of reasons in this thread why this should not be a native
package:
http://groups.google.com/group/linux.debian.devel.mentors/browse_thread/thread/35a4ed051d214826

Actually the upload that close my bug #543991, was an upload only with
packaging changes... while it appeared as a new usptream release (and it is
not).
And I do not see what ustream has to do here, you just package their version
and add -X.

> OTOH, I believe these issues should not be discussed in a bug tracking
> database. If doubts on the technical competence of the maintainer and/or the
> sponsor arise, please do contact them directly rather than filling the bug
> database with non-issues.
>

uh I do not really follow what you point here.
Yesterday, when filing #543991, I was about to file a bug about this very same 
issue when I saw Lamby has already fixed it.  The BTS is the way we have to 
track 
this stuff...

Ana




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#544167: kde-l10n-sr: Wrong language mentioned in the package description

2009-08-29 Thread Ana Guerrero
On Sat, Aug 29, 2009 at 12:05:34PM +0200, Beatrice Torracca wrote:
> Package: kde-l10n-sr
> Severity: minor
> 
> 
> Hi.
> 
> The package description mentions the Latvian language where it should
> say "serbian"
> 
> Just a minor thing.
>

Good catch! It will be fixed in the next upload.

Ana



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#544171: No real website in debian/copyright

2009-08-29 Thread Ana Guerrero
Package: atheist
Version: 0.090828
Severity: normal

Hi,

the website mentioned in debian/copyright is not rendered as a website 
with many web browsers: konqueror from kde 3 and kde 4, arora, links...

This is normal since such URL does not provide a real webpage, just
some xsl stuff.

Please, use a real web page or just give the instructions to download the
code:

svn co https://arco.esi.uclm.es/svn/public/prj/atheist/


Ana



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#544245: should not be a native package

2009-08-29 Thread Ana Guerrero
Package: go2
Version: 0.090827

Please, make the package no native, I do not see reason to make it native.


Ana



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#544171: copyright file does not mention any web page

2009-08-29 Thread Ana Guerrero
On Sun, Aug 30, 2009 at 02:46:00AM +0200, Francisco Moya wrote:
> severity 544171 wishlist
> thanks
> 
> Currently the Debian policy does not require that the program source must be
> available from an HTTP stream with text/html content.  Therefore, whether a
> text/html renderer is able to show the source or not is a non-issue for any
> package. I changed the severity of this bug to reflect this.
> 

debian/copyright should state where the code was fetched, it does not
necessarly need to be a website, but the way you present it in the file leads
to think it, that is why asked you to make explicity how it is fetched.


> We will add a notice to clarify this in the next release.
>

"we"? the package only has one maintainer who already answered the bug report :D

Ana

PS: it is usually a good idea CC the submitter of the bug and quote the bug
report you are answering.




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#543990: It should not but it is

2009-08-29 Thread Ana Guerrero


Dear Francisco and Cleto (I expect),

I think you clearly are misunderstanding a lot of stuff in this bug report. 
Your first answer was kind of violent as if you felt attacked for a bug 
report, I am sure it was not your intention but it is read in that way.
Having bug reports in your packages is something perfectly normal in Debian 
and it is not bad, what is bad is not trying to address them in any way. 
Actually, having bug reports is a signal somebody is using the stuff you are 
packaging.

By the way, it is not your package, but since you are the sponsor, I
understand you feel resposible about it, which is quite fine.


Let's see if I can explain better and maybe more lenghty what several people 
have tried to explain in this bug report.

On Fri, Aug 28, 2009 at 11:22:08PM +0200, Francisco Moya wrote:
> I must have missed something. What is wrong in my statements? What file is
> rejected by Debian and why? What in this package contradicts the debian
> policy?  I not only mean the letter of the DP but also the rationale behind
> it.  What is wrong with this particular package given that ows is in Debian
> till 2007 and nobody complained?
> 

Since you do not quote here what you are answering, I am not sure at all what
are you answering. It is usually nice quote exaclty what you are answering,
it is one of the problems I have found to follow and understand you correctly
in this bug report.

> 1. Upstream main author is David Villa, which clearly stated *his* release
> policy and clearly refused to change it. I try to respect upstream opinions
> as much as Debian allows it.
> 

You do not have to change David's release policy at all. Actually, in this
case, for what I have seen, David does not have any release policy, he does
not release tarballs, and even if he did, you are not affected but his release
policy to be forced to ship binary packages.
For what I have seen in the package, the versions that are being uploaded are 
"numbered" after the date YYMMDD from a checkout of the code in the SVN and 
this 
code include a debian/ directory.

Let me explain you the way this is usually handled in Debian:

CASE A) (easy case) When upstream release tarballs with the debian/ dir. 

This happens from time to time. Maintainer usually ask upstream to drop this
directory from the tarballs and in the meanwhile (or if upstream just do not
care), the maintainer repackage upstream's tarball to remove this directory.


CASE B) (complicated case) upstream does not do releases at all and has
debian/ in their repo.
It seems to be the case here.

In short, maintainer do a svn checkout, version it someway, package it and 
upload it.
More lengthy: since there are not releases maintainers ned to version it,
usually people start with a 0 and use the svn revision, for example, for the 
revision 56 of atheist, you could number it: 0.svn56 or 0.0.svn56, so it 
indicates in the "version" number exacty what revision is, which is quite
handy when bug reports are filed to upstream. Using the date as it is being
used in atheist is not a good idea, what if you need to do 2 or more uploads 
in the same day due to upstream changes?
If in the future upstream starts releasing and it breaks your invented
revision number, you can use an epoch.
Whan packaging, packager put this fictional version number and then the
packaging revision with "-X". 
About the debian/ dir, you just ignore it and if it is the case you are using
that debian/ then you add it later.

In this case, of fictional versions it is a very good idea ask your sponsoree
add a get-orig-source: rule in his debian/rules, so you can fetch the code
exaclty as the sponsoree did and just the version he wants to upload easily.
No, you won't find about get-orig-source: in the policy, that does not mean
you can not use it, if you google it you will see how useful it is for a lot
of people, even for one of the policy maintainers:
http://www.eyrie.org/~eagle/notes/debian/scripts.html
there you can find some info of how to implement and use the get-orig-source:
target.

And you know what it is very good about get-orig-source in this case? Since 
upstream does not release tarballs and users do not know exaclty what you are
distributing in your tarball, checking the rules they can know exaclty.
Imagine upstram is uploading the pdf files with documentation to the SVN while 
you generate them in build time. You do not need to fetch them.



If there is something you should convince upstream about it is releasing 
tarballs
of his software periodically and not ship the debian/ directory with some 
versioning scheme. Then you solve totally this problem.


Advantanges of a package not being native for a random user:
- When user see the upload is -2 -3, etc, users know it is NOT a new upstream
  relase and updates should not be big, just reading changelog will know
  exaclty what was changed.
- When debian is frozen, you won't be allowed to upload a new upstream
  release.
- When you see this ver

Bug#544171: copyright file does not mention any web page

2009-08-29 Thread Ana Guerrero
On Sun, Aug 30, 2009 at 04:00:03AM +0200, Francisco Moya wrote:
> I do value my time, so please, do not CC me unless I request it.
> 
> The file does not say anything about the content, it just provides an URI.
> Therefore there is nothing there that could possibly confuse people.  If you
> wish a clarification on how to fetch the code then please, use a bug title
> which doesn't lead to more confusion.
> 
> I say we, because I have commited my first change into upstream svn repo, to
> close 543990.
> 
> I answered the bug report to reduce the severity, because the maintainer is
> not yet used to the Debian policy.  For example, he made a quick and dirty
> web page because he thought he had to provide one due to your bug report.
> That's not the case.  The source was taken from the svn repo and there is no
> official atheist page yet.
> 
> It seems you enjoy some spare time these days.  Perhaps you are also
> interested on working on these bugs http://bugs.debian.org/release-critical/
>


Please, quote messages you are answering, there is not way of having a mail
conversation if not.

Ana



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#544171: copyright file does not mention any web page

2009-08-29 Thread Ana Guerrero
On Sun, Aug 30, 2009 at 04:00:03AM +0200, Francisco Moya wrote:
> It seems you enjoy some spare time these days.  Perhaps you are also
> interested on working on these bugs http://bugs.debian.org/release-critical/
>

Urg, that list is ugly, I usually use:
http://bts.turmzimmer.net/

Also, I have been lately doing a lot of QA, so many people sponsoring packages 
without 
checking stuff properly! :(

An



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#543990: It should not but it is

2009-08-30 Thread Ana Guerrero
On Sun, Aug 30, 2009 at 01:37:32PM +0200, Francisco Moya wrote:

> Obviously you didn't even tried to contact David.  You didn't even tried to
> see the upstream head, which enforces *his* release policy.
>

You are pointing me again to talk with upstream several times.
That is *your* job,( sorry, your sponsoree's job...), upstream theoreticaly has 
nothing do to with debian.

> > not release tarballs, and even if he did, you are not affected but his
> > release
> > policy to be forced to ship binary packages.
> 
> 
> Wrong (Cf. Debian Policy 3.2.1)
>

yes, when upstream does releases, no the case.



Rest of the mail skip since you are repeating again and again the same stuff 
and you keep reciting your own interpretation of the the debian policy as a 
parrot.

It is also sad you did not even try to understand what other people and I
tried to explain you. We all are far more experienced than you in Debian and
we have tried to explain you how do things better, and you have not even tried
to think about what we explained you.

> If I open the discussion in -devel then I would need to allocate enough time
> to collect opinions, summarize, etc.  I'm sorry but my time is limited right
> now.  Things may change in the future, but I consider this a minor issue and
> indeed we all agreed to fix this in the next release, even when I didn't
> find *any* convincing argument.
>

If things are so worthless as you think they are it should be a quick 
discussion.
And if you want to ask and discuss about policy changes, use -policy, no 
-devel...

Ana



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#542232: adept plans for squeeze?

2009-08-30 Thread Ana Guerrero

Hiya Petr,
It would be nice if you can answer #542232 :) It is quoted below.

Thanks,
Ana

On Tue, Aug 18, 2009 at 05:13:22PM +0200, Ana Guerrero wrote:
> Package: adept
> Severity: wishlist
> 
> 
> Hi Petr, Jonathan and all,
> 
> Long time ago I read about adept being discontinued [0]. However, a new
> version was uploaded a couple of weeks ago with 2 big problems,
> it FTBFS (#540648) and it lacks of a real maintainer now , specially since
> the used list is moderated (#540229). Due to this, the package has been 
> removed today from testing.
> I was wondering what are the future plans for adept, specially with respect
> its status for releasing it in Squeeze.
> 
> Ana
> 
> 
> 
> [0] http://web.mornfall.net/blog/farewell__44___adept.html
> 
> 
> 



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#542232: adept plans for squeeze?

2009-09-01 Thread Ana Guerrero
On Mon, Aug 31, 2009 at 01:49:57PM +0200, Petr Rockai wrote:
> Hi,
> 
> Ana Guerrero  writes:
> >> Long time ago I read about adept being discontinued [0]. However, a new
> >> version was uploaded a couple of weeks ago with 2 big problems,
> >> it FTBFS (#540648) and it lacks of a real maintainer now , specially since
> >> the used list is moderated (#540229). Due to this, the package has been 
> >> removed today from testing.
> >> I was wondering what are the future plans for adept, specially with respect
> >> its status for releasing it in Squeeze.

> Yes, Adept is currently discontinued as far as development goes. But Enrico
> needed to change something about libept which is required to build adept, so I
> tried to kick the package into some shape. Due to limited time and broken
> pbuilder, it took a little longer than I'd like, but all RC issues should be
> fixed again now.
> 
> Otherwise, when I have time, I'll fix bugs and maybe even add a feature here
> and there. Don't count on anything though, I may disappear without further
> notice again.
> 

Thanks for the answer Petr, if you do not mind, i will leave the bug open as
possible indicator that we might have to remove it for testing when freezing
Squeeze. ok?

Ana




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#541482: O: kpreg -- A helper application for completing web forms and other programs

2009-09-03 Thread Ana Guerrero
retitle 541482 RM: kpreg -- RoQA; orphaned, obsolete, low popcorn.
reassign 541482 ftp.debian.org
thanks



I would like to ask for the removal of this:
- low popcorn (about 12 installatins)
- dead upstream
- orphaned (maintainer only did one upload plus one NMU done for myself).
- and more important: obsolete, this is KDE 3 stuff that does not work
  properly with KDE 4.


Ana



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#491900: This package should not be released with lenny

2009-09-03 Thread Ana Guerrero
reassign 491900 ftp.debian.org
reassign 428745 ftp.debian.org
forcemerge 491900 428745
retitle 491900 RM: kxgenerator -- RoQA; orphaned, obsolete, low popcorn...
thanks


On Tue, Jul 22, 2008 at 07:21:03PM +0200, Frank Lichtenheld wrote:
> Package: kxgenerator
> Severity: serious
> User: debian...@lists.debian.org
> Usertags: npolsr-cleanup
> 
> I think that package kxgenerator should not be released with
> lenny because:
> 
>  * It was not released with etch, meaning that its
>absence from the release most likely causes no
>regressions for Debian stable users.
>  * It has a low popcon value, indicating that not many
>people already rely on it.
>  * No other packages depend on it.
>  * It is orphaned.
> 
> My suggestions is that this package should
> be removed from testing, but kept in Debian for now.
> 
> If you object to this reasoning, please speak up in the next
> seven days (or better yet, adopt the package and close this
> bug with your initial upload).
>

- Orphaned for more than 2 year now. (#428745)
- Dead usptream and kde3 stuff.

Let's removal.

Ana



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#544955: Please update to newer KDE4 version

2009-09-03 Thread Ana Guerrero
Package: kflickr
Version: 0.9.1-2
Severity: wishlist


Please, update kflickr to the lastest upstream release that is also for KDE 4.

Ana



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#544822: grub-pc: out of range pointer 0x8080810 with r128 graphics card

2009-09-04 Thread Ana Guerrero
On Thu, Sep 03, 2009 at 02:22:58AM -0500, Jonathan Nieder wrote:
> 
> This usually produces much more worrying output:
> 
> | out of range pointer 0x8080810
>

For the record...
I get this same message when booting with grub2 and when accesing to the
console, no matter what command I try, this message again.
Ana




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#544822: grub-pc: out of range pointer 0x8080810 with r128 graphics card

2009-09-04 Thread Ana Guerrero
On Fri, Sep 04, 2009 at 07:08:44PM +0200, Ana Guerrero wrote:
> On Thu, Sep 03, 2009 at 02:22:58AM -0500, Jonathan Nieder wrote:
> > 
> > This usually produces much more worrying output:
> > 
> > | out of range pointer 0x8080810
> >
> 
> For the record...
> I get this same message when booting with grub2 and when accesing to the
> console, no matter what command I try, this message again.


I got this version of grub working using the grub.cfg generated installing the
version in lenny.

Reverting this change in /boot/grub/grub.cfg :

--- grub.testing/grub.cfg   2009-09-04 23:53:28.0 +0200
+++ grub.unstable/grub.cfg2009-09-04 18:27:07.0 +0200
@@ -7,8 +7,20 @@

 ### BEGIN /etc/grub.d/00_header ###
  set default=0
  +insmod ext2
  +set root=(hd0,1)
  +search --no-floppy --fs-uuid --set 7fa532df-0147-4f83-ac28-8715c76c8c43
  +if loadfont /usr/share/grub/unicode.pf2 ; then
  +  set gfxmode=640x480
  +  insmod gfxterm
  +  insmod vbe
  +  if terminal_output gfxterm ; then true ; else
  +# For backward compatibility with versions of terminal.mod that don't
  +# understand terminal_output
  +terminal gfxterm
  +  fi
  +fi
   set timeout=5
   -terminal
### END /etc/grub.d/00_header ###

the system boots without problems. Obviously I do not have the fancy graphic
terminal :)

If you use this workaround to get your system booting, remember the
/boot/grub/grub.cfg file is generated from /etc/grub.d/00_header so if you
regenerate the configuration you will lose the workaround and your system
won't boot again.

Ana



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#550376: treeline is broken with newer python-qt4 (4.6-1)

2009-10-09 Thread Ana Guerrero
Package: treeline
Version: 1.2.3-1
Severity: grave

Hola Miry,

After the last update of python-qt4 to version 4.6, treeline does not start:

a...@pryan:~$ treeline
Traceback (most recent call last):
  File "/usr/share/treeline/treeline.py", line 167, in 
main()
  File "/usr/share/treeline/treeline.py", line 156, in main
win = treemainwin.TreeMainWin()
  File "/usr/share/treeline/treemainwin.py", line 234, in __init__
self.setPasteAvail()
  File "/usr/share/treeline/treemainwin.py", line 427, in setPasteAvail
text = self.clipText()
  File "/usr/share/treeline/treemainwin.py", line 434, in clipText
text = unicode(QtGui.QApplication.clipboard().text('xml'))
TypeError: argument 1 of QClipboard.text() has an invalid type

Ana



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#520662: O: iceape -- The Iceape Internet Suite

2009-08-20 Thread Ana Guerrero

Hi Mike and all,

On Sat, Mar 21, 2009 at 06:45:01PM +0100, Mike Hommey wrote:
> Package: wnpp
> Severity: normal
> 
> See the great thread about "Sponsorship requirements and copyright files" on
> debian-devel to understand why.
>

This is now 5 months old and (no surprisingly) nobody adopted iceape, time to 
ask 
for removal?

Ana



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#541993: Better TOC for http://www.debian.org/devel/wnpp/index.html ?

2009-08-20 Thread Ana Guerrero
On Mon, Aug 17, 2009 at 10:43:57AM +0200, Sandro Tosi wrote:
> I've just received a complain about [1] where what it seems, at first sight, a
> TOC, infact it is not: it's a series of links to aggregated WNPP bugs but not 
> a
> TOC fot the given web pages.
> 
> [1] http://www.debian.org/devel/wnpp/index.html
> 
> Since, at least in this case, it generated confusion and lead to missing the
> information about how to provide a correct WNPP bug, I'd suggest to introduce 
> a
> simple TOC (moving also the "Using WNPP" at the top of the page):
> 
> 1. importart links for WNPPbugs
> 2. report a WNPP bug with reportbug
> 3. report a WNPP bug via plain email
> 4. how to close a WNPP report
> 
> and then the current content.
> 
> This bug is meant to collect opinions about it (that might also direct to
> remove/rewrite [1]) and if it's a correct solution to the presented problem
> (that I recognize to exists: I know what's in that page, but a first-time
> visitor might be disoriented).
>

Sounds good :)

Also, the subpages could use some re-organizacion.
For example for packages with RFA and O we have 4 pages:
 
  */wnpp/rfa_bypackage - List of packages RFA alphabetically
  */wnpp/rfa_bymaint   - List of packages RFA by maintainer
  */wnpp/orphaned  - List of packages orphaned (qa team in maintainer)
  */wnpp/work_needing  - Lists packages for adoption, then same list by 
   maintainer, then orphaned packages.

The fourth page shows the information of the 3 others page and is clearly
lacking a TOC.

Suggestion:
Kill the rfa_bymaint page and add a page that lists then by date. I think
seeing how old the bug is more interesting than seeing who is the current
maintainer.
Remove the */wnpp/work_needing page. It is too long and if the main page
has a clear TOC it should not be needed.

Finally, keeping the sub-menu between all the pages, in the top.
For example, when I go go the */wnpp/rfa_bypackage from the TOC in the main
page I get:

--

- Go back to the "Work-Needing and Prospective Packages" main page
- See this list by date
- See orphaned packages.

Packages up for adoption

* afnix ...
* alevt ..


--

Something similar could be done with */wnpp/prospective that contains
*/wnpp/being_packaged and */wnpp/requested

Ana







-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#520662: O: iceape -- The Iceape Internet Suite

2009-08-20 Thread Ana Guerrero
On Thu, Aug 20, 2009 at 07:44:43PM +0200, Mike Hommey wrote:
> On Thu, Aug 20, 2009 at 03:13:38PM +0200, Ana Guerrero wrote:
> > 
> > Hi Mike and all,
> > 
> > On Sat, Mar 21, 2009 at 06:45:01PM +0100, Mike Hommey wrote:
> > > Package: wnpp
> > > Severity: normal
> > > 
> > > See the great thread about "Sponsorship requirements and copyright files" 
> > > on
> > > debian-devel to understand why.
> > >
> > 
> > This is now 5 months old and (no surprisingly) nobody adopted iceape, time 
> > to ask 
> > for removal?
> 
> Let's just keep the bug this way, it's currently not really orphaned,
> but in desperate need for hands.
>

OK :)
But then... rename it to RFH? If it keeps orphaned it will be constantly 
appearing 
in the radar of the QA team as "too much time orphaned package look at removal".


Ana



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#531443: openthesaurus-de-kword: kword from koffice 1 going away

2009-08-22 Thread Ana Guerrero
On Mon, Jun 01, 2009 at 04:07:49PM +0200, Ana Guerrero wrote:
> Package: openthesaurus-de-kword
> Version: 20080808-1  
> 
> Hi,
> 
> Koffice 1 is being removed from the archive and koffice 2 will be kept in
> experimental for some time. In the meantime, could you disable the depends on
> kword? I think the package is useful with kword/kthesaurus from koffice2, so
> not sure remove it is nice.
>

Ping? Could you remove this? koffice is gone =)

Ana



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#531443: openthesaurus-de-kword: kword from koffice 1 going away

2009-08-23 Thread Ana Guerrero
On Sun, Aug 23, 2009 at 10:19:44AM +0200, Rene Engelhard wrote:
> Hi,
> 
> On Sat, Aug 22, 2009 at 09:57:05PM +0200, Ana Guerrero wrote:
> > > kword? I think the package is useful with kword/kthesaurus from koffice2, 
> > > so
> > > not sure remove it is nice.
> > >
> > 
> > Ping?
> 
> Pong.
> 
> > Could you remove this? koffice is gone =)
> 
> I know, and thus upgraded the bug to serious some time ago.
> 
> No, I won't disable it now and enable it again when koffice 2.1 enters sid..
> This is sid. This bug will stay open until either
>  - koffice gets into sid at which time it's fixed anyway
>  - we freezew ithout the new koffice and this RC bug needs to be fixed
>for testing via tpu then.
>

It is holding koffice in testing, there is people installing it, having
problems with it and it is broken...
koffice 2.1 does not have a release time... it is not going to be soon than
end of the year.

Ana



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#543169: ITP: mochiweb

2009-08-24 Thread Ana Guerrero

Hi,!!

On Sun, Aug 23, 2009 at 11:15:25AM +1000, Nicholas Jefferson wrote:
> Package: wnpp
> Severity: wishlist
> 
> MochiWeb is an Erlang library for building lightweight HTTP servers.
> 

Could you read at [1] and follow the steps there?

Final "ITP" should be similar to [2]

[1] http://www.debian.org/devel/wnpp/

[2] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=543320

Thanks!
ana



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#543433: O: effectv -- real-time video effect processor

2009-08-24 Thread Ana Guerrero
Package: wnpp
Severity: normal

The current maintainer of effectv, Jamie Wilkinson ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: effectv
Binary: effectv
Version: 0.3.11-1
Priority: optional
Section: x11
Maintainer: Jamie Wilkinson 
Build-Depends: debhelper (>> 4.0.0), libsdl1.2-dev, nasm [i386]
Architecture: any
Standards-Version: 3.7.2
Format: 1.0
Directory: pool/main/e/effectv
Files:
 8d583aa43713b35e534a0de4537997f2 591 effectv_0.3.11-1.dsc
 71570b71009df0f1ff53e31de6f50cee 130195 effectv_0.3.11.orig.tar.gz
 25d35ca2b87f63d87f01f6d4ff86eae1 4118 effectv_0.3.11-1.diff.gz

Package: effectv
Priority: optional
Section: x11
Installed-Size: 352
Maintainer: Jamie Wilkinson 
Architecture: amd64
Version: 0.3.11-1
Depends: libc6 (>= 2.6.1-1), libsdl1.2debian (>= 1.2.10-1)
Filename: pool/main/e/effectv/effectv_0.3.11-1_amd64.deb
Size: 142488
MD5sum: ad8d937fbd11a5c453d9cbb77f085e36
SHA1: 05a04d344dc81d587991dd9c21b14c4ffab1140f
SHA256: f85b8eb6d2236d69fc4c779acb6e3005ed7847608b6c2ee2d706f5380f1bb460
Description: real-time video effect processor
 effectv is a real-time video effect processor.  You can enjoy movies,
 TV programmes, and any other video stream through several amazing effects,
 including:
  - fire effects
  - afterimages
  - shagadelia
  - mosaics
  - ripples
Tag: interface::x11, role::program, scope::utility, uitoolkit::sdl, 
use::converting, works-with::video, x11::application




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#543434: O: filtergen -- packet filter generator for various firewall systems

2009-08-24 Thread Ana Guerrero
Package: wnpp
Severity: normal

The current maintainer of filtergen, Jamie Wilkinson ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: filtergen
Binary: filtergen
Version: 0.12.4-4.1
Priority: optional
Section: net
Maintainer: Jamie Wilkinson 
Build-Depends: debhelper (>> 4.0.0), netbase, flex, bison
Architecture: any
Standards-Version: 3.6.2
Format: 1.0
Directory: pool/main/f/filtergen
Files:
 436b2fa417eca8bde90c0a5a97ff9e27 598 filtergen_0.12.4-4.1.dsc
 1dcb54773d900c448cf0032b0657c9a8 157097 filtergen_0.12.4.orig.tar.gz
 2d0bbc80397ad70dacf20bccf677251c 62757 filtergen_0.12.4-4.1.diff.gz

Package: filtergen
Priority: optional
Section: net
Installed-Size: 216
Maintainer: Jamie Wilkinson 
Architecture: amd64
Version: 0.12.4-4.1
Depends: libc6 (>= 2.3.5-1)
Filename: pool/main/f/filtergen/filtergen_0.12.4-4.1_amd64.deb
Size: 53414
MD5sum: 4478d83dd449e5141f45108c37d9c429
SHA1: eb59a4cdf1c39b5089c7accd14748f06f05d198b
SHA256: 2620b03364db01f925a99dd7411372ea9dd77a2cb1a97f8e009b2136ba9dfd72
Description: packet filter generator for various firewall systems
 filtergen is a packet filter generator.  It compiles a fairly high-level
 description language into iptables, ipchains, or ipfilter scripts (and has
 bits of support for Cisco IOS access lists).
Tag: interface::commandline, network::firewall, role::program, scope::utility, 
security::firewall, use::configuring




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#543439: O: osiris -- network-wide system integrity monitor control interface

2009-08-24 Thread Ana Guerrero
Package: wnpp
Severity: normal

The current maintainer of osiris, Jamie Wilkinson ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: osiris
Binary: osiris, osirisd, osirismd
Version: 4.2.3-3
Priority: optional
Section: admin
Maintainer: Jamie Wilkinson 
Build-Depends: debhelper (>> 4.0.0), libssl-dev, autotools-dev
Architecture: any
Standards-Version: 3.7.2
Format: 1.0
Directory: pool/main/o/osiris
Files:
 15e09c361fb8f4ec3495f4472c6462d6 604 osiris_4.2.3-3.dsc
 1951c7dc0fe729af9ffaf58910340d12 1924149 osiris_4.2.3.orig.tar.gz
 1e5da66d18bd74ee542388dd740f49ec 10708 osiris_4.2.3-3.diff.gz

Package: osiris
Priority: optional
Section: admin
Installed-Size: 968
Maintainer: Jamie Wilkinson 
Architecture: amd64
Version: 4.2.3-3
Depends: libc6 (>= 2.6.1-1), libssl0.9.8 (>= 0.9.8f-1)
Filename: pool/main/o/osiris/osiris_4.2.3-3_amd64.deb
Size: 427760
MD5sum: 2ee76105017ef850e45934ad6674b8a7
SHA1: 8e4c666d948f411cc43909a1ae545149143e416c
SHA256: 5b773f206dbcc413bb6cb414bbc70ccbf296fd0ef46fc5a634ce0a10ec0848ee
Description: network-wide system integrity monitor control interface
 Osiris is a Host Integrity Monitoring System that periodically
 monitors one or more hosts for change. It maintains detailed logs of
 changes to the file system, user and group lists, resident kernel
 modules, and more.
 .
 This package contains the control program used to communicate with
 the Osiris central management daemon, and should be installed on any system
 from which administrators will manage Osiris.
Tag: admin::monitoring, network::service, protocol::ssl, role::program, 
scope::utility, security::ids, use::monitor

Package: osirisd
Priority: optional
Section: admin
Installed-Size: 220
Maintainer: Jamie Wilkinson 
Architecture: amd64
Source: osiris
Version: 4.2.3-3
Depends: adduser, libc6 (>= 2.6.1-1), libssl0.9.8 (>= 0.9.8f-1)
Filename: pool/main/o/osiris/osirisd_4.2.3-3_amd64.deb
Size: 71686
MD5sum: 8cfca06a02ee257d328d820312ef90fa
SHA1: 3da28e383b4146e100b7bbfed6929ac1d3f7bd1f
SHA256: c56a96930c2349150dac7bf0a0ea22ae0a61637bbd1e31343ab370b31c002897
Description: network-wide system integrity monitor scanning agent
 Osiris is a Host Integrity Monitoring System that periodically
 monitors one or more hosts for change. It maintains detailed logs of
 changes to the file system, user and group lists, resident kernel
 modules, and more.
 .
 This package contains the scanning agent that should be installed
 on each system that is to be monitored by Osiris.
Tag: admin::monitoring, interface::daemon, network::server, network::service, 
protocol::ssl, role::program, security::ids, use::scanning

Package: osirismd
Priority: optional
Section: admin
Installed-Size: 1092
Maintainer: Jamie Wilkinson 
Architecture: amd64
Source: osiris
Version: 4.2.3-3
Depends: adduser, libc6 (>= 2.6.1-1), libssl0.9.8 (>= 0.9.8f-1)
Filename: pool/main/o/osiris/osirismd_4.2.3-3_amd64.deb
Size: 438174
MD5sum: 7efc6578f1599f8fb7d0a1ae000f844b
SHA1: 5672730e3c08be6e3476aa5f0119aa6c9323a4d8
SHA256: 4a80c67a055018039ae197fc25ae613dd9d885327bc316828c4d2de1601f9977
Description: network-wide system integrity monitor central management daemon
 Osiris is a Host Integrity Monitoring System that periodically
 monitors one or more hosts for change. It maintains detailed logs of
 changes to the file system, user and group lists, resident kernel
 modules, and more.
 .
 This package contains the centralised management daemon, which is responsible
 for collecting scan databases, comparisons, processing reports, and notifying
 administrators of changes.  This needs only to be installed in one central,
 secure host.
Tag: admin::configuring, admin::monitoring, interface::daemon, network::server, 
network::service, protocol::ssl, role::program, security::ids, 
use::configuring, use::monitor




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#543436: O: gle -- OpenGL tubing and extrusion library development files

2009-08-24 Thread Ana Guerrero
Package: wnpp
Severity: normal

The current maintainer of gle, Jamie Wilkinson ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: gle
Binary: libgle3-dev, gle-doc, libgle3
Version: 3.1.0-6
Priority: optional
Section: graphics
Maintainer: Jamie Wilkinson 
Build-Depends: debhelper (>> 4.0.0), libxmu-dev, xlibmesa-gl-dev | libgl-dev, 
libglu1-mesa-dev, freeglut3-dev | libglut3-dev, libxi-dev
Architecture: any
Standards-Version: 3.7.2
Format: 1.0
Directory: pool/main/g/gle
Files:
 8d71f8c14c8d4473a515af8f9ca228f7 672 gle_3.1.0-6.dsc
 da5b45c6906343d4a3672c3de35513ad 806861 gle_3.1.0.orig.tar.gz
 09daa794d69c6af1b7d772bd352e1d56 337710 gle_3.1.0-6.diff.gz

Package: libgle3-dev
Priority: optional
Section: libdevel
Installed-Size: 316
Maintainer: Jamie Wilkinson 
Architecture: amd64
Source: gle
Version: 3.1.0-6
Replaces: libgle-dev (<= 3.0.7-2)
Provides: libgle-dev
Depends: libgle3 (= 3.1.0-6), libc6-dev, xlibmesa-gl-dev | libgl-dev
Suggests: gle-doc
Conflicts: glutg3-dev (<< 3.7-13), libgle-dev (<= 3.0.7-2)
Filename: pool/main/g/gle/libgle3-dev_3.1.0-6_amd64.deb
Size: 76730
MD5sum: 7c2e523e5e5e1d4b5daea780cb857376
SHA1: 05ed2afbed522e6acc61d56e324b42de854cdb83
SHA256: 0a26f6f4c16253da6ff361307ee38ed90c6ddafafe05b8c7a5e04de2888a9388
Description: OpenGL tubing and extrusion library development files
 The GLE Tubing and Extrusion library is an extension to OpenGL for drawing
 tubing and extrusions, including surfaces of revolution, sweeps, tubes,
 polycones, polycylinders, and helicoids.  Generally the extruded surface
 is specified with a 2D polyline that is extruded along a 3D path.  A local
 coordinate system allows for additional flexibility in the primitives
 drawn.  Extrusions may be texture mapped in a variety of ways.
 .
 This package contains header files and static libraries.
Tag: devel::library, interface::3d, role::devel-lib, role::documentation, 
x11::library

Package: gle-doc
Priority: optional
Section: doc
Installed-Size: 876
Maintainer: Jamie Wilkinson 
Architecture: all
Source: gle
Version: 3.1.0-6
Replaces: libgle-doc (<= 3.0.7-2)
Provides: libgle-doc
Conflicts: libgle-doc (<= 3.0.7-2)
Filename: pool/main/g/gle/gle-doc_3.1.0-6_all.deb
Size: 527286
MD5sum: b04d4a0707e27286c125cc086831450a
SHA1: d7573193c982771f6c58ad78daa035bc3f8d8409
SHA256: bb7593edf71c14ac8b28d399e44dd4883bba1d3ba7e5a59416c2d89447f4672b
Description: OpenGL tubing and extrusion library documentation
 The GLE Tubing and Extrusion library is an extension to OpenGL for drawing
 tubing and extrusions, including surfaces of revolution, sweeps, tubes,
 polycones, polycylinders, and helicoids.  Generally the extruded surface
 is specified with a 2D polyline that is extruded along a 3D path.  A local
 coordinate system allows for additional flexibility in the primitives
 drawn.  Extrusions may be texture mapped in a variety of ways.
 .
 This package contains documentation and example code.
Tag: devel::{doc,examples,library}, hardware::opengl, interface::3d, 
role::documentation, x11::library

Package: libgle3
Priority: optional
Section: libs
Installed-Size: 180
Maintainer: Jamie Wilkinson 
Architecture: amd64
Source: gle
Version: 3.1.0-6
Depends: libc6 (>= 2.6.1-1), libgl1-mesa-glx | libgl1, libglu1-mesa | libglu1, 
xlibmesa3-gl | libgl1
Conflicts: glutg3 (<< 3.7-13)
Filename: pool/main/g/gle/libgle3_3.1.0-6_amd64.deb
Size: 48472
MD5sum: 635b6c9aff19c9478cec337fff5c1d13
SHA1: 6294b55c12b01a98db6420a38c17300cc2e7c4d6
SHA256: 6abc6eeacc994f291b5e5d2aac6e3a6919db600ebdddfae65cc8ae018cc75491
Description: OpenGL tubing and extrusion library
 The GLE Tubing and Extrusion library is an extension to OpenGL for drawing
 tubing and extrusions, including surfaces of revolution, sweeps, tubes,
 polycones, polycylinders, and helicoids.  Generally the extruded surface
 is specified with a 2D polyline that is extruded along a 3D path.  A local
 coordinate system allows for additional flexibility in the primitives
 drawn.  Extrusions may be texture mapped in a variety of ways.
Tag: devel::library, interface::3d, role::shared-lib, x11::library




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#543440: O: pmacct -- promiscuous mode traffic accountant

2009-08-24 Thread Ana Guerrero
Package: wnpp
Severity: normal

The current maintainer of pmacct, Jamie Wilkinson ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: pmacct
Binary: pmacct
Version: 0.11.4-1
Priority: optional
Section: net
Maintainer: Jamie Wilkinson 
Build-Depends: debhelper (>= 4.0.0), zlib1g-dev, libpcap-dev, libpq-dev, 
libmysqlclient15-dev, libsqlite3-dev
Architecture: any
Standards-Version: 3.7.2
Format: 1.0
Directory: pool/main/p/pmacct
Files:
 b7c8a04831334f30b365e805142f36ad 634 pmacct_0.11.4-1.dsc
 df2aff55718800c8373baf3a046d8e2b 422189 pmacct_0.11.4.orig.tar.gz
 715f799cf0b22502630a6868e483c3fc 29185 pmacct_0.11.4-1.diff.gz

Package: pmacct
Priority: optional
Section: net
Installed-Size: 1492
Maintainer: Jamie Wilkinson 
Architecture: amd64
Source: pmacct (0.11.4-1)
Version: 0.11.4-1+b1
Depends: libc6 (>= 2.3), libmysqlclient16 (>= 5.1.36), libpcap0.8 (>= 1.0.0-1), 
libpq5 (>= 8.4~0cvs20090328), libsqlite3-0 (>= 3.6.17), zlib1g (>= 1:1.1.4), 
iproute
Filename: pool/main/p/pmacct/pmacct_0.11.4-1+b1_amd64.deb
Size: 585108
MD5sum: bae6d8309f6e3814ee71f474dd244894
SHA1: e00271f105242c54a841c605013ae881b48601e6
SHA256: e736a94de19afe95cd0fd12353e291e5f775151960ec2ae99520263216e6737f
Description: promiscuous mode traffic accountant
 pmacct is a tool designed to gather traffic information (bytes and number
 of packets) by listening on a promiscuous interface or for Netflow data,
 which may facilitate billing, bandwidth management, traffic analysis, or
 creating usage graphs.
 .
 Data can be stored in memory and queried, displayed directly, or written
 to a database; storage methods are quite flexible and may aggregate totals
 or keep them separate.
Tag: admin::accounting, admin::configuring, devel::lang:sql, network::scanner, 
role::program, scope::utility, use::monitor, works-with::db




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#543438: O: libannodex -- tools for fiddling with annotated and indexed media streams

2009-08-24 Thread Ana Guerrero
Package: wnpp
Severity: normal

The current maintainer of libannodex, Jamie Wilkinson ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: libannodex
Binary: annodex-tools, libannodex0-dev, libannodex0-dbg, libannodex0
Version: 0.7.3-3.1
Priority: optional
Section: libs
Maintainer: Jamie Wilkinson 
Build-Depends: debhelper (>> 4.0.0), liboggz1-dev (>= 0.9.1), libcmml1-dev, 
pkg-config, libsndfile1-dev, doxygen, docbook-to-man
Architecture: any
Standards-Version: 3.6.2
Format: 1.0
Directory: pool/main/liba/libannodex
Files:
 e8e65d0d4d89e578dcbaf97b0b1e180c 720 libannodex_0.7.3-3.1.dsc
 504cf036cf04512260006a986926177f 828086 libannodex_0.7.3.orig.tar.gz
 002db7728de1577b1d74db9f26f9481a 28913 libannodex_0.7.3-3.1.diff.gz

Package: annodex-tools
Priority: optional
Section: utils
Installed-Size: 108
Maintainer: Jamie Wilkinson 
Architecture: amd64
Source: libannodex (0.7.3-3.1)
Version: 0.7.3-3.1+b1
Depends: libannodex0 (= 0.7.3-3.1+b1)
Filename: pool/main/liba/libannodex/annodex-tools_0.7.3-3.1+b1_amd64.deb
Size: 30504
MD5sum: 13e0dbaeea6928ebc19aa7cefabdce82
SHA1: 70b63d9db7a0127d545794b2464bf73ec8336c68
SHA256: 771472b8bb969e029a59e26f00dc19152d9907009840dbbe7ff78c74514d6679
Description: tools for fiddling with annotated and indexed media streams
 This package contains tools that can be used to create and modify Annodex
 media.  The Annodex media format allows annotations and indexes in streaming
 media and other types of continuous data, which can be used for hyperlinked
 video amongst other things.
Tag: interface::commandline, role::program, scope::utility, use::converting, 
works-with::audio, works-with::video

Package: libannodex0-dev
Priority: optional
Section: libdevel
Installed-Size: 1032
Maintainer: Jamie Wilkinson 
Architecture: amd64
Source: libannodex (0.7.3-3.1)
Version: 0.7.3-3.1+b1
Provides: libannodex-dev
Depends: libannodex0 (= 0.7.3-3.1+b1), libc6-dev, liboggz1-dev (>= 0.9.1), 
libcmml1-dev, libsndfile1-dev
Conflicts: libannodex-dev
Filename: pool/main/liba/libannodex/libannodex0-dev_0.7.3-3.1+b1_amd64.deb
Size: 151942
MD5sum: 3a2f15e28dbc119e0961d30bad2ba9b0
SHA1: b8d20da89b9cf2ba6a9602f4ef561e5a8553a3f7
SHA256: aa62e02c74e308882d41d0b075a9a234923243532ffb4533ff0094b6b068bb6b
Description: annotated and indexed media library (develoment files)
 This library provides an interface to the Annodex media format.  The Annodex
 media format allows annotations and indexes on streaming media and other
 types of continuous data, which can be used for hyperlinked video amongst
 other things.
 .
 This package contains the header files, static libraries, and stream
 debugging tools required for developing applications that use Annodex
 streaming media.
Tag: devel::library, role::devel-lib, works-with::video

Package: libannodex0-dbg
Priority: extra
Section: debug
Installed-Size: 344
Maintainer: Jamie Wilkinson 
Architecture: amd64
Source: libannodex (0.7.3-3.1)
Version: 0.7.3-3.1+b1
Depends: libannodex0 (= 0.7.3-3.1+b1)
Filename: pool/main/liba/libannodex/libannodex0-dbg_0.7.3-3.1+b1_amd64.deb
Size: 111882
MD5sum: 27ea480aca98b54759710437d0d8cd1c
SHA1: e948231f7767978cd6e2efa4afebe18f176926b0
SHA256: 88beec4f9ee71c575aa6528d034242cbd4afe378c0faafcc9f67f1adb6043789
Description: annotated and indexed media library debugging information
 This library provides an interface to the Annodex media format.  The Annodex
 media format allows annotations and indexes on streaming media and other
 types of continuous data, which can be used for hyperlinked video amongst
 other things.
 .
 This package contains debugging symbols useful for tracing bugs in the
 libannodex0 package.
Tag: devel::library, qa::low-popcon

Package: libannodex0
Priority: optional
Section: libs
Installed-Size: 160
Maintainer: Jamie Wilkinson 
Architecture: amd64
Source: libannodex (0.7.3-3.1)
Version: 0.7.3-3.1+b1
Depends: libc6 (>= 2.3), libcmml1, libexpat1 (>= 1.95.8), libogg0 (>= 1.0rc3), 
liboggz1 (>= 0.9.9), libsndfile1
Filename: pool/main/liba/libannodex/libannodex0_0.7.3-3.1+b1_amd64.deb
Size: 57614
MD5sum: 5aa0619937313b0b2f621c210372bd91
SHA1: ef359d2ff1cd19fd2bf49e06c7be8a54c75f253c
SHA256: ef33fc5d5133b2b4f5994dd2770c29b9e15b4f5cb1bd801ae3acc696262772ec
Description: annotated and indexed media library
 This library provides an interface to the Annodex media format.  The Annodex
 media format allows annotations and indexes on streaming media and other
 types of continuous data, which can be used for hyperlinked video.
Tag: devel::library, role::shared-lib, works-with::video




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "un

Bug#543437: O: glut -- development libraries and headers for GLUT

2009-08-24 Thread Ana Guerrero
Package: wnpp
Severity: normal

The current maintainer of glut, Jamie Wilkinson ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: glut
Binary: libglut3-dev, glutg3-dev, libglut3, glutg3, glut-doc
Version: 3.7-25
Priority: optional
Section: graphics
Maintainer: Jamie Wilkinson 
Build-Depends: debhelper (>> 4.0.0)
Architecture: all
Standards-Version: 3.6.1
Format: 1.0
Directory: pool/main/g/glut
Files:
 de4b2b80cdfe72d2f507a4e67f637321 595 glut_3.7-25.dsc
 dc932666e2a1c8a0b148a4c32d111ef3 3151216 glut_3.7.orig.tar.gz
 50ce110f98c140595b0bd529615b6075 224634 glut_3.7-25.diff.gz

Package: libglut3-dev
Priority: optional
Section: libdevel
Installed-Size: 48
Maintainer: Jamie Wilkinson 
Architecture: all
Source: glut
Version: 3.7-25
Depends: freeglut3-dev
Filename: pool/main/g/glut/libglut3-dev_3.7-25_all.deb
Size: 21506
MD5sum: d0e3ea4eef69450eff7247da8a24e532
SHA1: d25fc9165ad8a3e932f0f4b298f6d8dabb25f1f6
SHA256: 5d762db5a0cb09d463e21601fabc291438da9393c42b735fed0e9e5bce493aa7
Description: development libraries and headers for GLUT
 GLUT (as in ``gluttony'') is a window system independent toolkit for
 writing OpenGL programs.  It implements a simple windowing API, which
 makes life considerably easier when learning about and exploring OpenGL
 programming.
 .
 GLUT is designed for constructing small to medium sized OpenGL programs,
 however it is not a full-featured toolkit, so large applications requiring
 sophisticated user interfaces are better off using native window system
 toolkits like GTK or Motif.
 .
 This package has been replaced by ``freeglut3-dev''.
Tag: devel::library, hardware::opengl, interface::3d, role::dummy, 
special::obsolete, x11::library

Package: glutg3-dev
Priority: optional
Section: oldlibs
Installed-Size: 48
Maintainer: Jamie Wilkinson 
Architecture: all
Source: glut
Version: 3.7-25
Depends: freeglut3-dev
Filename: pool/main/g/glut/glutg3-dev_3.7-25_all.deb
Size: 21364
MD5sum: 9289aedf89d9a70994ef49fcd8589102
SHA1: 4c1b3e40acbe2bbb63a9f0df9b3fa2f97b573a1d
SHA256: 546ff82d54dc252088cc1b0509fad8dd98207f7cf7ea91f4d541b2821590f90a
Description: the OpenGL Utility Toolkit development files
 GLUT (as in ``gluttony'') is a window system independent toolkit for
 writing OpenGL programs.  It implements a simple windowing API, which
 makes life considerably easier when learning about and exploring OpenGL
 programming.
 .
 This package has been replaced by `freeglut-dev'.
Tag: devel::library, hardware::opengl, interface::3d, role::dummy, 
special::obsolete

Package: libglut3
Priority: optional
Section: libs
Installed-Size: 48
Maintainer: Jamie Wilkinson 
Architecture: all
Source: glut
Version: 3.7-25
Depends: freeglut3
Filename: pool/main/g/glut/libglut3_3.7-25_all.deb
Size: 21486
MD5sum: 55c651aeac19f73470e71cccd5f2eaee
SHA1: b18e202fd2fdd21ad2b2f56bdde3361bb9debe46
SHA256: 6b0c302469e13d171a5aaded3d14828b1512c4e1424bf5b626657e8def79
Description: the OpenGL Utility Toolkit
 GLUT (as in ``gluttony'') is a window system independent toolkit for
 writing OpenGL programs.  It implements a simple windowing API, which
 makes life considerably easier when learning about and exploring OpenGL
 programming.
 .
 GLUT is designed for constructing small to medium sized OpenGL programs,
 however it is not a full-featured toolkit, so large applications requiring
 sophisticated user interfaces are better off using native window system
 toolkits like GTK or Motif.
 .
 This package has been replaced by ``freeglut3''.
Tag: devel::library, hardware::opengl, interface::3d, role::dummy, 
role::shared-lib, special::obsolete, x11::library

Package: glutg3
Priority: optional
Section: oldlibs
Installed-Size: 52
Maintainer: Jamie Wilkinson 
Architecture: all
Source: glut
Version: 3.7-25
Depends: freeglut3
Filename: pool/main/g/glut/glutg3_3.7-25_all.deb
Size: 21592
MD5sum: a393edf0ae7d437dd27e154b50537559
SHA1: 5660e31d1041023a5d05cea1db3d9570275c24a9
SHA256: a335425a49d2383cd8978e9298b2d983af61df999c574337e39f4eff1900d8a7
Description: the OpenGL Utility Toolkit
 GLUT (as in ``gluttony'') is a window system independent toolkit for
 writing OpenGL programs.  It implements a simple windowing API, which
 makes life considerably easier when learning about and exploring OpenGL
 programming.
 .
 This package has been replaced by `freeglut3'.
Tag: devel::library, hardware::opengl, interface::3d

Package: glut-doc
Priority: optional
Section: doc
Installed-Size: 48
Maintainer: Jamie Wilkinson 
Architecture: all
Source: glut
Version: 3.7-25
Depends: freeglut3-dev
Filename: pool/main/g/glut/glut-doc_3.7-25_all.deb
Size: 21374
MD5sum: 33560535860793d0e22d673790f3a7d

Bug#543441: O: pspresent -- fullscreen PostScript presentation tool

2009-08-24 Thread Ana Guerrero
Package: wnpp
Severity: normal

The current maintainer of pspresent, Jamie Wilkinson ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: pspresent
Binary: pspresent
Version: 1.3-2
Priority: optional
Section: x11
Maintainer: Jamie Wilkinson 
Build-Depends: debhelper (>> 4.0.0), libx11-dev, x-dev, libxinerama-dev
Architecture: any
Standards-Version: 3.7.2
Format: 1.0
Directory: pool/main/p/pspresent
Files:
 f58d93a1a58b39f71c06e05dea32d5e3 597 pspresent_1.3-2.dsc
 775025aa81ac4b86cd7067f17e312589 14357 pspresent_1.3.orig.tar.gz
 4b86b5fdd402718ceb18fc03eb232aa8 5431 pspresent_1.3-2.diff.gz

Package: pspresent
Priority: optional
Section: x11
Installed-Size: 68
Maintainer: Jamie Wilkinson 
Architecture: amd64
Version: 1.3-2
Depends: libc6 (>= 2.6.1-1), libx11-6, libxext6, libxinerama1, gs
Suggests: chaksem | prosper | foiltex
Filename: pool/main/p/pspresent/pspresent_1.3-2_amd64.deb
Size: 13760
MD5sum: 12ad6142449acdab4d3963bc25ae83b4
SHA1: d39b64ba15a308f1ae4a9f9f71f0429b9d801c5f
SHA256: 858c24a46ccacc856c03dc07895253fc90c4256c6c76275c2d11b25e2ed16be6
Description: fullscreen PostScript presentation tool
 pspresent is a tool that displays PostScript slides in fullscreen, for
 giving presentations.  Navigation is simple: spacebar goes forward one
 slide, backspace takes you back one slide.  The escape key quits.  The
 display itself is double-buffered giving seamless transitions between
 slides.
Tag: interface::x11, role::program, scope::utility, use::viewing, 
works-with::text, works-with-format::postscript, x11::application




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#543435: O: freeglut -- OpenGL Utility Toolkit

2009-08-24 Thread Ana Guerrero
Package: wnpp
Severity: normal

The current maintainer of freeglut, Jamie Wilkinson ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: freeglut
Binary: freeglut3, freeglut3-dev, freeglut3-dbg
Version: 2.4.0-6.1
Priority: optional
Section: graphics
Maintainer: Jamie Wilkinson 
Build-Depends: debhelper (>= 4.0.0), libx11-dev, libxt-dev, libxext-dev, 
xlibmesa-gl-dev | mesag-dev | libgl-dev, libglu1-xorg-dev | xlibmesa-glu-dev | 
libglu-dev, libusbhid-dev [kfreebsd-i386 kfreebsd-amd64], automake1.9, 
autoconf, libtool
Architecture: any
Standards-Version: 3.7.2
Format: 1.0
Directory: pool/main/f/freeglut
Files:
 f9a172214213abb6d6d7bcad16e08e24 1194 freeglut_2.4.0-6.1.dsc
 6d16873bd876fbf4980a927cfbc496a1 469557 freeglut_2.4.0.orig.tar.gz
 ac3bf428a9e2f612782004ae8f278a0f 391155 freeglut_2.4.0-6.1.diff.gz
Checksums-Sha1: 
 91a528aa72758b7288a0d69a964b1b7e3f322a12 469557 freeglut_2.4.0.orig.tar.gz
 d4bbd9df9ee37ec44c227f6e644fd3adb8b810e8 391155 freeglut_2.4.0-6.1.diff.gz
Checksums-Sha256: 
 269f2d50ba30b381622eb36f20b552ad43a1b43d544b9075e484e7146e81b052 469557 
freeglut_2.4.0.orig.tar.gz
 bf27c10e4f5ace9fadeb9bc5ba5a592ea6a82e0d6999d806545a6a51c9cf7c9b 391155 
freeglut_2.4.0-6.1.diff.gz

Package: freeglut3
Priority: optional
Section: libs
Installed-Size: 340
Maintainer: Jamie Wilkinson 
Architecture: amd64
Source: freeglut
Version: 2.4.0-6.1
Replaces: glutg3 (<= 3.7-14), libglut3 (<= 3.7-23)
Provides: glutg3, libglut, libglut3
Depends: libc6 (>= 2.7-1), libgl1-mesa-glx | libgl1, libglu1-mesa | libglu1, 
libx11-6, libxext6
Conflicts: glutg3 (<= 3.7-14), libglut3 (<= 3.7-23)
Filename: pool/main/f/freeglut/freeglut3_2.4.0-6.1_amd64.deb
Size: 97052
MD5sum: 87bb14dc4f009acd4124f84494f91615
SHA1: ee38e7eb98bf20a0bf36e14cb52952cb38a8f9aa
SHA256: 14d64438a68036bb53d22cc20b64771c7e4f25c4a3bae8cc99d548562252d34c
Description: OpenGL Utility Toolkit
 GLUT is a window system independent toolkit for writing OpenGL programs,
 implementing a simple windowing API, which makes learning about and
 exploring OpenGL programming very easy.
 .
 GLUT is designed for constructing small to medium sized OpenGL programs,
 however it is not a full-featured toolkit, so large applications requiring
 sophisticated user interfaces are better off using native window system
 toolkits like GTK or Motif.
Tag: hardware::opengl, implemented-in::c, interface::3d, role::shared-lib, 
x11::library

Package: freeglut3-dev
Priority: optional
Section: libdevel
Installed-Size: 752
Maintainer: Jamie Wilkinson 
Architecture: amd64
Source: freeglut
Version: 2.4.0-6.1
Replaces: glut-doc (<= 3.7-23), glutg3-dev (<= 3.7-14), libglut3-dev (<= 3.7-23)
Provides: freeglut-dev, glut-doc, glutg3-dev, libglut-dev, libglut3-dev
Depends: freeglut3 (= 2.4.0-6.1), xlibmesa-gl-dev | mesag-dev | libgl-dev, 
xlibmesa-glu-dev | libglu-dev, libxt-dev, libxext-dev
Conflicts: freeglut-dev, glut-doc (<= 3.7-23), glutg3-dev (<= 3.7-14), 
libglut-dev, libglut3-dev (<= 3.7-23)
Filename: pool/main/f/freeglut/freeglut3-dev_2.4.0-6.1_amd64.deb
Size: 170346
MD5sum: 99b026ec9126dbbd7cccaa6b8c49e34c
SHA1: 013a772fb968efb56de6deb9a455eb510118e4fb
SHA256: 966886937e2b14464d08874344a73d52eca5c65ce399c3692da690649b4b980c
Description: OpenGL Utility Toolkit development files
 GLUT is a window system independent toolkit for writing OpenGL programs.
 It implements a simple windowing API, which makes learning about and
 exploring OpenGL programming very easy.
 .
 GLUT is designed for constructing small to medium sized OpenGL programs,
 however it is not a full-featured toolkit, so large applications requiring
 sophisticated user interfaces are better off using native window system
 toolkits like GTK or Motif.
 .
 This package contains libraries, and headers suitable for software development
 with GLUT.
Tag: devel::library, hardware::opengl, interface::3d, role::devel-lib, 
x11::library

Package: freeglut3-dbg
Priority: extra
Section: debug
Installed-Size: 536
Maintainer: Jamie Wilkinson 
Architecture: amd64
Source: freeglut
Version: 2.4.0-6.1
Depends: freeglut3 (= 2.4.0-6.1)
Filename: pool/main/f/freeglut/freeglut3-dbg_2.4.0-6.1_amd64.deb
Size: 14
MD5sum: 5a0c7355684c5f90d2e255695a815ed2
SHA1: c7dda73df4d26940fbfd01bf9fc55423be86ef23
SHA256: 14bbe79e62fc2ab5d35064c68b3de4583ec4305859bc9db33b894f4624c68b94
Description: OpenGL Utility Toolkit debugging information
 GLUT is a window system independent toolkit for writing OpenGL programs.
 It implements a simple windowing API, which makes learning about and
 exploring OpenGL programming very easy.
 .
 GLUT is designed for constructing small to medium sized OpenGL programs,
 however 

Bug#543432: O: chaksem -- LaTeX class for presentations

2009-08-24 Thread Ana Guerrero
Package: wnpp
Severity: normal

The current maintainer of chaksem, Jamie Wilkinson ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: chaksem
Binary: chaksem
Version: 1.7b-4
Priority: optional
Section: tex
Maintainer: Jamie Wilkinson 
Build-Depends: debhelper (>> 4.0.0)
Build-Depends-Indep: tetex-bin, tetex-extra
Architecture: all
Standards-Version: 3.7.2
Format: 1.0
Directory: pool/main/c/chaksem
Files:
 046cd11bc8ea58c99c50793185fb0fe3 599 chaksem_1.7b-4.dsc
 cef42376f85ec38f801528c1242e359e 6185 chaksem_1.7b.orig.tar.gz
 444c1c4c7755e324517c96723816ef74 2955 chaksem_1.7b-4.diff.gz

Package: chaksem
Priority: optional
Section: tex
Installed-Size: 112
Maintainer: Jamie Wilkinson 
Architecture: all
Version: 1.7b-4
Depends: tetex-bin, texlive-latex-recommended
Filename: pool/main/c/chaksem/chaksem_1.7b-4_all.deb
Size: 51530
MD5sum: 66453b83f54dbf40d9022bddad2b034c
SHA1: a36b96993e602ee34e8eea4b05f245dd21b88f16
SHA256: 48f9c8702ffc67627cf1bfa3962495d97b1ed3e6f0110307a6f032d519d2c615
Description: LaTeX class for presentations
 chaksem is a LaTeX2e class for slides.  Based on seminar, it adds
 support for running footers as well as itemised and numbered lists,
 with a layout that fits nicely to the sans serif font used for text.
 There is support for overlays, which includes the ability to accumulate
 text and images on the slides for online presentations.  Printable
 lecture notes with collapsed overlays are also able to be generated from
 this class.
Tag: role::plugin, use::viewing, works-with::text, works-with-format::tex




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#543442: O: pymad -- Python wrapper to the MPEG Audio Decoder library

2009-08-24 Thread Ana Guerrero
Package: wnpp
Severity: normal

The current maintainer of pymad, Jamie Wilkinson ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: pymad
Binary: python-pymad
Version: 0.5.4-3.2
Priority: optional
Section: interpreters
Maintainer: Jamie Wilkinson 
Build-Depends: debhelper (>= 5.0.37.2), python-all-dev (>= 2.3.5-11), 
libmad0-dev
Architecture: any
Standards-Version: 3.7.2
Format: 1.0
Directory: pool/main/p/pymad
Files:
 17f3b40e50d529a23a66be7d9ad1e695 628 pymad_0.5.4-3.2.dsc
 c4bb176cd12a4e80ae33616e2d2ec078 28911 pymad_0.5.4.orig.tar.gz
 b1adddfcb67ec1c8b5980672182b68c8 2862 pymad_0.5.4-3.2.diff.gz
Python-Version: all

Package: python-pymad
Priority: optional
Section: python
Installed-Size: 112
Maintainer: Jamie Wilkinson 
Architecture: amd64
Source: pymad (0.5.4-3.2)
Version: 0.5.4-3.2+b1
Replaces: python2.3-pymad (<< 0.5.4-3.1), python2.4-pymad (<< 0.5.4-3.1)
Depends: libc6 (>= 2.7-1), libmad0 (>= 0.15.1b-3)
Conflicts: python2.3-pymad (<< 0.5.4-3.1), python2.4-pymad (<< 0.5.4-3.1)
Filename: pool/main/p/pymad/python-pymad_0.5.4-3.2+b1_amd64.deb
Size: 14770
MD5sum: 4e7b75649a1072dc97bb3e330a2ad614
SHA1: f8d46f6b5beaec1667446ab6a2734c44de8d5a3f
SHA256: 2a6710d3ce80fd7d3a1b7c1e2c1fee9af063015d1296dbc6baa7a690cce6c793
Description: Python wrapper to the MPEG Audio Decoder library
 This module makes the MAD MP3 decoder library available to Python
 programs.  It provides a high-level API to the MAD functions, that make
 reading audio data from an MPEG stream simple.
Tag: devel::lang:python, devel::library, implemented-in::python, 
role::app-data, role::shared-lib, works-with::audio, works-with-format::mp3




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#543440: O: pmacct -- promiscuous mode traffic accountant

2009-08-25 Thread Ana Guerrero
On Tue, Aug 25, 2009 at 08:45:12PM +1000, Jamie Wilkinson wrote:
> Huh?
> At which point were you going to contact me and ask if I am still around?
>  As it happens I've been preparing some new packages at the moment.  Please
> close the dozen bugs you just filed until you have done your research.
>

I wrote to you 2 months ago... you never answered...
Feel free to re-upload packages and close the 0: bugs.

Ana


> 2009/8/25 Ana Guerrero 
> 
> > Package: wnpp
> > Severity: normal
> >
> > The current maintainer of pmacct, Jamie Wilkinson ,
> > is apparently not active anymore.  Therefore, I orphan this package now.
> >
> > Maintaining a package requires time and skills. Please only adopt this
> > package if you will have enough time and attention to work on it.
> >
> > If you want to be the new maintainer, please see
> > http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
> > instructions how to adopt a package properly.
> >
> > Some information about this package:
> >
> > Package: pmacct
> > Binary: pmacct
> > Version: 0.11.4-1
> > Priority: optional
> > Section: net
> > Maintainer: Jamie Wilkinson 
> > Build-Depends: debhelper (>= 4.0.0), zlib1g-dev, libpcap-dev, libpq-dev,
> > libmysqlclient15-dev, libsqlite3-dev
> > Architecture: any
> > Standards-Version: 3.7.2
> > Format: 1.0
> > Directory: pool/main/p/pmacct
> > Files:
> >  b7c8a04831334f30b365e805142f36ad 634 pmacct_0.11.4-1.dsc
> >  df2aff55718800c8373baf3a046d8e2b 422189 pmacct_0.11.4.orig.tar.gz
> >  715f799cf0b22502630a6868e483c3fc 29185 pmacct_0.11.4-1.diff.gz
> >
> > Package: pmacct
> > Priority: optional
> > Section: net
> > Installed-Size: 1492
> > Maintainer: Jamie Wilkinson 
> > Architecture: amd64
> > Source: pmacct (0.11.4-1)
> > Version: 0.11.4-1+b1
> > Depends: libc6 (>= 2.3), libmysqlclient16 (>= 5.1.36), libpcap0.8 (>=
> > 1.0.0-1), libpq5 (>= 8.4~0cvs20090328), libsqlite3-0 (>= 3.6.17), zlib1g (>=
> > 1:1.1.4), iproute
> > Filename: pool/main/p/pmacct/pmacct_0.11.4-1+b1_amd64.deb
> > Size: 585108
> > MD5sum: bae6d8309f6e3814ee71f474dd244894
> > SHA1: e00271f105242c54a841c605013ae881b48601e6
> > SHA256: e736a94de19afe95cd0fd12353e291e5f775151960ec2ae99520263216e6737f
> > Description: promiscuous mode traffic accountant
> >  pmacct is a tool designed to gather traffic information (bytes and number
> >  of packets) by listening on a promiscuous interface or for Netflow data,
> >  which may facilitate billing, bandwidth management, traffic analysis, or
> >  creating usage graphs.
> >  .
> >  Data can be stored in memory and queried, displayed directly, or written
> >  to a database; storage methods are quite flexible and may aggregate totals
> >  or keep them separate.
> > Tag: admin::accounting, admin::configuring, devel::lang:sql,
> > network::scanner, role::program, scope::utility, use::monitor,
> > works-with::db
> >
> >
> >
> >



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#531443: openthesaurus: diff for NMU version 20080808-2.1

2009-08-25 Thread Ana Guerrero
tags 531443 + patch
thanks

Hi,

The attached patch fixes #531443.

Regards.
diff -u openthesaurus-20080808/debian/changelog openthesaurus-20080808/debian/changelog
--- openthesaurus-20080808/debian/changelog
+++ openthesaurus-20080808/debian/changelog
@@ -1,3 +1,10 @@
+openthesaurus (20080808-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Remove openthesaurus-de-kword. (Closes: #531443)
+
+ -- Ana Beatriz Guerrero Lopez   Tue, 25 Aug 2009 14:25:35 +0200
+
 openthesaurus (20080808-2) unstable; urgency=low
 
   * move to /usr/share/mythes
diff -u openthesaurus-20080808/debian/control openthesaurus-20080808/debian/control
--- openthesaurus-20080808/debian/control
+++ openthesaurus-20080808/debian/control
@@ -6,12 +6,12 @@
 Build-Depends: debhelper (>= 4.0.0)
 Standards-Version: 3.7.2
 
-Package: openthesaurus-de-kword
-Architecture: all
-Depends: kword (>= 1:1.2.90+20030609-1), ${misc:Depends}
-Description: German Thesaurus for KWord
- This package contains the German OpenThesaurus (www.openthesaurus.de) thesaurus
- for usage with KWord (KThesaurus).
+#Package: openthesaurus-de-kword
+#Architecture: all
+#Depends: kword (>= 1:1.2.90+20030609-1), ${misc:Depends}
+#Description: German Thesaurus for KWord
+# This package contains the German OpenThesaurus (www.openthesaurus.de) thesaurus
+# for usage with KWord (KThesaurus).
 
 Package: openthesaurus-de-text
 Architecture: all


Bug#543502: outdated and incomplete copyright file

2009-08-25 Thread Ana Guerrero
Package: openthesaurus
Version: 20080808-2
Severity: serious
Justification: Policy 2.3

Hi!

While preparing a patch for #531443, I have seen that the copyright
information of your package is incomplete. It is missing the copyright
information and adding the LGPL blurb might be nice too.

Ana



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#543752: [ITP] gallery-uploader - simple tool to upload pictures and videos to Gallery

2009-08-27 Thread Ana Guerrero

Hi Pietro,

On Wed, Aug 26, 2009 at 07:28:05PM +0200, Pietro Battiston wrote:
> Package: wnpp
> Severity: wishlist
> 
> I'm (nearly finished) packaging gallery-uploader [0], a nice graphic app to 
> upload pictures to Gallery ( http://gallery.menalto.com ) installations.
> 
> Pietro Battiston
> 
> [0]: http://www.pietrobattiston.it/gallery_uploader



Could you read at [1] and follow the steps there?

Final "ITP" should be similar to [2]

[1] http://www.debian.org/devel/wnpp/

[2] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=543320

Then you can search for a sponsor in debian-mentors:
http://lists.debian.org/debian-mentors/

Thanks!
ana







-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#545393: RM: kiosktool -- RoM; kde3 obsolete; dead upstream

2009-09-06 Thread Ana Guerrero
Package: ftp.debian.org
Severity: normal


Hi,

After quick IRC talk with maintainer, I am asking for the removal of
kiosktool. Sadly, it does not have a direct replacement yet in KDE 4,
but it is totally useless in a KDE 4 desktop.

Ana



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#545396: .ora files look like zip archives! (... really openraster support bugs: no mime-info, no thumbnailer)

2009-09-07 Thread Ana Guerrero
On Mon, Sep 07, 2009 at 01:18:30PM +0100, Andrew Chadwick wrote:
> 
> Ana Beatriz, Raúl: would that seem acceptable from a KDE/krita
> perspective? I've no idea how KDE integrates thumbnailers, sadly.


krita has handled this on its way and ship:

cat /usr/share/mime/packages/krita_ora.xml


http://www.freedesktop.org/standards/shared-mime-info";>
  
  OpenRaster (long-term) Archiving document
  



So for krita users it is shown corrently. Actually, I think it better should be 
handled direclty by /usr/share/mime/packages/kde.xml.

In any case, why you do not submit the definition to share-mime-info upstream
and it is shown consistentely in all the desktops? Even if you do not have
any of the mentioned programs installed users can know what the file is about.

Ana



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#545392: Konqueror: Crashes on acid3 test

2009-09-08 Thread Ana Guerrero
On Sun, Sep 06, 2009 at 11:35:19PM +0200, Kai-Martin wrote:
> Package: konqueror
> Version: 4:4.2.4-1
> Severity: normal
> 
> 
> konqueror crashes on acid3 test provided by
>   http://www.webstandards.org/action/acid3
> The crash occures in the middle of the test at number 42. (Makes me wonder if 
> this
> is in any way related to the hitchhikers guide to the universe ...)
>

Works here with 4.3.1, it does not pass the test, sadly :)
Update and if you still have crashes, install the debugging packages to get a
proper backtrace.





-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#545915: Please update to 0.0.100

2009-09-09 Thread Ana Guerrero
Package: libnetfilter-conntrack
Severity: wishlist

netfilter-conntrack is out.
https://lists.netfilter.org/pipermail/netfilter-announce/2009/000145.html

thanks!
Ana



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#545914: Please update to 1.0.0

2009-09-09 Thread Ana Guerrero
Package: libnfnetlink
Severity: wishlist

libnfnetlink 1.0.0 is out.
https://lists.netfilter.org/pipermail/netfilter-announce/2009/000144.html

thanks!
Ana



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#545918: Please update to 0.9.13

2009-09-09 Thread Ana Guerrero
Package: conntrack
Severity: wishlist

conntrack(-tools) 0.9.13 is out.
https://lists.netfilter.org/pipermail/netfilter-announce/2009/000146.html

thanks! :)
Ana



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#546477: iscsitarget: Patch used in my NMU version 0.4.16+svn162-3.1

2009-09-13 Thread Ana Guerrero
Hi Pere,

On Sun, Sep 13, 2009 at 04:05:36PM +0200, Petter Reinholdtsen wrote:
> 
> Package: iscsitarget
> Version: 0.4.16+svn162-3.1
> Severity: wishlist
> Tags: patch
> 
> This is the patch used in my NMU.
>

> diff -u iscsitarget-0.4.16+svn162/debian/changelog 
> iscsitarget-0.4.16+svn162/debian/changelog
> --- iscsitarget-0.4.16+svn162/debian/changelog
> +++ iscsitarget-0.4.16+svn162/debian/changelog
> @@ -1,3 +1,11 @@
> +iscsitarget (0.4.16+svn162-3.1) unstable; urgency=low
> +
> +  * Non-maintainer upload to solve release goal.
> +  * Fix incorrect provides and dependencies in init.d script (Closes:
> +#542248).
> +
> + -- Petter Reinholdtsen   Sun, 13 Sep 2009 15:53:16 +0200
> +



You do not need to open another bug for this, you should update the bug you
are NMUing (#542248). A handy tool for doing this is using nmudiff that
generates the email automatically, ready to edit with mutt :)

Ana



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#463936: Source package contains non-free IETF RFC/I-D

2008-03-19 Thread Ana Guerrero

tags 463936 +pending
thanks

On Mon, Feb 04, 2008 at 10:47:03AM +0100, Simon Josefsson wrote:
> Severity: serious
> Package: kdepimlibs
> Version: 4:4.0.0-4
> User: [EMAIL PROTECTED]
> Usertags: nonfree-doc rfc
> 
> Hi!
> 
> This source package contains the following files from the
> IETF under non-free license terms:
> 
>   kdepimlibs-4.0.0/kioslave/sieve/draft-murchison-sieve-subaddress-05.txt
>   kdepimlibs-4.0.0/kioslave/sieve/draft-murchison-sieve-regex-06.txt
>   kdepimlibs-4.0.0/kioslave/sieve/draft-martin-managesieve-04.txt
>   kdepimlibs-4.0.0/kioslave/sieve/draft-showalter-sieve-vacation-04.txt
>   kdepimlibs-4.0.0/kioslave/sieve/draft-martin-sieve-notify-01.txt
>   kdepimlibs-4.0.0/kioslave/sieve/draft-degener-sieve-body-00.txt
> 
>  and in the same directory also:
> 
>   draft-daboo-sieve-include.txt
>   draft-daboo-sieve-spamtest.txt
>   draft-degener-sieve-copy.txt
>   draft-degener-sieve-editheader.txt
>   draft-degener-sieve-multiscript.txt
>   draft-homme-sieve-variables.txt
>   draft-melnikov-sieve-imapflags.txt
> 
> The license on RFC/I-Ds is not DFSG-free, see:
>  * http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=199810
>  * http://release.debian.org/removing-non-free-documentation
>  * http://wiki.debian.org/NonFreeIETFDocuments
> 
> The etch release policy says binary and source packages must each be free:
>  * http://release.debian.org/etch_rc_policy.txt
> 
> The severity is serious, because this violates the Debian policy:
>  * http://www.debian.org/doc/debian-policy/ch-archive.html#s-dfsg
> 
> There are (at least) three ways to fix this problem.  In order of
> preference:
> 
> 1. Ask the author of the RFC to re-license the RFC under a free
>license.  A template for this e-mail request can be found at
>http://wiki.debian.org/NonFreeIETFDocuments
> 
> 2. Remove the non-free material from the source, e.g., by re-packaging
>the upstream archive and adding 'dfsg' to the Debian package
>version name.
> 
> 3. Move the package to non-free.
> 
> General discussions are kindly requested to take place on debian-legal
> or debian-devel in the thread with Subject: "Non-free IETF RFC/I-Ds in
> source packages".

I have added a prune-nonfree script to kdepimlibs so we'll remember pruning
those files and re-packing the tarball with newer upstream releases.
I won't upload a repackaged tarball so this bug won't fixed until beginning of
april when KDE 4.0.3 will be released.

Ana



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



Bug#476740: RM: kvirc2 -- RoQA; superseeded by kvirc, unmaintained

2008-04-18 Thread Ana Guerrero
Package: ftp.debian.org
Severity: normal

Please, remove kvirc2, it was superseeded by kvirc some time ago.

Ana



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



Bug#476741: RM: mcvs -- RoQA; unmaintained, few users, dead upstream

2008-04-18 Thread Ana Guerrero
Package: ftp.debian.org
Severity: normal

Please, remove mcvs from the archive:

- very low popcon (28)
- unmaintained, latest maintainer upload was on 2006-08
- dead upstream 

Ana



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



<    2   3   4   5   6   7   8   9   10   11   >