Bug#1089365: liblopsub: Supporting rootless builds by default

2024-12-12 Thread Andre Noll
On Wed, Dec 11, 13:01, Niels Thykier wrote > > > This looks good to me. > > > > Great. So I'll now apply the patch below, which is identical to the > > previous patch, except that it also modifies debian/changelog to > > close the bug and bump the Debian version. > > > > OK? > > Andre > > [...] >

Bug#1089365: liblopsub: Supporting rootless builds by default

2024-12-10 Thread Andre Noll
t that it also modifies debian/changelog to close the bug and bump the Debian version. OK? Andre --- commit 72d76ae62a67fadef1612c5a868b13d2dad6f75f Author: Andre Noll Date: Mon Dec 9 19:29:01 2024 +0100 debian: Enable `Rules-Requires-Root: no`. During a test rebuild for buildi

Bug#1089365: liblopsub: Supporting rootless builds by default

2024-12-09 Thread Andre Noll
patch as a single commit on top of the current `debian` branch. Please let me know whether this works for you as well, and whether you are OK with the commit message. Best Andre --- commit d074816e0cf35974d23ec1c5cf6410b0f4480901 Author: Andre Noll Date: Mon Dec 9 19:29:01 2024 +0100 debian:

Bug#1089365: liblopsub: Supporting rootless builds by default

2024-12-08 Thread Andre Noll
On Sat, Dec 07, 20:34, Niels Thykier wrote > During a test rebuild for building packages with > `Rules-Requires-Root: no` as the default in `dpkg`, > liblopsub failed to rebuild. > > Log Summary: [...] > debian/rules clean > rm -f debian/substvars > /usr/bin/make distclean > make[1]: Entering d

Bug#1086623: liblopsub: FTBFS: Syntax error: ")" unexpected

2024-11-11 Thread Andre Noll
On Sun, Nov 03, 22:02, Andre Noll wrote > > So that doesn't support binNMUs then. Instead of handling that with > > custom code, please check dpkg's /usr/share/dpkg/pkg-info.mk which does > > all of that and can handle binNMU versions. > > Would something l

Bug#1086623: liblopsub: FTBFS: Syntax error: ")" unexpected

2024-11-03 Thread Andre Noll
On Sun, Nov 03, 20:12, Sebastian Ramacher wrote > On 2024-11-03 17:45:16 +0100, Andre Noll wrote: > > On Sat, Nov 02, 13:03, Sebastian Ramacher wrote > > > new git version: 1.0.5-1+b1) sid; urgency=low, binary > > > m4 -DGIT_VERSION=1.0.5-1+b1) sid; urgency=low, binary -

Bug#1086623: liblopsub: FTBFS: Syntax error: ")" unexpected

2024-11-03 Thread Andre Noll
On Sat, Nov 02, 13:03, Sebastian Ramacher wrote > new git version: 1.0.5-1+b1) sid; urgency=low, binary > m4 -DGIT_VERSION=1.0.5-1+b1) sid; urgency=low, binary -DDATE="November 2024" > lopsub-suite.5.m4 | gzip -fn9 > lopsub-suite.5.gz > /bin/sh: 1: Syntax error: ")" unexpected > make[1]: *** [Make

Bug#1078823: liblopsub-dev is unusable for cross compilation

2024-09-02 Thread Andre Noll
On Fri, Aug 30, 12:01, Helmut Grohne wrote: > I fear I decline uploading this, because I believe that you forgot to > check in debian/liblopsub-bin.install. The resulting package will not be > usable as liblopsub-bin does not contain /usr/bin/lopsubgen. > > Additionally, what also is missing is d

Bug#1078823: liblopsub-dev is unusable for cross compilation

2024-08-28 Thread Andre Noll
) experimental; urgency=medium > > [ Helmut Grohne ] > * Split lopsubgen into a Multi-Arch: foreign package. Closes: #1078823 > > [ Andre Noll ] > * Mark liblopsub1t64 Multi-Arch: same. > > -- Andre Noll Mon, 26 Aug 2024 16:21:14 +0200 Sure. I'

Bug#1078823: liblopsub-dev is unusable for cross compilation

2024-08-26 Thread Andre Noll
On Sat, Aug 24, 21:53, Helmut Grohne wrote > Hi Andre, > > On Sat, Aug 24, 2024 at 07:59:55PM +0200, Andre Noll wrote: > > Then let's go through experimental. The patch shown below is identical > > to the one you sent, except that I added the missing "Multi-Arch:

Bug#1078823: liblopsub-dev is unusable for cross compilation

2024-08-24 Thread Andre Noll
On Wed, Aug 21, 07:37, Helmut Grohne wrote: > > I tried that on two debian-12 systems. First I built lopsub with > > your patch applied on the i386 system, copied over the resulting > > -bin.deb to the amd64 system, and ran dpkg --add-architecture i386 > > there. Attempting to install the -bin.deb

Bug#1078823: liblopsub-dev is unusable for cross compilation

2024-08-20 Thread Andre Noll
On Sun, Aug 18, 21:54, Helmut Grohne wrote: > What you are reading here is not a description of Multi-Arch: foreign, > but a particular situation in which the automatic hinting suggests the > addition of Multi-Arch: foreign. In other words, this is one of multiple > sufficient, but not necessary c

Bug#1078823: liblopsub-dev is unusable for cross compilation

2024-08-18 Thread Andre Noll
On Fri, Aug 16, 19:28, Helmut Grohne wrote: > thanks for having improved cross building on the tfortune side. > Unfortunately, it still doesn't cross. This time around, the problem is > to be found in liblopsub though. In order to build tfortune, we need the > liblopsub shared library (for the hos

Bug#1068608: tfortune dependencies unsatisfiable on 32-bit non-i386 architectures.

2024-04-21 Thread Andre Noll
On Sun, Apr 21, 11:51, Andreas Metzler wrote > On 2024-04-08 Andre Noll wrote: > > On Sun, Apr 07, 22:02, Peter Michael Green wrote: > > > > After being rebuilt for the time64 transition, tfortune > > > depends on both liblopsub1 and liblopsub1t64. As a >

Bug#1068608: tfortune dependencies unsatisfiable on 32-bit non-i386 architectures.

