for your photos

2018-02-01 Thread Tony

Just want to follow up our email from last week.

We provide you image editing services. Such as photos cutting out and
retouching.

Service details as listed below:
Image cut out; Clipping path; Image masking
Image shadow creation; Color correction
Photo retouching; Beauty retouching - skin, face, body retouching
Glamour retouching; Product retouching
and all other image editing

We assure you the quality along with reasonable cost.

We can provide you testing for your photos.
Please reply if interested.

Thanks,
Tony Peterson



Bug#293680: python-simpy update

2005-02-04 Thread Tony Vignaux
Package: python-simpy
Version: 1.5.1
Severity: wishlist
A new sub-release of SimPy, the Python simulation package, is now
available at http://sourceforge.net/projects/simpy/.
The unix version is in SimPy-1.5.1.tar.gz. It can be installed using 
setup.py

MAJOR LICENSE CHANGE:
- Starting with this version 1.5.1, SimPy is being released under the 
GNU Lesser General Public License (LGPL), instead of the GNU GPL. This 
change has been made to encourage commercial/for profit use of SimPy.

- Minor re-release otherwise
- No additional/changed functionality
- Includes unit test file 'MonitorTest.py' which had been  accidentally 
omitted from 1.5

- Provides updated version of 'Bank.html' tutorial.
- Provides an additional tutorial ('Bank2.html') which shows
how to use the new synchronization constructs introduced in
SimPy 1.5.
- More logical, cleaner version numbering in files.
- Improved source code/API documentation (produced by  Epydoc).

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Bug#819332: License question about sf2 soundfont in Tuxguitar

2023-01-16 Thread tony mancill
On Sun, Jan 15, 2023 at 10:02:55PM +0100, Helmar Gerloni wrote:
> > https://lists.debian.org/debian-legal/2023/01/msg5.html
> > https://lists.debian.org/debian-mentors/2023/01/msg00097.html
> Roberto, Tobias, thanks for your answers.
> 
> I have removed MagicSFver2.sf2 from the package and added a note to 
> README.Debian.
> The new package now depends on fluid-soundfont-gm, see
> https://mentors.debian.net/package/tuxguitar/
> 
> The package builds and runs on amd64 and in Qemu for arm64. It looks pretty 
> good to me now.
> Maybe someone can take a look and upload it?
> If there is anything more I can do, just let me know.

Hello Helmar,

I am reviewing the updated package now and will either sponsor an upload
if everything looks good or provide feedback.

Thank you!
tony


signature.asc
Description: PGP signature


Bug#819332: License question about sf2 soundfont in Tuxguitar

2023-01-16 Thread tony mancill
On Mon, Jan 16, 2023 at 08:33:07AM -0800, tony mancill wrote:
> On Sun, Jan 15, 2023 at 10:02:55PM +0100, Helmar Gerloni wrote:
> > > https://lists.debian.org/debian-legal/2023/01/msg5.html
> > > https://lists.debian.org/debian-mentors/2023/01/msg00097.html
> > Roberto, Tobias, thanks for your answers.
> > 
> > I have removed MagicSFver2.sf2 from the package and added a note to 
> > README.Debian.
> > The new package now depends on fluid-soundfont-gm, see
> > https://mentors.debian.net/package/tuxguitar/
> > 
> > The package builds and runs on amd64 and in Qemu for arm64. It looks pretty 
> > good to me now.
> > Maybe someone can take a look and upload it?
> > If there is anything more I can do, just let me know.
> 
> Hello Helmar,
> 
> I am reviewing the updated package now and will either sponsor an upload
> if everything looks good or provide feedback.

The update looks great!  I have updated debian/copyright to document
the files that are licensed under a license other than the LGPL, but
otherwise everything looks good.  I will upload today.

For the time-being, I will push the updated sources and tag to the
current java-team repo [1], but we may want adjust that before the
bullseye release since the package is no longer team-maintained.

Thank you for your work on this!
tony

[1] https://salsa.debian.org/java-team/tuxguitar



Bug#1029108: tuxguitar: limit build architectures

2023-01-17 Thread tony mancill
Package: tuxguitar
Version: 1.5.6+dfsg1-1
Severity: important

tuxguitar is FTBFS on multiple architectures:

https://buildd.debian.org/status/logs.php?pkg=tuxguitar&ver=1.5.6%2Bdfsg1-1

We should either address the FTBFS or limit the build architectures in
the next upload.



Bug#1029108: tuxguitar: limit build architectures

