Processed: cloning 821055, reassign -1 to live-build

2016-04-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> clone 821055 -1
Bug #821055 [live-wrapper] live builds will need UEFI Secure Boot changes
Warning: Unknown package 'live-wrapper'
Bug 821055 cloned as bug 821084
Warning: Unknown package 'live-wrapper'
820036 was blocked by: 821053 820050 820038 820124 820129 820037 820052 821051 
820041 821055 820010 821054 820006 820008
820036 was not blocking any bugs.
Added blocking bug(s) of 820036: 821084; removed blocking bug(s) of 820036: 
820129, 820037, 820050, 820006, 820008, 820052, 820010, 821055, 821051, 820124, 
820041, 821053, 821054, and 820038
Warning: Unknown package 'live-wrapper'
Warning: Unknown package 'live-wrapper'
> reassign -1 live-build
Bug #821084 [live-wrapper] live builds will need UEFI Secure Boot changes
Warning: Unknown package 'live-wrapper'
Bug reassigned from package 'live-wrapper' to 'live-build'.
Ignoring request to alter found versions of bug #821084 to the same values 
previously set
Ignoring request to alter fixed versions of bug #821084 to the same values 
previously set
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
820036: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=820036
821055: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=821055
821084: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=821084
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Weekend, tijd voor een apéro!

2016-04-15 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/zBuXcA



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

WEEKEND, HET IS WEER TIJD VOOR EEN APÉRO

De eerste terrasjes zijn een feit en de zomer komt eraan! Tijd om te
genieten van een lekkere gin.

Hieronder alvast een greep uit ons ruim assortiment.
Steeds aan de beste prijs!

X-GIN

X-Gin, 46% 50cl, is een vernieuwende gin op basis van Cacaobonen uit
Colombia, Hazelnoten uit Piemonté, Amandelnoten uit Avola, Wilde
Peper en Vanillestokken uit Madagascar.
Benieuwd?

GENEROUS GIN

Generous Gin, 40% 70cl, een Franse gin, uitermate zacht en
aromatisch. Gepresenteerd in een prachtige witte fles die zeer mooi
gedecoreerd is met zwarte bloemen.

SYLVIUS GIN

Sylvius Gin, 45% 70cl, een uitzonderlijke gin uit Nederland,
Schiedam, de jeneverstad van Nederland. De gin wordt gedistilleerd bij
distilleerderij "Onder De Boompjes".
Dorst gekregen?

GASTRO GIN & JONNIE

Gastro Gin & Jonnie, 45% 70cl, met vijf pepers, venkelzaad en -bloem
en citrus heeft Jonnie Boer een 'spannende, complexe ginstijl' op de
markt gebracht.
Benieuwd?

GEEN GIN LIEFHEBBER?
WE HEBBEN NOG VEEL MEER !

WHISKY KING SHOP

Ruim aanbod whisky, commerciële en unieke whisky's.

RUM KING SHOP

Ruim aanbod rum, commerciële en unieke rum.

WODKA KING SHOP

Ruim aanbod wodka, commerciële en unieke wodka.

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

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



Bug#821105: ifrit: Prepare for transition to VTK 6.3

2016-04-15 Thread Gert Wollny
Package: ifrit
Version: 4.1.2-4
Severity: important
Tags: patch

Dear Maintainer,

the package does not compile against VTK 6.3. The attached patch fixes this.
Note that once the transition starts, the severity of the bug will be raised to
serious.

libvtk6-dev (6.3) is currently available from experimental.

Best,
Gert




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

Kernel: Linux 4.4.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
--- a/core/icaption.cpp
+++ b/core/icaption.cpp
@@ -145,7 +145,7 @@
 		//  and four edge centers.
 		//
 		float d2, d2min, pt[3], ptmin[2];
-		d2min = VTK_LARGE_FLOAT;
+		d2min = VTK_FLOAT_MAX;
 		pt[2] = pa[2] = 0.0;
 
 		for(j=0; j<8; j++)
--- a/core/irunner.cpp
+++ b/core/irunner.cpp
@@ -32,7 +32,9 @@
 VTK_MODULE_INIT(vtkRenderingOpenGL);
 VTK_MODULE_INIT(vtkRenderingVolumeOpenGL);
 VTK_MODULE_INIT(vtkRenderingFreeType);