2024-04-08 Thread Andre Noll
[Cc Steve] On Sun, Apr 07, 22:02, Peter Michael Green wrote: > After being rebuilt for the time64 transition, tfortune > depends on both liblopsub1 and liblopsub1t64. As a > result it is uninstallable on architectures that are undergoing > the time64 transition (armel, armhf and some debian-ports

Bug#1062407: liblopsub: NMU diff for 64-bit time_t transition

2024-03-03 Thread Andre Noll
On Sun, Mar 03, 11:47, Steve Langasek wrote > > Below it what I've just applied. The patch looks different to what > > you've sent, but the resulting tree is identical. Please let me know > > if you're OK with the commit message. > > No objections. Merged and pushed out to the public repo. Than

Bug#1062407: liblopsub: NMU diff for 64-bit time_t transition

2024-03-03 Thread Andre Noll
erts commit b4d4de17a5c8, replacing it with the version that has been uploaded to unstable. It adds a versioned build-dependency on dpkg-dev to guard against accidental backports with a wrong ABI. Signed-off-by: Andre Noll diff --git a/debian/changelog b/debian/changelog

Bug#1062407: liblopsub: NMU diff for 64-bit time_t transition

2024-02-02 Thread Andre Noll
On Thu, Feb 01, 21:13, Steve Langasek wrote: > > * The tfortune package depends on liblopsub and currently has > > > Depends: ${shlibs:Depends}, liblopsub1, ${misc:Depends} > > > in its own debian/control file. When would be the best time to replace > > liblopsub1 by liblopsub1t64? > > You

Bug#1062407: liblopsub: NMU diff for 64-bit time_t transition

2024-02-01 Thread Andre Noll
(https://bugs.debian.org/1037136), it is important that libraries affected by this ABI change all be uploaded close together in time. Therefore I have prepared a 0-day NMU for liblopsub which will initially be uploaded to experimental if possible, then to unstable after packages

Bug#1039617: liblopsub: reproducible-builds: timestamps in gzip headers for changelog and manpage

2023-07-09 Thread Andre Noll
On Thu, Jun 29, 19:45, Andre Noll wrote > > It also needs someone to upload to Debian. Looks like Adam Borowski > > has sponsored in the past, but if you need someone > > else to sponsor the upload, I could too. > > Yes, Adam uploaded all previous versions so far. But of

Bug#1039617: liblopsub: reproducible-builds: timestamps in gzip headers for changelog and manpage

2023-06-29 Thread Andre Noll
On Thu, Jun 29, 08:27, Vagrant Cascadian wrote > >> Given that this change was accepted in 2019, would you consider > >> uploading a version with the fixes applied to Debian, either by making a > >> new upstream version, or applying the patches to an older version? > > > > Will do. FWIW: There are

Bug#1039617: liblopsub: reproducible-builds: timestamps in gzip headers for changelog and manpage

2023-06-28 Thread Andre Noll
On Tue, Jun 27, 14:55, Vagrant Cascadian wrote > > This issue was addressed already four years ago when Chris Lamb (CC) > > submitted an analogous patch, see below. His patch has been part of the > > master branch since then, although no new version has been released. > > > > I therefore assume th

Bug#1039618: liblopsub: reproducible-builds: embedded build path in lopsubgen

2023-06-28 Thread Andre Noll
On Tue, Jun 27, 14:46, Vagrant Cascadian wrote > >> The attached patch fixes this by passing the -ffile-prefix-map argument > >> to the compiler in the upstream Makefile. > >> > >> According to my local tests, with this patch and the recently submitted > >> timestamp patches applied, liblopsub sho

Bug#1039618: liblopsub: reproducible-builds: embedded build path in lopsubgen

2023-06-27 Thread Andre Noll
to apply this modified patch? Thanks Andre --- commit 0a3588cdf56966a58decbbf62793dcc90217651c Author: Vagrant Cascadian Date: Tue Jun 27 23:04:56 2023 +0200 Makefile: Add -ffile-prefix-map to CC to avoid embedding build paths. Signed-off-by: Andre Noll diff --git a/Makefile b/Makefile inde

Bug#1039617: liblopsub: reproducible-builds: timestamps in gzip headers for changelog and manpage

2023-06-27 Thread Andre Noll
On Tue, Jun 27, 12:57, Vagrant Cascadian wrote: > The attached two patches (one patching the upstream Makefile, the other > patching debian/rules) fix this by passing -n to the gzip calls used to > compress changelog.Debian and the various manpages. > > According to my local tests, with these two

Bug#1032160: tfortune FTCBFS: multiple reasons

2023-03-02 Thread Andre Noll
On Wed, Mar 01, 18:23, Helmut Grohne wrote > On Wed, Mar 01, 2023 at 05:27:04PM +0100, Andre Noll wrote: > > If you are OK with the commit message shown below, I'll merge the > > commit into the master branch and push it out to the public repo. > > Sure. The pu

Bug#1032160: tfortune FTCBFS: multiple reasons

2023-03-01 Thread Andre Noll
On Wed, Mar 01, 01:12, Helmut Grohne wrote > On Tue, Feb 28, 2023 at 11:13:24PM +0100, Andre Noll wrote: > > > The immediate failure is failing to find the lopsub library since it > > > configures for the build architecture. This happens as no --build nor > > > --ho

Bug#1032160: tfortune FTCBFS: multiple reasons

2023-02-28 Thread Andre Noll
On Tue, Feb 28, 06:04, Helmut Grohne wrote > Source: tfortune > Version: 1.0.1-1 > Tags: patch > User: debian-cr...@lists.debian.org > Usertags: ftcbfs > > tfortune fails to cross build from source. First of all, thanks for pointing this out and for providing a patch. Most likely, nobody has ever

Bug#945315: pan: error sending posts

2021-07-19 Thread Thomas Noll
Dear Maintainer, is there a chance getting this fixed in Debian even if upstream doesn't seem to care much? Kind regards Thomas

Bug#945822: liblopsub: please make the build reproducible

2020-09-10 Thread Andre Noll
On Thu, Sep 10, 08:11, Chris Lamb wrote > Chris Lamb wrote: > > > Would you consider applying this patch and uploading? > > Friendly ping on this? Seems like there hasn't been any update on this bug in > 281 days now (!). As you mention, you may have already fixed it. Yes, this was was fixed by

Bug#947289: postgis: library linking error renders database unusable

2019-12-23 Thread patrick noll
Package: postgis Version: 3.0.0+dfsg-6 Severity: important Dear Maintainer, After an upgrade last night, my postgis enabled database is returning ERROR: could not load library "/usr/lib/postgresql/11/lib/postgis-2.5.so": /usr/lib/x86_64-linux-gnu/libSFCGAL.so.1: undefined symbol: _ZlsRSoPK12_

Bug#945822: liblopsub: please make the build reproducible

2019-12-02 Thread Andre Noll
On Fri, Nov 29, 09:12, Chris Lamb wrote > Whilst working on the Reproducible Builds effort [0] we noticed that > liblopsub could not be built reproducibly. > > This is because it calls "gzip" manually without the -n flag. This should > have been reported by lintian via the package-contains-timest

Bug#931854: liblopsub: please make the output of lopsubgen reproducible

2019-07-15 Thread Andre Noll
On Sun, Jul 14, 14:56, Adam Borowski wrote > On Sun, Jul 14, 2019 at 12:28:33PM +0200, Andre Noll wrote: > > On Sat, Jul 13, 22:48, Adam Borowski wrote > > > I would gladly upload your updates, but I don't know what upstream tarball > > > to use. There's no w

Bug#931854: liblopsub: please make the output of lopsubgen reproducible

2019-07-14 Thread Andre Noll
On Sat, Jul 13, 22:48, Adam Borowski wrote > On Sat, Jul 13, 2019 at 03:09:49PM +0200, Andre Noll wrote: > > I've merged the commit and bumped the Debian version number. Adam: > > would you please upload lopsub-1.0.3-2? This version corresponds to > > the current master

Bug#931854: liblopsub: please make the output of lopsubgen reproducible

2019-07-13 Thread Andre Noll
On Fri, Jul 12, 10:30, Chris Lamb wrote > > > Whilst working on the Reproducible Builds effort [0], we noticed > > > that liblopsub generates output that is not reproducible. > […] > > Good catch. I've applied your patch and made some minor edits to > > improve code readability and to fix the typo

Bug#931854: liblopsub: please make the output of lopsubgen reproducible

2019-07-12 Thread Andre Noll
le-builds.org/specs/source-date-epoch/ Signed-off-by: Andre Noll diff --git a/lsg.c b/lsg.c index 54b7816..83a72da 100644 --- a/lsg.c +++ b/lsg.c @@ -610,7 +610,7 @@ static char *get_output_path(const char *suffix, const char *arg, static void gen_man(struct lls_parse_result

Bug#929467: RFS: tfortune-1.0.0 [ITP]

2019-06-25 Thread Andre Noll
On Wed, Jun 19, 14:01, Adam Borowski wrote > > Both issues have been fixed in v2 of the t/tfortunes branch which > > I've just pushed out. This branch also contains two new commits > > which fix a gcc warning and a harmless memory leak. > > Uploaded, with some changes. Thanks a bunch for fixing

Bug#929467: RFS: tfortune-1.0.0 [ITP]

2019-06-19 Thread Andre Noll
On Tue, Jun 18, 17:48, Adam Borowski wrote > > Here we go. The public repo now contains the t/tfortunes branch with > > the following four commits on top of master: > > Looks good. > > However, version 1.0.0-1 is already in NEW, thus unless it's REJECTed, the > version number cannot be reused. >

Bug#929467: RFS: tfortune-1.0.0 [ITP]

2019-06-18 Thread Andre Noll
On Fri, Jun 07, 10:39, Andre Noll wrote > > > OK. Do you think it makes sense to provide another package which > > > installs a few tagged epigrams in, say, /usr/share/games/tfortunes > > > and make tfortune fall back to this directory if ~/.tfortune does > > >

Bug#929467: RFS: tfortune-1.0.0 [ITP]

2019-06-07 Thread Andre Noll
On Thu, Jun 06, 12:56, Adam Borowski wrote > > > The RFS and ITP are unrelated. > > > > IDGI. For an RFS email one needs to provide the source package with > > a debian/ directory, correct? If so, the debian/changelog file must > > contain a line of the form > > > > * Initial Release. Closes

Bug#929793: liblopsub: please make the build reproducible

2019-06-05 Thread Andre Noll
Hi Chris, On Wed, Jun 05, 15:04, Chris Lamb wrote > > Indeed: FreeBSD-12's date(1) has > > > > -r seconds > > Print the date and time represented by seconds, where seconds is > > the number of seconds since the Epoch (00:00:00 UTC, January 1, > > 1970; see time(3)),

Bug#929467: RFS: tfortune-1.0.0 [ITP]

2019-06-05 Thread Andre Noll
On Wed, Jun 05, 01:40, Adam Borowski wrote > On Tue, Jun 04, 2019 at 05:06:00PM +0200, Andre Noll wrote: > > v3 is pushed out now and contains > > a simple debian/rules file which fully relies on dh. Besides > > dh_auto_configure I also had to override dh_autoreconf for rea

Bug#929793: liblopsub: please make the build reproducible

2019-06-05 Thread Andre Noll
On Tue, Jun 04, 18:16, Chris Lamb wrote > Andre Noll wrote: > > > Then I don't grok the purpose of the > > > > LC_ALL=C date -u -r '$(SOURCE_DATE_EPOCH)' '$(DATE_FMT)' > > > > command. After all, at least GNU date(1) expects a fil

Bug#929467: RFS: tfortune-1.0.0 [ITP]

2019-06-05 Thread Andre Noll
On Wed, Jun 05, 10:41, wf...@niif.hu wrote > > I also had to override dh_autoreconf for reasons explained in the > > commit message. > > It isn't a packaging issue, I just wonder: why do you wrap configure? > The usual approach to making it available is distributing it (and not > requiring Autoco

Bug#929467: RFS: tfortune-1.0.0 [ITP]

2019-06-04 Thread Andre Noll
On Sun, Jun 02, 22:57, Adam Borowski wrote > On Sat, Jun 01, 2019 at 11:17:53PM +0200, Andre Noll wrote: > > Adam, do you want me to provide v3 with debian/rules changed to > > something like the above? > > v2 still suffers from the non-standard perms on usr/ and so on, t

Bug#929467: RFS: tfortune-1.0.0 [ITP]

2019-06-01 Thread Andre Noll
On Sat, Jun 01, 16:46, Alexis Murzeau wrote > I think Adam meant to not implement low level makefile targets yourself, > but use dh like this: > ``` > #!/usr/bin/make -f > > export DEB_BUILD_MAINT_OPTIONS = hardening=+all > %: > dh $@ > > override_dh_auto_configure: > dh_auto_conf

Bug#929467: RFS: tfortune-1.0.0 [ITP]

2019-06-01 Thread Andre Noll
On Fri, May 31, 17:32, Adam Borowski wrote > On Fri, May 24, 2019 at 08:57:49AM +0200, Andre Noll wrote: > > * Package name: tfortune > >Version : 1.0.0 > > > git clone git://git.tuebingen.mpg.de/tfortune/ > > Hi! > I'm afraid your pa

Bug#929793: liblopsub: please make the build reproducible

2019-05-31 Thread Andre Noll
On Fri, May 31, 17:05, Chris Lamb wrote > > Also DATE_FMT should be a singly expanded make variable. > > (Singly, as in ":=" vs "=" ?) Yes. > > Care to provide a commit message which explains why we try to > > pass $(SOURCE_DATE_EPOCH) as an argument to both -d and -r, who > > sets SOURCE_DATE_

Bug#929793: liblopsub: please make the build reproducible

2019-05-31 Thread Andre Noll
On Fri, May 31, 09:44, Chris Lamb wrote > Whilst working on the Reproducible Builds effort [0], we noticed > that liblopsub could not be built reproducibly. No general objection from my side. However, > -DATE := $(shell date '+%B %Y') > +DATE_FMT = '+%B %Y' > +ifdef SOURCE_DATE_EPOCH > + DAT

Bug#929467: RFS: tfortune-1.0.0 [ITP]

2019-05-24 Thread Andre Noll
Package: sponsorship-requests Severity: wishlist Dear mentors, I am looking for a sponsor for my package "tfortune": * Package name: tfortune Version : 1.0.0 Upstream Author : Andre Noll * URL : http://people.tuebingen.mpg.de/maan/tfortune/

Bug#925911: RFS: lopsub-1.0.2 [ITP]

2019-04-29 Thread Andre Noll
On Mon, Apr 22, 17:30, Andre Noll wrote > > But in general, the package already seems to be in a releasable state. > > Could you please change "UNRELEASED" to "unstable" so it can be uploaded? > > Done. Please have a final look. If everything is fine, I can

Bug#925911: RFS: lopsub-1.0.2 [ITP]

2019-04-22 Thread Andre Noll
On Sun, Apr 21, 22:25, Adam Borowski wrote > On Sun, Apr 21, 2019 at 05:11:05PM +0200, Andre Noll wrote: > > That's just because I misread section 8.1 of the Debian Policy Manual. > > I've renamed the -dev package to liblopsub-dev. > > Not sure if you'd want t

Bug#925911: RFS: lopsub-1.0.2 [ITP]

2019-04-21 Thread Andre Noll
On Sun, Apr 14, 15:41, Adam Borowski wrote > On Sat, Apr 06, 2019 at 09:52:53PM +0200, Andre Noll wrote: > > > > I see a static library installed by the package. Those shouldn't > > > > generally > > > > be used unless you're doing something spe

Bug#925911: RFS: lopsub-1.0.2 [ITP]

2019-04-14 Thread Andre Noll
On Sat, Apr 06, 21:52, Andre Noll wrote > On Mon, Apr 01, 00:57, Andre Noll wrote > > > > I see a static library installed by the package. Those shouldn't > > > generally > > > be used unless you're doing something special -- static linking makes

Bug#925911: RFS: lopsub-1.0.2 [ITP]

2019-04-06 Thread Andre Noll
On Mon, Apr 01, 00:57, Andre Noll wrote > > I see a static library installed by the package. Those shouldn't generally > > be used unless you're doing something special -- static linking makes > > security and bugfix updates extremely tedious. Libraries should als

Bug#925911: RFS: lopsub-1.0.2 [ITP]

2019-03-31 Thread Andre Noll
On Sat, Mar 30, 23:58, Adam Borowski wrote > On Thu, Mar 28, 2019 at 11:41:45AM +0100, Andre Noll wrote: > > * Package name: lopsub > >Version : 1.0.2 > > Such a version means a native package; only software written specifically > for Debian which makes no

Bug#925911: RFS: lopsub-1.0.2 [ITP]

2019-03-28 Thread Andre Noll
Package: sponsorship-requests Severity: wishlist Dear mentors, I am looking for a sponsor for my package "lopsub": * Package name: lopsub Version : 1.0.2 Upstream Author : Andre Noll * URL : http://people.tuebingen.mpg.de/maan/lopsub/ * License

Bug#895397: josm: fails to start

2018-05-05 Thread Patrick Noll
On April 12, 2018 3:21 PM, Patrick Noll wrote: > Following was tried and no change: > > update-java-alternatives -s java-1.9.0-openjdk-amd64 > > JAVA_OPTS="-Djosm.home=${HOME}/.josm-new-home" josm > > uninstalling openjdk-8 > > running josm wit

Bug#895397: josm: fails to start

2018-04-12 Thread Patrick Noll
> Control: severity -1 important > > Control: tags -1 moreinfo unreproducible > > On 2018-04-11 08:09, patrick noll wrote: > > > JOSM fails when trying to launch from menu or cli and returns pop up > > > > with following info: > > I cannot repro

Bug#895397: josm: fails to start

2018-04-10 Thread patrick noll
Package: josm Version: 0.0.svn13576+dfsg-3 Severity: grave Justification: renders package unusable Dear Maintainer, JOSM fails when trying to launch from menu or cli and returns pop up with following info: {{{ Revision:13576 Is-Local-Build:false Build-Date:2018-04-03 18:33:05 Debian-Release:0.0

Bug#155425: MB manager Treo

2007-04-20 Thread Johnnie Noll
Returns the height of this object when drawn by the specified object. AN ALLE FINANZINVESTOREN! DIESE AKTIE WIRD DURCHSTARTEN! FREITAG 20. APRIL STARTET DIE HAUSSE! REALISIERTER KURSGEWINN VON 400%+ IN 5 TAGEN! Symbol: G7Q.F Company: COUNTY LINE ENERGY 5 Tages Kursziel: 0.95 Schlusskurs: 0.21 WK

Bug#61212: Best software prices.

2005-07-25 Thread Noll
Software distribution. http://inbe.7etmso7i4hpem87.dfmartinoeif.com I paint objects as I think them, not as I see them. A good friend will fit you like ring to finger. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#145370: 36 hours: for all your needs :)

2005-05-28 Thread Noll
The Best Place To Find The Cheapest Medicine. http://rjabcsc.wtzpife7t6w40fe.happycdz.com The enemy came. He was beaten. I am tired. Goodnight. Rest is for the weary, sleep is for the dead. Immortality -- a fate worse than death. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] wi

Bug#65617: This stuff is not really expensive as before...

2005-05-04 Thread Noll
This stuff is not really expensive as before... http://Orientalizes.getyourpils.info/?minuendxtvuyMarvinzvtKikuyu You will have access to some of the lowest prices on the internet -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]