Bug#775979: marked as done (wicd-curses: Typos in german translation)

2016-02-09 Thread Debian Bug Tracking System
Your message dated Tue, 9 Feb 2016 12:39:56 +0100
with message-id <56b9d00c.8010...@mailbox.org>
and subject line was fixed upstream in 1.7.3-1
has caused the Debian Bug report #775979,
regarding wicd-curses: Typos in german translation
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
775979: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=775979
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wicd-curses
Severity: minor
Tags: patch

The attached patch fixes some typos in the german translation.




-- System Information:
Debian Release: 7.5
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-4-amd64 (SMP w/8 CPU cores)
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
>From 2c1cb6abb7e8fc627673e0bd0389becb60f3d39f Mon Sep 17 00:00:00 2001
From: Simon Kainz 
Date: Thu, 22 Jan 2015 09:03:31 +0100
Subject: [PATCH] Fix some typos in the german translation

---
 po/de.po |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/po/de.po b/po/de.po
index ccd7923..64291e2 100644
--- a/po/de.po
+++ b/po/de.po
@@ -338,7 +338,7 @@ msgstr "WPA-Konfigurationsdatei wird erzeugt …"
 
 #: gtk/netentry.py:233
 msgid "Global DNS has not been enabled in general preferences."
-msgstr "Globale DNS wurde in den Einstellungen noch nicht freigeschaltet"
+msgstr "Globales DNS wurde in den Einstellungen noch nicht freigeschaltet"
 
 #: curses/prefs_curses.py:72
 msgid "Global DNS servers"
@@ -425,7 +425,7 @@ msgstr ""
 "Verbindungsaufbau sowie bei Verbindungsabbruch ausgeführt werden sollen. "
 "Tragen Sie dazu den vollständigen Pfad zu den Skripten (nicht den "
 "eigentlichen Skriptinhalt - den müssen Sie separat in die entsprechenden "
-"Dateien eintragen) in die entsprechenden Felder. Schauen Sie die man-Seite "
+"Dateien eintragen) in die entsprechenden Felder ein. Schauen Sie die man-Seite "
 "für mehr Informationen an."
 
 #: wicd/translations.py:81
@@ -704,11 +704,11 @@ msgstr "Verschlüsselung verwenden (nur WEP)"
 
 #: curses/netentry_curses.py:54 gtk/netentry.py:89
 msgid "Use Static DNS"
-msgstr "Statische DNS verwenden"
+msgstr "Statisches DNS verwenden"
 
 #: curses/netentry_curses.py:49 gtk/netentry.py:88
 msgid "Use Static IPs"
-msgstr "Statische IP-Adressem verwenden"
+msgstr "Statische IP-Adressen verwenden"
 
 #: curses/netentry_curses.py:190 gtk/netentry.py:636
 msgid "Use as default profile (overwrites any previous default)"
@@ -950,7 +950,7 @@ msgid ""
 "is already active."
 msgstr ""
 "Wicd versucht mit dieser Option eine Verbindung über das Kabel herzustellen, "
-"sobald dieses eingesteckt wird. Auch wenn eine kabellose Verbindung aktiv "
+"sobald dieses eingesteckt wird, auch wenn eine kabellose Verbindung aktiv "
 "ist."
 
 #: data/wicd.ui:542
-- 
1.7.10.4

--- End Message ---
--- Begin Message ---


These typos were fixed in upstream 1.7.3-1 as you can see in this excerpt:

$ git diff stretch debian/1.7.3-1 po/de.po | grep -B 5 -A 1 "IP-Adressem"

-msgstr "Statische DNS verwenden"
+msgstr "Statisches DNS benutzen"

 #: curses/netentry_curses.py:49 gtk/netentry.py:88
 msgid "Use Static IPs"
-msgstr "Statische IP-Adressem verwenden"
+msgstr "Statische IP-Adressen verwenden"--- End Message ---


Bug#684111: marked as done (wicd gui doesn't update pre/post connection script settings)