2023-01-17 Thread tony mancill
On Tue, Jan 17, 2023 at 11:59:07AM -0800, tony mancill wrote:
> Package: tuxguitar
> Version: 1.5.6+dfsg1-1
> Severity: important
> 
> tuxguitar is FTBFS on multiple architectures:
> 
> https://buildd.debian.org/status/logs.php?pkg=tuxguitar&ver=1.5.6%2Bdfsg1-1
> 
> We should either address the FTBFS or limit the build architectures in
> the next upload.

The initial buildd build failed for arm64, but it's successful for me
locally in a clean chroot.  Once I figure out why it's failing on the
buildd, I intend to restrict the build archs to amd64 and arm64.


signature.asc
Description: PGP signature


Bug#1029476: tuxguitar: arch-any build fails with current build system

2023-01-22 Thread tony mancill
Package: tuxguitar
Version: 1.5.6+dfsg1-3
Severity: important

The build system doesn't correctly build the arch-any packages when only
the arch specific targets are invoked.  


signature.asc
Description: PGP signature


Bug#1029476: tuxguitar: arch-any build fails with current build system

2023-01-22 Thread tony mancill
On Sun, Jan 22, 2023 at 05:48:21PM -0800, tony mancill wrote:
> Package: tuxguitar
> Version: 1.5.6+dfsg1-3
> Severity: important
> 
> The build system doesn't correctly build the arch-any packages when only
> the arch specific targets are invoked.  

In the interest of getting the package into shape quickly for bullseye,
I'm considering switching the arch-all packages to arch-any. This
resolves the arch-any build issue until the upstream build system can be
patched to work better with a separate arch-all and arch-any builds.
The package has never been multi-arch.

If any is opposed or would like to put up a patch, please speak up.



Bug#1029476: tuxguitar: arch-any build fails with current build system

2023-01-24 Thread tony mancill
Hi Helmar,

On Mon, Jan 23, 2023 at 10:39:52PM +0100, Helmar Gerloni wrote:
> According to the log the error happens at
> 
> Command: dpkg-buildpackage --sanitize-env -us -uc -mamd64 / i386 Build Daemon 
> (x86-ubc-01)  -B -rfakeroot 
> --changes-option=-O../tuxguitar_1.5.6+dfsg1-3_amd64-buildd.changes 
> --buildinfo-option=-O../tuxguitar_1.5.6+dfsg1-3_amd64-buildd.buildinfo
> ...
> cat: debian/tuxguitar-alsa.poms: No such file or directory
> ...
> 
> The same error also happens on my laptop. After adding the link
> 
> ln -s tuxguitar.poms debian/tuxguitar-alsa.poms
> 
> dpkg-buildpackage works. Maybe this could be a workaround?

Thanks!  I will give that a try.

Cheers,
tony


signature.asc
Description: PGP signature


Bug#1029622: tuxguitar-alsa fails to install

2023-01-26 Thread tony mancill
Hi Helmar,

On Wed, Jan 25, 2023 at 08:45:55PM +0100, Helmar Gerloni wrote:
> Hi Tony,
> 
> sorry for causing so much work with tuxguitar, and thanks for your efforts!

No worries at all!  You've done a lot of work on the package, so we will
get it ironed out in time for the release.

> Do you think it would make sense to merge all the tuxguitar* packages
> into one package tuxguitar with arch-any? Maybe this would solve these
> build problems.

This is similar to my original proposal for 1029476, except I was merely
switching all of the arch-all packages to arch-any.  I can confirm that
that approach builds correctly and the package installs and can be
upgraded.  It has the disadvantage of using more space on the mirrors
and also a bit more time on the buildd machines, since the arch-all bits
are duplicated.

The advantage to your proposal of a single package is that it would also
resolve the build issue, be be a bit simpler for users, and also make it
easier for us to add new modules, since the package wouldn't have to go
back through the NEW queue.  The disadvantage would be the same in terms
of space, but more importantly that installing tuxguitar would require
installing the transitive dependencies of all of the plugins.  I assume
they are all co-installable, but I can imagine bug reports from ALSA or
OSS users not wanting to have to install jack libraries.

The question of the transitive dependencies from a single tuxguitar
package is probably the most important one to consider.  Maybe it's not
so bad?  I need to try to see.

> I could try this out and put a new package on mentors; just let me know.

Do you have a Salsa user account?  If so, you could push a branch of
https://salsa.debian.org/java-team/tuxguitar and we could collaborate
that way.  But mentors is fine too.

But either mechanism works fine.  If you have thoughts about the
transitive dependencies of the single package vs. converting tuxguitar
and tuxguitar-jsa to arch-any, let me know.  Otherwise I will take a
look at the single package approach over the next couple days.

Cheers,
tony


