Bug#682895: another example of memory corruption

2012-11-19 Thread Boris Savelev
Hello!

Another example of memory corruption with make in wheezy.
ii  make 3.81-8.2 i386
ii  libc-bin 2.13-35

$ cat Makefile
test: VAR?=*
all:
echo $(VAR)

$ make VAR=q all
echo HH1
HH1

$ make VAR=q all
echo H��
H��

$ make VAR=q all
echo Hx�
Hx�


-- 
Boris


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



Bug#596802: closed by dann frazier da...@debian.org (Bug#596802: fixed in linux-2.6 2.6.32-23)

2010-09-20 Thread Boris Savelev
linux-image-2.6.32-5-xen-amd64_2.6.32-23_amd64.deb

works for me without errors, thanks!

-- 
Boris



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



Bug#597170: virt-manager: Can not select e1000 nic model for XEN

2010-09-17 Thread Boris Savelev
Package: virt-manager
Version: 0.8.4-7
Severity: normal

from xen 3.4 XEN hvm, like kvm, allow to use net_model=e1000, but virt-managet
not allow to do this

http://wiki.xensource.com/xenwiki/XenCommonProblems#head-
590a79b0e53661f0a8f2521b06fc4a2b4ef8fce8


I solved this problem with editing uihelpers.py

--- virtManager/uihelpers.py.orig   2010-09-17 13:27:02.0 +0400
+++ virtManager/uihelpers.py2010-09-17 13:26:49.0 +0400
@@ -185,9 +185,9 @@
 # [xml value, label]
 model.append([None, _(Hypervisor default)])
 if vm.is_hvm():
-mod_list = [ rtl8139, ne2k_pci, pcnet ]
+mod_list = [ rtl8139, ne2k_pci, pcnet, e1000 ]
 if vm.get_hv_type() == kvm:
-mod_list.append(e1000)
+#mod_list.append(e1000)
 mod_list.append(virtio)
 mod_list.sort()




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