2016-02-09 Thread Debian Bug Tracking System
Your message dated Tue, 9 Feb 2016 12:53:34 +0100
with message-id <56b9d33e.6020...@mailbox.org>
and subject line bug was forgotten to be marked as done
has caused the Debian Bug report #684111,
regarding wicd gui doesn't update pre/post connection script settings
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
684111: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=684111
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wicd
Version: 1.7.2.4-2
Severity: normal
Tags: patch

Dear Maintainer,

I had the problem that the wicd GUI did not keep any changes that I
made to the pre/post connection script settings, via the property
window for an interface.

After some digging, it appears that the ConsoleManager interface
got changed to have "write()" without arguments, so I patched my
/usr/share/wicd/gtk/configscript.py for this, according to the
following diff:
-
95c95,96
< con.write(open(wired_conf, "w"))
---
> #con.write(open(wired_conf, "w"))
> con.write()
106c107,108
< con.write(open(wireless_conf, "w"))
---
> #con.write(open(wireless_conf, "w"))
> con.write()
-

That seems to have made it work for me.

regards,

Ralph.

-- System Information:
Debian Release: 6.0.5
  APT prefers testing
  APT policy: (1001, 'testing'), (1000, 'stable'), (500, 'stable-updates')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-2-686-pae (SMP w/8 CPU cores)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages wicd depends on:
ii  wicd-daemon 1.7.2.4-2
ii  wicd-gtk [wicd-client]  1.7.2.4-2

wicd recommends no packages.

wicd suggests no packages.

Versions of packages wicd-gtk depends on:
ii  python 2.7.3~rc2-1
ii  python-glade2  2.24.0-3
ii  python-gtk22.24.0-3
ii  wicd-daemon1.7.2.4-2

Versions of packages wicd-gtk recommends:
ii  gksu   2.0.2-5
ii  python-notify  0.1.1-3

Versions of packages wicd-daemon depends on:
ii  adduser 3.112+nmu2
ii  dbus1.2.24-4+squeeze1
ii  debconf 1.5.36.1
ii  iproute 20100519-3
ii  iputils-ping3:20100418-3
ii  isc-dhcp-client [dhcp3-client]  4.1.1-P1-15+squeeze3
ii  lsb-base3.2-23.2squeeze1
ii  net-tools   1.60-23
ii  psmisc  22.11-1
ii  python  2.7.3~rc2-1
ii  python-dbus 1.1.0-1
ii  python-gobject  3.2.2-1
ii  python-wicd 1.7.2.4-2
ii  wireless-tools  30~pre9-8
ii  wpasupplicant   0.6.10-2.1

Versions of packages wicd-daemon recommends:
ii  wicd-gtk [wicd-client]  1.7.2.4-2

Versions of packages wicd-daemon suggests:
ii  pm-utils  1.3.0-3

Versions of packages python-wicd depends on:
ii  python 2.7.3~rc2-1
ii  python2.6  2.6.6-8+b1
ii  python2.7  2.7.3~rc2-2.1

-- debconf information:
* wicd/users:
--- End Message ---
--- Begin Message ---

David has just overseen to close this bug, so I'll do that now.--- End Message ---


Bug#689417: opencryptoki: CVE-2012-4454 CVE-2012-4455

2016-02-09 Thread Jonathan Wiltshire
Package: opencryptoki

Dear maintainer,

Recently you fixed one or more security problems and as a result you closed
this bug. These problems were not serious enough for a Debian Security
Advisory, so they are now on my radar for fixing in the following suites
through point releases:

squeeze (6.0.8) - use target "oldstable"

Please prepare a minimal-changes upload targetting each of these suites,
and submit a debdiff to the Release Team [0] for consideration. They will
offer additional guidance or instruct you to upload your package.

I will happily assist you at any stage if the patch is straightforward and
you need help. Please keep me in CC at all times so I can
track [1] the progress of this request.

For details of this process and the rationale, please see the original
announcement [2] and my blog post [3].