signature.asc
Description: PGP signature


Bug#1029622: tuxguitar-alsa fails to install

2023-01-26 Thread tony mancill
On Wed, Jan 25, 2023 at 08:45:55PM +0100, Helmar Gerloni wrote:
> Hi Tony,
> 
> sorry for causing so much work with tuxguitar, and thanks for your efforts!
> 
> Do you think it would make sense to merge all the tuxguitar* packages into 
> one package tuxguitar with arch-any? Maybe this would solve these build 
> problems.
> 
> I could try this out and put a new package on mentors; just let me know.

Hi Helmar,

I think a patch like the one below is going to take care of the conflicting
files.  I need to do some piuparts testing and then I will upload again.

Also, I'm considering of excluding mipsel and mips64el from the build
architectures in the next upload.  Any concerns?

Thank you,
tony

--
diff --git a/debian/rules b/debian/rules
index 9482c1d..d6c3076 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,3 +21,7 @@ override_dh_auto_configure:
 override_dh_auto_build:
dh_auto_build --sourcedirectory=build-scripts/tuxguitar-linux-x86_64 -- 
-e clean verify -Dnative-modules=true
docbook-to-man misc/tuxguitar.sgml > debian/tuxguitar.1
+
+override_dh_install-arch:
+   dh_auto_install
+   -rf -rfv ./debian/tuxguitar-alsa/usr/share/maven-repo


signature.asc
Description: PGP signature


Bug#1043253: tuxguitar: Missing java class ZipArchiveInputStream when opening .gp files

2023-08-07 Thread tony mancill
On Mon, Aug 07, 2023 at 11:51:51PM +0200, Jérôme Lafréchoux wrote:
> Package: tuxguitar
> Version: 1.5.6+dfsg1-6
> Severity: normal
> 
> Dear Maintainer,
> 
> I get a missing java class error when opening .gp files.
> 
> I can open .gpx and .gp5 files but all .gp files fail with the following
> error:
> 
> org.herac.tuxguitar.action.TGActionException: 
> org/apache/commons/compress/archivers/zip/ZipArchiveInputStream

Hello Jérôme,

Thank you for the bug report and for providing a repro case.

More soon,
tony



Re: Packages removing alternatives on upgrade

2012-10-06 Thread tony mancill
On 09/23/2012 08:40 AM, Ivan Shmakov wrote:
>>>>>> Jakub Wilk  writes:
> 
>   [Cross-posting to packages@qa, for elvis is maintained by the QA
>   group.]
> 
>  > Many packages remove alternatives on upgrade, only to re-add them
>  > later, potentially discarding manual choices of the user.
> 
>  > See also bug #71621.
> 
> […]
> 
>  > Debian QA Group 
>  >elvis
>  >elvis-console
>  >elvis-tools
>  >ircii
> 
> […]
> 
>   BTW, do I understand it correctly that it's just a matter of
>   dropping the ‘upgrade’ case from .prerm?  (Possible patch
>   MIME'd.)
> 
>   TIA.
> 
> 
> 
> 
> --- debian/elvis-console.prerm.~1~2012-09-23 13:34:49.0 +
> +++ debian/elvis-console.prerm2012-09-23 15:24:02.0 +
> @@ -3,7 +3,7 @@
>  set -e
>  
>  case "$1" in
> -upgrade|remove|deconfigure)
> +remove|deconfigure)
>  for app in editor ex input vi view; do
>  update-alternatives --quiet --remove "$app" /usr/bin/elvis
>  done
> --- debian/elvis.prerm.~1~2012-09-23 13:34:49.0 +
> +++ debian/elvis.prerm2012-09-23 15:24:02.0 +
> @@ -3,7 +3,7 @@
>  set -e
>  
>  case "$1" in
> -upgrade|remove|deconfigure)
> +remove|deconfigure)
>  for app in editor ex input vi view; do
>  update-alternatives --quiet --remove "$app" /usr/bin/elvisnox
>  done
> --- debian/elvis-tools.prerm.~1~  2012-09-23 13:34:49.0 +
> +++ debian/elvis-tools.prerm  2012-09-23 15:24:02.0 +
> @@ -3,7 +3,7 @@
>  set -e
>  
>  case "$1" in
> -upgrade|remove|deconfigure)
> +remove|deconfigure)
>  update-alternatives --quiet --remove ctags /usr/bin/elvtags
>  ;;
>  failed-upgrade)

Can someone confirm that Ivan's proposed patch is the correct way to
deal with this problem?  I have the same issue in some of my packages.

Thank you,
tony



signature.asc
Description: OpenPGP digital signature


Bug#594881: anymeal: Remove dependency on aRTS