Kernel: Linux 2.6.32-5-686 (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/bash

Versions of packages virt-manager depends on:
ii  gconf22.28.1-3   GNOME configuration database syste
ii  librsvg2-common   2.26.3-1   SAX-based renderer library for SVG
ii  python2.6.6-1interactive high-level object-orie
ii  python-dbus   0.83.1-1   simple interprocess messaging syst
ii  python-glade2 2.17.0-4   GTK+ bindings: Glade support
ii  python-gnome2 2.28.1-1   Python bindings for the GNOME desk
ii  python-gtk-vnc0.4.1-3A VNC viewer widget for GTK+ (Pyth
ii  python-gtk2   2.17.0-4   Python bindings for the GTK+ widge
ii  python-libvirt0.8.3-1libvirt Python bindings
ii  python-support1.0.10 automated rebuilding support for P
ii  python-urlgrabber 3.9.1-4A high-level cross-protocol url-gr
ii  python-vte1:0.24.3-1 Python bindings for the VTE widget
ii  virtinst  0.500.3-2  Programs to create and clone virtu

Versions of packages virt-manager recommends:
ii  gnome-icon-theme  2.30.3-1   GNOME Desktop icon theme
ii  libvirt-bin   0.8.3-1the programs for the libvirt libra

Versions of packages virt-manager suggests:
pn  ssh-askpass   none (no description available)
ii  virt-viewer   0.2.1-1Displaying the graphical console o

-- debconf-show failed



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



Bug#596802: linux-image-2.6.32-5-xen-amd64: oops in skb_gso_segment

2010-09-14 Thread Boris Savelev
Package: linux-image-2.6.32-5-xen-amd64
Version: 2.6.32-21
Severity: normal

reference to http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=533132

I have the same with latest squeeze

dpkg -l | grep xen
ii  libxenstore3.0  4.0.1~rc6-1 Xenstore
communications library for Xen
ii  linux-image-2.6.32-5-xen-amd64  2.6.32-21   Linux
2.6.32 for 64-bit PCs, Xen dom0 support
ii  xen-hypervisor-4.0-amd644.0.1~rc6-1 The Xen
Hypervisor on AMD64
ii  xen-linux-system-2.6.32-5-xen-amd64 2.6.32-21   Xen system
with Linux 2.6.32 on 64-bit PCs
ii  xen-qemu-dm-4.0 4.0.1-1 Xen Qemu
Device Model virtual machine hardware emulator
ii  xen-tools   4.2~rc1-1   Tools to
manage Xen virtual servers
ii  xen-utils-4.0   4.0.1~rc6-1 XEN
administrative tools
ii  xen-utils-common4.0.0-1 XEN
administrative tools - common files
ii  xenstore-utils  4.0.1~rc6-1 Xenstore
utilities for Xen
ii  xenwatch0.5.4-2
Virtualization utilities, mostly for Xen


At one night I received 2 GB size kern.log with repeated messages:

Sep 14 11:25:18 buildbot2 kernel: [85054.424096] [ cut here
]
Sep 14 11:25:18 buildbot2 kernel: [85054.424157] WARNING: at /build/buildd-
linux-2.6_2.6.32-21-amd64-bEMv9E/linux-2.6-2.6.32/debian/build/so
urce_amd64_xen/net/core/dev.c:1582 skb_gso_segment+0x109/0x263()
Sep 14 11:25:18 buildbot2 kernel: [85054.424298] Hardware name: S5500WB
Sep 14 11:25:18 buildbot2 kernel: [85054.424344] tun: caps=(0x0, 0x0) len=1500
data_len=0 ip_summed=0
Sep 14 11:25:18 buildbot2 kernel: [85054.424368] Modules linked in: xt_physdev
tun nfs lockd fscache nfs_acl auth_rpcgss sunrpc ipt_MASQUERA
DE iptable_nat nf_nat nf_conntrack_ipv4 nf_defrag_ipv4 xt_state nf_conntrack
ipt_REJECT xt_tcpudp bridge stp ip6table_filter ip6_tables ipta
ble_filter ip_tables x_tables xen_evtchn xenfs fuse ext2 loop snd_pcm snd_timer
snd soundcore snd_page_alloc i2c_i801 i2c_core joydev evdev
pcspkr ioatdma button processor acpi_processor ext3 jbd mbcache dm_mod sg
usbhid hid sr_mod cdrom sd_mod crc_t10dif ata_generic uhci_hcd ata
_piix libata ehci_hcd usbcore nls_base aacraid scsi_mod thermal igb thermal_sys
dca [last unloaded: scsi_wait_scan]
Sep 14 11:25:18 buildbot2 kernel: [85054.425199] Pid: 0, comm: swapper Tainted:
GW  2.6.32-5-xen-amd64 #1
Sep 14 11:25:18 buildbot2 kernel: [85054.425257] Call Trace:
Sep 14 11:25:18 buildbot2 kernel: [85054.425300]  IRQ  [8125e3e1] ?
skb_gso_segment+0x109/0x263
Sep 14 11:25:18 buildbot2 kernel: [85054.425364]  [8125e3e1] ?
skb_gso_segment+0x109/0x263
Sep 14 11:25:18 buildbot2 kernel: [85054.425422]  [8104ea3c] ?
warn_slowpath_common+0x77/0xa3
Sep 14 11:25:18 buildbot2 kernel: [85054.425480]  [8104eac4] ?
warn_slowpath_fmt+0x51/0x59
Sep 14 11:25:18 buildbot2 kernel: [85054.425537]  [812565bc] ?
pskb_expand_head+0xe9/0x16d
Sep 14 11:25:18 buildbot2 kernel: [85054.425593]  [812573a1] ?
skb_segment+0x267/0x4d4
Sep 14 11:25:18 buildbot2 kernel: [85054.425650]  [812689fc] ?
inet_proto_csum_replace4+0x38/0xb2
Sep 14 11:25:18 buildbot2 kernel: [85054.425710]  [a02a4579] ?
tun_get_drvinfo+0x3c/0x76 [tun]
Sep 14 11:25:18 buildbot2 kernel: [85054.425767]  [8125e3e1] ?
skb_gso_segment+0x109/0x263
Sep 14 11:25:18 buildbot2 kernel: [85054.425823]  [8125e6eb] ?
dev_hard_start_xmit+0x1b0/0x2b8
Sep 14 11:25:18 buildbot2 kernel: [85054.425882]  [81271a70] ?
sch_direct_xmit+0x58/0x14c
Sep 14 11:25:18 buildbot2 kernel: [85054.425938]  [8125eb46] ?
dev_queue_xmit+0x252/0x38d
Sep 14 11:25:18 buildbot2 kernel: [85054.425997]  [a01dcc51] ?
br_dev_queue_push_xmit+0x75/0x79 [bridge]
Sep 14 11:25:18 buildbot2 kernel: [85054.426058]  [a01dc2c1] ?
br_dev_xmit+0x66/0x7d [bridge]
Sep 14 11:25:18 buildbot2 kernel: [85054.426115]  [8125e78e] ?
dev_hard_start_xmit+0x253/0x2b8
Sep 14 11:25:18 buildbot2 kernel: [85054.426172]  [8125ebd1] ?
dev_queue_xmit+0x2dd/0x38d
Sep 14 11:25:18 buildbot2 kernel: [85054.426229]  [81281903] ?
ip_rcv_finish+0x373/0x38d
Sep 14 11:25:18 buildbot2 kernel: [85054.426283]  [81281bbd] ?
ip_rcv+0x2a0/0x2ed
Sep 14 11:25:18 buildbot2 kernel: [85054.426337]  [8125ddf5] ?
dev_gro_receive+0xfd/0x224
Sep 14 11:25:18 buildbot2 kernel: [85054.426394]  [8119c633] ?
is_xen_swiotlb_buffer+0x4a/0x9d
Sep 14 11:25:18 buildbot2 kernel: [85054.426451]  [8125e03f] ?
napi_gro_receive+0x20/0x2e
Sep 14 11:25:18 buildbot2 kernel: [85054.426511]  [a0010693] ?
igb_poll+0x4e8/0x82f [igb]
Sep 14 11:25:18 buildbot2 kernel: [85054.426569]  [810fcff4] ?
pollwake+0x53/0x5b
Sep 14 11:25:18 buildbot2 kernel: [85054.426622]  

Bug#588454: ITP: lightsquid -- Web based squid proxy traffic analyser

2010-07-08 Thread Boris Savelev
Package: wnpp
Severity: wishlist
Owner: Boris Savelev boris.save...@gmail.com


* Package name: lightsquid
 Version : 1.8
 Upstream Author : Serey Erokhin lightsq...@gmail.com
* URL : http://lightsquid.sourceforge.net/
* License : GPL
 Programming Lang: Perl
 Description : Web based squid proxy traffic analyser

 LightSquid is a LIGHT and FAST, web based squid proxy traffic analyser.
 Analize access.log and generate per-user  per group report.

-- 
Boris



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



Bug#585998: ITP: django-pagination -- easy Digg-style pagination without modifying your views

2010-06-15 Thread Boris Savelev
Package: wnpp
Severity: wishlist
Owner: Boris Savelev boris.save...@gmail.com


* Package name: django-pagination
  Version : 1.0.5
  Upstream Author : Eric Florenzano flo...@gmail.com
* URL : http://django-pagination.googlecode.com/
* License : BSD
  Programming Lang: Python
  Description : easy Digg-style pagination without modifying your views

`django-pagination`` allows for easy Digg-style pagination without modifying
your views.



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



Bug#586000: ITP: django-sorting -- django pagination with sorting

2010-06-15 Thread Boris Savelev
Package: wnpp
Severity: wishlist
Owner: Boris Savelev boris.save...@gmail.com


* Package name: django-sorting
  Version : 0.1
  Upstream Author : directeur
* URL : http://github.com/directeur/django-sorting/tree/master
* License : BSD
  Programming Lang: Python
  Description : django pagination with sorting

Like ericflo's django pagination, but this one does the sorting! used with 
ericflo's pagination,
displaying tabular paginated and sortable data is very easy



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



Bug#586004: ITP: django-filter -- Django application for allowing users to filter queryset dynamically

2010-06-15 Thread Boris Savelev
Package: wnpp
Severity: wishlist
Owner: Boris Savelev boris.save...@gmail.com


* Package name: django-filter
  Version : 0.5.3
  Upstream Author : Alex Gaynor alex.gay...@gmail.com
* URL : http://github.com/alex/django-filter/tree/master
* License : BSD
  Programming Lang: Python
  Description : Django application for allowing users to filter queryset 
dynamically

Django-filter is a reusable Django application for allowing users to filter 
queryset dynamically.



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



Bug#578044: textpattern: Separate classTextile.php

2010-05-08 Thread Boris Savelev
2010/4/22 Vincent Bernat ber...@debian.org:
 OoO Pendant  le journal  télévisé du samedi  17 avril 2010,  vers 20:03,
 Boris Savelev boris.save...@gmail.com disait :

 Do you plan to do a package that will use it?
 yes, it's need for drupal6-mod-textile (http://drupal.org/project/textile)
 ITP: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=578039

 I  have uploaded in  experimental a  new version  of textpattern  with a
 separate package php-textile that contains the following file:
  /usr/share/php/textile/classTextile.php

 Tell me if that's OK for you  (I think that you will have to symlink). I
 will then  upload to unstable  in a  week or two  (plus the delay  to be
 accepted by ftp-master since it is in NEW).

Looks good, but I expect that classTextile.php will be right in /usr/share/php

-- 
Boris



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



Bug#580472: ITP: drupal6-mod-simplenews -- simplenews module for Drupal 6

2010-05-06 Thread Boris Savelev
Package: wnpp
Severity: wishlist
Owner: Boris Savelev boris.save...@gmail.com


* Package name: drupal6-mod-simplenews
  Version : 1.1
  Upstream Author : Erik Stielstra (http://drupal.org/user/73854)
* URL : http://drupal.org/project/simplenews
* License : GPL
  Programming Lang: PHP
  Description : simplenews module for Drupal 6

 Simplenews publishes and sends newsletters to lists of subscribers. 
 Both anonymous and authenticated users can opt-in to different mailing 
 lists. HTML email can be send by adding Mime Mail module.



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



Bug#578044: textpattern: Separate classTextile.php

2010-04-21 Thread Boris Savelev
2010/4/21 Vincent Bernat ber...@debian.org:
 OoO Pendant  le journal  télévisé du samedi  17 avril 2010,  vers 20:03,
 Boris Savelev boris.save...@gmail.com disait :

 Do you plan to do a package that will use it?
 yes, it's need for drupal6-mod-textile (http://drupal.org/project/textile)
 ITP: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=578039

 Do you  have an idea of the  correction location for such  a file? Isn't
 /usr/share/php reserved for PEAR modules?

as i can see in php policy draft: /usr/share/php is for all PHP
libraries packaged as part of Debian.
( 
http://webapps-common.alioth.debian.org/draft-php/html/ch-php-int.html#s-php-interpreter-fs-include
)
so /usr/share/php is not only for PEAR modules

-- 
Boris



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



Bug#578044: textpattern: Separate classTextile.php

2010-04-17 Thread Boris Savelev
 Do you plan to do a package that will use it?

yes, it's need for drupal6-mod-textile (http://drupal.org/project/textile)
ITP: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=578039


-- 
Boris



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



Bug#578039: ITP: drupal6-mod-textile -- textile module for Drupal 6

2010-04-16 Thread Boris Savelev
Package: wnpp
Severity: wishlist
Owner: Boris Savelev boris.save...@gmail.com


* Package name: drupal6-mod-textile
  Version : 2.0
  Upstream Author : Josh Koenig (http://drupal.org/user/3313)
* URL : http://drupal.org/project/textile
* License : GPL2
  Programming Lang: PHP
  Description : textile module for Drupal 6

 This module implements the popular Textile markup shorthand made 
 popular by Movable Type and Basecamp.



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



Bug#577924: ITP: php-text-wiki -- Transforms Wiki and BBCode markup into XHTML, LaTeX or plain text markup. This is the base engine for all of the Text_Wiki sub-classes.

2010-04-15 Thread boris . savelev
Package: wnpp
Severity: wishlist
Owner: boris.save...@gmail.com


* Package name: php-text-wiki
  Version : 1.2.0
  Upstream Author : Paul Jones, Justin Patrin, Del Elson
* URL : http://pear.php.net/package/Text_Wiki
* License : LGPL
  Programming Lang: PHP
  Description : Transforms Wiki and BBCode markup into XHTML, LaTeX or 
plain text markup. This is the base engine for all of the Text_Wiki sub-classes.

 The text transformation is done in 2 steps.  The chosen parser uses
 markup rules to tokenize the tags and content.  Renderers output
 the tokens and text into the requested format.  The tokenized form
 replaces the tags by a protected byte value associated to an index
 in an options table. This form shares up to 50 rules by all parsers
 and renderers.  The package is intented for versatile transformers
 as well as converters.  Text_Wiki is delivered with its own parser,
 which is used by Yawiki or Horde's Wicked and three basic renderers:
 XHTML , LaTeX and plain text.  Strong sanitizing of XHTML is default.
 Parsers (* and Renderers) exist for BBCode, Cowiki (*), Dokuwiki
 (*), Mediawiki and Tikiwiki (*).  It is highly configurable and
 can be easily extended.



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



Bug#577928: ITP: drupal6-mod-pearwiki-filter -- pearwiki_filter module for Drupal 6

2010-04-15 Thread Boris Savelev
Package: wnpp
Severity: wishlist
Owner: Boris Savelev boris.save...@gmail.com


* Package name: drupal6-mod-pearwiki-filter
  Version : 1.0
  Upstream Author : Julian (http://drupal.org/user/73064)
* URL : http://drupal.org/project/pearwiki_filter
* License : GPL2
  Programming Lang: PHP
  Description : pearwiki_filter module for Drupal 6

This module provides a filter which uses the PEAR Text_Wiki package for 
formatting.



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



Bug#577931: ITP: php-text-wiki-mediawiki -- Mediawiki parser for Text_Wiki

2010-04-15 Thread Boris Savelev
Package: wnpp
Severity: wishlist
Owner: Boris Savelev boris.save...@gmail.com


* Package name: php-text-wiki-mediawiki
  Version : 0.2.0
  Upstream Author : Moritz Venn, Bertrand Gugger, Rodrigo Sampaio Primo
* URL : http://pear.php.net/package/Text_Wiki_Mediawiki
* License : LGPL
  Programming Lang: PHP
  Description : Mediawiki parser for Text_Wiki

 Parses Mediawiki mark-up to tokenize the text for Text_Wiki
 renderings.



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



Bug#577971: (no subject)

2010-04-15 Thread Boris Savelev
Package: wnpp
Severity: wishlist
Owner: Boris Savelev boris.save...@gmail.com


* Package name: php-textile
  Version : 2.0.0
  Upstream Author : Dean Allen d...@textism.com
* URL : http://textile.thresholdstate.com/
* License : BSD
  Programming Lang: PHP
  Description : A Humane Web Text Generator PHP Class

 Textile takes plain text with *simple* markup and produces valid
 XHTML. It's used in web applications, content management systems, blogging
 software and online forums. Try it for yourself with the Textile quick
 reference and preview.



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



Bug#577775: ITP: drupal6-mod-flexifilter -- Module that allows to create configurable custom filters

2010-04-14 Thread boris . savelev
Package: wnpp
Severity: wishlist
Owner: boris.save...@gmail.com


* Package name: drupal6-mod-flexifilter
  Version : 1.1
  Upstream Author : Charlie Gordon (http://drupal.org/user/157412)
* URL : http://drupal.org/project/flexifilter
* License : GPL2
  Programming Lang: PHP
  Description : Module that allows to create configurable custom filters

 Flexifilter is a module that allows non-admins to create their own,
 configurable custom filters. It is not limited to simple text replacement
 or regex replacement; it includes logic such as if() and while()
 statements, and is easily extendable by other modules. It is the best
 thing to hit Drupal since the potato.



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



Bug#561917: [fr]samba: add subpackage with samba VFS devel files

2009-12-21 Thread Boris Savelev
Package: samba
Version: 2:3.4.3-1
Source: samba
Severity: wishlist

If somebody wants to build additional vfs samba module, he need get
samba source and configure build tree.

But samba can provide special subpakage with already configured for
build vfs module tree.

# Install samba-vfs-devel
pushd source
for i in `find . -name '*.h' -exec dirname '{}' \; |sort -u` ; do
   %__mkdir -p %buildroot%_datadir/%origname/vfs-devel/source/$i
   %__cp  $i/*.h %buildroot%_datadir/%origname/vfs-devel/source/$i/
done

%__cp include/libsmbclient.h %buildroot%_includedir/
popd

%__cp -r examples/VFS source/Makefile
%buildroot%_datadir/%origname/vfs-devel/source/
sed -ri 's,^(src|build)dir=.*$,\1dir=.,'
%buildroot%_datadir/%origname/vfs-devel/source/Makefile

-- 
Boris



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



Bug#447782: openssl: Add kerberos cipher suite

2009-06-11 Thread Boris Savelev
What about separate build of openssl with kerberos support?
I'm intrested in this feature for integrate Single-Sing-On system with
kerberos in Debian. I can prepare source package named, for example,
openssl-krb5, which contains libssl with kerberos support.

-- 
Boris



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