+#if VTK_MAJOR_VERSION <6 || (VTK_MAJOR_VERSION ==6 && VTK_MINOR_VERSION < 3) 
 VTK_MODULE_INIT(vtkRenderingFreeTypeOpenGL);
+#endif 
 #endif
 
 #include "irunner.h"


Bug#821105: ifrit: Prepare for transition to VTK 6.3

2016-04-15 Thread Gianfranco Costamagna
control: tags -1 patch
control: tags -1 pending

Hi Gert, I prepared the update and pushed as qa upload on deferred/4, to let 
the current one migrate.

thanks

G.

On Fri, 15 Apr 2016 17:16:31 +0200 Gert Wollny  wrote:
> Package: ifrit
> Version: 4.1.2-4
> Severity: important
> Tags: patch
> 
> Dear Maintainer,
> 
> the package does not compile against VTK 6.3. The attached patch fixes this.
> Note that once the transition starts, the severity of the bug will be raised 
> to
> serious.
> 
> libvtk6-dev (6.3) is currently available from experimental.
> 
> Best,
> Gert
> 
> 
> 
> 
> -- System Information:
> Debian Release: stretch/sid
>   APT prefers unstable-debug
>   APT policy: (500, 'unstable-debug'), (500, 'unstable'), (500, 'testing'), 
> (1, 'experimental')
> Architecture: amd64 (x86_64)
> Foreign Architectures: i386
> 
> Kernel: Linux 4.4.0-1-amd64 (SMP w/2 CPU cores)
> Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/dash
> Init: systemd (via /run/systemd/system)



signature.asc
Description: OpenPGP digital signature


Processed: Re: ifrit: Prepare for transition to VTK 6.3

2016-04-15 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 patch
Bug #821105 [ifrit] ifrit: Prepare for transition to VTK 6.3
Ignoring request to alter tags of bug #821105 to the same tags previously set
> tags -1 pending
Bug #821105 [ifrit] ifrit: Prepare for transition to VTK 6.3
Added tag(s) pending.

-- 
821105: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=821105
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processing of ifrit_4.1.2-5_source.changes

2016-04-15 Thread Debian FTP Masters
ifrit_4.1.2-5_source.changes uploaded successfully to localhost
along with the files:
  ifrit_4.1.2-5.dsc
  ifrit_4.1.2-5.debian.tar.xz

Greetings,

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



Bug#786590: marked as done (dwb: segfaults with libwebkitgtk-3.0-0 2.4.9-1)

2016-04-15 Thread Debian Bug Tracking System
Your message dated Fri, 15 Apr 2016 19:25:19 +
with message-id 
and subject line Bug#820351: Removed package(s) from unstable
has caused the Debian Bug report #786590,
regarding dwb: segfaults with libwebkitgtk-3.0-0 2.4.9-1
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.)


-- 
786590: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=786590
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: dwb
Version: 20150419git-1
Severity: normal

Hi,

not sure this report belongs here or to the webkitgtk package, please
reassign as appropriate.

After having upgraded libwebkitgtk from version 2.4.8-2 to 2.4.9-1, dwb
segfaults almost at everything.

Program received signal SIGSEGV, Segmentation fault.
0x7320f540 in g_type_check_instance_cast () from
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0

Downgrading libwebkitgtk-3.0-0:amd64 libwebkitgtk-3.0-common:amd64 and
libjavascriptcoregtk-3.0-0:amd64 to version 2.4.8-2 fixes the issue.


-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 4.0.0-1-amd64 (SMP w/2 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: sysvinit (via /sbin/init)

Versions of packages dwb depends on:
ii  libc6   2.19-18
ii  libcairo2   1.14.2-2
ii  libgdk-pixbuf2.0-0  2.31.4-1
ii  libglib2.0-02.44.1-1
ii  libgnutls-deb0-28   3.3.15-2
ii  libgtk-3-0  3.14.5-1
ii  libjavascriptcoregtk-3.0-0  2.4.9-1
ii  libpango-1.0-0  1.36.8-3
ii  libsecret-1-0   0.18.2-1
ii  libsoup2.4-12.48.0-1
ii  libwebkitgtk-3.0-0  2.4.9-1
ii  libx11-62:1.6.3-1

Versions of packages dwb recommends:
ii  wget   1.16.3-2
ii  xterm  318-2

dwb suggests no packages.

-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 20150419git-2+rm

Dear submitter,

as the package dwb has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/820351

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)--- End Message ---