2010-08-30 Thread tony mancill
On 08/30/2010 06:11 AM, Bilal Akhtar wrote:
> On Mon, 2010-08-30 at 13:52 +0200, Sandro Tosi wrote:
>>
>> Given the attached patch only disable aRts support, what features
>> actually removes from the package?
>>
> 
> No features get removed from the package, as I have tested in Ubuntu.

Hi Bilal,

Thanks for the patch.  Although it may be deprecated, I haven't heard or seen
anything about aRts being removed from Debian squeeze, and since the testing
distribution is frozen, I'm not this is the right time to upload a new version
of anymeal that changes any library dependencies.  I see the options as either
an upload to experimental, or waiting until we're cleared to upload into
unstable again (either a deep freeze, or release).

Regards,
tony



signature.asc
Description: OpenPGP digital signature


Bug#160813: cgiemail:/etc/cgiemail.conf is not consulted

2002-09-13 Thread Tony Hoyle
Package: cgiemail
Version: 1.6-14
Severity: important
Tags: security

Contrary to instructions given during installation, /etc/cgiemail.conf
is not being consulted.  I installed with a default of /var/www/templates,
and this was duly put in the configuration file.  I noticed that the existing 
template files which were *not* within /var/www/templates did not stop working. 
 To test this I changed the /etc/cgiemail.conf to templatedir="/home/tmh", and 
observed that the template files in the webspace were still honoured - meaning 
the templatedir option is non-functional in this release.

Moreover, trying to open /cgi-bin/cgiemail/cgi-bin/cgiemail proved that it was 
attempting to read files in the cgi-bin directory - exactly the vulnerablility 
that the templatedir parameter is supposed to stop.

Just to test, I deleted /etc/cgiemail.conf, and cgiemail refused to run, so I'm 
definately running the correct binary (this machine didn't previously have 
cgiemail installed).

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux sisko 2.4.19-rc3-ac3 #1 Sun Aug 4 14:38:02 BST 2002 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages cgiemail depends on:
ii  debconf   1.1.32 Debian configuration management sy
ii  libc6 2.2.5-14.1 GNU C Library: Shared libraries an

-- debconf information excluded




Bug#285003: python-simpy new release

2004-12-09 Thread Tony Vignaux

Package: python-simpy
Version: 1.5
Severity: wishlist

A new release of SimPy, the Python simulation package, is now
available at http://sourceforge.net/projects/simpy/. 
The unix version is in SimPy-1.5.tar.gz. It can be installed using setup.py


This release adds two new process interaction capabilities as described 
in the

release notes.

Tony Vignaux




Bug#121201: Please Read

2005-07-06 Thread Tony Novak
Urgent Announcement:

Good Day, I have been instructed by my head office to alert you to the fact 
that your file has been reviewed and there now are a few potential options for 
you to consider. 

Please note that this issue is time sensitive and that your previous credit 
situation is not an issue  at this time. 

Confirm your details on our secure form to ensure our records are accurate and 
we will be in touch within a few days via the method of your choice. 

http://www.lending-bloxs.com/index.php?refid=windsor

--Tony Novak
Financial Advisor - eLMR Inc.

Did this reach you in error? please let us know so you won't recieve again:
http://www.lending-bloxs.com/r.php






-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#474496: TKgate has an incorrectly placed binary (unstable)

2008-04-06 Thread Tony Attwood
Package: tkgate
Version: tkgate-1.8.7-1

When you run tkgate and start the simulation it says it cannot find
gsim in /usr/share/tkgate/libexec/ and apt-file lists location for
gsim as /usr/bin/gsim.
If you try to do anything in the simulation like flip a switch the
application crashes with the command line output ob_error:
ob_end_frame with no matching ob_begin_frame()Aborted.

Adding a symlink between the real binary and where the application
expects gsim corrects the problem.


Bug#513432: backtrace generated when pasting into nedit

2009-01-28 Thread Tony Mancill
Package: nedit
Version: 1:5.5-3
Severity: minor


Whenever I paste into nedit, the following is dumped to the shell.
Interestingly enough, the paste is successful.

Please let me know if I can provide any other information.  From what
I can tell, this is distinct from the other copy and paste issues
reported against nedit for lesstif.

Thank you,
Tony
--