0: debian-rele...@lists.debian.org
1: http://prsc.debian.net/tracker/689417/
2: <201101232332.11736.th...@debian.org>
3: http://deb.li/prsc

Thanks,

with his security hat on:
--
Jonathan Wiltshire  j...@debian.org
Debian Developer http://people.debian.org/~jmw

4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51



Processing of fet_5.28.6-1_source.changes

2016-02-09 Thread Debian FTP Masters
fet_5.28.6-1_source.changes uploaded successfully to localhost
along with the files:
  fet_5.28.6-1.dsc
  fet_5.28.6.orig.tar.bz2
  fet_5.28.6-1.debian.tar.xz

Greetings,

Your Debian queue daemon (running on host franck.debian.org)



fet_5.28.6-1_source.changes ACCEPTED into unstable

2016-02-09 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 09 Feb 2016 14:47:38 +0100
Source: fet
Binary: fet fet-data
Architecture: source
Version: 5.28.6-1
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Gianfranco Costamagna 
Description:
 fet- timetable generator
 fet-data   - timetable generator - documentation and examples
Changes:
 fet (5.28.6-1) unstable; urgency=medium
 .
   * QA upload.
   * [af8b3621] Imported Upstream version 5.28.6
   * [30fda20d] Bump std-version to 3.9.7, no changes required.
Checksums-Sha1:
 9cf34cf455d1c98d8addcd2bc863caf040b6c5ba 1869 fet_5.28.6-1.dsc
 88c73ae8fa06eee6c1cc2ebd360092932302e4d5 9810352 fet_5.28.6.orig.tar.bz2
 a9f424adaac8af78d88d2d6654897805b332cb63 16068 fet_5.28.6-1.debian.tar.xz
Checksums-Sha256:
 f7adb5d6498ec6f0104559dc8957add0da184084aababb976c7679d6d28db960 1869 
fet_5.28.6-1.dsc
 ecfd5711798b2b01308f38fd4604f124a99add154e82b5cb254c16cbd069eb97 9810352 
fet_5.28.6.orig.tar.bz2
 e7639a0408fbad0c95b3c5dbf480fcdec77e9879822167becb61024c171bd132 16068 
fet_5.28.6-1.debian.tar.xz
Files:
 86e4883ca01eeaed69713147b97ff5a0 1869 utils optional fet_5.28.6-1.dsc
 17439bd8f6511f299d6aac9663797d3d 9810352 utils optional fet_5.28.6.orig.tar.bz2
 89dbbb2acdf56fdb90863517bbf72d56 16068 utils optional 
fet_5.28.6-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJWue5kAAoJEPNPCXROn13ZGswP/jTZd309d5IJj/qIg5HzNV1S
aOC6yH6itTNOnPd89AQdSATEUHANHxCVYFrwSkXCwJ+C9jcfswb74MQc4X0x8PuL
4qjEkOp9K9CujRKRKDL43YwgQf8yjBG3rj9AqvaJuz2f3YpvZS9/l8Q5eyYdtwl4
6Ymo5vOgFYAnFsMx3172Rh76j5zGpYTOuXJKsJfQwXzIkzStHuSfoqCVaBAWa4Bw
mawgt691QZeX8ykd4CmNuV74iNfbjxyDXwUrwkoJC1t+jFr8cp5KXhULdxZYqX/O
qQgfX20WCyPLFIB5vAZUXKz/lPQxfD9SWB+WivKAmgis9G39o19DvrmmQOZciPG7
jGXuw4uP4TaE2Bi/Q/qbq4ByUAT2iZjiH/tyTm7nW7ReSa0GRJrKurpulb5G7ffT
fm1vr/ziNRxQGOwgdYFy4xzm47i82gwaFrhNZH74QVpBDzleZtE0SmzsAUoL2raa
twibUY+xVtfL5HgxM49zxF7vzwRq4F+IxWRsqAkLjyG+0rf5f5Xj87fo9Fy/+9lx
uUZcr8cklQx2U3UEhwNQGhV7owafFPSEGDGw9bMR8CtjP56aFSsvp0ONkjh1PyCK
nmlkGlFhuatzVQ3gfgZvmerB4i3ffHIdc1KRzYwlbg41pIKn3hAHlGh+eCWMmjtt
aOYZNd9HHJqJDwK8DqJR
=mxy/
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Al aan een lekkere gin gedacht voor Valentijn?