Bug#818828: marked as done (dwb: FTBFS with libc 2.23: non-floating-point argument in call to function '__builtin_isnan')

2016-04-15 Thread Debian Bug Tracking System
Your message dated Fri, 15 Apr 2016 19:25:19 +
with message-id 
and subject line Bug#820351: Removed package(s) from unstable
has caused the Debian Bug report #818828,
regarding dwb: FTBFS with libc 2.23: non-floating-point argument in call to 
function '__builtin_isnan'
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.)


-- 
818828: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=818828
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: dwb
Version: 20150419git-2
Severity: important
User: debian-gl...@lists.debian.org
Usertags: 2.23

This package fails to build with libc6 2.23 (2.23-0experimental0 from
experimental).

> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
> cc scripts/cl_gobject.c
> scripts/cl_gobject.c: In function 'gobject_disconnect':
> scripts/cl_gobject.c:488:5: error: non-floating-point argument in call to 
> function '__builtin_isnan'
>  if (!isnan(id))
>  ^
> Makefile:44: recipe for target 'scripts/cl_gobject.o' failed
> make[2]: *** [scripts/cl_gobject.o] Error 1

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise
--- End Message ---
--- Begin Message ---
Version: 20150419git-2+rm

Dear submitter,

as the package dwb has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/820351

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)--- End Message ---


Bug#761673: marked as done (dwb: two-finger scroll is laggy on slow computer)

2016-04-15 Thread Debian Bug Tracking System
Your message dated Fri, 15 Apr 2016 19:25:19 +
with message-id 
and subject line Bug#820351: Removed package(s) from unstable
has caused the Debian Bug report #761673,
regarding dwb: two-finger scroll is laggy on slow computer
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.)


-- 
761673: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=761673
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: dwb
Version: 20140702hg-1
Severity: normal

Dear Maintainer,

if i open a page in dwb and use two finger scrolling, the scrolling is
laggy,
choppy and irregular. it takes a couple seconds to complete a long scrolling
motion.

i don't mind choppiness and would prefer to see very choppy (unsmooth)
behavior
instead of an irregular rate of scrolling.

i'm using an old IBM T42 with a pentium processor and a synaptics touchpad.

thanks for dwb in debian :-)


-andrew




-- System Information:
Debian Release: jessie/sid
  APT prefers testing-updates
  APT policy: (500, 'testing-updates'), (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 3.14-2-686-pae (SMP w/1 CPU core)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages dwb depends on:
ii  libc6   2.19-10
ii  libcairo2   1.12.16-5
ii  libgdk-pixbuf2.0-0  2.30.8-1
ii  libglib2.0-02.40.0-5
ii  libgnutls-deb0-28   3.3.7-2
ii  libgtk-3-0  3.12.2-3+b1
ii  libjavascriptcoregtk-3.0-0  2.4.5-2
ii  libpango-1.0-0  1.36.7-1
ii  libsecret-1-0   0.18-1
ii  libsoup2.4-12.46.0-2
ii  libwebkitgtk-3.0-0  2.4.5-2
ii  libx11-62:1.6.2-3

Versions of packages dwb recommends:
ii  wget   1.15-1+b1
ii  xterm  310-1

dwb suggests no packages.

-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 20150419git-2+rm

Dear submitter,

as the package dwb has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/820351

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)--- End Message ---


Bug#712541: marked as done (dwb: Debian's gtk+ preference deviates from upstream)

2016-04-15 Thread Debian Bug Tracking System
Your message dated Fri, 15 Apr 2016 19:25:19 +
with message-id 
and subject line Bug#820351: Removed package(s) from unstable
has caused the Debian Bug report #712541,
regarding dwb: Debian's gtk+ preference deviates from upstream
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.)


-- 
712541: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=712541
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: dwb
Version: 20130503hg-2
Tags: patch

Quoting from the file INSTALL in the root of the dwb source tree:

  The default build process will try to link against gtk2, if gtk2 isn't
  installed it will link against gtk3.

Reading through irc logs for #dwb exposes some critisism on the matureness of
gtk3. Until upstream considers gtk3 being ready for prime time by building for
it by default, it makes no sense that the debian packaging deviates from
upstream by linking towards libs not primarily developed for.