Locking assertion failure.  Backtrace:
#0 /usr/lib/libxcb-xlib.so.0 [0xb7b93767]
#1 /usr/lib/libxcb-xlib.so.0(xcb_xlib_unlock+0x31) [0xb7b938b1]
#2 /usr/lib/libX11.so.6 [0xb7d5dcf1]
#3 /usr/lib/libX11.so.6(XIfEvent+0xf6) [0xb7d3d4f6]
#4 /usr/lib/libXm.so.2 [0xb7ee6def]
#5 /usr/lib/libXm.so.2(XmClipboardRetrieve+0x252) [0xb7ee7052]
#6 nedit [0x80a6845]
#7 nedit [0x80a5c5b]
#8 /usr/lib/libXt.so.6(XtCallActionProc+0x1b3) [0xb7e60103]
#9 nedit [0x805fbad]
#10 /usr/lib/libXt.so.6(XtCallCallbackList+0x11b) [0xb7e353ab]
#11 /usr/lib/libXm.so.2 [0xb7f29d4f]
#12 /usr/lib/libXm.so.2 [0xb7f1f2ef]
#13 /usr/lib/libXt.so.6(XtDispatchEventToWidget+0x542) [0xb7e43452]
#14 /usr/lib/libXt.so.6 [0xb7e43b46]
#15 /usr/lib/libXt.so.6(XtDispatchEvent+0xc7) [0xb7e42a67]
#16 /usr/lib/libXt.so.6(XtAppMainLoop+0x44) [0xb7e42c14]
#17 nedit [0x804f927]
#18 /lib/i686/cmov/libc.so.6(__libc_start_main+0xe5) [0xb7baf455]
#19 nedit(XmCreateErrorDialog+0x91) [0x804ef41]

