Report forwarded to debian-devel@lists.debian.org, Ian Jackson <ian@chiark.greenend.org.uk>:
Bug#5210; Package dpkg.
debian-devel@lists.debian.orgIan Jackson
Subject: Bug#5210: dpkg-source complains on substitution variables
Reply-To: Mr Stuart Lamble , 5210@bugs.debian.org
Resent-From: Mr Stuart Lamble
Resent-To: debian-devel@lists.debian.org
Resent-CC: Ian Jackson
Resent-Date: Thu, 31 Oct 1996 22:33:20 GMT
Resent-Message-ID:
Resent-Sender: iwj@debian.org
X-Debian-PR-Package: dpkg
X-Debian-PR-Keywords:
X-Loop: owner@bugs.debian.org
Received: via spool by bugs@bugs.debian.org id=B.84680083913874
(code B ref -1); Thu, 31 Oct 1996 22:33:20 GMT
From: Mr Stuart Lamble
Message-Id: <199610312214.JAA06056@aurora.cc.monash.edu.au>
X-Authentication-Warning: aurora.cc.monash.edu.au: lamble@localhost [127.0.0.1] didn't use HELO protocol
To: submit@bugs.debian.org
Date: Fri, 01 Nov 96 09:14:57 +1100
X-Mts: smtp
Package: dpkg
Version: 1.4.0.2
When I was building up libelf0, I tried using ${MAJOR} in debian/control:
Package: libelf${MAJOR}
...
Package: libelf${MAJOR}-dev
in an attempt to not have to edit the control file when libelf 1.0.0 comes
out. (yeah, I'm lazy. :) dpkg-source barfs on this, despite having setup
substvars properly, claiming that the package has two conflicting names,
libelf0 and libelf${MAJOR}.
I worked around it by changing the ${MAJOR}s to 0, but as I read the manual,
it should know how to use substvars to do the required job. 'Course, I could
be showing off my ignorance here. :)
Acknowledgement sent to Mr Stuart Lamble <lamble@aurora.cc.monash.edu.au>:
New bug report received and forwarded. Copy sent to Ian Jackson <ian@chiark.greenend.org.uk>.
-t
From: owner@bugs.debian.org (Ian Jackson)
To: Mr Stuart Lamble
Subject: Bug#5210: Acknowledgement (was: dpkg-source complains on substitution variables)
Message-ID:
In-Reply-To: <199610312214.JAA06056@aurora.cc.monash.edu.au>
References: <199610312214.JAA06056@aurora.cc.monash.edu.au>
Thank you for the problem report you have sent regarding Debian Linux.
This is an automatically generated reply, to let you know your message has
been received. It is being forwarded to the developers' mailing list for
their attention; they will reply in due course.
Your message has been sent to the package maintainer(s):
Ian Jackson
If you wish to submit further information on your problem, please send
it to 5210@bugs.debian.org (and *not* to
bugs@bugs.debian.org).
Please do not reply to the address at the top of this message,
unless you wish to report a problem with the bug-tracking system.
Ian Jackson
(maintainer, Debian bug tracking system)
Received: (at submit) by bugs.debian.org; 31 Oct 1996 22:27:19 +0000
Received: (qmail 13869 invoked from smtpd); 31 Oct 1996 22:27:12 -0000
Received: from aurora.cc.monash.edu.au (root@130.194.1.91)
by master.debian.org with SMTP; 31 Oct 1996 22:27:10 -0000
Received: from localhost (lamble@localhost [127.0.0.1]) by aurora.cc.monash.edu.au (8.8.2/8.8.0) with SMTP id JAA06056 for submit@bugs.debian.org; Fri, 1 Nov 1996 09:14:57 +1100 (EST)
From: Mr Stuart Lamble
Message-Id: <199610312214.JAA06056@aurora.cc.monash.edu.au>
X-Authentication-Warning: aurora.cc.monash.edu.au: lamble@localhost [127.0.0.1] didn't use HELO protocol
To: submit@bugs.debian.org
Subject: dpkg-source complains on substitution variables
Date: Fri, 01 Nov 96 09:14:57 +1100
X-Mts: smtp
Package: dpkg
Version: 1.4.0.2
When I was building up libelf0, I tried using ${MAJOR} in debian/control:
Package: libelf${MAJOR}
...
Package: libelf${MAJOR}-dev
in an attempt to not have to edit the control file when libelf 1.0.0 comes
out. (yeah, I'm lazy. :) dpkg-source barfs on this, despite having setup
substvars properly, claiming that the package has two conflicting names,
libelf0 and libelf${MAJOR}.
I worked around it by changing the ${MAJOR}s to 0, but as I read the manual,
it should know how to use substvars to do the required job. 'Course, I could
be showing off my ignorance here. :)
Information forwarded to debian-devel@lists.debian.org, Ian Jackson <ian@chiark.greenend.org.uk>:
Bug#5210; Package dpkg.
debian-devel@lists.debian.orgIan Jackson
Subject: Bug#5210: dpkg-source complains on substitution variables
Reply-To: Stuart Lamble , 5210@bugs.debian.org
Resent-From: Stuart Lamble
Orignal-Sender: lamble@aurora.cc.monash.edu.au
Resent-To: debian-devel@lists.debian.org
Resent-CC: Ian Jackson
Resent-Date: Sat, 02 Nov 1996 02:03:10 GMT
Resent-Message-ID:
Resent-Sender: iwj@debian.org
X-Debian-PR-Package: dpkg
X-Debian-PR-Keywords:
X-Loop: owner@bugs.debian.org
Received: via spool by 5210-bugs@bugs.debian.org id=B5210.84689995124424
(code B ref 5210); Sat, 02 Nov 1996 02:03:10 GMT
Message-Id: <199611020146.MAA26740@aurora.cc.monash.edu.au>
X-Authentication-Warning: aurora.cc.monash.edu.au: lamble@localhost [127.0.0.1] didn't use HELO protocol
To: Mr Stuart Lamble , 5210@bugs.debian.org
From: Stuart Lamble
In-reply-to: Message from lamble@aurora.cc.monash.edu.au of 96-Nov-1 9:14:57,
<199610312214.JAA06056@aurora.cc.monash.edu.au>
Date: Sat, 02 Nov 96 12:46:28 +1100
Sender: lamble@aurora.cc.monash.edu.au
X-Mts: smtp
Mr Stuart Lamble wrote:
>
>Package: dpkg
>Version: 1.4.0.2
>
>When I was building up libelf0, I tried using in debian/control:
>
>Package: libelf
>...
>Package: libelf-dev
>
>in an attempt to not have to edit the control file when libelf 1.0.0 comes
>out. (yeah, I'm lazy. :) dpkg-source barfs on this, despite having setup
>substvars properly, claiming that the package has two conflicting names,
>libelf0 and libelf.
>
>I worked around it by changing the s to 0, but as I read the manual,
>it should know how to use substvars to do the required job. 'Course, I could
>be showing off my ignorance here. :)
Argh! The bug report seems to have dropped some of the text of the report -
there were several bits that had (separated into individual characters to
try to avoid this problem) "$", "{", "MAJOR", and "}" in them. ie: where
the above says "libelf", it should be "libelf...", and "libelf-dev" should
be "libelf...-dev" (... being replaced by the bug text.)
Feel free to contact me by private email if this is still confusing. (Maybe
this should be a bug report against the bug reporting system? :-)
Acknowledgement sent to Stuart Lamble <lamble@yoyo.cc.monash.edu.au>:
Extra info received and forwarded to list. Copy sent to Ian Jackson <ian@chiark.greenend.org.uk>.
-t
From: owner@bugs.debian.org (Ian Jackson)
To: Stuart Lamble
Subject: Bug#5210: Info received (was Bug#5210: dpkg-source complains on substitution variables )
Message-ID:
In-Reply-To: <199611020146.MAA26740@aurora.cc.monash.edu.au>
References: <199611020146.MAA26740@aurora.cc.monash.edu.au>
Thank you for the additional information you have supplied regarding
this problem report. It has been forwarded to the developer(s) and
to the developers' mailing list to accompany the original report.
Your message has been sent to the package maintainer(s):
Ian Jackson
If you wish to continue to submit further information on your problem,
please send it to 5210@bugs.debian.org, as before.
Please do not reply to the address at the top of this message,
unless you wish to report a problem with the bug-tracking system.
Ian Jackson
(maintainer, Debian bug tracking system)
Received: (at 5210) by bugs.debian.org; 2 Nov 1996 01:59:10 +0000
Received: (qmail 24422 invoked from smtpd); 2 Nov 1996 01:59:04 -0000
Received: from aurora.cc.monash.edu.au (root@130.194.1.91)
by master.debian.org with SMTP; 2 Nov 1996 01:59:03 -0000
Received: from localhost (lamble@localhost [127.0.0.1]) by aurora.cc.monash.edu.au (8.8.2/8.8.0) with SMTP id MAA26740; Sat, 2 Nov 1996 12:46:28 +1100 (EST)
Message-Id: <199611020146.MAA26740@aurora.cc.monash.edu.au>
X-Authentication-Warning: aurora.cc.monash.edu.au: lamble@localhost [127.0.0.1] didn't use HELO protocol
To: Mr Stuart Lamble , 5210@bugs.debian.org
From: Stuart Lamble
Subject: Re: Bug#5210: dpkg-source complains on substitution variables
In-reply-to: Message from lamble@aurora.cc.monash.edu.au of 96-Nov-1 9:14:57,
<199610312214.JAA06056@aurora.cc.monash.edu.au>
Date: Sat, 02 Nov 96 12:46:28 +1100
Sender: lamble@aurora.cc.monash.edu.au
X-Mts: smtp
Mr Stuart Lamble wrote:
>
>Package: dpkg
>Version: 1.4.0.2
>
>When I was building up libelf0, I tried using in debian/control:
>
>Package: libelf
>...
>Package: libelf-dev
>
>in an attempt to not have to edit the control file when libelf 1.0.0 comes
>out. (yeah, I'm lazy. :) dpkg-source barfs on this, despite having setup
>substvars properly, claiming that the package has two conflicting names,
>libelf0 and libelf.
>
>I worked around it by changing the s to 0, but as I read the manual,
>it should know how to use substvars to do the required job. 'Course, I could
>be showing off my ignorance here. :)
Argh! The bug report seems to have dropped some of the text of the report -
there were several bits that had (separated into individual characters to
try to avoid this problem) "$", "{", "MAJOR", and "}" in them. ie: where
the above says "libelf", it should be "libelf...", and "libelf-dev" should
be "libelf...-dev" (... being replaced by the bug text.)
Feel free to contact me by private email if this is still confusing. (Maybe
this should be a bug report against the bug reporting system? :-)
Information forwarded to Klee Dienes and Ian Jackson <dpkg-maint@chiark.greenend.org.uk>:
Bug#5210; Package dpkg.
Klee Dienes and Ian Jackson
Subject: Bug#5210: Old bugs need to be looked at
Reply-To: remco@blaakmeer.student.utwente.nl (Remco Blaakmeer), 5210-maintonly@bugs.debian.org
Resent-From: remco@blaakmeer.student.utwente.nl (Remco Blaakmeer)
Resent-To: Klee Dienes and Ian Jackson
Resent-Date: Sun, 01 Feb 1998 11:08:33 GMT
Resent-Message-ID:
Resent-Sender: iwj@debian.org
X-Debian-PR-Message: report 5210
X-Debian-PR-Package: dpkg
X-Debian-PR-Keywords:
X-Loop: owner@bugs.debian.org
Received: via spool by 5210-maintonly@bugs.debian.org id=M5210.88633104230387
(code M ref 5210); Sun, 01 Feb 1998 11:08:33 GMT
Message-Id:
Date: Sun, 1 Feb 1998 12:01:22 +0100 (CET)
From: remco@blaakmeer.student.utwente.nl (Remco Blaakmeer)
To: 5210-maintonly@bugs.debian.org
This is an automated message sent to all bugs older than one year.
This bug is very old. Please take a look at it and see if you can fix it.
If it has already been fixed, please close it.
If you have problems fixing it or if you don't have the time to fix it,
please ask the people on debian-devel@lists.debian.org for help, so that
at least the oldest bugs can be solved before Debian 2.0 is released.
Remco Blaakmeer
Acknowledgement sent to remco@blaakmeer.student.utwente.nl (Remco Blaakmeer):
Extra info received and forwarded to maintainer. Copy sent to Klee Dienes and Ian Jackson <dpkg-maint@chiark.greenend.org.uk>.
-t
From: owner@bugs.debian.org (Ian Jackson)
To: remco@blaakmeer.student.utwente.nl (Remco Blaakmeer)
Subject: Bug#5210: Info received for maintainer only
(was Old bugs need to be looked at)
Message-ID:
In-Reply-To:
References:
X-Debian-PR-Message: ack-info 5210
Thank you for the additional information you have supplied regarding
this problem report. It has been forwarded to the developer(s) (but
not to the mailing list) to accompany the original report.
Your message has been sent to the package maintainer(s):
Klee Dienes and Ian Jackson
If you wish to continue to submit further information on your problem,
please send it to 5210-maintonly@bugs.debian.org, as before.
Please do not reply to the address at the top of this message,
unless you wish to report a problem with the bug-tracking system.
Ian Jackson
(administrator, Debian bugs database)
Received: (at 5210-maintonly) by bugs.debian.org; 1 Feb 1998 11:04:02 +0000
Received: (qmail 30384 invoked by uid 71); 1 Feb 1998 11:04:02 -0000
Received: from cal011205.student.utwente.nl (HELO blaakmeer.student.utwente.nl) (root@130.89.222.95)
by debian.novare.net with SMTP; 1 Feb 1998 11:04:02 -0000
Received: by blaakmeer.student.utwente.nl
id m0xyx9O-0013yDC
(Debian Smail-3.2.0.100 1997-Dec-8 #2); Sun, 1 Feb 1998 12:01:22 +0100 (CET)
Message-Id:
Date: Sun, 1 Feb 1998 12:01:22 +0100 (CET)
From: remco@blaakmeer.student.utwente.nl (Remco Blaakmeer)
To: 5210-maintonly@bugs.debian.org
Subject: Old bugs need to be looked at
This is an automated message sent to all bugs older than one year.
This bug is very old. Please take a look at it and see if you can fix it.
If it has already been fixed, please close it.
If you have problems fixing it or if you don't have the time to fix it,
please ask the people on debian-devel@lists.debian.org for help, so that
at least the oldest bugs can be solved before Debian 2.0 is released.
Remco Blaakmeer
Bug reassigned from package `dpkg' to `dpkg-dev'.
Request was from Josip Rodin <jrodin@public.srce.hr>
to control@bugs.debian.org.
Received: (at control) by bugs.debian.org; 5 Dec 1999 15:00:02 +0000
Received: (qmail 26576 invoked from network); 5 Dec 1999 15:00:02 -0000
Received: from janeway.cistron.net (root@195.64.65.23)
by master.debian.org with SMTP; 5 Dec 1999 15:00:02 -0000
Received: from lightning.mors.net (root@wichert.cistron.nl [195.64.66.141])
by janeway.cistron.net (8.9.3/8.9.3/Debian/GNU) with ESMTP id PAA05187
for ; Sun, 5 Dec 1999 15:59:58 +0100
Received: (from wichert@localhost)
by lightning.mors.net (8.9.3/8.9.3/Debian 8.9.3-6) id QAA10973
for control@bugs.debian.org; Sun, 5 Dec 1999 16:16:02 +0100
Received: from localhost (wichert@localhost [127.0.0.1])
by lightning.mors.net (8.9.3/8.9.3/Debian 8.9.3-6) with ESMTP id FAA12691
for ; Sun, 5 Dec 1999 05:17:24 +0100
Received: from soil08.soil.nl
by localhost with IMAP (fetchmail-5.2.0)
for wichert@localhost (single-drop); Sun, 05 Dec 1999 05:17:24 +0100 (CET)
Received: from murphy.debian.org (murphy.debian.org [209.41.108.199])
by zeus.wi.leidenuniv.nl (8.9.3/8.9.3/LIACS 1.0) with SMTP id EAA23623
for ; Sun, 5 Dec 1999 04:36:01 +0100 (MET)
Received: (qmail 9614 invoked by uid 38); 5 Dec 1999 03:33:54 -0000
Resent-Date: 5 Dec 1999 03:33:54 -0000
Resent-Cc: recipient list not shown: ;
X-Envelope-Sender: postmaster@chiark.greenend.org.uk
Delivered-To: joey-packages-dpkg@packages.debian.org
Date: Sun, 5 Dec 1999 02:46:29 +0100
From: Josip Rodin
To: dpkg@packages.debian.org
Subject: here's a bunch of cleanups in dpkg/dpkg-dev BTS entries
Message-ID: <19991205024628.A18277@jagor.srce.hr>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Mailer: Mutt 0.95i
Resent-Message-ID: <8d5CF.A.kVC.g0dS4@murphy>
Resent-From: debian-dpkg@lists.debian.org
X-Mailing-List: archive/latest/2624
X-Loop: debian-dpkg@lists.debian.org
Precedence: list
Resent-Sender: debian-dpkg-request@lists.debian.org
Resent-From: wichert@cistron.nl
Resent-Date: Sun, 5 Dec 1999 16:16:02 +0100
Resent-To: control@bugs.debian.org
# install-info dies when it can't properly read/lock /usr/info/dir file
merge 2531 2904 3410 9833 22996 24727 39359 48749
# and another one about dpkg<->texinfo install-info
severity 51450 wishlist
merge 9771 51450
# -p = --print-avail is implemented
close 29848
# dpkg-doc-ja is included
close 27373
# another two for the dselect/Recommends saga
retitle 42061 dselect insists on recommended packages
merge 1037 34942 42061
# this should have been wishlist from the start
severity 24266 wishlist
# these are obviously dpkg-dev problems (if any)
reassign 23071 dpkg-dev
reassign 5210 dpkg-dev
# this is a problem with /bin/sh which on all three systems was bash
reassign 45511 bash
# dselect isn't linked to libstdc++ at all
close 15672
# the errors with utmp entries (and values of $(LOGNAME)) should all be gone
close 13248
reassign 31052 dpkg-dev
close 31052
# the -e line ... chunk errors are also gone nowadays
close 11631
# dpkg-source is in -dev
reassign 4588 dpkg-dev
reassign 11544 dpkg-dev
reassign 12564 dpkg-dev
# dpkg-buildpackage is in -dev, too :)
reassign 4655
# the internals.html doubles don't exist anymore
close 12505
# another one with locale settings screwing dpkg-buildpackage
merge 13897 22200
# automake mentionings are quite okay now
close 18117
# another couple of 'no utmp entry' bugs
close 30790
close 42656
# yes, it recommends c-complier now
close 33352
# yes, it depends on cpio now
close 36196
close 39366
# and on patch
close 45783
# key pick implemented
close 40726
# dpkg-scansources is only in -dev now
close 48589
# dpkg-name ignores epochs since .19
close 24622
# the ignore option is included, too
close 26024
# and the pause option
close 30732
# and the build-depends &co
close 41818
thanks
I originally intended to do a couple of quick cleanups in dpkg's bugs
list - but it turned out to be a larger task :)
So I'm NOT going to send this to control@bugs because there are way
too many 'close' commands for a non-maintainer to do - I'm leaving
it up to you. So, someone should resend the above commands to
control@bugs.debian.org .
I hope this is useful. BTW I almost completed writing of dpkg-divert manual
page, but then I noticed that the 'description' section is quite empty. Does
anyone have any idea what should be put there?
Please CC: all replies to me personally, I'm not subscribed to any
-dpkg mailing lists. Thank you.
--
enJoy -*/\*- don't even try to pronounce my first name
--
To UNSUBSCRIBE, email to debian-dpkg-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Tags added:
Request was from Wichert Akkerman <wichert@cistron.nl>
to control@bugs.debian.org.
Received: (at control) by bugs.debian.org; 21 Apr 2001 01:08:19 +0000
From wichert@cistron.nl Fri Apr 20 20:08:19 2001
Return-path:
Received: from morsig.xs4all.nl (fog.mors.wiggy.net) [213.84.43.14]
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 14qlsp-0007ZC-00; Fri, 20 Apr 2001 20:08:19 -0500
Received: (from wichert@localhost)
by fog.mors.wiggy.net (8.12.0.Beta7/8.12.0.Beta7/Debian 8.12.0.Beta7-1) id f3L18BW7010051
for control@bugs.debian.org; Sat, 21 Apr 2001 03:08:11 +0200
Date: Sat, 21 Apr 2001 03:08:11 +0200
From: Wichert Akkerman
To: control@bugs.debian.org
Subject: dpkg stuff
Message-ID: <20010421030810.A10046@cistron.nl>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.17i
Delivered-To: control@bugs.debian.org
tag 5210 +wontfix
severity 5571 wishlist
severity 28701 wishlist
tag 54564 +wontfix
unmerge 61211
reassign 61211 dpkg-dev
severity 94271 normal
merge 94271 94608
tag 89697 +wontfix
severity 5210 wishlist
severity 89697 wishlist
merge 89697 5210
thanks
--
_________________________________________________________________
/ Nothing is fool-proof to a sufficiently talented fool \
| wichert@cistron.nl http://www.liacs.nl/~wichert/ |
| 1024D/2FA3BC2D 576E 100B 518D 2F16 36B0 2805 3CB8 9250 2FA3 BC2D |
Severity set to `wishlist'.
Request was from Wichert Akkerman <wichert@cistron.nl>
to control@bugs.debian.org.
Received: (at control) by bugs.debian.org; 21 Apr 2001 01:08:19 +0000
From wichert@cistron.nl Fri Apr 20 20:08:19 2001
Return-path:
Received: from morsig.xs4all.nl (fog.mors.wiggy.net) [213.84.43.14]
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 14qlsp-0007ZC-00; Fri, 20 Apr 2001 20:08:19 -0500
Received: (from wichert@localhost)
by fog.mors.wiggy.net (8.12.0.Beta7/8.12.0.Beta7/Debian 8.12.0.Beta7-1) id f3L18BW7010051
for control@bugs.debian.org; Sat, 21 Apr 2001 03:08:11 +0200
Date: Sat, 21 Apr 2001 03:08:11 +0200
From: Wichert Akkerman
To: control@bugs.debian.org
Subject: dpkg stuff
Message-ID: <20010421030810.A10046@cistron.nl>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.17i
Delivered-To: control@bugs.debian.org
tag 5210 +wontfix
severity 5571 wishlist
severity 28701 wishlist
tag 54564 +wontfix
unmerge 61211
reassign 61211 dpkg-dev
severity 94271 normal
merge 94271 94608
tag 89697 +wontfix
severity 5210 wishlist
severity 89697 wishlist
merge 89697 5210
thanks
--
_________________________________________________________________
/ Nothing is fool-proof to a sufficiently talented fool \
| wichert@cistron.nl http://www.liacs.nl/~wichert/ |
| 1024D/2FA3BC2D 576E 100B 518D 2F16 36B0 2805 3CB8 9250 2FA3 BC2D |
Merged 5210 89697.
Request was from Wichert Akkerman <wichert@cistron.nl>
to control@bugs.debian.org.
Received: (at control) by bugs.debian.org; 21 Apr 2001 01:08:19 +0000
From wichert@cistron.nl Fri Apr 20 20:08:19 2001
Return-path:
Received: from morsig.xs4all.nl (fog.mors.wiggy.net) [213.84.43.14]
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 14qlsp-0007ZC-00; Fri, 20 Apr 2001 20:08:19 -0500
Received: (from wichert@localhost)
by fog.mors.wiggy.net (8.12.0.Beta7/8.12.0.Beta7/Debian 8.12.0.Beta7-1) id f3L18BW7010051
for control@bugs.debian.org; Sat, 21 Apr 2001 03:08:11 +0200
Date: Sat, 21 Apr 2001 03:08:11 +0200
From: Wichert Akkerman
To: control@bugs.debian.org
Subject: dpkg stuff
Message-ID: <20010421030810.A10046@cistron.nl>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.17i
Delivered-To: control@bugs.debian.org
tag 5210 +wontfix
severity 5571 wishlist
severity 28701 wishlist
tag 54564 +wontfix
unmerge 61211
reassign 61211 dpkg-dev
severity 94271 normal
merge 94271 94608
tag 89697 +wontfix
severity 5210 wishlist
severity 89697 wishlist
merge 89697 5210
thanks
--
_________________________________________________________________
/ Nothing is fool-proof to a sufficiently talented fool \
| wichert@cistron.nl http://www.liacs.nl/~wichert/ |
| 1024D/2FA3BC2D 576E 100B 518D 2F16 36B0 2805 3CB8 9250 2FA3 BC2D |
Tags added: wontfix
Request was from Wichert Akkerman <wichert@cistron.nl>
to control@bugs.debian.org.
Received: (at control) by bugs.debian.org; 21 Apr 2001 02:22:06 +0000
From wichert@cistron.nl Fri Apr 20 21:22:06 2001
Return-path:
Received: from janeway.cistron.net [195.64.65.23] (root)
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 14qn2E-00023J-00; Fri, 20 Apr 2001 21:22:06 -0500
Received: from picard.cistron.nl (root@picard.cistron.nl [195.64.65.20])
by janeway.cistron.net (8.9.3/8.9.3/Debian 8.9.3-6) with ESMTP id EAA12748
for ; Sat, 21 Apr 2001 04:22:04 +0200
Received: (from wichert@localhost)
by picard.cistron.nl (8.9.3/8.9.3/Debian 8.9.3-6) id EAA11362
for control@bugs.debian.org; Sat, 21 Apr 2001 04:22:04 +0200
Date: Sat, 21 Apr 2001 04:22:04 +0200
From: Wichert Akkerman
To: control@bugs.debian.org
Subject: Re: Processed: dpkg stuff
Message-ID: <20010421042204.C32043@cistron.nl>
References: <20010421030810.A10046@cistron.nl>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
In-Reply-To: ; from owner@bugs.debian.org on Fri, Apr 20, 2001 at 09:03:50PM -0500
Delivered-To: control@bugs.debian.org
tag 5210 wontfix
tag 54564 wontfix
tag 89697 wontfix
thanks
--
________________________________________________________________
/ Generally uninteresting signature - ignore at your convenience \
| wichert@cistron.nl http://www.liacs.nl/~wichert/ |
| 1024D/2FA3BC2D 576E 100B 518D 2F16 36B0 2805 3CB8 9250 2FA3 BC2D |
Tags added: wontfix
Request was from Wichert Akkerman <wichert@cistron.nl>
to control@bugs.debian.org.
Received: (at control) by bugs.debian.org; 21 Apr 2001 02:22:06 +0000
From wichert@cistron.nl Fri Apr 20 21:22:06 2001
Return-path:
Received: from janeway.cistron.net [195.64.65.23] (root)
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 14qn2E-00023J-00; Fri, 20 Apr 2001 21:22:06 -0500
Received: from picard.cistron.nl (root@picard.cistron.nl [195.64.65.20])
by janeway.cistron.net (8.9.3/8.9.3/Debian 8.9.3-6) with ESMTP id EAA12748
for ; Sat, 21 Apr 2001 04:22:04 +0200
Received: (from wichert@localhost)
by picard.cistron.nl (8.9.3/8.9.3/Debian 8.9.3-6) id EAA11362
for control@bugs.debian.org; Sat, 21 Apr 2001 04:22:04 +0200
Date: Sat, 21 Apr 2001 04:22:04 +0200
From: Wichert Akkerman
To: control@bugs.debian.org
Subject: Re: Processed: dpkg stuff
Message-ID: <20010421042204.C32043@cistron.nl>
References: <20010421030810.A10046@cistron.nl>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
In-Reply-To: ; from owner@bugs.debian.org on Fri, Apr 20, 2001 at 09:03:50PM -0500
Delivered-To: control@bugs.debian.org
tag 5210 wontfix
tag 54564 wontfix
tag 89697 wontfix
thanks
--
________________________________________________________________
/ Generally uninteresting signature - ignore at your convenience \
| wichert@cistron.nl http://www.liacs.nl/~wichert/ |
| 1024D/2FA3BC2D 576E 100B 518D 2F16 36B0 2805 3CB8 9250 2FA3 BC2D |
Merged 5210 66336 89697.
Request was from Martin Michlmayr <tbm@cyrius.com>
to control@bugs.debian.org.
Received: (at control) by bugs.debian.org; 21 Apr 2001 12:03:53 +0000
From tbm@cyrius.com Sat Apr 21 07:03:53 2001
Return-path:
Received: from web1.lanscape.net [64.240.156.194]
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 14qw7E-0005rU-00; Sat, 21 Apr 2001 07:03:52 -0500
Received: from fisch.cyrius.com (web1.lanscape.net [64.240.156.194])
by web1.lanscape.net (8.9.3/8.9.3) with ESMTP id HAA04028;
Sat, 21 Apr 2001 07:03:51 -0500
Received: by fisch.cyrius.com (Postfix, from userid 1000)
id E8D67229CB; Sat, 21 Apr 2001 13:04:16 +0100 (BST)
Date: Sat, 21 Apr 2001 13:04:16 +0100
From: Martin Michlmayr
To: control@bugs.debian.org
Cc: Wichert Akkerman
Subject: Re: Processed: bla
Message-ID: <20010421130416.A858@fisch.cyrius.com>
References: <20010421133809.A7463@cistron.nl>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
In-Reply-To: ; from owner@bugs.debian.org on Sat, Apr 21, 2001 at 06:48:14AM -0500
Delivered-To: control@bugs.debian.org
reassign 66336 dpkg-dev
merge 66336 89697
--
Martin Michlmayr
tbm@cyrius.com
Changed Bug title.
Request was from Adam Heath <doogie@brainfood.com>
to control@bugs.debian.org.
Received: (at control) by bugs.debian.org; 14 Sep 2003 03:04:23 +0000
From doogie@brainfood.com Sat Sep 13 22:02:53 2003
Return-path:
Received: from boof.brainfood.com (gradall.private.brainfood.com) [146.82.138.61]
by master.debian.org with esmtp (Exim 3.35 1 (Debian))
id 19yNA5-0008KR-00; Sat, 13 Sep 2003 22:02:53 -0500
Received: from localhost ([127.0.0.1] ident=adam)
by gradall.private.brainfood.com with esmtp (Exim 3.35 #1 (Debian))
id 19yNA5-0004Rn-00
for ; Sat, 13 Sep 2003 22:02:53 -0500
Date: Sat, 13 Sep 2003 22:02:52 -0500 (CDT)
From: Adam Heath
X-X-Sender: adam@gradall.private.brainfood.com
To: control@bugs.debian.org
Subject: retitle [DPKG-SOURCE]
Message-ID:
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Delivered-To: control@bugs.debian.org
X-Spam-Status: No, hits=1.0 required=4.0
tests=BAYES_60
version=2.53-bugs.debian.org_2003_9_13
X-Spam-Level: *
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_9_13 (1.174.2.15-2003-03-30-exp)
retitle 21236 [DPKG-SOURCE] dpkg-source wipes out a .orig dir if it exists.
retitle 57194 [DPKG-SOURCE] dpkg-source fails if there are extra newlines in the dsc file
retitle 96920 [DPKG-SOURCE] dpkg-gencontrol,dpkg-source: doing strange things with Architecture fields
retitle 105750 [DPKG-SOURCE] dpkg-source: include timestamps in diff
retitle 144571 [DPKG-SOURCE] dpkg-source invokes tar without --no-same-owner
retitle 147574 [DPKG-SOURCE] dpkg-dev: dpkg-source -b behaves wrongly when given absolute arg
retitle 168160 [DPKG-SOURCE] dpkg-source and UTF-8
retitle 205011 [DPKG-SOURCE] dpkg-dev: dpkg-source fails on NFS
retitle 156317 [DPKG-SOURCE] dpkg-source: confusing error when source format is unsupported
retitle 203792 [DPKG-SOURCE] dpkg-source: cannot represent change to .hashtab.c.swp: binary file contents changed
retitle 4588 [DPKG-SOURCE] dpkg-source can not handle binary files in source tree.
retitle 4628 [DPKG-SOURCE] dpkg-source feature request: deal with binary files
retitle 5210 [DPKG-SOURCE] dpkg-source complains on substitution variables
retitle 6820 [DPKG-SOURCE] dpkg-source and programmers' manual 3.4.1
retitle 7014 [DPKG-SOURCE] dpkg-source -b does not do all required checks
retitle 11544 [DPKG-SOURCE] dpkg-source insists on containing directory
retitle 12564 [DPKG-SOURCE] dpkg: what about these dpkg-source changes
retitle 48711 [DPKG-SOURCE] dpkg-dev: dpkg-source -x doesn't verify .dsc signature
retitle 57197 [DPKG-SOURCE] dpkg-source complains about missing final newline when it exists
retitle 128039 [DPKG-SOURCE] dpkg-source man, upstream-version ?
retitle 148322 [DPKG-SOURCE] dpkg-source: obscure error messages
retitle 159642 [DPKG-SOURCE] dpkg-source: still complains about Enhances fields
retitle 159745 [DPKG-SOURCE] dpkg-source: still complains about Enhances fields
retitle 159746 [DPKG-SOURCE] dpkg-source: still complains about Enhances fields
retitle 207289 [DPKG-SOURCE] dpkg-dev: dpkg-source -b fails with if read-only directory in upstream tarball
retitle 174013 [DPKG-SOURCE] dpkg-source's default ignore regexp: bugs, missing names
retitle 151845 [DPKG-SOURCE] [DOC] dpkg: typo in dpkg-source(1)
retitle 155822 [DPKG-SOURCE] [DOC] dpkg-parsechangelog: s/dpkg-source/dpkg-parsechangelog/ in help
retitle 207259 [DPKG-SOURCE] [DOC] dpkg-dev: typo in dpkg-source(1)
retitle 169359 [DPKG-SOURCE] dpkg-source: please ignore .svn directories
retitle 175897 [DPKG-SOURCE] dpkg-dev: dpkg-source(1) man page tweaks
retitle 190049 [DPKG-SOURCE] dpkg-source -i should default to ignoriing .svn dirs as well
Merged 5210 66336 89697 154514.
Request was from Frank Lichtenheld <djpig@debian.org>
to control@bugs.debian.org.
Received: (at control) by bugs.debian.org; 4 Oct 2005 18:15:28 +0000
From frank@lichtenheld.de Tue Oct 04 11:15:28 2005
Return-path:
Received: from mail.lenk.info [217.160.183.176]
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1EMrK3-00043L-00; Tue, 04 Oct 2005 11:15:28 -0700
Received: from smtp.lenk.info ([82.165.24.235] ident=Debian-exim)
by mail.lenk.info with esmtpsa
(Cipher TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.50 1)
id 1EMrKb-0003Hr-Fl
for ; Tue, 04 Oct 2005 20:16:01 +0200
Received: from p54a3d502.dip.t-dialin.net ([84.163.213.2] helo=feynman.djpig.de)
by smtp.lenk.info with esmtpsa
(Cipher TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.50 1)
id 1EMrKk-000896-R7
for ; Tue, 04 Oct 2005 20:16:11 +0200
Received: from djpig by feynman.djpig.de with local (Exim 4.52)
id 1EMrJz-0003Cp-AU
for control@bugs.debian.org; Tue, 04 Oct 2005 20:15:23 +0200
From: Frank Lichtenheld
To: control@bugs.debian.org
Subject: merging 5210 154514, merging 5210 150597
Date: Tue, 4 Oct 2005 20:15:23 +0200
X-BTS-Version: 2.9.7
Message-Id:
Sender: Frank Lichtenheld
Delivered-To: control@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-5.0 required=4.0 tests=BAYES_00,VALID_BTS_CONTROL
autolearn=no version=2.60-bugs.debian.org_2005_01_02
# Automatically generated email from bts, devscripts version 2.9.7
# these are all about substvars in package names
merge 5210 154514
merge 5210 150597
Merged 5210 66336 89697 150597 154514.
Request was from Frank Lichtenheld <djpig@debian.org>
to control@bugs.debian.org.
Received: (at control) by bugs.debian.org; 4 Oct 2005 18:15:28 +0000
From frank@lichtenheld.de Tue Oct 04 11:15:28 2005
Return-path:
Received: from mail.lenk.info [217.160.183.176]
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1EMrK3-00043L-00; Tue, 04 Oct 2005 11:15:28 -0700
Received: from smtp.lenk.info ([82.165.24.235] ident=Debian-exim)
by mail.lenk.info with esmtpsa
(Cipher TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.50 1)
id 1EMrKb-0003Hr-Fl
for ; Tue, 04 Oct 2005 20:16:01 +0200
Received: from p54a3d502.dip.t-dialin.net ([84.163.213.2] helo=feynman.djpig.de)
by smtp.lenk.info with esmtpsa
(Cipher TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.50 1)
id 1EMrKk-000896-R7
for ; Tue, 04 Oct 2005 20:16:11 +0200
Received: from djpig by feynman.djpig.de with local (Exim 4.52)
id 1EMrJz-0003Cp-AU
for control@bugs.debian.org; Tue, 04 Oct 2005 20:15:23 +0200
From: Frank Lichtenheld
To: control@bugs.debian.org
Subject: merging 5210 154514, merging 5210 150597
Date: Tue, 4 Oct 2005 20:15:23 +0200
X-BTS-Version: 2.9.7
Message-Id:
Sender: Frank Lichtenheld
Delivered-To: control@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-5.0 required=4.0 tests=BAYES_00,VALID_BTS_CONTROL
autolearn=no version=2.60-bugs.debian.org_2005_01_02
# Automatically generated email from bts, devscripts version 2.9.7
# these are all about substvars in package names
merge 5210 154514
merge 5210 150597
Tags removed: patch
Request was from Raphael Hertzog <hertzog@debian.org>
to control@bugs.debian.org.
Received: (at control) by bugs.debian.org; 16 Jan 2008 22:32:18 +0000
From raphael@ouaza.com Wed Jan 16 22:32:18 2008
X-Spam-Checker-Version: SpamAssassin 3.1.4-bugs.debian.org_2005_01_02
(2006-07-26) on rietz.debian.org
X-Spam-Level:
X-Spam-Status: No, score=-7.9 required=4.0 tests=BAYES_00,FROMDEVELOPER,
MDO_AUTORESP3,MURPHY_DRUGS_REL8,VALID_BTS_CONTROL autolearn=no
version=3.1.4-bugs.debian.org_2005_01_02
Return-path:
Received: from arrakeen.ouaza.com ([212.85.152.62])
by rietz.debian.org with esmtp (Exim 4.63)
(envelope-from )
id 1JFGny-0004c4-2K
for control@bugs.debian.org; Wed, 16 Jan 2008 22:32:18 +0000
Received: from localhost (localhost [127.0.0.1])
by arrakeen.ouaza.com (Postfix) with ESMTP id 1E13432F11
for ; Wed, 16 Jan 2008 23:32:12 +0100 (CET)
X-Virus-Scanned: Debian amavisd-new at ouaza.com
Received: from arrakeen.ouaza.com ([127.0.0.1])
by localhost (arrakeen.ouaza.com [127.0.0.1]) (amavisd-new, port 10024)
with LMTP id LeKWWPa42HVA for ;
Wed, 16 Jan 2008 23:32:11 +0100 (CET)
Received: from soleymieux.ouaza.com (soleymieux.ouaza.com [81.56.130.55])
by arrakeen.ouaza.com (Postfix) with ESMTP id 78DC832D7B
for ; Wed, 16 Jan 2008 23:32:11 +0100 (CET)
Received: by soleymieux.ouaza.com (Postfix, from userid 1000)
id C6DBA8F449; Wed, 16 Jan 2008 23:32:04 +0100 (CET)
From: Raphael Hertzog
To: control@bugs.debian.org
Subject: tagging 5210
Date: Wed, 16 Jan 2008 23:32:04 +0100
X-BTS-Version: 2.10.13
Message-ID: <1200522724-2836-bts-hertzog@debian.org>
Delivered-To: control@bugs.debian.org
# Automatically generated email from bts, devscripts version 2.10.13
tags 5210 - patch
Information forwarded to debian-bugs-dist@lists.debian.org, Dpkg Developers <debian-dpkg@lists.debian.org>:
Bug#5210; Package dpkg-dev.
debian-bugs-dist@lists.debian.orgDpkg Developers
X-Loop: owner@bugs.debian.org
Subject: Bug#5210: Be the talk of the locker room
Reply-To: Pokudin , 5210@bugs.debian.org
Resent-From: Pokudin
Resent-To: debian-bugs-dist@lists.debian.org
Resent-CC: Dpkg Developers
Resent-Date: Thu, 04 Sep 2008 16:45:35 +0000
Resent-Message-ID:
Resent-Sender: owner@bugs.debian.org
X-Debian-PR-Message: followup 5210
X-Debian-PR-Package: dpkg-dev
X-Debian-PR-Keywords: wontfix
X-Debian-PR-Source: dpkg
Received: via spool by 5210-submit@bugs.debian.org id=B5210.122054642827762
(code B ref 5210); Thu, 04 Sep 2008 16:45:35 +0000
Received: (at 5210) by bugs.debian.org; 4 Sep 2008 16:40:28 +0000
X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02
(2007-08-08) on rietz.debian.org
X-Spam-Level: ***
X-Spam-Status: No, score=3.0 required=4.0 tests=RCVD_IN_SBLXBL,
RCVD_IN_SBLXBL_CBL autolearn=no version=3.2.3-bugs.debian.org_2005_01_02
Received: from [41.205.124.172]
by rietz.debian.org with esmtp (Exim 4.63)
(envelope-from )
id 1KbHsi-0006zt-1D
for 5210@bugs.debian.org; Thu, 04 Sep 2008 16:40:28 +0000
Message-ID: <000e01c90ea4$8becb0e0$ac7ccd29@nassar4j2lckho>
From: Pokudin
To: 5210@bugs.debian.org
Date: Thu, 4 Sep 2008 18:40:24 +0300
MIME-Version: 1.0
Content-Type: text/plain;
charset="ISO-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2900.3138
Importance: Normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198
Get rock-solid erections every single night http://www.beendid.com/
Acknowledgement sent to Pokudin <nnocernu@2dae.co.kr>:
Extra info received and forwarded to list. Copy sent to Dpkg Developers <debian-dpkg@lists.debian.org>.
-t
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
X-Mailer: MIME-tools 5.420 (Entity 5.420)
Content-Type: text/plain; charset=utf-8
X-Loop: owner@bugs.debian.org
From: owner@bugs.debian.org (Debian Bug Tracking System)
To: Pokudin
Subject: Bug#5210: Info received (Be the talk of the locker room)
Message-ID:
References: <000e01c90ea4$8becb0e0$ac7ccd29@nassar4j2lckho>
X-Debian-PR-Message: ack-info 5210
X-Debian-PR-Package: dpkg-dev
X-Debian-PR-Keywords: wontfix
X-Debian-PR-Source: dpkg
Reply-To: 5210@bugs.debian.org
Thank you for the additional information you have supplied regarding
this Bug report.
This is an automatically generated reply to let you know your message
has been received.
Your message is being forwarded to the package maintainers and other
interested parties for their attention; they will reply in due course.
Your message has been sent to the package maintainer(s):
Dpkg Developers
If you wish to submit further information on this problem, please
send it to 5210@bugs.debian.org, as before.
Please do not send mail to owner@bugs.debian.org unless you wish
to report a problem with the Bug-tracking system.
--=20
5210: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=3D5210
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
Received: (at 5210) by bugs.debian.org; 4 Sep 2008 16:40:28 +0000
From nnocernu@2dae.co.kr Thu Sep 04 16:40:28 2008
X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02
(2007-08-08) on rietz.debian.org
X-Spam-Level: ***
X-Spam-Status: No, score=3.0 required=4.0 tests=RCVD_IN_SBLXBL,
RCVD_IN_SBLXBL_CBL autolearn=no version=3.2.3-bugs.debian.org_2005_01_02
Return-path:
Received: from [41.205.124.172]
by rietz.debian.org with esmtp (Exim 4.63)
(envelope-from )
id 1KbHsi-0006zt-1D
for 5210@bugs.debian.org; Thu, 04 Sep 2008 16:40:28 +0000
Message-ID: <000e01c90ea4$8becb0e0$ac7ccd29@nassar4j2lckho>
From: Pokudin
To: 5210@bugs.debian.org
Subject: Be the talk of the locker room
Date: Thu, 4 Sep 2008 18:40:24 +0300
MIME-Version: 1.0
Content-Type: text/plain;
charset="ISO-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2900.3138
Importance: Normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198
Get rock-solid erections every single night http://www.beendid.com/
Information forwarded to debian-bugs-dist@lists.debian.org, Dpkg Developers <debian-dpkg@lists.debian.org>:
Bug#5210; Package dpkg-dev.
debian-bugs-dist@lists.debian.orgDpkg Developers
X-Loop: owner@bugs.debian.org
Subject: Bug#5210: Blow her mind
Reply-To: melhad , 5210@bugs.debian.org
Resent-From: melhad
Resent-To: debian-bugs-dist@lists.debian.org
Resent-CC: Dpkg Developers
Resent-Date: Thu, 04 Sep 2008 17:57:34 +0000
Resent-Message-ID:
Resent-Sender: owner@bugs.debian.org
X-Debian-PR-Message: followup 5210
X-Debian-PR-Package: dpkg-dev
X-Debian-PR-Keywords: wontfix
X-Debian-PR-Source: dpkg
Received: via spool by 5210-submit@bugs.debian.org id=B5210.122055068424651
(code B ref 5210); Thu, 04 Sep 2008 17:57:34 +0000
Received: (at 5210) by bugs.debian.org; 4 Sep 2008 17:51:24 +0000
X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02
(2007-08-08) on rietz.debian.org
X-Spam-Level: ***
X-Spam-Status: No, score=3.0 required=4.0 tests=GENDER,LONGLINEURL
autolearn=no version=3.2.3-bugs.debian.org_2005_01_02
Received: from [92.81.174.231]
by rietz.debian.org with esmtp (Exim 4.63)
(envelope-from )
id 1KbIzM-0006H5-3D
for 5210@bugs.debian.org; Thu, 04 Sep 2008 17:51:24 +0000
Message-ID: <6800B5D6.8492BC99@3athlonbern.ch>
Date: Sun, 4 Sep 2005 20:51:37 +0300
From: melhad
User-Agent: Thunderbird 2.0.0.14 (Windows/20080421)
MIME-Version: 1.0
To: 5210@bugs.debian.org
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-CrossAssassin-Score: 2
Watch her take your massive 9 incher down her throat and moan. http://www.takehey.com/
Acknowledgement sent to melhad <vaihtaja@3athlonbern.ch>:
Extra info received and forwarded to list. Copy sent to Dpkg Developers <debian-dpkg@lists.debian.org>.
-t
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
X-Mailer: MIME-tools 5.420 (Entity 5.420)
Content-Type: text/plain; charset=utf-8
X-Loop: owner@bugs.debian.org
From: owner@bugs.debian.org (Debian Bug Tracking System)
To: melhad
Subject: Bug#5210: Info received (Blow her mind)
Message-ID:
References: <6800B5D6.8492BC99@3athlonbern.ch>
X-Debian-PR-Message: ack-info 5210
X-Debian-PR-Package: dpkg-dev
X-Debian-PR-Keywords: wontfix
X-Debian-PR-Source: dpkg
Reply-To: 5210@bugs.debian.org
Thank you for the additional information you have supplied regarding
this Bug report.
This is an automatically generated reply to let you know your message
has been received.
Your message is being forwarded to the package maintainers and other
interested parties for their attention; they will reply in due course.
Your message has been sent to the package maintainer(s):
Dpkg Developers
If you wish to submit further information on this problem, please
send it to 5210@bugs.debian.org, as before.
Please do not send mail to owner@bugs.debian.org unless you wish
to report a problem with the Bug-tracking system.
--=20
5210: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=3D5210
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
Received: (at 5210) by bugs.debian.org; 4 Sep 2008 17:51:24 +0000
From vaihtaja@3athlonbern.ch Thu Sep 04 17:51:24 2008
X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02
(2007-08-08) on rietz.debian.org
X-Spam-Level: ***
X-Spam-Status: No, score=3.0 required=4.0 tests=GENDER,LONGLINEURL
autolearn=no version=3.2.3-bugs.debian.org_2005_01_02
Return-path:
Received: from [92.81.174.231]
by rietz.debian.org with esmtp (Exim 4.63)
(envelope-from )
id 1KbIzM-0006H5-3D
for 5210@bugs.debian.org; Thu, 04 Sep 2008 17:51:24 +0000
Message-ID: <6800B5D6.8492BC99@3athlonbern.ch>
Date: Sun, 4 Sep 2005 20:51:37 +0300
From: melhad
User-Agent: Thunderbird 2.0.0.14 (Windows/20080421)
MIME-Version: 1.0
To: 5210@bugs.debian.org
Subject: Re: Blow her mind
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-CrossAssassin-Score: 2
Watch her take your massive 9 incher down her throat and moan. http://www.takehey.com/
Information forwarded to debian-bugs-dist@lists.debian.org, Dpkg Developers <debian-dpkg@lists.debian.org>:
Bug#5210; Package dpkg-dev.
debian-bugs-dist@lists.debian.orgDpkg Developers
X-Loop: owner@bugs.debian.org
Subject: Bug#5210: Du hast noch mehr SpaB beim se ..
Reply-To: "Vanessa Villanueva" , 5210@bugs.debian.org
Resent-From: "Vanessa Villanueva"
Resent-To: debian-bugs-dist@lists.debian.org
Resent-CC: Dpkg Developers
Resent-Date: Thu, 04 Sep 2008 20:54:30 +0000
Resent-Message-ID:
Resent-Sender: owner@bugs.debian.org
X-Debian-PR-Message: followup 5210
X-Debian-PR-Package: dpkg-dev
X-Debian-PR-Keywords: wontfix
X-Debian-PR-Source: dpkg
Received: via spool by 5210-submit@bugs.debian.org id=B5210.122056122723624
(code B ref 5210); Thu, 04 Sep 2008 20:54:30 +0000
Received: (at 5210) by bugs.debian.org; 4 Sep 2008 20:47:07 +0000
X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02
(2007-08-08) on rietz.debian.org
X-Spam-Level: **
X-Spam-Status: No, score=2.5 required=4.0 tests=NEXTPART autolearn=no
version=3.2.3-bugs.debian.org_2005_01_02
Received: from athedsl-423169.home.otenet.gr ([79.131.204.255] helo=AB3F849EB5E24F8)
by rietz.debian.org with esmtp (Exim 4.63)
(envelope-from )
id 1KbLjN-0005va-FS; Thu, 04 Sep 2008 20:47:06 +0000
Received: from [79.131.204.255] by ironportinc2.nvc.net; Thu, 4 Sep 2008 22:47:04 +0200
Message-ID: <01c90ee0$269c2400$ffcc834f@yhrtjgommsg>
From: "Vanessa Villanueva"
To: <50231@bugs.debian.org>
Date: Thu, 4 Sep 2008 22:47:04 +0200
MIME-Version: 1.0
Content-Type: multipart/alternative;
boundary="----=_NextPart_000_0007_01C90EE0.269C2400"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.00.2314.1300
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300
X-CrossAssassin-Score: 4
This is a multi-part message in MIME format.
------=_NextPart_000_0007_01C90EE0.269C2400
Content-Type: text/plain;
charset="windows-1250"
Content-Transfer-Encoding: quoted-printable
Mein Kumpel hat es ausprobiert: Original Viiaaa rezf im Internet bestelle=
n ist ganz einfach und ja seitdem er Viiaaa nimmt, ist seine Frau wieder =
richtig zufrieden mit ihm.
http://describerich.com
------=_NextPart_000_0007_01C90EE0.269C2400
Content-Type: text/html;
charset="windows-1250"
Content-Transfer-Encoding: quoted-printable
Mein Kumpel hat es ausprobiert: Original Viiaaa rezf im Internet bestelle=
n ist ganz einfach und ja seitdem er Viiaaa nimmt, ist seine Frau wieder =
richtig zufrieden mit ihm.
http://describerich.com
------=_NextPart_000_0007_01C90EE0.269C2400--
Acknowledgement sent to "Vanessa Villanueva" <yhrtjgommsg@boomboomroom.com>:
Extra info received and forwarded to list. Copy sent to Dpkg Developers <debian-dpkg@lists.debian.org>.
-t
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
X-Mailer: MIME-tools 5.420 (Entity 5.420)
Content-Type: text/plain; charset=utf-8
X-Loop: owner@bugs.debian.org
From: owner@bugs.debian.org (Debian Bug Tracking System)
To: "Vanessa Villanueva"
Subject: Bug#5210: Info received (Du hast noch mehr SpaB beim se ..)
Message-ID:
References: <01c90ee0$269c2400$ffcc834f@yhrtjgommsg>
X-Debian-PR-Message: ack-info 5210
X-Debian-PR-Package: dpkg-dev
X-Debian-PR-Keywords: wontfix
X-Debian-PR-Source: dpkg
Reply-To: 5210@bugs.debian.org
Thank you for the additional information you have supplied regarding
this Bug report.
This is an automatically generated reply to let you know your message
has been received.
Your message is being forwarded to the package maintainers and other
interested parties for their attention; they will reply in due course.
Your message has been sent to the package maintainer(s):
Dpkg Developers
If you wish to submit further information on this problem, please
send it to 5210@bugs.debian.org, as before.
Please do not send mail to owner@bugs.debian.org unless you wish
to report a problem with the Bug-tracking system.
--=20
5210: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=3D5210
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
Received: (at 5210) by bugs.debian.org; 4 Sep 2008 20:47:07 +0000
From yhrtjgommsg@boomboomroom.com Thu Sep 04 20:47:07 2008
X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02
(2007-08-08) on rietz.debian.org
X-Spam-Level: **
X-Spam-Status: No, score=2.5 required=4.0 tests=NEXTPART autolearn=no
version=3.2.3-bugs.debian.org_2005_01_02
Return-path:
Received: from athedsl-423169.home.otenet.gr ([79.131.204.255] helo=AB3F849EB5E24F8)
by rietz.debian.org with esmtp (Exim 4.63)
(envelope-from )
id 1KbLjN-0005va-FS; Thu, 04 Sep 2008 20:47:06 +0000
Received: from [79.131.204.255] by ironportinc2.nvc.net; Thu, 4 Sep 2008 22:47:04 +0200
Message-ID: <01c90ee0$269c2400$ffcc834f@yhrtjgommsg>
From: "Vanessa Villanueva"
To: <50231@bugs.debian.org>
Subject: Du hast noch mehr SpaB beim se ..
Date: Thu, 4 Sep 2008 22:47:04 +0200
MIME-Version: 1.0
Content-Type: multipart/alternative;
boundary="----=_NextPart_000_0007_01C90EE0.269C2400"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.00.2314.1300
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300
X-CrossAssassin-Score: 4
This is a multi-part message in MIME format.
------=_NextPart_000_0007_01C90EE0.269C2400
Content-Type: text/plain;
charset="windows-1250"
Content-Transfer-Encoding: quoted-printable
Mein Kumpel hat es ausprobiert: Original Viiaaa rezf im Internet bestelle=
n ist ganz einfach und ja seitdem er Viiaaa nimmt, ist seine Frau wieder =
richtig zufrieden mit ihm.
http://describerich.com
------=_NextPart_000_0007_01C90EE0.269C2400
Content-Type: text/html;
charset="windows-1250"
Content-Transfer-Encoding: quoted-printable
Mein Kumpel hat es ausprobiert: Original Viiaaa rezf im Internet bestelle=
n ist ganz einfach und ja seitdem er Viiaaa nimmt, ist seine Frau wieder =
richtig zufrieden mit ihm.
http://describerich.com
------=_NextPart_000_0007_01C90EE0.269C2400--