Please consider applying the suggested fix from: (also attached)

  http://git.netizen.se/git/dwb/commit/?h=fix/use_gtk2

Thank you,
-- 
/Martin
diff --git a/debian/control b/debian/control
index 0db3d69..053b1b2 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,8 @@ Section: web
 Priority: extra
 Maintainer: Nathan Owens 
 Build-Depends: debhelper (>= 9),
- libwebkitgtk-3.0-dev,
+ libwebkitgtk-dev,
+ libgtk2.0-dev,
  libgnutls-dev,
  libsoup2.4-dev,
  libjson0-dev,
diff --git a/debian/rules b/debian/rules
index a257481..0bb3242 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-export GTK=3
+export GTK=2
 export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed
 
 COMMIT=d6755999c1b16af33353a4fc248a3e8c56abe49d
--- End Message ---
--- Begin Message ---
Version: 20150419git-2+rm

Dear submitter,

as the package dwb has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/820351

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)--- End Message ---


Bug#797124: marked as done (dwb: Crash on a specific URL)

2016-04-15 Thread Debian Bug Tracking System
Your message dated Fri, 15 Apr 2016 19:25:19 +
with message-id 
and subject line Bug#820351: Removed package(s) from unstable
has caused the Debian Bug report #797124,
regarding dwb: Crash on a specific URL
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.)


-- 
797124: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=797124
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: dwb
Version: 20140702hg-2
Severity: important

Dear Maintainer,

I get a program crash on the following URL: 
http://www.theregister.co.uk/2015/08/26/ai_translation_tools/ when 
I load it and try to select and copy some text.

Thank you for your attention.

-- System Information:
Debian Release: 8.1
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 3.16.0-4-686-pae (SMP w/2 CPU cores)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages dwb depends on:
ii  libc6   2.19-18
ii  libcairo2   1.14.0-2.1
ii  libgdk-pixbuf2.0-0  2.31.1-2+deb8u2
ii  libglib2.0-02.42.1-1
ii  libgnutls-deb0-28   3.3.8-6+deb8u2
ii  libgtk-3-0  3.14.5-1
ii  libjavascriptcoregtk-3.0-0  2.4.8-2
ii  libpango-1.0-0  1.36.8-3
ii  libsecret-1-0   0.18-1+b1
ii  libsoup2.4-12.48.0-1
ii  libwebkitgtk-3.0-0  2.4.8-2
ii  libx11-62:1.6.2-3

Versions of packages dwb recommends:
ii  wget   1.16-1
ii  xterm  312-2

dwb suggests no packages.

-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 20150419git-2+rm

Dear submitter,

as the package dwb has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/820351

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)--- End Message ---


Bug#820351: Removed package(s) from unstable

2016-04-15 Thread Debian FTP Masters
We believe that the bug you reported is now fixed; the following
package(s) have been removed from unstable:

   dwb | 20150419git-2 | source
   dwb | 20150419git-2+b1 | amd64, arm64, armel, armhf, hurd-i386, i386, 
kfreebsd-amd64, kfreebsd-i386, mips, mips64el, mipsel, powerpc, ppc64el, s390x

--- Reason ---
RoQA; dead upstream, web browser without any support
--

Note that the package(s) have simply been removed from the tag
database and may (or may not) still be in the pool; this is not a bug.
The package(s) will be physically removed automatically when no suite
references them (and in the case of source, when no binary references
it).  Please also remember that the changes have been done on the
master archive and will not propagate to any mirrors until the next
dinstall run at the earliest.

Packages are usually not removed from testing by hand. Testing tracks
unstable and will automatically remove packages which were removed
from unstable when removing them from testing causes no dependency
problems. The release team can force a removal from testing if it is
really needed, please contact them if this should be the case.

We try to close bugs which have been reported against this package
automatically. But please check all old bugs, if they were closed
correctly or should have been re-assigned to another package.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 820...@bugs.debian.org.

The full log for this bug can be viewed at https://bugs.debian.org/820351

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)



Bug#820351: Removed package(s) from unstable

2016-04-15 Thread Debian FTP Masters
Version: 20150419git-2+rm

Dear submitter,

as the package dwb has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/820351

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)