-- System Information:
Debian Release: 5.0
  APT prefers testing
  APT policy: (900, 'testing'), (600, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages nedit depends on:
ii  lesstif2  1:0.95.0-2.1   OSF/Motif 2.1 implementation relea
ii  libc6 2.7-18 GNU C Library: Shared libraries
ii  libice6   2:1.0.4-1  X11 Inter-Client Exchange library
ii  libsm62:1.0.3-2  X11 Session Management library
ii  libx11-6  2:1.1.5-2  X11 client-side library
ii  libxext6  2:1.0.4-1  X11 miscellaneous extension librar
ii  libxp61:1.0.0.xsf1-2 X Printing Extension (Xprint) clie
ii  libxt61:1.0.5-3  X11 toolkit intrinsics library

nedit recommends no packages.

Versions of packages nedit suggests:
pn  csh(no description available)

-- no debconf information



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



GoodJaninePharmacy

2008-01-07 Thread Tony Jarrett
EvelynGoodPharmacy
http://canadianbelvin.com


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#240503: These probes are called static probes.

2006-12-11 Thread Tony Herrera

Over mobile operators' networks, by contrast, latencies can chew up
thousands of milliseconds.
Some of these actions are destructive in that they change the
system,albeit in a well-defined way.
NetBeans Software FrameworkNetBeans IDE BlueJ EditionBridges the gap
between educational and professional IDEs. mattvolpiThere is no UI
support for this. Mobile software developers and publishers are wary of
networked games too, for the reasons already mentioned and because
developing multiplayer games is very expensive.
The application is then built as described above; inthis case low
optimisation is used because at higher levels ofoptimisation the entire
program will be eliminated.

ggg

Trading Date : 12/12/06
Company : Chef Selections Inc.
Symbol : CFSC
Opening Price : $0.1
7-Day Target : $2
Rating : 100-300%

ggg

At worst, an object might hop to a slightly different position due to
the difference between the calculated position and the modified
velocity. It is sent to the speakers and will appear when the speakers
post their response to your question. This strategy is difficult to
stick to at best, given the complex design of most multiplayer games.
lokeshIs there any way we can stream the audio content in mobile phones
other than using http protocol?
davidkasparYes, we support both MIDP versions.
For more information, see our community vision. Thefirst step is to
define the trace record type that is to be used tostore the information.
These policiesinclude: switch, fill, fill and END probes, and ring.
The second reason why profile feedback is notmore widely used is that
there is a concern that a performance gainfor one workload may be at the
expense of the performance of anotherworkload.
The simplest format for this routine would be to justcount the total
number of instructions executed.
Mobile Multiplayer Games TodayThe outlook is not all gloomy, however. In
that field, dead reckoning is the technique of calculating your present
position from a past position and your velocity since, rather than from
physical referents such as landmarks or the stars.
The -xbinopt flagtells the compiler to produce an annotated application,
suitable forfurther analysis at a later time.
It is possible to calculate coverage as a singlevalue.
DataInputStream;import java. java file from which it was compiled, with
metrics on eachsource line. If you're unfamiliar with the semantics of
Bluetooth, don't worry. Some mobile operators charge a flat rate for
unlimited network use, others charge their subscribers by volume,
usually on a per-kilobyte basis.
In the SOA model, services are provided in a platform-independent
fashion and data is exchanged using portable and extensible formats.
Unlike HTTP, Java ME support for XML is not universal.
RKDRegarding my previous question: Same question but specifically having
created with the tool?

From Applications that dlopen a JVMA non-Java application can

dynamically open libjvm.
davidkasparYes, we support both MIDP versions. This session is an
introduction to Java ME development and demonstrates the features of the
NetBeans IDE Mobility Pack. log is the RetroGuard script file that
specifies the classes, methods, fields, and attributes to be preserved
from obfuscation, and retroguard.
If the game relies on dead reckoning, however, clients need transmit
only changes to the velocities of the objects under their players'
control.
The WTK is configured by default for ProGuard, but you must first
download ProGuard, extract the proguard. Our speakers today are Martin
Brehovsky and David Kaspar, Software Engineers for the NetBeans Mobility
Pack IDE. If there is notsufficient space available in per-CPU buffer, a
per-buffer drop countis incremented and processing advances to the next
probe.
Dynamically compiled methods are loaded into the data space of
theapplication, and may be unloaded later.



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#948119: [schroot] does not work for non-root user

2020-01-04 Thread tony mancill
On Sat, Jan 04, 2020 at 09:35:27AM +0100, Giovanni Mascellani wrote:
> I suspect the problem might be related to the fact that /usr/bin/schroot
> is not set-uid anymore, while it was before. Executing
> ...

I ran into this as well and verified on another system running sid that
the binary update to 1.6.10-7 is when the setuid bit is removed - it's
simply not set in the binary package, while it is in .

I'm curious as to how this happened.  I not seeing anything obvious in
the source package changes [1], and when I rebuild 1.6.10-6 or 1.6.10-7
from source locally in a sid chroot, neither one of them results in a
setuid binary.  In the build logs for those builds, the install-arch
target is no longer being called.

However, building 1.6.10-7 in a buster chroot does result in a setuid
binary, so it seems that a recent change in the packaging toolchain
could be the root cause (although I haven't found anything definitive
yet).

Cheers,
tony

[1] https://salsa.debian.org/debian/schroot/compare/2ba1e043...e3358529



Bug#948119: [schroot] does not work for non-root user

2020-01-05 Thread tony mancill
On Sat, Jan 04, 2020 at 09:32:22PM -0800, Steve Langasek wrote:
> It is a latent bug in debian/rules, which failed to run the install-arch:
> target when run under dpkg-buildpackage -b (instead of -B), which is how I
> did my test build for upload to the archive.
> 
> I was surprised to find that the archive did not discard my binaries and
> rebuild them, which I understood was now the standard upload workflow in
> Debian, but instead published them as-is, which is how this bug made it out
> to the world.
> 
> I have pushed a fix for this bug to the git repository; however, the other
> thing that was failing to happen due to this bug, aside from not setting the
> binary setuid root, was that the testsuite was not being run.  So I'm in the
> process now of fixing various testsuite regressions.

Hi Steve,

Thank you for the quick turn-around and the explanation.  AIUI, the
binaries you uploaded would not have migrated to testing, but binary
uploads are still permitted for unstable and in some cases are required
- e.g., if the package is NEW.  But that's a topic for a different bug.

Thanks again!
tony



Bug#1001750: RFA: fwlogwatch -- Taking over maintenance of this project

2021-12-15 Thread tony mancill
On Wed, Dec 15, 2021 at 09:37:09AM +, Clar3nce wrote:
> Package: fwlogwatch
> 
> Hi guys,
> i Would be interested in taking over maintenance of the fwlogwatch project 
> moving forward as i think that it is a cool idea and would love to see it 
> continue to be updated to support a larger array of log formats and rules

Hello Clar3nce,

Very good!  I can help with reviews and sponsored uploads, etc.  If you
haven't already, please create an account on Salsa
(https://salsa.debian.org/) so that you can push merge requests, etc.  I
will create a packaging repo on Salsa for collaboration and get the
current package and its history pushed into that repo.

Cheers,
tony


signature.asc
Description: PGP signature


lunch and dinner

2022-06-15 Thread Tony Cole
Hello,

To Whom It May Concern:

I would like to make a five days reservation for both lunch and dinner at your 
restaurant for two batches of our Amateur Cricket Team from 
Northampton, the United Kingdom visiting your area on a training tour that also 
doubles as a trial for new entrants. As part of the relaxation, we 
hope to consume a 3-course meal [Appetizer (Soup/Salad), Main course, and 
Dessert/pudding] following our daily training course in your area in the 
month of September,2022. We do not currently have the means to provide our own 
catering, hence we are contacting your restaurant in regards to the 
good reviews/ratings, to see if you can serve us the requested meals. The two 
separate dates in the month of September for our team's Junior and 
Senior Cricketers are as stated below:

First Batch (the senior team) booking/reservation dates will be as follows:

* Dates: 17th, 18th, 19th, 20th, and 21st September (5 days)
* Time: 1:30 pm (lunch) and 7:30 pm (dinner)
* Number of guests: 18 (eighteen guests only)
* Reservation period: either lunch or dinner or for both as the case may be at 
your restaurant
* Our meal budget per person per meal is between €35 euros - €85 euros (without 
drinks)
* They can be seated on separate tables to ensure the Covid-19 social distance 
rule

Second Batch (the junior team) booking/reservation dates will be as follows:

* Dates: 24th, 25th, 26th, 27th and 28th September (5 days)
* Time: 1:30 pm (lunch) and 7:30 pm (dinner)
* Number of guests: 16 (sixteen guests only)
* Reservation period: either lunch or dinner or both as the case may be at your 
restaurant
* Our meal budget per person per meal is between €35 euros - €85 euros (without 
drinks)
* They can be seated on separate tables to ensure the Covid-19 social distance 
rule

Let me know if the above dates are available for both batches for either lunch 
or dinner or both as the case may be in your restaurant. If your 
restaurant does not serve lunch, kindly revert back to me with only the 
proposed dinner menu and total cost. Any suggestion on the menu will be 
appreciated since it would be our first time coming to your restaurant. We have 
no special dietary, no allergy, non-smokers, and no accommodation in 
this budget. Plans for the location of our accommodation will have proximity to 
your restaurant and will be properly taken care of by our tour guide 
who will give the details to you when all is concluded.

We are flexible with any good food or menu so let your restaurant's Chef go 
ahead and propose a nice menu suitable for athletes on those dates then 
get back to me. I hope this will be done without delay to enable us to forward 
your quota to our financial department in charge of the trip to 
facilitate the approval process. Your cost estimate should include all taxes 
and service charges if applicable except drinks which will be paid for 
at your place by us. I request for any discount attached to my reservation to 
be reflected in your quotation. If there are other options that might 
be of benefit, please feel free to contact me as soon as possible. Thank you 
for the anticipated prompt assistance and kindly confirm receipt of 
this letter and implementation of my request. Do not hesitate to call or 
WhatsApp me on the number below during regular office hours for further 
clarification. I look forward to the event and am eagerly anticipating the 
delicious meals and good relaxation time.

Sincerely yours,

--
Tony Cole.

The County Ground,
Abington Ave,
Northampton NN1 4PR,
United Kingdom.

Email: tcole...@gmail.com
Tel: +44 7438 304419 (Whatsup Only)



lunch and dinner

2022-06-19 Thread Tony Cole
Hello,

To Whom It May Concern:

I would like to make a five days reservation for both lunch and dinner at your 
restaurant for two batches of our Amateur Cricket Team from 
Northampton, the United Kingdom visiting your area on a training tour that also 
doubles as a trial for new entrants. As part of the relaxation, we 
hope to consume a 3-course meal [Appetizer (Soup/Salad), Main course, and 
Dessert/pudding] following our daily training course in your area in the 
month of September,2022. We do not currently have the means to provide our own 
catering, hence we are contacting your restaurant in regards to the 
good reviews/ratings, to see if you can serve us the requested meals. The two 
separate dates in the month of September for our team's Junior and 
Senior Cricketers are as stated below:

First Batch (the senior team) booking/reservation dates will be as follows:

* Dates: 17th, 18th, 19th, 20th, and 21st September (5 days)
* Time: 1:30 pm (lunch) and 7:30 pm (dinner)
* Number of guests: 18 (eighteen guests only)
* Reservation period: either lunch or dinner or for both as the case may be at 
your restaurant
* Our meal budget per person per meal is between €35 euros - €85 euros (without 
drinks)
* They can be seated on separate tables to ensure the Covid-19 social distance 
rule

Second Batch (the junior team) booking/reservation dates will be as follows:

* Dates: 24th, 25th, 26th, 27th and 28th September (5 days)
* Time: 1:30 pm (lunch) and 7:30 pm (dinner)
* Number of guests: 16 (sixteen guests only)
* Reservation period: either lunch or dinner or both as the case may be at your 
restaurant
* Our meal budget per person per meal is between €35 euros - €85 euros (without 
drinks)
* They can be seated on separate tables to ensure the Covid-19 social distance 
rule

Let me know if the above dates are available for both batches for either lunch 
or dinner or both as the case may be in your restaurant. If your 
restaurant does not serve lunch, kindly revert back to me with only the 
proposed dinner menu and total cost. Any suggestion on the menu will be 
appreciated since it would be our first time coming to your restaurant. We have 
no special dietary, no allergy, non-smokers, and no accommodation in 
this budget. Plans for the location of our accommodation will have proximity to 
your restaurant and will be properly taken care of by our tour guide 
who will give the details to you when all is concluded.

We are flexible with any good food or menu so let your restaurant's Chef go 
ahead and propose a nice menu suitable for athletes on those dates then 
get back to me. I hope this will be done without delay to enable us to forward 
your quota to our financial department in charge of the trip to 
facilitate the approval process. Your cost estimate should include all taxes 
and service charges if applicable except drinks which will be paid for 
at your place by us. I request for any discount attached to my reservation to 
be reflected in your quotation. If there are other options that might 
be of benefit, please feel free to contact me as soon as possible. Thank you 
for the anticipated prompt assistance and kindly confirm receipt of 
this letter and implementation of my request. Do not hesitate to call or 
WhatsApp me on the number below during regular office hours for further 
clarification. I look forward to the event and am eagerly anticipating the 
delicious meals and good relaxation time.

Sincerely yours,

--
Tony Cole.

The County Ground,
Abington Ave,
Northampton NN1 4PR,
United Kingdom.

Email: tcole...@gmail.com
Tel: +44 7438 304419 (Whatsup Only)



Bug#230731: SimPy version 1.4 released

2004-02-03 Thread Tony Vignaux

Package: python-simpy
   Version: 1.4
   Severity: wishlist


A new release of SimPy the Python simulation package is now available at 
http://sourceforge.net/projects/simpy/. The unix version is in 
SimPy-1.4.tar.gz


Simpy has been enriched by additional modules for GUI input, plotting, 
simulation stepping, and real-time synchronization.


Monitors are now lists of the complete observed data series. New 
methods include observe(y,t) (to replace tally and accum) and histogram. 
Import of Simulation or any SimulationXXX module now also imports 
Monitor. The number of waiting and active processes in a Resource can 
now be Monitored.






Bug#102921: Order Ultram with no questions

2004-03-07 Thread Tony Workman
Need ANTI DEPRESSANTS or PAIN RELIEVERS?

Visit my PRESCRIPTION FREE Over-seas Pharmacy!

Orders are delivered withing 24 hours!

http://tfdf4esdd.com/p8


Bug#242988: Package: python-simpy new release

2004-04-10 Thread Tony Vignaux

Package: python-simpy
Version: 1.4.1
Severity: bug fixes

A new release (1.4.1) of SimPy the Python simulation package is now
available at http://sourceforge.net/projects/simpy/. This is a 
maintenance release of 1.4 and introduces no changes to the SimPy API.


Here are the changes relative to 1.4:

class Resource

  - To repair a bug with monitoring the activeQ of a Resource
instance, method _release in class Resource has been changed
in modules Simulation.py, SimulationRT.py, SimulationTrace.py
and SimulationStep.py

testSimpy.py
   - This unit test module has been enhanced with a unit test for
 monitored Resources.

cellphone.py
This example had a programming error and has been corrected.

File names
-  All file names in the source distributions have been made 
“Unix-friendly” by changing file names containing blanks.



--
Prof G A Vignaux
Mathematical and Computing Sciences,
Victoria University, PO Box 600,Work: +64 4 463 5276
Wellington, NZ  Home: +64 4 934 7851
[EMAIL PROTECTED]   Mobile: +64 21 89 7851
http://www.mcs.vuw.ac.nz/~vignaux




Bug#252003: Package: python-simpy new release

2004-05-31 Thread Tony Vignaux

Package: python-simpy
Version: 1.4.2
Severity: wishlist

We have published SimPy v. 1.4.2 on SourcewForge.net. 
(http://simpy.sourceforge.net/index.html) This is a maintenance release.



Changes from release 1.4.1
===

Histogram
-

  - class Histogram has been added to modules SimulationRT,
SimulationTrace and SimulationStep. It had been accidentally
omitted.

testSimpy.py, Monitortest.py

 - An error in the tests for monitored Resource queues has been
   fixed.

SimulationTrace

  - This module now also accepts the "yield hold,self" form which
defaults to zero delay.

Additions
===

testSimPyRT, testSimPyTrace, testSimPyStep
---
  - These unittest modules have been added. They test the respective
simulation modules with exactly the same tests as testSimPy
tests module Simulation. Thus, they test for compatibility.