2016-02-09 Thread Julia van The King Stores

Deze email nieuwsbrief werd in grafisch HTML formaat verzonden.
Als u deze tekstversie ziet, verkiest uw email programma "gewone tekst" emails.
U kan de originele nieuwsbrief online bekijken:
http://sendmail.itdude.be/zTYZKt



View this email online ( http://sendmail.itdude.be/zTYZKt )

HAPPY VALENTINE'S DAY

Nog op zoek naar de perfecte apéro of het perfecte cadeau? Verras
jouw Valentijn met een fles gin, succes gegarandeerd!

FILLIERS TANGERINE

De traditionele Classic gin van Filliers werd verrijkt met mandarijn.
Dit resulteerde in een zachte en fruitige gin met de frisse smaak van
sinaasappel en mandarijn, de Filliers Tangerine!

SPRING GIN LADIES EDITION

De Spring Gin Ladies Edition is een ode aan de vrouw. Het is een
florale zachte gin die uitblinkt in elegantie. Proef de subtiele
tannines van thee, en het fijne aroma van perziken in de afdronk.

BCN GIN

BCN ("Barcelona") gin wordt door 2 Belgen gedistilleerd in de
magische bergen van Priorat. Elk ingrediënt en elk deel van het
productieproces is 100% natuurlijk. BCN Gin is pas sinds eind 2015
beschikbaar in België. Ontdek hem in onze shop.

WWW.THEKINGSTORES.COM ( HTTP://WWW.THEKINGSTORES.COM/ )

Copyright  2015 www.thekingstores.com, Alle rechten voorbehouden.
Dit is een commerciële mail.
Geen interesse in onze nieuwsbrief? uitschrijven ( 
http://sendmail.itdude.be/ugjwmyejgsghwwujmgumqhggusuuq ).



Bug#770369: I may have a solution for the bug 770369

2016-02-09 Thread S Andreason

Arnaud Ceyrolle wrote:
Hello, I think I might have found why Eterm is behaving like this and 
have also a solution.


From the source tarball listed in the page:
https://packages.debian.org/jessie/eterm

at the link in the right :
eterm_0.9.6.orig.tar.gz 



My modification is to just change the line 1564 in src/command.c
from
unsigned short i;
to
unsigned long i;

and recompile, it works for me.

Let me know if it works for you.


Hi Arnaud,

Good job! That fixes the bug.
Eterm is working now.

Stewart



Bug#814289: python3-pdfrw: wrongly provides/conflicts (python-)pdfrw

2016-02-09 Thread Aaron M. Ucko
Package: python3-pdfrw
Version: 0.2-2
Severity: normal

AFAICT, the only reason the python-pdfrw package
Replaces/Provides/Conflicts pdfrw is that the very first pdfrw upload
accidentally left "python-" off of the binary module package name.  As
such, these settings make no sense for python3-pdfrw, and moreover
block coinstallability with python-pdfrw.  Please remove them from
python3-pdfrw; it should also be safe to retire them from
python-pdfrw, as the original pdfrw binary package was never part of a
release, and hasn't existed in years.

Thanks!

-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable'), (300, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.3.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)



obexfs is marked for autoremoval from testing

2016-02-09 Thread Debian testing autoremoval watch
obexfs 0.11-1.1 is marked for autoremoval from testing on 2016-03-07

It (build-)depends on packages with these RC bugs:
811054: obexftp: FTBFS: object.c:39:43: error: parameter 1 ('obex') has 
incomplete type