From mr.jameswilliam at cantv.net Thu Aug 1 13:38:29 2013 From: mr.jameswilliam at cantv.net (MR JAMES WILLIAMS) Date: Thu, 1 Aug 2013 09:08:29 -0430 (VET) Subject: [xml/sgml-pkgs] Contact western union Agent Mr. Jerry Chika Message-ID: <525835941.4221070.1375364309550.JavaMail.gess@webmail-03.datacenter.cha.cantv.net> An HTML attachment was scrubbed... URL: From vincent at vinc17.net Fri Aug 2 00:19:16 2013 From: vincent at vinc17.net (Vincent Lefevre) Date: Fri, 2 Aug 2013 02:19:16 +0200 Subject: [xml/sgml-pkgs] Bug#718535: libxslt1.1: missing newlines with indent="no" Message-ID: <20130802001916.GA16859@xvii.vinc17.org> Package: libxslt1.1 Version: 1.1.28-2 Severity: important When indent="no" is used, some newline characters are missing, in particular at the end of the file. This is a regression. And using indent="yes" is not an acceptable workaround as it is not safe, as said by the XSLT spec: NOTE: It is usually not safe to use indent="yes" with document types that include element types with mixed content. For instance, for the following "copy.xsl" file: I get with bash: vinc17 at xvii:~$ xsltproc copy.xsl copy.xsl vinc17 at xvii:~$ The newline characters before and after the root element should be preserved, possibly squashed. And when a DOCTYPE line is generated, there should be a newline character after it. AFAIK the XSLT spec says nothing about these newlines (and more generally spaces) since they have no meaning in the XML tree. So, let's see the pros and cons. Pros: readability; better usability with line-based tools, such as "diff" (to compare generated output), "svn blame" and so on. Cons: very little wasted space. But this should be not be significant in practice, compared to the whole document. Also, if the user has added newlines in the source, this may be for a good reason. More importantly, the final newline character is missing, which can break some tools. Let's recall that for POSIX, a text file must end with a newline character, and POSIX tools are not required to work without it. -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.10-1-amd64 (SMP w/2 CPU cores) Locale: LANG=POSIX, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages libxslt1.1 depends on: ii libc6 2.17-91 ii libgcrypt11 1.5.3-1 ii libxml2 2.9.1+dfsg1-2 ii multiarch-support 2.17-91 libxslt1.1 recommends no packages. libxslt1.1 suggests no packages. -- no debconf information -- debsums errors found: sh: 1: /usr/sbin/dpkg-divert: not found From vincent at vinc17.net Thu Aug 1 22:34:46 2013 From: vincent at vinc17.net (Vincent Lefevre) Date: Fri, 2 Aug 2013 00:34:46 +0200 Subject: [xml/sgml-pkgs] Bug#718531: libxslt1-dev: invalid local links in /usr/share/doc/libxslt1-dev/index.html Message-ID: <20130801223446.GA11094@xvii.vinc17.org> Package: libxslt1-dev Version: 1.1.28-2 Severity: minor Two links are invalid in "/usr/share/doc/libxslt1-dev/index.html": libxslt ChangeLog -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.10-1-amd64 (SMP w/2 CPU cores) Locale: LANG=POSIX, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages libxslt1-dev depends on: ii libxml2-dev 2.9.1+dfsg1-2 ii libxslt1.1 1.1.28-2 libxslt1-dev recommends no packages. libxslt1-dev suggests no packages. -- no debconf information -- debsums errors found: sh: 1: /usr/sbin/dpkg-divert: not found From owner at bugs.debian.org Thu Aug 1 22:36:04 2013 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Thu, 01 Aug 2013 22:36:04 +0000 Subject: [xml/sgml-pkgs] Processed: found 393876 in 1.1.28-2 References: <1375396335-3834-bts-vincent@vinc17.net> Message-ID: Processing commands for control at bugs.debian.org: > found 393876 1.1.28-2 Bug #393876 [libxslt1.1] libxslt: xsl:sort doesn't support (lower|upper)-first case-orders Marked as found in versions libxslt/1.1.28-2. > thanks Stopping processing here. Please contact me if you need assistance. -- 393876: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=393876 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From anbe at debian.org Thu Aug 1 10:55:43 2013 From: anbe at debian.org (Andreas Beckmann) Date: Thu, 1 Aug 2013 12:55:43 +0200 Subject: [xml/sgml-pkgs] Bug#603322: New dpkg no longer contains install-info, rising to serious In-Reply-To: <20130727094122.GA21202@gaara.hadrons.org> References: <20130727094122.GA21202@gaara.hadrons.org> Message-ID: <201308011255.45256.anbe@debian.org> Hi, On Saturday, 27. July 2013 11:41:22 Guillem Jover wrote: > dpkg 1.17.0 is now in unstable, and does not contain the install-info > compatibility wrapper any longer. These bugs are severity serious now. if you are going to fix your maintainer scripts, please test upgrades before uploading. If the prerm script disappears because it is no longer needed, you might run into errors like Preparing to replace yiyantang 0.7.0-3.1 (using .../yiyantang_0.7.0-4_amd64.deb) ... /var/lib/dpkg/info/yiyantang.prerm: 5: /var/lib/dpkg/info/yiyantang.prerm: install-info: not found dpkg: warning: subprocess old pre-removal script returned error exit status 127 dpkg: trying script from the new package instead ... dpkg: error processing /var/cache/apt/archives/yiyantang_0.7.0-4_amd64.deb (--unpack): there is no script in the new version of the package - giving up The solution is to include an empty dummy prerm script in the new package. So you can test this upgrade path: * start with jessie chroot * install old package * upgrade dpkg to 1.17.x * upgrade your package Andreas From owner at bugs.debian.org Thu Aug 1 08:18:05 2013 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Thu, 01 Aug 2013 08:18:05 +0000 Subject: [xml/sgml-pkgs] Bug#713471: marked as done (libxslt: FTBFS: ../../../libxslt/xsltutils.c:1769:26: error: dereferencing pointer to incomplete type) References: <20130622133844.GA13527@Aeris.MIDGAR> Message-ID: Your message dated Thu, 1 Aug 2013 16:14:41 +0800 with message-id and subject line 1.1.28-2 is in unstable has caused the Debian Bug report #713471, regarding libxslt: FTBFS: ../../../libxslt/xsltutils.c:1769:26: error: dereferencing pointer to incomplete type to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 713471: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=713471 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: David =?iso-8859-1?Q?Su=E1rez?= Subject: libxslt: FTBFS: ../../../libxslt/xsltutils.c:1769:26: error: dereferencing pointer to incomplete type Date: Sat, 22 Jun 2013 15:38:44 +0200 Size: 6316 URL: -------------- next part -------------- An embedded message was scrubbed... From: Aron Xu Subject: 1.1.28-2 is in unstable Date: Thu, 1 Aug 2013 16:14:41 +0800 Size: 2356 URL: From ftpmaster at ftp-master.debian.org Thu Aug 1 07:18:07 2013 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 01 Aug 2013 07:18:07 +0000 Subject: [xml/sgml-pkgs] libxslt_1.1.28-2_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Thu, 01 Aug 2013 13:55:48 +0800 Source: libxslt Binary: libxslt1.1 libxslt1-dev libxslt1-dbg xsltproc python-libxslt1 python-libxslt1-dbg Architecture: source amd64 Version: 1.1.28-2 Distribution: unstable Urgency: low Maintainer: Debian XML/SGML Group Changed-By: Aron Xu Description: libxslt1-dbg - XSLT 1.0 processing library - debugging symbols libxslt1-dev - XSLT 1.0 processing library - development kit libxslt1.1 - XSLT 1.0 processing library - runtime library python-libxslt1 - Python bindings for libxslt1 python-libxslt1-dbg - Python bindings for libxslt1 (debug extension) xsltproc - XSLT 1.0 command line processor Changes: libxslt (1.1.28-2) unstable; urgency=low . * debian/patches/000[4-8].patch: Upstream post release patches. Checksums-Sha1: b477f6c7d71207616276eda0d9a02f2efb529334 1980 libxslt_1.1.28-2.dsc 9373c4339878c454e7ef8b9da59e34b70aa49f6b 35429 libxslt_1.1.28-2.debian.tar.gz 1535bea822d0cf328c7a35371d6de9e286a98d92 230308 libxslt1.1_1.1.28-2_amd64.deb 8471b363e331769359b326a17fe69f55c9e731aa 509054 libxslt1-dev_1.1.28-2_amd64.deb fda807129f7baefd48617988a4c73531e187ce8d 488636 libxslt1-dbg_1.1.28-2_amd64.deb 9aa2da84225c874adfb1b34212def572eb35d34f 117712 xsltproc_1.1.28-2_amd64.deb 9dc0fc897b36ded4cf1f54e850e338bd4b9ea685 137310 python-libxslt1_1.1.28-2_amd64.deb 40f2c5ea3de8e885eaa217b162aec2709310e598 220538 python-libxslt1-dbg_1.1.28-2_amd64.deb Checksums-Sha256: a98a33c32779bf0956cef0e67a24fa0d1ca8a55665ba89eefaad8d358fed1405 1980 libxslt_1.1.28-2.dsc a71d7ac3a9973307a48dd1e37ee0bcd2a83ee7aa0244e59e081a6bff01b3f297 35429 libxslt_1.1.28-2.debian.tar.gz d18fb2c7b33b9e37776a90d98300295d0a63dac46cecce929c1ab1c366aea90c 230308 libxslt1.1_1.1.28-2_amd64.deb 9fcd6b5487aa38cb645fd1d78c2b9bf0eee9c1aea67874bafa79c73532a91284 509054 libxslt1-dev_1.1.28-2_amd64.deb 6030c750b8abadb5eb31fc610ae87f806e5e52d07483f200914167946e6f54f8 488636 libxslt1-dbg_1.1.28-2_amd64.deb ab22b69475291c4e51b6309206154acf0859323022722371ae6bd8454874a06d 117712 xsltproc_1.1.28-2_amd64.deb 13f557200f983f1de6b4c9227bd8cd868c8132523125f4197d58191f14a7bcbe 137310 python-libxslt1_1.1.28-2_amd64.deb 8413ee50cb329d758370c0ddbea1113f989236a75c129183116d8cb2a3e813ee 220538 python-libxslt1-dbg_1.1.28-2_amd64.deb Files: 78af7bba42fddb4db4d138b7f3d3d30a 1980 text optional libxslt_1.1.28-2.dsc d4ba35d9505474ee3272262abd7815f2 35429 text optional libxslt_1.1.28-2.debian.tar.gz 9e2f54b3f8914d02e7cf2fc8d5364d29 230308 libs optional libxslt1.1_1.1.28-2_amd64.deb f975b52ad3677719ff1f2b846acd842e 509054 libdevel optional libxslt1-dev_1.1.28-2_amd64.deb 7457f25c5c8b3898276087454713e4c0 488636 debug extra libxslt1-dbg_1.1.28-2_amd64.deb 0aada5777a51db5c2a1648e1032e104e 117712 text optional xsltproc_1.1.28-2_amd64.deb fe90d1b353f07de58126f024a9358492 137310 python optional python-libxslt1_1.1.28-2_amd64.deb 182c3597dc661929999db942d39c3b84 220538 debug extra python-libxslt1-dbg_1.1.28-2_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iQEcBAEBAgAGBQJR+go2AAoJEGa1A/2e4BN5j3AIAMSB8qw26Ie/YfS3veivGUDr lpqdRabHZ0iWnIiySHJzpIZbNj7rQYgB/WQsGxrVyTXiYhDIkgw0CkrvwoDsIJJD AUr0vUh4i2lb8ZG0CfDRuK1k3LP79gOj2PFHtvbXDT4Gyz1yKzF5sCEHYZ3eJuwg HDg9U/+aBA7TBw13BK6IEybeEwEz3opvcEDKhvYtVnRJm3D28ezRsNjpylqqyqr1 Aezyx4Xegk/evpS+koUaxVvzQisffEYG0qgyaYKBcbZY4andtD70QvVkV/BgZBcR R3yGCaGVWXQFEl/3weHB6neQ4DXUztb3yIxfhvE6TfqxwaMIF5deQWMaZewjlWk= =4CHm -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Thu Aug 1 07:13:58 2013 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 01 Aug 2013 07:13:58 +0000 Subject: [xml/sgml-pkgs] Processing of libxslt_1.1.28-2_amd64.changes Message-ID: libxslt_1.1.28-2_amd64.changes uploaded successfully to localhost along with the files: libxslt_1.1.28-2.dsc libxslt_1.1.28-2.debian.tar.gz libxslt1.1_1.1.28-2_amd64.deb libxslt1-dev_1.1.28-2_amd64.deb libxslt1-dbg_1.1.28-2_amd64.deb xsltproc_1.1.28-2_amd64.deb python-libxslt1_1.1.28-2_amd64.deb python-libxslt1-dbg_1.1.28-2_amd64.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ultimoinstante at ultimoinstante.com Fri Aug 2 05:27:17 2013 From: ultimoinstante at ultimoinstante.com (=?utf-8?Q?Finan=C3=A7as_Pr=C3=A1ticas?=) Date: Fri, 2 Aug 2013 05:27:17 +0000 Subject: [xml/sgml-pkgs] =?utf-8?q?Do_planejamento_=C3=A0_pr=C3=A1tica=3A_?= =?utf-8?q?ideias_precisam_sair_do_papel?= Message-ID: <000001403d7e87c8-0cf3f1d7-fba6-40b4-8d91-e1a72980f94e-000000@email.amazonses.com> ? Bem-vindo ? edi??o de julho de 2013 da newsletter do Finan?as Pr?ticas Neste boletim mensal destacamos os novos conte?dos do Finan?as Pr?ticas. Convidamos voc? a visitar o site www.financaspraticas.com.br (http://uinewsletter.com.br/lt.php?c=759&m=756&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=28521&l=-http--www.financaspraticas.com.br) e a enviar os seus coment?rios e sugest?es. Conselhos Pr?ticos ? F?rias em fam?llia: veja como proteger o seu bolso (http://uinewsletter.com.br/lt.php?c=759&m=756&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=28521&l=-http--www.financaspraticas.com.br/pessoais/vida/familia/6.php) Procurem elaborar uma planilha de or?amento com todos os gastos da viagem, incluindo "antes?, "durante? e "depois?. Quanto mais detalhes puderem incluir para estimar os gastos, melhor! Leia mais (http://uinewsletter.com.br/lt.php?c=759&m=756&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=28521&l=-http--www.financaspraticas.com.br/pessoais/vida/familia/6.php) ? Que tal um tempo pra voc?? (http://uinewsletter.com.br/lt.php?c=759&m=756&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=28521&l=-http--www.financaspraticas.com.br/pessoais/orcamento/planeje/7.php) Se voc? ? f? da express?o "tempo ? dinheiro?, talvez seja hora de rever seus conceitos, sua rotina e a forma como tem priorizado algumas tarefas do seu dia-a-dia. Sua sa?de ? seu maior patrim?nio, preserve! Leia mais (http://uinewsletter.com.br/lt.php?c=759&m=756&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=28521&l=-http--www.financaspraticas.com.br/pessoais/orcamento/planeje/7.php) ? Dif?cil guardar dinheiro? Veja como come?ar (http://uinewsletter.com.br/lt.php?c=759&m=756&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=28521&l=-http--www.financaspraticas.com.br/pessoais/orcamento/poupar/5.php) N?o espere o fim do m?s para guardar o dinheiro que sobrar na sua conta. Assim que receber seu sal?rio, destine em torno de 10% para outra conta corrente, e n?o mexa nesse dinheiro. Tudo ? uma quest?o de h?bito e disciplina! Leia mais (http://uinewsletter.com.br/lt.php?c=759&m=756&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=28521&l=-http--www.financaspraticas.com.br/pessoais/orcamento/poupar/5.php) ? Do planejamento ? pr?tica: ideias precisam sair do papel (http://uinewsletter.com.br/lt.php?c=759&m=756&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=28521&l=-http--www.financaspraticas.com.br/pessoais/orcamento/planeje/8.php) Al?m de definir bem suas prioridades, voc? deve olhar para cada objetivo por vez, estabelecendo uma estrat?gia e passando do plano ? a??o, sem medo de falhar! Permita-se aprender com seus erros, se preciso for. Leia mais (http://uinewsletter.com.br/lt.php?c=759&m=756&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=28521&l=-http--www.financaspraticas.com.br/pessoais/orcamento/planeje/8.php) ? ? S?gam-nos Quais cuidados devo ter na minha planilha de or?amento? (http://uinewsletter.com.br/lt.php?c=759&m=756&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=28521&l=-http--www.financaspraticas.com.br/pessoais/orcamento/primeiros/9.php) Como investir em t?tulos p?blicos? (http://uinewsletter.com.br/lt.php?c=759&m=756&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=28521&l=-http--www.financaspraticas.com.br/recursos/faq.php) Como planejar bem o meu casamento? (http://uinewsletter.com.br/lt.php?c=759&m=756&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=28521&l=-http--www.financaspraticas.com.br/pessoais/vida/casamento/8.php) O que ? consumo respons?vel? (http://uinewsletter.com.br/lt.php?c=759&m=756&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=28521&l=-http--www.financaspraticas.com.br/pessoais/orcamento/consumo/8.php) Novidade do m?s: Finan?as Pr?ticas ensina como economizar energia el?trica (http://uinewsletter.com.br/lt.php?c=759&m=756&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=28521&l=-http--www.financaspraticas.com.br/sobre/imprensa/2013-07-15.php) Durante o inverno ? natural o consumo de energia el?trica crescer bastante. O Finan?as Pr?ticas elaborou algumas orienta??es para que o consumidor possa proteger o seu bolso, mesmo em dias mais frios. Veja algumas dicas simples, mas que podem fazer diferen?a na hora de economizar Leia mais (http://uinewsletter.com.br/lt.php?c=759&m=756&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=28521&l=-http--www.financaspraticas.com.br/sobre/imprensa/2013-07-15.php) Caso queira entrar em contato com nossa ?rea de comunica??o para esclarecimento de d?vidas ou sugest?es de pauta, envie um e-mail para ffrancis at visa.com (mailto:ffrancis at visa.com) ou priscilla.barone at ketchum.com.br (mailto:priscilla.barone at ketchum.com.br) ? ? A Visa disponibiliza em car?ter informativo o conte?do do Finan?as Pr?ticas, bem como os parceiros. A Visa se exonera da responsabilidade em rela??o ao conte?do e veracidade dos sites mencionados como refer?ncia. Pol?tica de Privacidade (http://uinewsletter.com.br/lt.php?c=759&m=756&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=28521&l=-http--www.financaspraticas.com.br/policy/privacy.php). Se n?o desejar continuar recebendo a newsletter, por favor clique aqui. ? Voc? est? recebendo esta mensagem porque se cadastrou em nosso site com o email debian-xml-sgml-pkgs at lists.alioth.debian.org. Clique no link abaixo para cancelar sua inscri??o: http://uinewsletter.com.br/box.php?nl=7&c=759&m=756&s=c991d888c8b9acf87ea6c974497455ed&funcml=unsub2 -------------- next part -------------- An HTML attachment was scrubbed... URL: From pere at hungry.com Fri Aug 2 09:44:26 2013 From: pere at hungry.com (Petter Reinholdtsen) Date: Fri, 2 Aug 2013 11:44:26 +0200 Subject: [xml/sgml-pkgs] =?utf-8?q?Bug=23718562=3A_xmlto=3A_Looses_norwegi?= =?utf-8?q?an_=C3=B8_=28oslash=29_in_text_output?= Message-ID: <20130802094426.GA3045@ulrik.uio.no> Package: xmlto Version: 0.0.25-2 I discovered this problem while trying to typeset a Norwegian translation of the Free Culture book using docbook. The problem is that the bookinfo subtitle looses the Norwegian character ? disappears. The following docbook fragment demonstrate the problem. Book title There is a missing letter here. The norwegian '?' (oslash), just disappears. The norwegian characters '?' (aelig), '?' (aring), and the capital letters '?', '?' and '?' do show up. bla bla When I generate a text version using 'LC_ALL=nb_NO.UTF-8 xmlto txt missing-subtitle-chars.xml', I end up with this output: Book title There is a missing letter here. The norwegian ' ' (oslash), just disappears. The norwegian characters '?' (aelig), '?' (aring), and the capital letters '?', '?' and '?'. ??????????????????????????????????????????????????????????????????????????????? bla bla Notice how the ? is turned into a space in the text output. Happy hacking Petter Reinholdtsen -- System Information: Debian Release: 7.1 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores) Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Shell: /bin/sh linked to /bin/dash Versions of packages xmlto depends on: ii debianutils 4.3.2 ii docbook-xml 4.5-7.2 ii docbook-xsl 1.76.1+dfsg-1 ii libc6 2.13-38 ii libxml2-utils 2.8.0+dfsg1-7+nmu1 ii sgml-base 1.26+nmu4 ii xsltproc 1.1.26-14.1 Versions of packages xmlto recommends: ii dblatex 0.3.4-2 ii fop 1:1.0.dfsg2-6 ii libpaper-utils 1.1.24+nmu2 ii zip 3.0-6 Versions of packages xmlto suggests: ii links 2.7-1 ii w3m 0.5.3-8 pn xmltex -- no debconf information From bespinoz at ucab.edu.ve Sat Aug 3 22:24:00 2013 From: bespinoz at ucab.edu.ve (Google =?utf-8?Q?Incorporation=C2=AE?=) Date: Sat, 3 Aug 2013 17:54:00 -0430 (VET) Subject: [xml/sgml-pkgs] Powered by Google Message-ID: <1468440348.15645405.1375568640317.JavaMail.root@ucab.edu.ve> Dear Google User, You have been selected as a winner for using Google services. Find attached email with more details. Congratulations, Matt Brittin. CEO Google UK. ?2013 Google Corporation -------------- next part -------------- A non-text attachment was scrubbed... Name: Google UK.pdf Type: application/pdf Size: 1637424 bytes Desc: not available URL: From info at bbconline.org Sun Aug 4 01:00:52 2013 From: info at bbconline.org (BBC ALERT) Date: Sat, 03 Aug 2013 22:00:52 -0300 Subject: [xml/sgml-pkgs] **Donation Notice** Message-ID: You have been selected to received (?150,000) One Hundred And Fifty Thousand Pounds as donation see link http://www.bbc.co.uk/news/uk-england-19254228 Please send require details (1)Names (2)Address & phone no for further info.Contact Mr.Dave Charlie via email(d.cliess at hotmail.com) From wellnhofer at aevum.de Sun Aug 4 16:12:53 2013 From: wellnhofer at aevum.de (Nick Wellnhofer) Date: Sun, 4 Aug 2013 18:12:53 +0200 Subject: [xml/sgml-pkgs] Bug#718535: libxslt1.1: missing newlines with indent="no" Message-ID: <864313DF-B4A0-4CDB-9763-7E142EA4008E@aevum.de> libxslt does exactly what you want if you don't provide an indent attribute at all. indent="yes": Let libxslt add whitespace. indent="no": Never add whitespace. no indent attribute: Add newline after top-level nodes. Nick From vincent at vinc17.net Mon Aug 5 01:33:39 2013 From: vincent at vinc17.net (Vincent Lefevre) Date: Mon, 5 Aug 2013 03:33:39 +0200 Subject: [xml/sgml-pkgs] Bug#718535: libxslt1.1: missing newlines with indent="no" In-Reply-To: <864313DF-B4A0-4CDB-9763-7E142EA4008E@aevum.de> References: <864313DF-B4A0-4CDB-9763-7E142EA4008E@aevum.de> Message-ID: <20130805013339.GF7959@xvii.vinc17.org> On 2013-08-04 18:12:53 +0200, Nick Wellnhofer wrote: > libxslt does exactly what you want if you don't provide an indent > attribute at all. > > indent="yes": Let libxslt add whitespace. > indent="no": Never add whitespace. > no indent attribute: Add newline after top-level nodes. This is rather confusing as the XSLT spec http://www.w3.org/TR/xslt says: "If the indent attribute has the value yes, then the xml output method may output whitespace in addition to the whitespace in the result tree (possibly based on whitespace stripped from either the source document or the stylesheet) in order to indent the result nicely; if the indent attribute has the value no, it should not output any additional whitespace. The default value is no." ^^^^^^^^^^^^^^^^^^^^^^^ So, though the behavior is not really disallowed by the spec, I would have expected indent="no" to give the same result as no indent attribute. Unfortunately this is not documented, at least in the man pages, and this change hasn't been announced either. -- Vincent Lef?vre - Web: 100% accessible validated (X)HTML - Blog: Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon) From ftpmaster at ftp-master.debian.org Mon Aug 5 03:28:45 2013 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 05 Aug 2013 03:28:45 +0000 Subject: [xml/sgml-pkgs] Processing of libxml2_2.9.1+dfsg1-3_amd64.changes Message-ID: libxml2_2.9.1+dfsg1-3_amd64.changes uploaded successfully to localhost along with the files: libxml2_2.9.1+dfsg1-3.dsc libxml2_2.9.1+dfsg1-3.debian.tar.gz libxml2_2.9.1+dfsg1-3_amd64.deb libxml2-utils_2.9.1+dfsg1-3_amd64.deb libxml2-utils-dbg_2.9.1+dfsg1-3_amd64.deb libxml2-dev_2.9.1+dfsg1-3_amd64.deb libxml2-dbg_2.9.1+dfsg1-3_amd64.deb libxml2-doc_2.9.1+dfsg1-3_all.deb python-libxml2_2.9.1+dfsg1-3_amd64.deb python-libxml2-dbg_2.9.1+dfsg1-3_amd64.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Mon Aug 5 03:33:21 2013 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 05 Aug 2013 03:33:21 +0000 Subject: [xml/sgml-pkgs] libxml2_2.9.1+dfsg1-3_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Mon, 05 Aug 2013 11:02:43 +0800 Source: libxml2 Binary: libxml2 libxml2-utils libxml2-utils-dbg libxml2-dev libxml2-dbg libxml2-doc python-libxml2 python-libxml2-dbg Architecture: source amd64 all Version: 2.9.1+dfsg1-3 Distribution: unstable Urgency: low Maintainer: Debian XML/SGML Group Changed-By: Aron Xu Description: libxml2 - GNOME XML library libxml2-dbg - Debugging symbols for the GNOME XML library libxml2-dev - Development files for the GNOME XML library libxml2-doc - Documentation for the GNOME XML library libxml2-utils - XML utilities libxml2-utils-dbg - XML utilities (debug extension) python-libxml2 - Python bindings for the GNOME XML library python-libxml2-dbg - Python bindings for the GNOME XML library (debug extension) Closes: 713146 Changes: libxml2 (2.9.1+dfsg1-3) unstable; urgency=low . * debian/patches/0007-Fix-XPath-optimization-with-predicates.patch: - Upstream patch to fix XPath evaluation issue. (Closes: #713146) Checksums-Sha1: 62bf2984d9eafb0fc91e33ad68d59c1f3e1023e8 2175 libxml2_2.9.1+dfsg1-3.dsc fc872a8b4326a34ce9a24d8787de96041377e1a0 27778 libxml2_2.9.1+dfsg1-3.debian.tar.gz 7aa2e0af628ffac961b33d1a8cbbfd8cc7aed90d 790802 libxml2_2.9.1+dfsg1-3_amd64.deb b2e3ef619872243bb96e908960d63c9651ed2ca8 89572 libxml2-utils_2.9.1+dfsg1-3_amd64.deb 91a9204e640903e36e32e3c35ecd829de5e80e15 122316 libxml2-utils-dbg_2.9.1+dfsg1-3_amd64.deb 07686701a5ca8af3a507e0250a3fe75570baafff 685290 libxml2-dev_2.9.1+dfsg1-3_amd64.deb 5a9cfecf9f0b6d63dcb00c90f1685595eb4d7c7b 1341446 libxml2-dbg_2.9.1+dfsg1-3_amd64.deb 02f6518232cb4c83278bcb804fa569e1a2ce4846 809920 libxml2-doc_2.9.1+dfsg1-3_all.deb 25e576bd7747fc7e96e13f895e7f9498774c499d 188200 python-libxml2_2.9.1+dfsg1-3_amd64.deb 2f319bfab1e1c80754a92091ccd87da322f89cae 308804 python-libxml2-dbg_2.9.1+dfsg1-3_amd64.deb Checksums-Sha256: 0e3d7ec7d52e51c2f1114b103b815d9b05526eacf1f8dfc0f9d750d2473c7222 2175 libxml2_2.9.1+dfsg1-3.dsc 5d3879127e5527d6ac4f9dc186214b5e9a39096799841178a8db50103a33e5da 27778 libxml2_2.9.1+dfsg1-3.debian.tar.gz 17a140e13d14a2b1c39742ad138bad9368088514003e9b76fbdfd30713f35cb0 790802 libxml2_2.9.1+dfsg1-3_amd64.deb b23bf37179b95568d3054cb9e6978f57a61bb48defee8434a5ce7e352d194b2e 89572 libxml2-utils_2.9.1+dfsg1-3_amd64.deb 2819a5a8b997ff52efce7a7ab3d2dc5321106a91425fcd67f23ef7aa2db9fbd2 122316 libxml2-utils-dbg_2.9.1+dfsg1-3_amd64.deb 1cd9c6bec2548e59560525e157e9a30aab2a987a758e6396079f0ba05e4a8408 685290 libxml2-dev_2.9.1+dfsg1-3_amd64.deb 31470baa7900f131c5dcc90f820f863ef94256487810e10b4251aa9422d9e103 1341446 libxml2-dbg_2.9.1+dfsg1-3_amd64.deb 7625a96799ec436b04bea513aae581038139a24dd37a441170d8b9592fef89b2 809920 libxml2-doc_2.9.1+dfsg1-3_all.deb 113eef74df545e8e919ec69efcbf60034ed9752cf6ade2c61128b22f2657fdbb 188200 python-libxml2_2.9.1+dfsg1-3_amd64.deb 68ed85e6ef4f402f27246681dd7db034b3f77bbd7fc3db4cc2d9eec69242281d 308804 python-libxml2-dbg_2.9.1+dfsg1-3_amd64.deb Files: 11611c73f0cf205411bc69dcfa0b1dc2 2175 libs optional libxml2_2.9.1+dfsg1-3.dsc 1754cd8cac134e7c1d2562d00db878d9 27778 libs optional libxml2_2.9.1+dfsg1-3.debian.tar.gz f411a4ed41ab0bad2be4a7ffe16b9cb9 790802 libs standard libxml2_2.9.1+dfsg1-3_amd64.deb a9d7a290850ffa7794220074ddc8a007 89572 text optional libxml2-utils_2.9.1+dfsg1-3_amd64.deb 3bff62d2e3ceea6cfc86dd1633621497 122316 debug extra libxml2-utils-dbg_2.9.1+dfsg1-3_amd64.deb c24dbcf162d5770dcb74275a55e5f43c 685290 libdevel optional libxml2-dev_2.9.1+dfsg1-3_amd64.deb fdc16fe9e36f04cf90bab8aa23c37a7e 1341446 debug extra libxml2-dbg_2.9.1+dfsg1-3_amd64.deb 0579289c686a557ddab517a68de39e0c 809920 doc optional libxml2-doc_2.9.1+dfsg1-3_all.deb 6cb81069d3ced4aea3ceb73f32e4fcac 188200 python optional python-libxml2_2.9.1+dfsg1-3_amd64.deb d45683a562c0c063eef70cc7a219d3c1 308804 debug extra python-libxml2-dbg_2.9.1+dfsg1-3_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iQEcBAEBAgAGBQJR/xq9AAoJEGa1A/2e4BN5kfgIANFKWmy20tbjBg6Tfyf3oNG+ SWSIBG2njehcjvZRmIj2cfJDuciKj74ahtQnJYVO9T2L+hnqnPr6mM5uQblx5ukA WW8SrLrF/SJkTXS1g26ubAx8E0KvGOVLII7mW3P5+i52PkfG1uByTh3jcSJdc6x8 vz/gpkk2hJb+dtCt+HPoMJqv7si1JdHbXefp3tevK4IkE/jrNhRzmlA/cGRXtYs5 O4OQvJKHw9H/wTS9SIMGdIJTHgi2239K32T0klsI1Ef5G5K60r+OECQ3KI5lxsVe q4+BDeeeAXK1v49xrLBSZXe0ZL7lMeSHD+uKjyeu1hNfU2jXeCY+Ub2EDtuMeEk= =zCNU -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From owner at bugs.debian.org Mon Aug 5 03:36:05 2013 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Mon, 05 Aug 2013 03:36:05 +0000 Subject: [xml/sgml-pkgs] Bug#713146: marked as done (libxml 2.9.0 XPath evaluation issue) References: <20130622115541.GA24962@xanadu.blop.info> Message-ID: Your message dated Mon, 05 Aug 2013 03:33:21 +0000 with message-id and subject line Bug#713146: fixed in libxml2 2.9.1+dfsg1-3 has caused the Debian Bug report #713146, regarding libxml 2.9.0 XPath evaluation issue to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 713146: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=713146 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Lucas Nussbaum Subject: ruby-nokogiri: FTBFS: tests failed Date: Sat, 22 Jun 2013 13:55:41 +0200 Size: 29087 URL: -------------- next part -------------- An embedded message was scrubbed... From: Aron Xu Subject: Bug#713146: fixed in libxml2 2.9.1+dfsg1-3 Date: Mon, 05 Aug 2013 03:33:21 +0000 Size: 7013 URL: From wellnhofer at aevum.de Mon Aug 5 09:08:16 2013 From: wellnhofer at aevum.de (Nick Wellnhofer) Date: Mon, 05 Aug 2013 11:08:16 +0200 Subject: [xml/sgml-pkgs] Bug#718535: libxslt1.1: missing newlines with indent="no" In-Reply-To: <20130805013339.GF7959@xvii.vinc17.org> References: <864313DF-B4A0-4CDB-9763-7E142EA4008E@aevum.de> <20130805013339.GF7959@xvii.vinc17.org> Message-ID: <51FF6B80.7070607@aevum.de> On 05/08/2013 03:33, Vincent Lefevre wrote: > This is rather confusing as the XSLT spec > > http://www.w3.org/TR/xslt > > says: "If the indent attribute has the value yes, then the xml output > method may output whitespace in addition to the whitespace in the > result tree (possibly based on whitespace stripped from either the > source document or the stylesheet) in order to indent the result > nicely; if the indent attribute has the value no, it should not output > any additional whitespace. The default value is no." > ^^^^^^^^^^^^^^^^^^^^^^^ > > So, though the behavior is not really disallowed by the spec, I would > have expected indent="no" to give the same result as no indent > attribute. Unfortunately this is not documented, at least in the > man pages, and this change hasn't been announced either. I think it's a good compromise. The change is related to this bug report: https://bugzilla.gnome.org/show_bug.cgi?id=652766 I agree that this should be documented somewhere. If this issue is important to you, I'd suggest you file a bug report at bugzilla.gnome.org or take it to the libxslt mailing list (xslt at gnome.org) where you're more likely to get answers. Nick From vincent at vinc17.net Mon Aug 5 11:06:50 2013 From: vincent at vinc17.net (Vincent Lefevre) Date: Mon, 5 Aug 2013 13:06:50 +0200 Subject: [xml/sgml-pkgs] Bug#718535: libxslt1.1: missing newlines with indent="no" In-Reply-To: <51FF6B80.7070607@aevum.de> References: <864313DF-B4A0-4CDB-9763-7E142EA4008E@aevum.de> <20130805013339.GF7959@xvii.vinc17.org> <51FF6B80.7070607@aevum.de> Message-ID: <20130805110649.GI7959@xvii.vinc17.org> Control: tags -1 upstream Control: forwarded -1 https://bugzilla.gnome.org/show_bug.cgi?id=705489 Control: retitle -1 libxslt1.1: behavior of indent xsl:output attribute should be documented On 2013-08-05 11:08:16 +0200, Nick Wellnhofer wrote: > I think it's a good compromise. The change is related to this bug report: > > https://bugzilla.gnome.org/show_bug.cgi?id=652766 > > I agree that this should be documented somewhere. If this issue is important > to you, I'd suggest you file a bug report at bugzilla.gnome.org or take it > to the libxslt mailing list (xslt at gnome.org) where you're more likely to get > answers. I think the behavior is OK for me. So the problem of the documentation remains, at least to make sure that another incompatible change isn't done in the future (possible except for a good reason, such as new recommendations from the W3C). -- Vincent Lef?vre - Web: 100% accessible validated (X)HTML - Blog: Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon) From owner at bugs.debian.org Mon Aug 5 11:09:14 2013 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Mon, 05 Aug 2013 11:09:14 +0000 Subject: [xml/sgml-pkgs] Processed: Re: Bug#718535: libxslt1.1: missing newlines with indent="no" References: <20130805110649.GI7959@xvii.vinc17.org> <20130802001916.GA16859@xvii.vinc17.org> Message-ID: Processing control commands: > tags -1 upstream Bug #718535 [libxslt1.1] libxslt1.1: missing newlines with indent="no" Added tag(s) upstream. > forwarded -1 https://bugzilla.gnome.org/show_bug.cgi?id=705489 Bug #718535 [libxslt1.1] libxslt1.1: missing newlines with indent="no" Set Bug forwarded-to-address to 'https://bugzilla.gnome.org/show_bug.cgi?id=705489'. > retitle -1 libxslt1.1: behavior of indent xsl:output attribute should be documented Bug #718535 [libxslt1.1] libxslt1.1: missing newlines with indent="no" Changed Bug title to 'libxslt1.1: behavior of indent xsl:output attribute should be documented' from 'libxslt1.1: missing newlines with indent="no"' -- 718535: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=718535 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From owner at bugs.debian.org Mon Aug 5 11:18:05 2013 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Mon, 05 Aug 2013 11:18:05 +0000 Subject: [xml/sgml-pkgs] Processed: severity of 718535 is normal References: <1375701301-377-bts-vincent@vinc17.net> Message-ID: Processing commands for control at bugs.debian.org: > severity 718535 normal Bug #718535 [libxslt1.1] libxslt1.1: behavior of indent xsl:output attribute should be documented Severity set to 'normal' from 'important' > thanks Stopping processing here. Please contact me if you need assistance. -- 718535: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=718535 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From bts-link-upstream at lists.alioth.debian.org Mon Aug 5 17:38:02 2013 From: bts-link-upstream at lists.alioth.debian.org (bts-link-upstream at lists.alioth.debian.org) Date: Mon, 05 Aug 2013 17:38:02 -0000 Subject: [xml/sgml-pkgs] [bts-link] source package libxslt Message-ID: <20130805173749.8536.99850.btslink@sonntag.debian.org> # # bts-link upstream status pull for source package libxslt # see http://lists.debian.org/debian-devel-announce/2006/05/msg00001.html # user bts-link-upstream at lists.alioth.debian.org # remote status report for #486818 (http://bugs.debian.org/486818) # Bug title: xsltproc: Incorrectly omits namespace declaration # * http://bugzilla.gnome.org/show_bug.cgi?id=341870 # * remote status changed: UNCONFIRMED -> NEW forwarded 486818 http://bugzilla.gnome.org/show_bug.cgi?id=538941, merged-upstream: http://bugzilla.gnome.org/show_bug.cgi?id=341870 usertags 486818 - status-UNCONFIRMED usertags 486818 + status-NEW thanks From owner at bugs.debian.org Mon Aug 5 17:39:32 2013 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Mon, 05 Aug 2013 17:39:32 +0000 Subject: [xml/sgml-pkgs] Processed: [bts-link] source package libxslt References: <20130805173749.8536.99850.btslink@sonntag.debian.org> Message-ID: Processing commands for control at bugs.debian.org: > # > # bts-link upstream status pull for source package libxslt > # see http://lists.debian.org/debian-devel-announce/2006/05/msg00001.html > # > user bts-link-upstream at lists.alioth.debian.org Setting user to bts-link-upstream at lists.alioth.debian.org (was bts-link-devel at lists.alioth.debian.org). > # remote status report for #486818 (http://bugs.debian.org/486818) > # Bug title: xsltproc: Incorrectly omits namespace declaration > # * http://bugzilla.gnome.org/show_bug.cgi?id=341870 > # * remote status changed: UNCONFIRMED -> NEW > forwarded 486818 http://bugzilla.gnome.org/show_bug.cgi?id=538941, merged-upstream: http://bugzilla.gnome.org/show_bug.cgi?id=341870 Bug #486818 [xsltproc] xsltproc: Incorrectly omits namespace declaration Changed Bug forwarded-to-address to 'http://bugzilla.gnome.org/show_bug.cgi?id=538941, merged-upstream: http://bugzilla.gnome.org/show_bug.cgi?id=341870' from 'http://bugzilla.gnome.org/show_bug.cgi?id=538941' > usertags 486818 - status-UNCONFIRMED Usertags were: status-UNCONFIRMED. Usertags are now: . > usertags 486818 + status-NEW There were no usertags set. Usertags are now: status-NEW. > thanks Stopping processing here. Please contact me if you need assistance. -- 486818: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=486818 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From amelia720 at zipmail.com.br Mon Aug 5 21:45:22 2013 From: amelia720 at zipmail.com.br (Amelia) Date: Mon, 5 Aug 2013 18:45:22 -0300 Subject: [xml/sgml-pkgs] Hello Message-ID: <52001cf26747f_3efa485e4786b4@a4-winter12.tmail> An HTML attachment was scrubbed... URL: From sales at aviana.co.ke Tue Aug 6 10:41:47 2013 From: sales at aviana.co.ke (sales at aviana.co.ke) Date: Tue, 06 Aug 2013 18:41:47 +0800 Subject: [xml/sgml-pkgs] PO & PRODUCT SAMPLES Message-ID: <20130806184147.17835k86oc34kgyz@webmail.aphone.com.my> -- -- Dear Sir, 1. Please find the attached new PO with product samples designs 2. Please sign PO and prepare your proforma invoice with bank info. 3. Ship mark and packaging details to be confirmed. Advice if last payment is received. We are happy for your last delivery. B.rgs Export Sales Dep Mr.Lewis Gerald GENERAL SALES & SUPPLYING AGENCIES - AVIANA Co.Ltd Tel:00961-9-23130 / 00961-3-47400 - Ext. 1305 - IP 3143. Fax:00961-9-235541 - 00357-24-656525 -------------- next part -------------- A non-text attachment was scrubbed... Name: product sample and invoice.rar Type: application/x-rar Size: 70723 bytes Desc: not available URL: From fidelizarte at participarte.com Tue Aug 6 11:54:15 2013 From: fidelizarte at participarte.com (Fidelizarte) Date: Tue, 6 Aug 2013 12:54:15 +0100 Subject: [xml/sgml-pkgs] =?iso-8859-1?q?O_seu_site_est=E1_optimizado_para_?= =?iso-8859-1?q?uma_boa_indexa=E7=E3o_aos_motores_de_busca=3F?= Message-ID: <6fab1abbe871aeb636bfdc5af4bf02b1@localhost.localdomain> Para ver esta mensagem copie para o seu browser o seguinte endere?o: http://www.participarte.com/fls/fls.php?id=40 -------------- next part -------------- An HTML attachment was scrubbed... URL: From michaels at michaelsrealestate.com.au Tue Aug 6 16:52:25 2013 From: michaels at michaelsrealestate.com.au (Angela Bailey) Date: Wed, 07 Aug 2013 03:52:25 +1100 Subject: [xml/sgml-pkgs] (no subject) Message-ID: <20130807035225.16816dleiojfiimh@au.mootyhost.com> Atenci?n Se?or / Se?ora: ?Necesita un pr?stamo garantizado? Firma pr?stamo Bailey dar a pr?stamo de tasa de inter?s del 3%, ?necesita pr?stamo para pagar sus cuentas, sus deudas o para fines comerciales? Si es as?, p?ngase en contacto con ellos hoy en d?a a trav?s de E-mail: baileyloanfirm at dgoh.org Por favor toda respuesta o respuesta debe enviar. baileyloanfirm at dgoh.org From costamagnagianfranco at yahoo.it Wed Aug 7 12:40:20 2013 From: costamagnagianfranco at yahoo.it (Gianfranco Costamagna) Date: Wed, 7 Aug 2013 13:40:20 +0100 (BST) Subject: [xml/sgml-pkgs] Bug#718982: docbook2x cannot be installed anymore Message-ID: <1375879220.67825.YahooMailNeo@web172703.mail.ir2.yahoo.com> Package: docbook2x Version: 0.8.8-8 Severity: serious Dear Maintainer, please consider upload of my package available on mentors [1], because now docbook2x cannot be installed on sid anymore. I cannot build/rebuild anymore packages I maintain in debian. I can adopt the package. Gianfranco [1] http://mentors.debian.net/package/docbook2x -------------- next part -------------- An HTML attachment was scrubbed... URL: From costamagnagianfranco at yahoo.it Wed Aug 7 12:50:00 2013 From: costamagnagianfranco at yahoo.it (Gianfranco Costamagna) Date: Wed, 7 Aug 2013 13:50:00 +0100 (BST) Subject: [xml/sgml-pkgs] Bug#718982: (no subject) Message-ID: <1375879800.50385.YahooMailNeo@web172704.mail.ir2.yahoo.com> >From the log [snip] Setting up libxml-parser-perl (2.41-1+b1) ... Setting up libxml-sax-expat-perl (0.40-2) ... update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50... update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version Processing triggers for sgml-base ... Setting up docbook2x (0.8.8-8) ... /var/lib/dpkg/info/docbook2x.postinst: 10: /var/lib/dpkg/info/docbook2x.postinst: install-info: not found dpkg: error processing docbook2x (--configure): ?subprocess installed post-installation script returned error exit status 127 Processing triggers for libc-bin ... Processing triggers for ca-certificates ... Updating certificates in /etc/ssl/certs... 157 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d....done. Errors were encountered while processing: ?docbook2x E: Sub-process /usr/bin/dpkg returned an error code (1) Gianfranco -------------- next part -------------- An HTML attachment was scrubbed... URL: From owner at bugs.debian.org Wed Aug 7 14:48:10 2013 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Wed, 07 Aug 2013 14:48:10 +0000 Subject: [xml/sgml-pkgs] Processed: forcibly merging 603322 718982 References: <1375886766-1690-bts-dleidert@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > forcemerge 603322 718982 Bug #603322 [docbook2x] docbook2x should be rebuilt with new debhelper Bug #718982 [docbook2x] docbook2x cannot be installed anymore Added tag(s) sid and jessie. Merged 603322 718982 > thanks Stopping processing here. Please contact me if you need assistance. -- 603322: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=603322 718982: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=718982 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From yodogawam at u01.gate01.com Wed Aug 7 23:05:46 2013 From: yodogawam at u01.gate01.com (=?ISO-8859-1?B?TXJzLk1hcu1hIEFzdW5jafNuIEFyYW1idXJ1emFiYWxh?=) Date: Thu, 08 Aug 2013 08:05:46 +0900 Subject: [xml/sgml-pkgs] (no subject) Message-ID: <20130807230546.000032AD.0541@u01.gate01.com> Dearest Friend, Greetings to you my dear brother and sister, i am Mrs.Mar?a Asunci?n Aramburuzabala, a great Mexican Citizen. I bring to you a proposal worth ($7, Billion Dollars) which i intend to use for Charity Foundacion. I am happy to know you, but God knows you better and God knows why he has directed me to you at this point in time so do not be afraid. i got your e-mail contact through a friend in the ministries of commerce and foreign trade departments. I am writing this mail to you with heavy sorrow in my heart due to the current situation of health, i am born in Mexico City, Latin America on May 2, 1963 (age 49), i have a cancer problem, a persecution complex, i am the Chairman of the Board of Tresalia Capital, i am contacting you because i don't have any other option than to tell you as i was touched to open up to you about my Foundacion project. Please reply me back if you are interested, so i can provide you with further details. Thanks, Email: [maria.ascunsion at yahoo.com] Regards, Mrs.Mar?a Asunci?n Aramburuzabala http://www.forbes.com/lists/2007/10/07billionaires_Maria-Asuncion-Aramburuzabala From costamagnagianfranco at yahoo.it Thu Aug 8 17:40:15 2013 From: costamagnagianfranco at yahoo.it (Gianfranco Costamagna) Date: Thu, 8 Aug 2013 18:40:15 +0100 (BST) Subject: [xml/sgml-pkgs] Sponsorship request for docbook2x Message-ID: <1375983615.4328.YahooMailAndroidMobile@web172702.mail.ir2.yahoo.com> Hi xml sgml developers. I write here since this list is used as maintainer of docbook2x. Unfortunately with latest dpkg 1.17 this package isn't installable anymore on sid, because of the deprecated install-info. I prepared an upload to mentors, unfortunately for some issues I don't know is stuck on the ftp queue, at ftp.mentors... I also would like to adopt the package, since we need it for building boinc, and now I canno upload and build boinc anymore (on sid of course) BTW with my NMU I addressed 3 other bugs Could anybody please sponsor it to me? Thanks Please cc me, since I'm not yet subscribed to this list BR Gianfranco Gianfranco -------------- next part -------------- An HTML attachment was scrubbed... URL: From bts-link-upstream at lists.alioth.debian.org Thu Aug 8 17:51:50 2013 From: bts-link-upstream at lists.alioth.debian.org (bts-link-upstream at lists.alioth.debian.org) Date: Thu, 08 Aug 2013 17:51:50 -0000 Subject: [xml/sgml-pkgs] [bts-link] source package libxslt Message-ID: <20130808173743.3226.19170.btslink@sonntag.debian.org> # # bts-link upstream status pull for source package libxslt # see http://lists.debian.org/debian-devel-announce/2006/05/msg00001.html # user bts-link-upstream at lists.alioth.debian.org # remote status report for #718535 (http://bugs.debian.org/718535) # Bug title: libxslt1.1: behavior of indent xsl:output attribute should be documented # * http://bugzilla.gnome.org/show_bug.cgi?id=705489 # * remote status changed: (?) -> UNCONFIRMED usertags 718535 + status-UNCONFIRMED thanks From daniel.leidert at wgdd.de Thu Aug 8 18:10:11 2013 From: daniel.leidert at wgdd.de (Daniel Leidert) Date: Thu, 08 Aug 2013 20:10:11 +0200 Subject: [xml/sgml-pkgs] Bug#718982: docbook2x cannot be installed anymore In-Reply-To: <1375879220.67825.YahooMailNeo@web172703.mail.ir2.yahoo.com> References: <1375879220.67825.YahooMailNeo@web172703.mail.ir2.yahoo.com> Message-ID: <1375985411.1003.21.camel@haktar.debian.wgdd.de> Am Mittwoch, den 07.08.2013, 13:40 +0100 schrieb Gianfranco Costamagna: > Package: docbook2x > Version: 0.8.8-8 > Severity: serious > > Dear Maintainer, > > please consider upload of my package available on mentors [1], because > now docbook2x cannot be installed on sid anymore. I cannot > build/rebuild anymore packages I maintain in debian. There is no docbook2x package on mentors.d.n. > I can adopt the package. Please go ahead. It is up for adoption. Regards, Daniel From daniel.leidert.spam at gmx.net Thu Aug 8 19:13:10 2013 From: daniel.leidert.spam at gmx.net (Daniel Leidert) Date: Thu, 08 Aug 2013 21:13:10 +0200 Subject: [xml/sgml-pkgs] Sponsorship request for docbook2x In-Reply-To: <1375983615.4328.YahooMailAndroidMobile@web172702.mail.ir2.yahoo.com> References: <1375983615.4328.YahooMailAndroidMobile@web172702.mail.ir2.yahoo.com> Message-ID: <1375989190.1003.26.camel@haktar.debian.wgdd.de> Am Donnerstag, den 08.08.2013, 18:40 +0100 schrieb Gianfranco Costamagna: > > I also would like to adopt the package, since we need it for building > boinc, and now I canno upload and build boinc anymore (on sid of > course) > > BTW with my NMU I addressed 3 other bugs > > Could anybody please sponsor it to me? As soon as it is back on mentors I'll check and eventually sponsor it. Regards, Daniel From costamagnagianfranco at yahoo.it Thu Aug 8 22:27:49 2013 From: costamagnagianfranco at yahoo.it (Gianfranco Costamagna) Date: Thu, 8 Aug 2013 23:27:49 +0100 (BST) Subject: [xml/sgml-pkgs] Bug#718982: docbook2x cannot be installed anymore In-Reply-To: <1375985411.1003.21.camel@haktar.debian.wgdd.de> Message-ID: <1376000869.34204.YahooMailAndroidMobile@web172703.mail.ir2.yahoo.com> Hi Daniel thanks for the fast and prompt answer. Unfortunately I deleted the package because I wanted to upload a NMU version, and for some reason the package didn't get published anymore on mentors. I also tried to dcut the old package but also dcut file is still there. Tomorrow morning I'll try to bump the version and upload again, hoping some script will clean up things at some points. I never had this kind of issues on mentors, and I uploaded already a lot of packages. Otherwise I think you can grab the debian directory from mentors and rebuild it if needed I still see files on the ftp site ftp://mentors.debian.net/ Unless I cannot figure out what's wrong with mentors today, I'll publish on github or wherever you think is more appropriate! Thanks for your time Gianfranco Sent from Yahoo! Mail on Android -------------- next part -------------- An HTML attachment was scrubbed... URL: From costamagnagianfranco at yahoo.it Fri Aug 9 07:51:03 2013 From: costamagnagianfranco at yahoo.it (Gianfranco Costamagna) Date: Fri, 9 Aug 2013 08:51:03 +0100 (BST) Subject: [xml/sgml-pkgs] Bug#718982: docbook2x cannot be installed anymore In-Reply-To: <1375985411.1003.21.camel@haktar.debian.wgdd.de> References: <1375879220.67825.YahooMailNeo@web172703.mail.ir2.yahoo.com> <1375985411.1003.21.camel@haktar.debian.wgdd.de> Message-ID: <1376034663.33772.YahooMailNeo@web172704.mail.ir2.yahoo.com> I made my changes available here https://github.com/LocutusOfBorg/docbook2x Mentors seems to be still stuck on some packages, seems to be a general problem. Could you please take it from here? this is particularly the commit I'm referring to https://github.com/LocutusOfBorg/docbook2x/commit/bd2579ba06e759ae594a9f510e26abf427152726 many thanks Gianfranco >________________________________ > Da: Daniel Leidert >A: Gianfranco Costamagna ; 718982 at bugs.debian.org >Inviato: Gioved? 8 Agosto 2013 20:10 >Oggetto: Re: Bug#718982: docbook2x cannot be installed anymore > > >Am Mittwoch, den 07.08.2013, 13:40 +0100 schrieb Gianfranco Costamagna: >> Package: docbook2x >> Version: 0.8.8-8 >> Severity: serious >> >> Dear Maintainer, >> >> please consider upload of my package available on mentors [1], because >> now docbook2x cannot be installed on sid anymore. I cannot >> build/rebuild anymore packages I maintain in debian. > >There is no docbook2x package on mentors.d.n. > >> I can adopt the package. > >Please go ahead. It is up for adoption. > >Regards, Daniel > > > > >? From daniel.leidert at wgdd.de Fri Aug 9 09:44:59 2013 From: daniel.leidert at wgdd.de (Daniel Leidert) Date: Fri, 09 Aug 2013 11:44:59 +0200 Subject: [xml/sgml-pkgs] Bug#718982: docbook2x cannot be installed anymore In-Reply-To: <1376034663.33772.YahooMailNeo@web172704.mail.ir2.yahoo.com> References: <1375879220.67825.YahooMailNeo@web172703.mail.ir2.yahoo.com> <1375985411.1003.21.camel@haktar.debian.wgdd.de> <1376034663.33772.YahooMailNeo@web172704.mail.ir2.yahoo.com> Message-ID: <1376041499.11183.14.camel@haktar.debian.wgdd.de> Am Freitag, den 09.08.2013, 08:51 +0100 schrieb Gianfranco Costamagna: > I made my changes available here > https://github.com/LocutusOfBorg/docbook2x Got it from there. Here are my comments: - If you add yourself to Uploaders, you don't need an NMU version number. - I'd appreciate if you drop cdbs over debhelper (or do you prefer cdbs?). - When changing to a debhelper rules file, I recommend to add autotools-dev (>> 20100122.1~) and call its addon (hardening should be automatically enabled with dh 9). Even if you stay with cdbs update the config.* files. - About the VCS. For some reason, the alioth SCM browser is broken for debian-xml-sgml (still points to CVS). However, the Vcs-Svn is svn://anonscm.debian.org/debian-xml-sgml/packages/docbook2x/trunk/ now. However, you are free to change to git if you want to adopt the package (open bug http://bugs.debian.org/660682). In this case you should close the RFA bug too. - There are some more bug reports which you might to target, e.g. #516165, #597454, #631078 ... Regards, Daniel From costamagnagianfranco at yahoo.it Fri Aug 9 10:28:33 2013 From: costamagnagianfranco at yahoo.it (Gianfranco Costamagna) Date: Fri, 9 Aug 2013 11:28:33 +0100 (BST) Subject: [xml/sgml-pkgs] Bug#718982: docbook2x cannot be installed anymore In-Reply-To: <1376041499.11183.14.camel@haktar.debian.wgdd.de> References: <1375879220.67825.YahooMailNeo@web172703.mail.ir2.yahoo.com> <1375985411.1003.21.camel@haktar.debian.wgdd.de> <1376034663.33772.YahooMailNeo@web172704.mail.ir2.yahoo.com> <1376041499.11183.14.camel@haktar.debian.wgdd.de> Message-ID: <1376044113.50265.YahooMailNeo@web172704.mail.ir2.yahoo.com> Ok for some other obscure reasons now mentors works again https://mentors.debian.net/package/docbook2x ----- Messaggio originale ----- > Da: Daniel Leidert > A: Gianfranco Costamagna ; 718982 at bugs.debian.org > Cc: > Inviato: Venerd? 9 Agosto 2013 11:44 > Oggetto: Re: Bug#718982: docbook2x cannot be installed anymore > > Am Freitag, den 09.08.2013, 08:51 +0100 schrieb Gianfranco Costamagna: >> I made my changes available here >> https://github.com/LocutusOfBorg/docbook2x > > Got it from there. Here are my comments: > > - If you add yourself to Uploaders, you don't need an NMU version > number. > Yeah, I noticed when I uploaded on mentors, I forgot it > - I'd appreciate if you drop cdbs over debhelper (or do you prefer > cdbs?). > I don't have an opinion, but I would like to switch to debhelper too, unfortunately I don't know how to do it, do you have any sort of guide? > - When changing to a debhelper rules file, I recommend to add > autotools-dev (>> 20100122.1~) and call its addon (hardening should be > automatically enabled with dh 9). Even if you stay with cdbs update the > config.* files. Already done, it was another lintian warning ;) > > - About the VCS. For some reason, the alioth SCM browser is broken for > debian-xml-sgml (still points to CVS). However, the Vcs-Svn is > svn://anonscm.debian.org/debian-xml-sgml/packages/docbook2x/trunk/ now. > However, you are free to change to git if you want to adopt the package > (open bug http://bugs.debian.org/660682). In this case you should close > the RFA bug too. > changed, and I'm already closing this bug, I'll commit on svn after the upload if possible > - There are some more bug reports which you might to target, e.g. > #516165, #597454, #631078 ... > Since this bug is pretty serious (at least to me) I'm planning to fix bugs in a future upload, if possible > Regards, Daniel > Thanks for your time, Gianfranco From pgfunding at uj.ac.za Fri Aug 9 08:12:19 2013 From: pgfunding at uj.ac.za (Msibi, Tshediso) Date: Fri, 9 Aug 2013 08:12:19 +0000 Subject: [xml/sgml-pkgs] (no subject) Message-ID: Hello Are you in need of an urgent loan? Do you need a financial assistance? Do you need a loan to pay off bills or buy a home? Ensure you contact us with this particular email for further details: xlsfinancialhelp at shqiptar.eu ENSURE YOU CONTACT US WITH THIS EMAIL (xlsfinancialhelp at shqiptar.eu) FOR YOUR EASY AND FAST LOAN. ________________________________ This email and all contents are subject to the following disclaimer: http://disclaimer.uj.ac.za -------------- next part -------------- An HTML attachment was scrubbed... URL: From service at info.zh-hr.com Fri Aug 9 21:13:56 2013 From: service at info.zh-hr.com (www.zh-hr.com) Date: Sat, 10 Aug 2013 05:13:56 +0800 (CST) Subject: [xml/sgml-pkgs] =?gbk?q?New_price________________________________?= =?gbk?q?_________________________________________________________________?= =?gbk?q?_________________________________________________________________?= =?gbk?q?_________________________________________________________________?= =?gbk?q?________________________________________=A3=AC=C4=FA=BA=C3=A3=AC?= =?gbk?b?wfWytM67yerH63poaXdladK71rA=?= Message-ID: <71414066.1376086143991.JavaMail.root@zhhrweb> An HTML attachment was scrubbed... URL: From infofile3178 at cantv.net Sat Aug 10 01:12:38 2013 From: infofile3178 at cantv.net (Bedie Konate) Date: Fri, 9 Aug 2013 20:42:38 -0430 (VET) Subject: [xml/sgml-pkgs] Hello Message-ID: <506931409.4927693.1376097158243.JavaMail.gess@webmail-03.datacenter.cha.cantv.net> An HTML attachment was scrubbed... URL: From officefile51 at cantv.net Sat Aug 10 13:13:09 2013 From: officefile51 at cantv.net (Mr.John Stephen) Date: Sat, 10 Aug 2013 08:43:09 -0430 (VET) Subject: [xml/sgml-pkgs] (no subject) Message-ID: <1789542808.4964620.1376140390051.JavaMail.gess@webmail-03.datacenter.cha.cantv.net> An HTML attachment was scrubbed... URL: From tlakalem at webmail.co.za Sun Aug 11 10:26:39 2013 From: tlakalem at webmail.co.za (Mr. Douglas McDougall OBE) Date: Sun, 11 Aug 2013 18:26:39 +0800 Subject: [xml/sgml-pkgs] Urgent Assistant? Message-ID: <20130811182639.10415q6ogjj6m28v@webmail.aphone.com.my> -- Dear I am Mr. Douglas McDougall OBE, Fund Managers? Association of Scottish Investment Trust Plc. The World Largest Fund Management Company with over ?1.2Trillion Capital Investment fund and most diversified private investment company in UK, Director of The Monks Investment Trust, Pacific Horizon Investment Trust and Herald Investment Trust, former senior partner of Baillie Gifford & Co and former chairman of IMRO, the Association of Investment Companies in UK. I am privileged to contact you of an interest to invest a huge fund in your country business interest in the following sectors: Electronics, Banking, Oil Sector, Real Estate, Stock Speculation and Mining, Agriculture, Transportation and Tobacco. If you think you have a solid background and idea of making good profit in any of the mentioned business sectors in your country. Please write me for possible business co-operation through this my private email (douglasmc014 at gmail.com)Thanks for your understanding as I would wait to get immediate response from you. Please you can also get back to me through my mobile number +44-793-867- 9418 Best Regards, Mr. Douglas McDougall OBE Phone:+44-793-867- 9418 Fax: + 44-7006-079-615 Fund Managers? Association Scottish Investment Trust Plc http://www.sit.co.uk/about/key_personnel/directors/ From noreply at release.debian.org Sun Aug 11 16:39:16 2013 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 11 Aug 2013 16:39:16 +0000 Subject: [xml/sgml-pkgs] libxslt 1.1.28-2 MIGRATED to testing Message-ID: FYI: The status of the libxslt source package in Debian's testing distribution has changed. Previous version: 1.1.26-14.1 Current version: 1.1.28-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See http://release.debian.org/testing-watch/ for more information. From ftpmaster at ftp-master.debian.org Sun Aug 11 18:02:33 2013 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 11 Aug 2013 18:02:33 +0000 Subject: [xml/sgml-pkgs] Processing of docbook2x_0.8.8-9_amd64.changes Message-ID: docbook2x_0.8.8-9_amd64.changes uploaded successfully to localhost along with the files: docbook2x_0.8.8-9.dsc docbook2x_0.8.8-9.debian.tar.gz docbook2x_0.8.8-9_amd64.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sun Aug 11 18:03:03 2013 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 11 Aug 2013 18:03:03 +0000 Subject: [xml/sgml-pkgs] docbook2x_0.8.8-9_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Wed, 07 Aug 2013 13:44:32 +0200 Source: docbook2x Binary: docbook2x Architecture: source amd64 Version: 0.8.8-9 Distribution: unstable Urgency: high Maintainer: Debian XML/SGML Group Changed-By: Daniel Leidert Description: docbook2x - Converts DocBook/XML documents into man pages and TeXinfo Closes: 571830 603322 660682 718982 Changes: docbook2x (0.8.8-9) unstable; urgency=high . * Rebuild against new debhelper (Closes: #603322, Closes: #718982) * Added autotools-dev as build-dep, helping with outdated autotools files * Bumped standard version to 3.9.4 * Removed dm-upload-allowed * Bumped compat level to 9 * Added myself to uploaders (Closes: #660682) * Dropped some version check in debian/control newer version already in oldstable * Switch to quilt * debian/rules: removing *.info from debian directory in clean target * Added 06_fix_man_typo.patch, fixing two man typos * Removed Rafael Laboissiere from uploaders list (Closes: #571830) Checksums-Sha1: b6eb2ecc1e92a1b5a9ea28207739cc0c3538e02e 1569 docbook2x_0.8.8-9.dsc a63083f5641cb6392e98f8bcfe702727ec606952 12505 docbook2x_0.8.8-9.debian.tar.gz 56b9955c180d3db60ea64ea0e0798df667493090 295266 docbook2x_0.8.8-9_amd64.deb Checksums-Sha256: 51445cf6e26a3f03c62e691bf1a0b695c204888281f3703c00e57a6e1ee55416 1569 docbook2x_0.8.8-9.dsc 6a03f09cee61d9649def6fce0fbe562220e82caa86fc479d9aee9c5cc0a0ebec 12505 docbook2x_0.8.8-9.debian.tar.gz ee0ab5910521a02f812e55e8a7a58ae52cecbd5e1f4e9f5a2dec7e21f1d5a5d8 295266 docbook2x_0.8.8-9_amd64.deb Files: 9c90e57a90dd679a44bca185b38f738d 1569 text optional docbook2x_0.8.8-9.dsc cf0c0779f1c698e3d3dc66d57d51ae1f 12505 text optional docbook2x_0.8.8-9.debian.tar.gz fafccc6f27131a97d1693dac8d8e9191 295266 text optional docbook2x_0.8.8-9_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.14 (GNU/Linux) iEYEARECAAYFAlIH0QEACgkQm0bx+wiPa4zsdACgrLbWV5VblNkG2gn47hISeNWv D3AAoId7O8d+JmJrqBzfVPKtrcGjh8Jx =zmVX -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From owner at bugs.debian.org Sun Aug 11 18:06:04 2013 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 11 Aug 2013 18:06:04 +0000 Subject: [xml/sgml-pkgs] Bug#571830: marked as done (Updating the docbook2x Uploaders list) References: <20100228110744.GA5891@ca.home.jhr-online.de> Message-ID: Your message dated Sun, 11 Aug 2013 18:03:03 +0000 with message-id and subject line Bug#571830: fixed in docbook2x 0.8.8-9 has caused the Debian Bug report #571830, regarding Updating the docbook2x Uploaders list to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 571830: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=571830 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Jan Hauke Rahm Subject: Updating the docbook2x Uploaders list Date: Sun, 28 Feb 2010 12:07:44 +0100 Size: 2323 URL: -------------- next part -------------- An embedded message was scrubbed... From: Daniel Leidert Subject: Bug#571830: fixed in docbook2x 0.8.8-9 Date: Sun, 11 Aug 2013 18:03:03 +0000 Size: 4713 URL: From owner at bugs.debian.org Sun Aug 11 18:06:08 2013 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 11 Aug 2013 18:06:08 +0000 Subject: [xml/sgml-pkgs] Bug#603322: marked as done (docbook2x should be rebuilt with new debhelper) References: <20101112225307.13718.4367.reportbug@adamantium> Message-ID: Your message dated Sun, 11 Aug 2013 18:03:03 +0000 with message-id and subject line Bug#603322: fixed in docbook2x 0.8.8-9 has caused the Debian Bug report #603322, regarding docbook2x should be rebuilt with new debhelper to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 603322: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=603322 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Richard Hartmann Subject: docbook2x should be rebuilt with new debhelper Date: Fri, 12 Nov 2010 23:53:07 +0100 Size: 4389 URL: -------------- next part -------------- An embedded message was scrubbed... From: Daniel Leidert Subject: Bug#603322: fixed in docbook2x 0.8.8-9 Date: Sun, 11 Aug 2013 18:03:03 +0000 Size: 4689 URL: From owner at bugs.debian.org Sun Aug 11 18:06:09 2013 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 11 Aug 2013 18:06:09 +0000 Subject: [xml/sgml-pkgs] Bug#718982: marked as done (docbook2x cannot be installed anymore) References: <1375879220.67825.YahooMailNeo@web172703.mail.ir2.yahoo.com> Message-ID: Your message dated Sun, 11 Aug 2013 18:03:03 +0000 with message-id and subject line Bug#603322: fixed in docbook2x 0.8.8-9 has caused the Debian Bug report #603322, regarding docbook2x cannot be installed anymore to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 603322: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=603322 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Gianfranco Costamagna Subject: docbook2x cannot be installed anymore Date: Wed, 7 Aug 2013 13:40:20 +0100 (BST) Size: 5338 URL: -------------- next part -------------- An embedded message was scrubbed... From: Daniel Leidert Subject: Bug#603322: fixed in docbook2x 0.8.8-9 Date: Sun, 11 Aug 2013 18:03:03 +0000 Size: 4689 URL: From owner at bugs.debian.org Sun Aug 11 18:06:17 2013 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 11 Aug 2013 18:06:17 +0000 Subject: [xml/sgml-pkgs] Bug#718982: marked as done (docbook2x cannot be installed anymore) References: <1375879220.67825.YahooMailNeo@web172703.mail.ir2.yahoo.com> Message-ID: Your message dated Sun, 11 Aug 2013 18:03:03 +0000 with message-id and subject line Bug#718982: fixed in docbook2x 0.8.8-9 has caused the Debian Bug report #718982, regarding docbook2x cannot be installed anymore to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 718982: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=718982 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Gianfranco Costamagna Subject: docbook2x cannot be installed anymore Date: Wed, 7 Aug 2013 13:40:20 +0100 (BST) Size: 5338 URL: -------------- next part -------------- An embedded message was scrubbed... From: Daniel Leidert Subject: Bug#718982: fixed in docbook2x 0.8.8-9 Date: Sun, 11 Aug 2013 18:03:03 +0000 Size: 4713 URL: From owner at bugs.debian.org Sun Aug 11 18:06:18 2013 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 11 Aug 2013 18:06:18 +0000 Subject: [xml/sgml-pkgs] Bug#603322: marked as done (docbook2x should be rebuilt with new debhelper) References: <20101112225307.13718.4367.reportbug@adamantium> Message-ID: Your message dated Sun, 11 Aug 2013 18:03:03 +0000 with message-id and subject line Bug#718982: fixed in docbook2x 0.8.8-9 has caused the Debian Bug report #718982, regarding docbook2x should be rebuilt with new debhelper to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 718982: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=718982 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Richard Hartmann Subject: docbook2x should be rebuilt with new debhelper Date: Fri, 12 Nov 2010 23:53:07 +0100 Size: 4389 URL: -------------- next part -------------- An embedded message was scrubbed... From: Daniel Leidert Subject: Bug#718982: fixed in docbook2x 0.8.8-9 Date: Sun, 11 Aug 2013 18:03:03 +0000 Size: 4713 URL: From saudah at doa.gov.my Wed Aug 7 20:46:32 2013 From: saudah at doa.gov.my (Google Incorporation =?utf-8?B?wq4=?=) Date: Thu, 8 Aug 2013 04:46:32 +0800 (MYT) Subject: [xml/sgml-pkgs] Powered By Google In-Reply-To: <2098675040.25506.1375908331603.JavaMail.root@doa.gov.my> References: <386441769.25391.1375908132411.JavaMail.root@doa.gov.my> <1147862667.25400.1375908150283.JavaMail.root@doa.gov.my> <1196297439.25425.1375908180110.JavaMail.root@doa.gov.my> <1464271212.25440.1375908212490.JavaMail.root@doa.gov.my> <2098675040.25506.1375908331603.JavaMail.root@doa.gov.my> Message-ID: <1427796296.25528.1375908392599.JavaMail.root@doa.gov.my> Dear Google User, You have been selected as a winner for using Google services. Find attached email with more details. Congratulations, Matt Brittin. CEO Google UK. ?2013 Google Corporation's -------------- next part -------------- A non-text attachment was scrubbed... Name: Google.pdf Type: application/pdf Size: 839288 bytes Desc: not available URL: From info at phbservermalaysia.com Mon Aug 12 20:40:21 2013 From: info at phbservermalaysia.com (info) Date: Mon, 12 Aug 2013 21:40:21 +0100 Subject: [xml/sgml-pkgs] Product Inquiry Message-ID: Dear Seller, We are glad to know your company and want to establish business relation with nyou,we are interested in the purchase of your products and services. Quality and Delivery is very essential to us.Firstly we will like to know the following, (1) How many quantity you can supply, Order (2) Price of each piece. (3) Shipping fee, (4) Terms of payment , (5) Warranty of products. We are looking forward to hear from u very soon Thank you for your time, I sincerely hope that your products and service will meet us in our needs and kindly establish a long-term business relationship with you in future. Regards Thank You. Manager. From eetgroup at eetmail.com Tue Aug 13 07:59:45 2013 From: eetgroup at eetmail.com (EET Europarts) Date: Tue, 13 Aug 2013 03:59:45 -0400 Subject: [xml/sgml-pkgs] Looking for Sony spare parts ? Message-ID: <1376380899576.4992635.9725286.1572404798@backend.campaign.eetmail.com> An HTML attachment was scrubbed... URL: From news at garrafeiranacional.com Tue Aug 13 17:47:02 2013 From: news at garrafeiranacional.com (Garrafeira Nacional) Date: Tue, 13 Aug 2013 18:47:02 +0100 Subject: [xml/sgml-pkgs] We are moving! Message-ID: <77155fb93c1d43475c43ac30d756550c@smtp101.1-hostingservice.com> Welcome To our new home! Web version http://mailing.gncellar.com/v/8tgebohFe3xe-8ac4a994- Forward to a friend http://mailing.gncellar.com/r/-8ac4a994-e8tgebohFe3x Share on social networks http://mailing.gncellar.com/p/-8ac4a994-e8tgebohFe3x Share on social networks http://mailing.gncellar.com/pf/-8ac4a994-e8tgebohFe3x Share on social networks http://mailing.gncellar.com/ptw/-8ac4a994-e8tgebohFe3x Welcome to our new home! [1]New website That's right., we rebuilt our online shop from ground! Looks cleaner, feels faster and supports a couple new features (with more to come). We're still putting in the finishing touches, but we hope you enjoy browsing the new store! [2]Come and visit us! ? [3]imagem [4]www.gncellar.com imagem [5]Facebook | [6]Twitter | [7]R[8]ecommend to a friend References 1. "http://mailing.gncellar.com/g/9f2002535-1516087-a9c-0c7cf0cb29e-8ac4a994-ecie3xebohFe8tge7o4v" 2. "http://mailing.gncellar.com/g/9f2002535-1516087-a9c-0c7cf0cb29e-8ac4a994-ecie3xebohFe8tge7o4v" 3. "http://mailing.gncellar.com/g/9f2002535-1516087-a9c-0c7cf0cb29e-8ac4a994-ecie3xebohFe8tge7o4v" 4. "http://mailing.gncellar.com/g/9f2002535-1516087-a9c-0c7cf0cb29e-8ac4a994-ecie3xebohFe8tge7o4v" 5. "http://mailing.gncellar.com/g/9f2002535-1516087-a9c-0c7cf0cb29e-8ac4a994-ecie3xebohFe8tge7Ar8"-8ac4a994-e8tgebohFe3x 6. "http://mailing.gncellar.com/g/9f2002535-1516087-a9c-0c7cf0cb29e-8ac4a994-ecie3xebohFe8tge7Ar7"-8ac4a994-e8tgebohFe3x 7. "http://mailing.gncellar.com/g/9f2002535-1516087-a9c-0c7cf0cb29e-8ac4a994-ecie3xebohFe8tge7Ar9"-8ac4a994-e8tgebohFe3x 8. "http://mailing.gncellar.com/g/9f2002535-1516087-a9c-0c7cf0cb29e-8ac4a994-ecie3xebohFe8tge7Ar9"-8ac4a994-e8tgebohFe3x Web version http://mailing.gncellar.com/v/8tgebohFe3xe-8ac4a994- Forward to a friend http://mailing.gncellar.com/r/-8ac4a994-e8tgebohFe3x Remove me from the list http://mailing.gncellar.com/rm/-8ac4a994-e9f2002535-1516087-a9c-0c7cf0cb29e8tgebohFe3xeci Share on social networks http://mailing.gncellar.com/p/-8ac4a994-e8tgebohFe3x Share on social networks http://mailing.gncellar.com/pf/-8ac4a994-e8tgebohFe3x Share on social networks http://mailing.gncellar.com/ptw/-8ac4a994-e8tgebohFe3x -------------- next part -------------- An HTML attachment was scrubbed... URL: From grace_emmanuella1 at kimo.com Wed Aug 14 05:23:40 2013 From: grace_emmanuella1 at kimo.com (Grace Emmanuella) Date: Wed, 14 Aug 2013 05:23:40 +0000 Subject: [xml/sgml-pkgs] God Bless You Message-ID: * From: Mrs. Grace Emmanuella. Greetings My Dearest In The Lord Jesus I am Mrs. Grace Emmanuella an ageing widow suffering from long time illness. I am currently admitted in a privet hospital here in London, I have some funds I inherited from my late loving husband Mr. Benjamin Michael Emmanuella, the sum of GBP?7.800.000 (Seven Million Eight Hundred British Pounds GBP) which he deposited in one of the famous BANK here in London England, meanwhile, I need a very honest and God fearing Christian or an Individual that can use this funds for God's work and 20% out of the total funds will be for your personal use as compensation for doing this work of God. I found your email address from the Internet and decide to contact you. Please if you would be able to use these funds for the God's work kindly reply me. Note: This transaction is %100 percent risk free hence everything will be handled with utmost legality, so get back to me immediately hence any delay to your reply will enable me source for another person. Thanks for your co-operations Your Sister In The Lord. Mrs. Mrs. Grace Emmanuella. * -------------- next part -------------- An HTML attachment was scrubbed... URL: From daniel.leidert at wgdd.de Wed Aug 14 08:14:05 2013 From: daniel.leidert at wgdd.de (Daniel Leidert) Date: Wed, 14 Aug 2013 10:14:05 +0200 Subject: [xml/sgml-pkgs] Bug#603322: New dpkg no longer contains install-info, rising to serious Message-ID: <1e0051763a832638c59f6ff838189150.squirrel@webmail.wgdd.de> Hi, Andreas, if you are right with your observation (which I don't doubt), than dh_installinfo/debhelper needs to care about creating an empty prerm script. It cannot be the task of package maintainers, which are affected by this transition to create and ship an empty prerm scripts for 2 releases (this is usually the time necssary to ship transition code in maintainer scripts). Better let dh_installinfo output some thing non-functional like if [ "$1" = "remove" ] || [ "$1" = "upgrade" ]; then From daniel.leidert at wgdd.de Wed Aug 14 08:16:36 2013 From: daniel.leidert at wgdd.de (Daniel Leidert) Date: Wed, 14 Aug 2013 10:16:36 +0200 Subject: [xml/sgml-pkgs] Bug#603322: New dpkg no longer contains install-info, rising to serious Message-ID: <2ccd4a9cbc273cb3e897d34f6da361ee.squirrel@webmail.wgdd.de> # sent too early by accident Hi, Andreas, if you are right with your observation (which I don't doubt), than dh_installinfo/debhelper needs to care about creating an empty prerm script. It cannot be the task of package maintainers, which are affected by this transition, to create and ship an empty prerm scripts for 2 releases (this is usually the time necssary to ship transition code in maintainer scripts) when there was never any self-written prerm script. Better let dh_installinfo output something non-functional like if [ "$1" = "remove" ] || [ "$1" = "upgrade" ]; then # do nothing, just create this script fi to create this script if it is necessary for a smooth transition. Regards, Daniel From noreply at release.debian.org Wed Aug 14 16:39:15 2013 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 14 Aug 2013 16:39:15 +0000 Subject: [xml/sgml-pkgs] docbook2x 0.8.8-9 MIGRATED to testing Message-ID: FYI: The status of the docbook2x source package in Debian's testing distribution has changed. Previous version: 0.8.8-8 Current version: 0.8.8-9 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See http://release.debian.org/testing-watch/ for more information. From office83 at cantv.net Wed Aug 14 18:05:46 2013 From: office83 at cantv.net (Mr. Ban Ki-moon) Date: Wed, 14 Aug 2013 13:35:46 -0430 (VET) Subject: [xml/sgml-pkgs] CALL ME +229 96358358 Message-ID: <720045470.3582007.1376503546477.JavaMail.gess@webmail-02.datacenter.cha.cantv.net> An HTML attachment was scrubbed... URL: From noreply at release.debian.org Thu Aug 15 16:39:15 2013 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 15 Aug 2013 16:39:15 +0000 Subject: [xml/sgml-pkgs] libxml2 2.9.1+dfsg1-3 MIGRATED to testing Message-ID: FYI: The status of the libxml2 source package in Debian's testing distribution has changed. Previous version: 2.9.1+dfsg1-2 Current version: 2.9.1+dfsg1-3 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See http://release.debian.org/testing-watch/ for more information. From marketing at groupmenumagazine.com Thu Aug 15 22:13:01 2013 From: marketing at groupmenumagazine.com (II Estoril Organic Wine Contest 2013) Date: Thu, 15 Aug 2013 23:13:01 +0100 Subject: [xml/sgml-pkgs] II Estoril Organic Wine Contest 2013 Message-ID: Dear Madam / Dear Sir, The organization of the 2nd edition of the "II Estoril Organic Wine Contest 2013" to be held in Estoril 21, 22, 23,.24 November, advises that the closing date for registration expires on October 31, this year. Together we refer entry form and fee structure, the regulation can be found on our website http://www.estorilorganicwinecontest.com - registration at estorilorganicwinecontest.com Registration form | Prices Yours sincerely, Antonio Jos? da Silva CEO of II Estoril Organic Wine Contest 2013. Telefones +351 309889825 | +351 309977825 Fax +351 214571097 presidencia at groupmenumagazine.eu | secretariado at groupmenumagazine.eu P.O.Box 1020 | 2776-810 Parede | Portugal www.groupmenumagazine.eu Esta mensagem est? de acordo com a legisla??o Europeia sobre o envio de mensagens comerciais: qualquer mensagem dever? estar claramente identificada com os dados do Emissor e dever? proporcionar ao receptor a hip?tese de ser removido da lista. Para ser removido da nossa lista, basta que nos responda a esta mensagem colocando a palavra "Remover" no assunto. (Directiva 2000/31/CE do Parlamento Europeu; Relat?rio A5-0270/2001 do Parlamento Europeu). This message is in agreement with the European legislation on sending commercial messages, any message must be clearly labeled with the data from the transmitter and the receiver should provide the possibility of being removed from the list. To be removed from our list, we simply respond to this message by placing the word "Remove" in the subject. (Directive 2000/31/EC of the European Parliament, Report A5-0270/2001 European Parliament). -------------- next part -------------- An HTML attachment was scrubbed... URL: From timbophali at accountant.com Fri Aug 16 09:03:45 2013 From: timbophali at accountant.com (Tim Bophal) Date: Fri, 16 Aug 2013 10:03:45 +0100 Subject: [xml/sgml-pkgs] **SPAM** CAN WE INVEST IN YOUR COUNTRY ? Message-ID: Hello, My name is Mr. Tim Bophal I am the bank manager and also an account holder of a deceased customer of a bank in Asia. I am contacting for a good proposal that will benefit both of us if you are interested and trustworthy, please reply back and let's benefit from this golden opportunity. I will explain more better when you response back. I wait to hear from you on (timBophall at accountant.com) Regards Mr. Tim Bophal From Susan_Lorah at chs.net Sun Aug 18 19:25:28 2013 From: Susan_Lorah at chs.net (Lorah, Susan) Date: Sun, 18 Aug 2013 19:25:28 +0000 Subject: [xml/sgml-pkgs] CHARITY LOAN INVESTMENT Message-ID: <1206776629D83343B8543A1953448370AEE89B98@TN001WEXMBX12.US.chs.net> CHARITY LOAN INVESTMENT give out loan at 2% if interested contact us Asap on This E-mail: charityloanint at qq.com -------------------------------------------------------------------------- Disclaimer: This electronic message may contain information that is Proprietary, Confidential, or legally privileged or protected. It is intended only for the use of the individual(s) and entity named in the message. If you are not an intended recipient of this message, please notify the sender immediately and delete the material from your computer. Do not deliver, distribute or copy this message and do not disclose its contents or take any action in reliance on the information it contains. -------------- next part -------------- An HTML attachment was scrubbed... URL: From ce.9740376R at ac-reunion.fr Mon Aug 19 02:12:05 2013 From: ce.9740376R at ac-reunion.fr (ECOLE PRIMAIRE PUBLIQUE HELL-BOURG SALAZIE) Date: Sun, 18 Aug 2013 19:12:05 -0700 Subject: [xml/sgml-pkgs] BUSINESS AND LOAN OFFER Message-ID: <29f6b4c2511a1920.52111c85@ac-reunion.fr> STEVEWATSON INVESTMENT is giving out loans worldwide. Do you need loan? Have been turn down by banks and other financial institutions? We offer personal loans, business loans and mortgage loans. Our loans are at moderate interest rate with collateral and non collateral loans available.Any interested Applicant should contact us with his/her email address well stated so that we can send the loan terms and condition for review. From ultimoinstante at ultimoinstante.com Mon Aug 19 15:33:08 2013 From: ultimoinstante at ultimoinstante.com (UltimoInstante) Date: Mon, 19 Aug 2013 15:33:08 +0000 Subject: [xml/sgml-pkgs] =?utf-8?q?Not=C3=ADcias_de_Balan=C3=A7os_e_Result?= =?utf-8?q?ados_do_dia_19/08/2013?= Message-ID: <0000014097354d74-27289aa0-e646-40e9-8450-bedd03f662a0-000000@email.amazonses.com> Receita l?quida da B2W sobe 22,1% no segundo trimestre Caso n?o consiga visualizar este e-mail, acesse esse link (http://uinewsletter.com.br/lt.php?c=794&m=791&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=29233&l=-http--www.ultimoinstante.com.br/pt/noticias_20130809/empresas_balancos_resultados/) ? JBS tem lucro l?quido de R$ 482 milh?es no 2? trimestre (http://uinewsletter.com.br/lt.php?c=794&m=791&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=29235&l=-http--www.ultimoinstante.com.br/pt/noticias_20130814/empresas_balancos_resultados/257687/JBS-tem-lucro-l%C3%ADquido-de-R$-482-milh%C3%B5es-no-2%C2%BA-trimestre.htm) Resultado de quase meio bilh?o de reais ? 126% maior que o registrado no mesmo per?odo do ano passado ? MRV lucra R$ 141 milh?es no 2? tri (http://uinewsletter.com.br/lt.php?c=794&m=791&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=29236&l=-http--www.ultimoinstante.com.br/pt/noticias_20130816/empresas_balancos_resultados/263365/MRV-lucra-R$-141-milh%C3%B5es-no-2%C2%BA-tri.htm) De abril a junho, as vendas contratadas subiram 46,5% ? Lucro do Walmart sobe 1,3% no segundo trimestre (http://uinewsletter.com.br/lt.php?c=794&m=791&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=29237&l=-http--www.ultimoinstante.com.br/pt/noticias_20130816/empresas_balancos_resultados/263362/Lucro-do-Walmart-sobe-13-no-segundo-trimestre.htm) Receita subiu 2,3% ? Bombril aumenta sua receita em16% no 2T13 (http://uinewsletter.com.br/lt.php?c=794&m=791&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=29238&l=-http--www.ultimoinstante.com.br/pt/noticias_20130816/empresas_balancos_resultados/263277/Bombril-aumenta-sua-receita-em16-no-2T13.htm) Empresa apresenta crescimento de 25% no primeiro semestre de 2013, enquanto o setor cresceu 11,2% ? Caixa obt?m lucro recorde no 1? semestre (http://uinewsletter.com.br/lt.php?c=794&m=791&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=29239&l=-http--www.ultimoinstante.com.br/pt/noticias_20130815/empresas_balancos_resultados/260488/Caixa-obt%C3%A9m-lucro-recorde-no-1%C2%BA-semestre.htm) Aumento da carteira de cr?dito permitiu bons resultados trimestrais ? Lucro da construtora Rossi cai 10% no 2? tri (http://uinewsletter.com.br/lt.php?c=794&m=791&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=29240&l=-http--www.ultimoinstante.com.br/pt/noticias_20130815/empresas_balancos_resultados/260976/Lucro-da-construtora-Rossi-cai-10-no-2%C2%BA-tri.htm) A receita l?quida proveniente da venda de im?veis e servi?os totalizou R$ 699 milh?es ? Preju?zo da MMX sobe para R$ 441,5 milh?es no 2? tri (http://uinewsletter.com.br/lt.php?c=794&m=791&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=29241&l=-http--www.ultimoinstante.com.br/pt/noticias_20130815/empresas_balancos_resultados/260898/Preju%C3%ADzo-da-MMX-sobe-para-R$-4415-milh%C3%B5es-no-2%C2%BA-tri.htm) De abril a junho, a receita l?quida da companhia subiu 40% ? Lucro das Lojas Americanas sobe 24,7% no primeiro semestre (http://uinewsletter.com.br/lt.php?c=794&m=791&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=29242&l=-http--www.ultimoinstante.com.br/pt/noticias_20130815/empresas_balancos_resultados/260780/Lucro-das-Lojas-Americanas-sobe-247-no-primeiro-semestre.htm) Receita subiu 12,8% no semestre ? OGX encerra trimestre com preju?zo de R$ 4,72 bilh?es (http://uinewsletter.com.br/lt.php?c=794&m=791&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=29243&l=-http--www.ultimoinstante.com.br/pt/noticias_20130815/empresas_balancos_resultados/260659/OGX-encerra-trimestre-com-preju%C3%ADzo-de-R$-472-bilh%C3%B5es.htm) Preju?zo ? mais de 1000% maior ao informado no 2? trimestre de 2012 ? Receita l?quida da B2W sobe 22,1% no segundo trimestre (http://uinewsletter.com.br/lt.php?c=794&m=791&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=29244&l=-http--www.ultimoinstante.com.br/pt/noticias_20130815/empresas_balancos_resultados/260656/Receita-l%C3%ADquida-da-B2W-sobe-221-no-segundo-trimestre.htm) Rating da empresa subiu no per?odo ? CPFL Energia tem receita bruta de R$ 4,8 bi no 2T13 (http://uinewsletter.com.br/lt.php?c=794&m=791&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=29245&l=-http--www.ultimoinstante.com.br/pt/noticias_20130815/empresas_balancos_resultados/260654/CPFL-Energia-tem-receita-bruta-de-R$-48-bi-no-2T13.htm) Ebitda no 2T13 totalizou R$ 601 milh?es, registrando uma redu??o de 34,8% (R$ 320 milh?es) ? 2009 - 2012 UltimoInstante : Not?cias de Hoje. Todos os direitos reservados; Para licenciar nosso conte?do, Clique Aqui (http://uinewsletter.com.br/lt.php?c=794&m=791&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=29229&l=-http--www.uiempresas.com.br/). Voc? est? recebendo esta mensagem porque se cadastrou em nosso site com o email debian-xml-sgml-pkgs at lists.alioth.debian.org. Clique no link abaixo para cancelar sua inscri??o: http://uinewsletter.com.br/box.php?nl=7&c=794&m=791&s=c991d888c8b9acf87ea6c974497455ed&funcml=unsub2 -------------- next part -------------- An HTML attachment was scrubbed... URL: From ultimoinstante at ultimoinstante.com Tue Aug 20 04:37:00 2013 From: ultimoinstante at ultimoinstante.com (Boletim UltimoInstante) Date: Tue, 20 Aug 2013 04:37:00 +0000 Subject: [xml/sgml-pkgs] =?utf-8?q?Expectativa_para_pol=C3=ADtica_monet?= =?utf-8?q?=C3=A1ria_americana_pesa_nos_mercados_acion=C3=A1rios_-_Boa_Noi?= =?utf-8?q?te_Investidor=2C_19/08/2013?= Message-ID: <000001409a02f7c7-557754fb-b158-4eee-b75d-71012fe38ec4-000000@email.amazonses.com> Divulga??o da Ata da reuni?o do Comit? de Mercado Aberto (FOMC) est? marcada para a pr?xima quarta-feira Caso n?o consiga visualizar este e-mail, acesse esse link (http://uinewsletter.com.br/lt.php?c=800&m=797&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=29353&l=-http--www.ultimoinstante.com.br/pt/noticias_20130819/resumo_diario/266094/BOA-NOITE-INVESTIDOR-Expectativa-para-pol%C3%ADtica-monet%C3%A1ria-americana-pesa-nos-mercados-acion%C3%A1rios.htm--Q-utm_source--E-UI--A-utm_medium--E-EMKT--A-utm_campaign--E-00) Os principais mercados acion?rios globais fecharam no vermelho. Esse comportamento se deu com as decis?es que ser?o adotadas na pol?tica monet?ria dos Estados Unidos. Na pr?xima quarta-feira (21), o Comit? de Mercado Aberto (FOMC) divulga a ata da reuni?o, al?m disso, h? certa apreens?o sobre quem ser? o sucessor de Ben Bernanke no Federal Reserve (Fed- banco central americano). Enquanto isso, por aqui, o d?lar seguiu na pauta do dia com a forte valoriza??o. Nesta segunda-feira, o movimento de alta, iniciado na semana passada, fez o Banco Central do Brasil realizar tr?s leil?es (um anunciado na ?ltima sexta-feira -16) e antecipar outros dois para esta ter?a-feira. Segundo os analistas ouvidos pelo ?ltimo Instante, com a realiza??o dos leil?es, haver? mais liquidez no mercado e da? a "possibilidade? de um recuo da divisa nos pr?ximos dias... Leia o Boletim Completo, Clique Aqui. (http://uinewsletter.com.br/lt.php?c=800&m=797&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=29355&l=-http--www.ultimoinstante.com.br/pt/noticias_20130819/resumo_diario/266094/BOA-NOITE-INVESTIDOR-Expectativa-para-pol%C3%ADtica-monet%C3%A1ria-americana-pesa-nos-mercados-acion%C3%A1rios.htm--Q-utm_source--E-UI--A-utm_medium--E-EMKT--A-utm_campaign--E-leaimais)COMPARTILHE: ??? O Bom Dia Investidor (http://uinewsletter.com.br/lt.php?c=800&m=797&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=29346&l=-http--www.ultimoinstante.com.br/pt/noticias_20130423/resumo_diario/) ? um breve resumo dos principais acontecimentos nacionais e internacionais que devem pautar as negocia??es durante o intraday. Apresenta a movimenta??o das bolsas internacionais na Europa e ?sia, abertura de mercado nos Estados Unidos e in?cio dos neg?cios na bolsa de valores brasileira. O texto apresenta tamb?m um pequeno relato dos indicadores econ?micos divulgados durante o per?odo da manh? e na noite anterior na cena global. J? o Boa Noite Investidor (http://uinewsletter.com.br/lt.php?c=800&m=797&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=29346&l=-http--www.ultimoinstante.com.br/pt/noticias_20130423/resumo_diario/) explora com mais profundidade os acontecimentos nacionais e internacionais que influenciaram o movimento dos mercados acion?rio, de renda fixa e de c?mbio durante as negocia??es, trazendo tamb?m a cota??o de algumas commodities negociadas no mercado internacional. Leia o boletim dos mercados financeiros do Brasil e do Mundo, Clique Aqui ? (http://uinewsletter.com.br/lt.php?c=800&m=797&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=29358&l=-http--www.ultimoinstante.com.br/pt/noticias_20130819/resumo_diario/266094/BOA-NOITE-INVESTIDOR-Expectativa-para-pol%C3%ADtica-monet%C3%A1ria-americana-pesa-nos-mercados-acion%C3%A1rios.htm--Q-utm_source--E-UI--A-utm_medium--E-EMKT--A-utm_campaign--E-cliqueaqui) ? 2009 - 2012 UltimoInstante : Not?cias de Hoje. Todos os direitos reservados; Para licenciar nosso conte?do, Clique Aqui (http://uinewsletter.com.br/lt.php?c=800&m=797&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=29345&l=-http--www.uiempresas.com.br/). Voc? est? recebendo esta mensagem porque se cadastrou em nosso site com o email debian-xml-sgml-pkgs at lists.alioth.debian.org. Clique no link abaixo para cancelar sua inscri??o: http://uinewsletter.com.br/box.php?nl=7&c=800&m=797&s=c991d888c8b9acf87ea6c974497455ed&funcml=unsub2 -------------- next part -------------- An HTML attachment was scrubbed... URL: From ultimoinstante at ultimoinstante.com Wed Aug 21 00:51:56 2013 From: ultimoinstante at ultimoinstante.com (UltimoInstante Publicidade) Date: Wed, 21 Aug 2013 00:51:56 +0000 Subject: [xml/sgml-pkgs] =?utf-8?q?Curso_Leil=C3=B5es_de_Im=C3=B3veis=2C_D?= =?utf-8?q?esvendando_os_Segredos_e_Obtendo_Lucros?= Message-ID: <000001409e5b443e-9fa398c9-68a9-440b-aa96-041845264eed-000000@email.amazonses.com> Leil?es de im?veis s?o ?timas oportunidades para fazer excelentes neg?cios imobili?rios, seja para investimento ou para adquirir um im?vel pr?prio. Caso n?o consiga visualizar este e-mail, acesse esse link (http://uinewsletter.com.br/lt.php?c=779&m=776&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=28862&l=-http--www.investeducar.com.br/) INFORMA??ES Leil?es de im?veis s?o ?timas oportunidades para fazer excelentes neg?cios imobili?rios, seja para investimento ou para adquirir um im?vel pr?prio. **Objetivo:**?Capacitar profissionais, investidores ou que querem entender todo o processo sobre leiloes Imobili?rios , ajudaremos na identifica??o de oportunidades lucrativas em leil?es de im?veis, orientaremos sobre aquisi??es, avalia??es e os riscos, para que possa adquirir o bem arrematado com seguran?a. **P?blico:**?Investidores, Bachar?is, Corretores de Im?veis e Profissionais Ligados ? ?rea Imobili?ria. **Pr?xima Turma** **Data:**09 de Agosto **Hor?rio:**?Das 18h00 ?s 22h00 **Local:?**Av. Faria Lima, 1.226, 9? Andar, cj 9B ? S?o Paulo/SP **Conte?do do Curso*** Leil?es * Leil?o de Im?veis * An?lise de Riscos * Avalia??o do Im?vel * Pra?as * Arremata??o * Custos do Leiloeiro * Ganho de Capital * Pagamento do Valor do Bem * Registro * Tributa??o * Revenda do im?vel **O Instrutor** **Alexandre Magno Santana Pereira,** Advogado, s?cio-diretor da ARBIM?VEL Consultoria e Assessoria Jur?dica voltada para o Mercado Imobili?rio, P?s-Graduado em Direito Empresarial pela Escola Paulista de Direito (EPD), ex-Juiz Conciliador do Juizado Espacial C?vel Central Vergueiro ? S?o Paulo , atuou como coordenador em grandes escrit?rios como Manh?es Moreira Advogados Associados (MMAA) e Maluly Jr. Advogados, como consultor na BDO-Trevisan, Especialista em Direito Imobili?rio, ministrando Palestrante e Treinamentos nas imobili?rias Paulo Roberto LEARDI e Century 21 Premier. Saiba Mais e Inscreva-Se: 11 3081-5858 ou www.investeducar.com.br (http://uinewsletter.com.br/lt.php?c=779&m=776&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=28862&l=-http--www.investeducar.com.br/loja/cursos-para-o-mercado-imobiliario/curso-leiloes-de-imoveisdesvendando-os-segredos-e-obtendo-lucros/?utm_source=mail&utm_medium=e-mail&utm_campaign=investeducar-02) Cursos em Destaque Curso Como Comprar Im?vel nos EUA (http://uinewsletter.com.br/lt.php?c=779&m=776&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=28862&l=-http--www.investeducar.com.br/loja/cursos-para-o-mercado-imobiliario/curso-como-comprar-imovel-nos-eua/) Ao contr?rio do que muita gente pensa, um estrangeiro pode comprar um im?vel nos EUA facilmente. Para alguns, uma oportunidade de investimento, para outra realiza??o de um sonho antigo. Inscreva-se agora mesmo ? (http://uinewsletter.com.br/lt.php?c=779&m=776&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=28862&l=-http--www.investeducar.com.br/loja/cursos-para-o-mercado-imobiliario/curso-como-comprar-imovel-nos-eua/) Curso Fundo de Investimento Imobili?rio (http://uinewsletter.com.br/lt.php?c=779&m=776&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=28862&l=-http--www.investeducar.com.br/loja/cursos-para-o-mercado-imobiliario/1495/) Saiba como investir em im?veis atrav?s de fundos, obtendo renda de aluguel e liquidez muito maior do que adquirindo im?veis diretamente. Inscreva-se agora mesmo ? (http://uinewsletter.com.br/lt.php?c=779&m=776&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=28862&l=-http--www.investeducar.com.br/loja/cursos-para-o-mercado-imobiliario/1495/) Curso Forma??o de Investidores ? Aprenda a Investir (http://uinewsletter.com.br/lt.php?c=779&m=776&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=28862&l=-http--www.investeducar.com.br/loja/cursos-presenciais-de-investimentos/curso-formacao-de-investidores/) Aprenda na pr?tica como investir seu dinheiro em diferentes tipos de investimentos, utilizando t?cnicas e estrat?gias que aumentar?o a sua rentabilidade e que far?o de voc? um investidor de sucesso. Inscreva-se agora mesmo ? (http://uinewsletter.com.br/lt.php?c=779&m=776&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=28862&l=-http--www.investeducar.com.br/loja/cursos-presenciais-de-investimentos/curso-formacao-de-investidores/) Fa?a parte das nossas redes sociais: Copyright ? 2013 - www.investeducar.com.br, Todos os direitos reservados. Av. Brg. Faria Lima, 1226 - Pinheiros - S?o Paulo, CEP 01451-001 CNPJ: 12.004-474/0001-90 - Telefone: 11 3081-5858 Para garantir que nossos comunicados cheguem em sua caixa de entrada, adicione o email marketing at investeducar.com.br.com.br ao seu cat?logo de endere?os. Voc? est? recebendo esta mensagem porque se cadastrou em nosso site com o email debian-xml-sgml-pkgs at lists.alioth.debian.org. Clique no link abaixo para cancelar sua inscri??o: http://uinewsletter.com.br/box.php?nl=7&c=779&m=776&s=c991d888c8b9acf87ea6c974497455ed&funcml=unsub2 -------------- next part -------------- An HTML attachment was scrubbed... URL: From ultimoinstante at ultimoinstante.com Wed Aug 21 07:10:34 2013 From: ultimoinstante at ultimoinstante.com (Boletim UltimoInstante) Date: Wed, 21 Aug 2013 07:10:34 +0000 Subject: [xml/sgml-pkgs] =?utf-8?q?BC_vence_a_queda_de_bra=C3=A7o_com_o_me?= =?utf-8?q?rcado_e_cont=C3=A9m_o_d=C3=B3lar_-_Boa_Noite_Investidor=2C_20/0?= =?utf-8?q?8/2013?= Message-ID: <000001409fb5ebd0-e18c6338-42fb-4f34-a276-008bc19812b7-000000@email.amazonses.com> Depois de sucessivas altas, finalmente o?Banco?Central do Brasil conseguiu vencer a queda de bra?o com o mercado na quest?o do d?lar. Com a realiza??o de leil?es, a autoridade monet?ria fez com que a divisa recuasse quase 1% e fechando a sess?o cotada aos R$ 2,392 para a?compra?e R$ 2,394 para a venda, recuo de 0,09%. J? no mercado futuro, o contrato para setembro negociado na BM&F tinha queda de 0,91% a R$ 2,399. "Declara??es de analistas e autoridades ligadas ao c?mbio n?o agradaram o mercado, que seguiu testando o BC [Banco Central do Brasil]. A autoridade monet?ria bem que tentou segurar a valoriza??o, j? que foram realizados diversos leil?es, mas o mercado seguiu forte", avaliou o gerente de c?mbio da corretora Treviso. Segundo Galhardo, o leil?o de linha externa, que equivale a?entrega?de d?lares em 48 horas, com recebimentos para janeiro e abril de 2014, at? surtiu efeito na parte da manh?. "A entrega do d?lar f?sico refletiu, por?m, o mercado seguiu preocupado, j? que as quest?es socioecon?micas continuam pesando. Al?m disso, os mercados globais seguem no aguardo da leitura da ata do Fomc [Comit? de Mercado Aberto- Federal Reserve], marcada para amanh?", completou... Leia o Boletim Completo, Clique Aqui. (http://uinewsletter.com.br/lt.php?c=802&m=799&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=29404&l=-http--www.ultimoinstante.com.br/pt/noticias_20130820/resumo_diario/268094/BOA-NOITE-INVESTIDOR-BC-vence-a-queda-de-bra%C3%A7o-com-o-mercado-e-cont%C3%A9m-o-d%C3%B3lar.htm--Q-utm_source--E-UI--A-utm_medium--E-EMKT--A-utm_campaign--E-leaimais) COMPARTILHE: ??? O Bom Dia Investidor (http://uinewsletter.com.br/lt.php?c=802&m=799&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=29395&l=-http--www.ultimoinstante.com.br/pt/noticias_20130423/resumo_diario/) ? um breve resumo dos principais acontecimentos nacionais e internacionais que devem pautar as negocia??es durante o intraday. Apresenta a movimenta??o das bolsas internacionais na Europa e ?sia, abertura de mercado nos Estados Unidos e in?cio dos neg?cios na bolsa de valores brasileira. O texto apresenta tamb?m um pequeno relato dos indicadores econ?micos divulgados durante o per?odo da manh? e na noite anterior na cena global. J? o Boa Noite Investidor (http://uinewsletter.com.br/lt.php?c=802&m=799&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=29395&l=-http--www.ultimoinstante.com.br/pt/noticias_20130423/resumo_diario/) explora com mais profundidade os acontecimentos nacionais e internacionais que influenciaram o movimento dos mercados acion?rio, de renda fixa e de c?mbio durante as negocia??es, trazendo tamb?m a cota??o de algumas commodities negociadas no mercado internacional. Leia o boletim dos mercados financeiros do Brasil e do Mundo, Clique Aqui ? (http://uinewsletter.com.br/lt.php?c=802&m=799&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=29406&l=-http--www.ultimoinstante.com.br/pt/noticias_20130820/resumo_diario/268094/BOA-NOITE-INVESTIDOR-BC-vence-a-queda-de-bra%C3%A7o-com-o-mercado-e-cont%C3%A9m-o-d%C3%B3lar.htm--Q-utm_source--E-UI--A-utm_medium--E-EMKT--A-utm_campaign--E-cliqueaqui) ? 2009 - 2012 UltimoInstante : Not?cias de Hoje. Todos os direitos reservados; Para licenciar nosso conte?do, Clique Aqui (http://uinewsletter.com.br/lt.php?c=802&m=799&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=29394&l=-http--www.uiempresas.com.br/). Voc? est? recebendo esta mensagem porque se cadastrou em nosso site com o email debian-xml-sgml-pkgs at lists.alioth.debian.org. Clique no link abaixo para cancelar sua inscri??o: http://uinewsletter.com.br/box.php?nl=7&c=802&m=799&s=c991d888c8b9acf87ea6c974497455ed&funcml=unsub2 -------------- next part -------------- An HTML attachment was scrubbed... URL: From ultimoinstante at ultimoinstante.com Wed Aug 21 09:54:04 2013 From: ultimoinstante at ultimoinstante.com (UltimoInstante Publicidade) Date: Wed, 21 Aug 2013 09:54:04 +0000 Subject: [xml/sgml-pkgs] =?utf-8?q?Curso_Fundo_de_Investimento_Imobili?= =?utf-8?b?w6FyaW8=?= Message-ID: <00000140a04b9c1f-1d7d606a-aea5-48e4-ac04-c80cc95235ba-000000@email.amazonses.com> Saiba como investir em im?veis atrav?s de fundos, obtendo renda de aluguel e liquidez muito maior do que adquirindo im?veis diretamente. Caso n?o consiga visualizar este e-mail, acesse esse link (http://uinewsletter.com.br/lt.php?c=803&m=800&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=29408&l=-http--www.investeducar.com.br/loja/cursos-para-o-mercado-imobiliario/1495/01) INFORMA??ES O **Fundo Imobili?rio** ? o instrumento mais eficiente para qualquer tipo de investidor que queira ter acesso ao investimento em neg?cios de base imobili?ria. O objetivo ? instruir e capacitar o aluno sobre o Fundo Imobili?rio, para que tenha condi??es de ter sucesso em seus investimentos. Os Fundos de Investimento Imobili?rio (FII) s?o constitu?dos como "condom?nios fechados?. S?o divididos em cotas que, uma vez adquiridas, n?o podem ser resgatadas. O patrim?nio de um fundo imobili?rio pode ser composto de im?veis comerciais, residenciais, rurais ou urbanos, constru?dos ou em constru??o, para posterior aliena??o, loca??o ou arrendamento. **Publico:** Investidores ou profissionais do mercado financeiro que desejam entender sobre fundo imobili?rio. **Conte?do do Curso** Saiba como investir em im?veis atrav?s de fundos, obtendo renda de aluguel e liquidez muito maior do que adquirindo im?veis diretamente.* **O Que ? um Fundo de Investimento Imobili?rio*** Legisla??o * Caracter?sticas * Patrim?nio * As Cotas * Fundos por Tipo de Ativos * Fundos Negociados em Bolsa * O Rendimento do Fundo * Tributa??o para o Fundo * Tributa??o para o Cotista * Vantagens * Hist?rico * **Mercado Prim?rio e Secund?rio dos Fundos Imobili?rios*** Os N?meros do Mercado * Ofertas Primarias * Riscos * Estudo De Caso * **Simula??o De Investimento/Exerc?cio** Saiba Mais e Inscreva-Se: 11 3081-5858 ou www.investeducar.com.br (http://uinewsletter.com.br/lt.php?c=798&m=795&nl=14&s=2080336ef5084fab47a8f222446936ca&lid=29318&l=-http--www.investeducar.com.br/loja/cursos-para-o-mercado-imobiliario/curso-leiloes-de-imoveisdesvendando-os-segredos-e-obtendo-lucros/--Q-utm_source--E-mail--A-utm_medium--E-e-mail--A-utm_campaign--E-investeducar-02) Cursos em Destaque Curso Leil?es de Im?veis Desvendando os Segredos e Obtendo Lucros (http://uinewsletter.com.br/lt.php?c=803&m=800&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=29411&l=-http--www.investeducar.com.br/loja/cursos-para-o-mercado-imobiliario/curso-leiloes-de-imoveisdesvendando-os-segredos-e-obtendo-lucros/) Objetivo: Capacitar profissionais, investidores ou pessoas que querem entender todo o processo sobre leiloes Imobili?rios , ajudaremos na identifica??o de oportunidades lucrativas em leil?es de im?veis, orientaremos sobre aquisi??es, avalia??es e os riscos, para que possa adquirir o bem arrematado com seguran?a. Inscreva-se agora mesmo ? (http://uinewsletter.com.br/lt.php?c=803&m=800&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=29411&l=-http--www.investeducar.com.br/loja/cursos-para-o-mercado-imobiliario/curso-leiloes-de-imoveisdesvendando-os-segredos-e-obtendo-lucros/) Curso Como Comprar Im?vel nos EUA (http://uinewsletter.com.br/lt.php?c=803&m=800&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=29412&l=-http--www.investeducar.com.br/loja/cursos-para-o-mercado-imobiliario/curso-como-comprar-imovel-nos-eua/) Ao contr?rio do que muita gente pensa, um estrangeiro pode comprar um im?vel nos EUA facilmente. Para alguns, uma oportunidade de investimento, para outra realiza??o de um sonho antigo. Inscreva-se agora mesmo ? (http://uinewsletter.com.br/lt.php?c=803&m=800&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=29412&l=-http--www.investeducar.com.br/loja/cursos-para-o-mercado-imobiliario/curso-como-comprar-imovel-nos-eua/) Curso Forma??o de Investidores ? Aprenda a Investir (http://uinewsletter.com.br/lt.php?c=803&m=800&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=29413&l=-http--www.investeducar.com.br/loja/cursos-presenciais-de-investimentos/curso-formacao-de-investidores/) Aprenda na pr?tica como investir seu dinheiro em diferentes tipos de investimentos, utilizando t?cnicas e estrat?gias que aumentar?o a sua rentabilidade e que far?o de voc? um investidor de sucesso. Inscreva-se agora mesmo ? (http://uinewsletter.com.br/lt.php?c=803&m=800&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=29413&l=-http--www.investeducar.com.br/loja/cursos-presenciais-de-investimentos/curso-formacao-de-investidores/) Fa?a parte das nossas redes sociais: Copyright ? 2013 - www.investeducar.com.br, Todos os direitos reservados. Av. Brg. Faria Lima, 1226 - Pinheiros - S?o Paulo, CEP 01451-001 CNPJ: 12.004-474/0001-90 - Telefone: 11 3081-5858 Para garantir que nossos comunicados cheguem em sua caixa de entrada, adicione o email marketing at investeducar.com.br.com.br ao seu cat?logo de endere?os. Voc? est? recebendo esta mensagem porque se cadastrou em nosso site com o email debian-xml-sgml-pkgs at lists.alioth.debian.org. Clique no link abaixo para cancelar sua inscri??o: http://uinewsletter.com.br/box.php?nl=7&c=803&m=800&s=c991d888c8b9acf87ea6c974497455ed&funcml=unsub2 -------------- next part -------------- An HTML attachment was scrubbed... URL: From 2011098 at iiitdmj.ac.in Wed Aug 21 10:05:11 2013 From: 2011098 at iiitdmj.ac.in (ACCOUNT) Date: Wed, 21 Aug 2013 15:35:11 +0530 Subject: [xml/sgml-pkgs] Partnership Request Message-ID: <7e812aae66631d986ce392dfdfe52ded.squirrel@mail.iiitdmj.ac.in> I am a member of staff of Halifax Bank London. I am writing on behalf of my client following an Opportunity in my office that will be of immense benefit to my client and us. My client's bank account with us ?Halifax Bank? has been frozen due to some diminutive investigation on my client. My client is a very rich man, worth over $28 Million US D and there are several other accounts known to only me and my client which we want to transfer to an unknown account. We have agreed to give you a non-negotiable 30%, of the total money transferred. Now, all we need from you is to let us know if you are interested before we give you more information. Contact me through this email newtondenns at hotmail.com From cruz974 at orange.fr Wed Aug 21 15:45:24 2013 From: cruz974 at orange.fr (gpeipvv) Date: Wed, 21 Aug 2013 15:45:24 -0000 Subject: [xml/sgml-pkgs] =?utf-8?b?5Luj55CG56Wo5o2u?= Message-ID: <1AF561556DF8534D7B7685D7DDD218B2@pqm> An HTML attachment was scrubbed... URL: From office4410 at cantv.net Wed Aug 21 23:04:01 2013 From: office4410 at cantv.net (MR. ROBERT GREEN) Date: Wed, 21 Aug 2013 18:34:01 -0430 (VET) Subject: [xml/sgml-pkgs] DELIVERY OF YOUR DIPLOMTIC CONSIGNMENT BOX!!! Message-ID: <67333093.4183625.1377126241676.JavaMail.gess@webmail-02.datacenter.cha.cantv.net> An HTML attachment was scrubbed... URL: From ultimoinstante at ultimoinstante.com Thu Aug 22 07:19:52 2013 From: ultimoinstante at ultimoinstante.com (Boletim UltimoInstante) Date: Thu, 22 Aug 2013 07:19:52 +0000 Subject: [xml/sgml-pkgs] =?utf-8?q?D=C3=B3lar_comercial_seguiu_em_destaque?= =?utf-8?q?_no_mercado_financeiro_brasileiro_-_Boa_Noite_Investidor=2C_21/?= =?utf-8?q?08/2013?= Message-ID: <00000140a4e4caa9-7f3f91f1-121d-4f0e-ae50-2d8fb46e48c4-000000@email.amazonses.com> D?lar comercial seguiu em destaque no mercado financeiro brasileiro Caso n?o consiga visualizar este e-mail, acesse esse link (http://uinewsletter.com.br/lt.php?c=806&m=803&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=29481&l=-http--www.ultimoinstante.com.br/pt/noticias_20130821/resumo_diario/270341/BOA-NOITE-INVESTIDOR-D%C3%B3lar-comercial-seguiu-em-destaque-no-mercado-financeiro-brasileiro.htm--Q-utm_source--E-UI--A-utm_medium--E-EMKT--A-utm_campaign--E-00) O movimento do d?lar comercial nesta quarta-feira foi o destaque no mercado financeiro brasileiro: valoriza??o de 2,38%, a maior em cinco anos. No interbanc?rio, a divisa ficou cotada a R$ 2,450 para a compra e R$ 2,451 para a venda e no mercado futuro, o contrato para setembro negociado na BM&F tinha alta de 2,24% a R$ 2,455. O Banco Central do Brasil bem que tentou, por mais um dia, conter a valoriza??o, mas sem sucesso. Como medida preventiva, a autoridade monet?ria anunciou, depois do fechamento do mercado, mais um certame para esta quinta-feira. O leil?o ? de venda com compromisso de recompra futura. Ser?o aceitos no m?ximo US$ 4 bilh?es, a serem distribu?dos, a crit?rio da autoridade monet?ria. As propostas para o "A? ser?o aceitas entre 11h15 a 11h20, enquanto as propostas do "B? ser?o acolhidas entre 11h30 e 11h35. Cada institui??o poder? enviar no m?ximo tr?s propostas... Leia o Boletim Completo, Clique Aqui. (http://uinewsletter.com.br/lt.php?c=806&m=803&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=29483&l=-http--www.ultimoinstante.com.br/pt/noticias_20130821/resumo_diario/270341/BOA-NOITE-INVESTIDOR-D%C3%B3lar-comercial-seguiu-em-destaque-no-mercado-financeiro-brasileiro.htm--Q-utm_source--E-UI--A-utm_medium--E-EMKT--A-utm_campaign--E-leaimais)COMPARTILHE: ??? O Bom Dia Investidor (http://uinewsletter.com.br/lt.php?c=806&m=803&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=29475&l=-http--www.ultimoinstante.com.br/pt/noticias_20130423/resumo_diario/) ? um breve resumo dos principais acontecimentos nacionais e internacionais que devem pautar as negocia??es durante o intraday. Apresenta a movimenta??o das bolsas internacionais na Europa e ?sia, abertura de mercado nos Estados Unidos e in?cio dos neg?cios na bolsa de valores brasileira. O texto apresenta tamb?m um pequeno relato dos indicadores econ?micos divulgados durante o per?odo da manh? e na noite anterior na cena global. J? o Boa Noite Investidor (http://uinewsletter.com.br/lt.php?c=806&m=803&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=29475&l=-http--www.ultimoinstante.com.br/pt/noticias_20130423/resumo_diario/) explora com mais profundidade os acontecimentos nacionais e internacionais que influenciaram o movimento dos mercados acion?rio, de renda fixa e de c?mbio durante as negocia??es, trazendo tamb?m a cota??o de algumas commodities negociadas no mercado internacional. Leia o boletim dos mercados financeiros do Brasil e do Mundo, Clique Aqui ? (http://uinewsletter.com.br/lt.php?c=806&m=803&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=29485&l=-http--www.ultimoinstante.com.br/pt/noticias_20130821/resumo_diario/270341/BOA-NOITE-INVESTIDOR-D%C3%B3lar-comercial-seguiu-em-destaque-no-mercado-financeiro-brasileiro.htm--Q-utm_source--E-UI--A-utm_medium--E-EMKT--A-utm_campaign--E-cliqueaqui) ? 2009 - 2012 UltimoInstante : Not?cias de Hoje. Todos os direitos reservados; Para licenciar nosso conte?do, Clique Aqui (http://uinewsletter.com.br/lt.php?c=806&m=803&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=29474&l=-http--www.uiempresas.com.br/). Voc? est? recebendo esta mensagem porque se cadastrou em nosso site com o email debian-xml-sgml-pkgs at lists.alioth.debian.org. Clique no link abaixo para cancelar sua inscri??o: http://uinewsletter.com.br/box.php?nl=7&c=806&m=803&s=c991d888c8b9acf87ea6c974497455ed&funcml=unsub2 -------------- next part -------------- An HTML attachment was scrubbed... URL: From credit.express at alwaysdata.net Thu Aug 22 15:42:02 2013 From: credit.express at alwaysdata.net (credit.express at alwaysdata.net) Date: Thu, 22 Aug 2013 17:42:02 +0200 Subject: [xml/sgml-pkgs] =?utf-8?q?PROPOSITION_D=27OFFRE_DE_CREDIT_S=C3=89?= =?utf-8?q?RIEUX?= Message-ID: <3798d5788998e8f2c53e73ea3cb82567@alwaysdata.net> Vous ?tes un chef d'entreprise,un investisseur priv?, ou mieux une personne ayant besoin de financement rapide compte tenu d'une situation. En collaboration avec mon ?quipe, nous avons une solution ? vos probl?me.Nous pouvons vous offrir un pr?t en ligne en 48 heures ? un taux de 3% et 3,5% l'an selon le montant de pr?t voulu sur une p?riode allant jusqu'? 20 ans au maximum .Votre satisfaction est notre soulagement. Veuillez nous contacter en cas de besoin. c.express0 at laposte.net From kenethrussel at cantv.net Thu Aug 22 21:49:52 2013 From: kenethrussel at cantv.net (Keneth Russel) Date: Thu, 22 Aug 2013 17:19:52 -0430 (VET) Subject: [xml/sgml-pkgs] Attention please!!! Message-ID: <463326524.6035255.1377208192867.JavaMail.gess@webmail-03.datacenter.cha.cantv.net> An HTML attachment was scrubbed... URL: From ultimoinstante at ultimoinstante.com Fri Aug 23 05:40:46 2013 From: ultimoinstante at ultimoinstante.com (Boletim UltimoInstante) Date: Fri, 23 Aug 2013 05:40:46 +0000 Subject: [xml/sgml-pkgs] =?utf-8?b?VmFsb3JpemHDp8OjbyBkbyBkw7NsYXIgZmF6?= =?utf-8?q?_BCB_adotar_programa_de_leil=C3=B5es_-_Boa_Noite_Investidor=2C_?= =?utf-8?q?22/08/2013?= Message-ID: <00000140a9b06d20-d5386eff-8a1b-44dd-b64f-d30123ba4d27-000000@email.amazonses.com> Divisa no mercado futuro negociado na BM&F recuava 0,69% a R$ 2,442 Caso n?o consiga visualizar este e-mail, acesse esse link (http://uinewsletter.com.br/lt.php?c=810&m=807&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=29572&l=-http--www.ultimoinstante.com.br/pt/noticias_20130822/resumo_diario/272775/BOA-NOITE-INVESTIDORValoriza%C3%A7%C3%A3o-do-d%C3%B3lar-faz-BCB-adotar-programa-de-leil%C3%B5es.htm--Q-utm_source--E-UI--A-utm_medium--E-EMKT--A-utm_campaign--E-00) Depois de uma semana de estresse no mercado de c?mbio, o Conselho Monet?rio Nacional ? Banco Central do Brasil ?, em reuni?o encerrada agora a pouco em Bras?lia, adotou um programa de leil?es para conter a valoriza??o da moeda. Com o objetivo de prover "hedge? (prote??o) cambial aos agentes econ?micos e liquidez ao mercado de c?mbio, o BCB, a partir desta sexta-feira (23), inicia o programa de leil?es de swap cambial e de venda de d?lares com compromisso de recompra. Esse programa se estender?, pelo menos, at? 31 de dezembro de 2013. Os leil?es de swap ocorrer?o todas as segundas, ter?as, quartas e quintas-feiras, quando ser?o ofertados US$ 500 milh?es por dia. ?s sextas-feiras, ser? oferecida ao mercado, por meio de leil?o de venda com compromisso de recompra, linha de cr?dito no valor de US$ 1 bilh?o... Leia o Boletim Completo, Clique Aqui. (http://uinewsletter.com.br/lt.php?c=810&m=807&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=29574&l=-http--www.ultimoinstante.com.br/pt/noticias_20130822/resumo_diario/272775/BOA-NOITE-INVESTIDORValoriza%C3%A7%C3%A3o-do-d%C3%B3lar-faz-BCB-adotar-programa-de-leil%C3%B5es.htm--Q-utm_source--E-UI--A-utm_medium--E-EMKT--A-utm_campaign--E-leaimais)COMPARTILHE: ??? O Bom Dia Investidor (http://uinewsletter.com.br/lt.php?c=810&m=807&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=29565&l=-http--www.ultimoinstante.com.br/pt/noticias_20130423/resumo_diario/) ? um breve resumo dos principais acontecimentos nacionais e internacionais que devem pautar as negocia??es durante o intraday. Apresenta a movimenta??o das bolsas internacionais na Europa e ?sia, abertura de mercado nos Estados Unidos e in?cio dos neg?cios na bolsa de valores brasileira. O texto apresenta tamb?m um pequeno relato dos indicadores econ?micos divulgados durante o per?odo da manh? e na noite anterior na cena global. J? o Boa Noite Investidor (http://uinewsletter.com.br/lt.php?c=810&m=807&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=29565&l=-http--www.ultimoinstante.com.br/pt/noticias_20130423/resumo_diario/) explora com mais profundidade os acontecimentos nacionais e internacionais que influenciaram o movimento dos mercados acion?rio, de renda fixa e de c?mbio durante as negocia??es, trazendo tamb?m a cota??o de algumas commodities negociadas no mercado internacional. Leia o boletim dos mercados financeiros do Brasil e do Mundo, Clique Aqui ? (http://uinewsletter.com.br/lt.php?c=810&m=807&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=29576&l=-http--www.ultimoinstante.com.br/pt/noticias_20130822/resumo_diario/272775/BOA-NOITE-INVESTIDORValoriza%C3%A7%C3%A3o-do-d%C3%B3lar-faz-BCB-adotar-programa-de-leil%C3%B5es.htm--Q-utm_source--E-UI--A-utm_medium--E-EMKT--A-utm_campaign--E-cliqueaqui) ? 2009 - 2012 UltimoInstante : Not?cias de Hoje. Todos os direitos reservados; Para licenciar nosso conte?do, Clique Aqui (http://uinewsletter.com.br/lt.php?c=810&m=807&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=29564&l=-http--www.uiempresas.com.br/). Voc? est? recebendo esta mensagem porque se cadastrou em nosso site com o email debian-xml-sgml-pkgs at lists.alioth.debian.org. Clique no link abaixo para cancelar sua inscri??o: http://uinewsletter.com.br/box.php?nl=7&c=810&m=807&s=c991d888c8b9acf87ea6c974497455ed&funcml=unsub2 -------------- next part -------------- An HTML attachment was scrubbed... URL: From ultimoinstante at ultimoinstante.com Fri Aug 23 07:18:37 2013 From: ultimoinstante at ultimoinstante.com (UltimoInstante Publicidade) Date: Fri, 23 Aug 2013 07:18:37 +0000 Subject: [xml/sgml-pkgs] =?utf-8?q?Curso_Fundo_de_Investimento_Imobili?= =?utf-8?b?w6FyaW8=?= Message-ID: <00000140aa09ff03-a0c9ad4d-f0b7-437e-b77e-d00395bb8a5c-000000@email.amazonses.com> Saiba como investir em im?veis atrav?s de fundos, obtendo renda de aluguel e liquidez muito maior do que adquirindo im?veis diretamente. Caso n?o consiga visualizar este e-mail, acesse esse link (http://uinewsletter.com.br/lt.php?c=813&m=810&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=29605&l=-http--www.investeducar.com.br/loja/cursos-para-o-mercado-imobiliario/1495/01) INFORMA??ES O **Fundo Imobili?rio** ? o instrumento mais eficiente para qualquer tipo de investidor que queira ter acesso ao investimento em neg?cios de base imobili?ria. O objetivo ? instruir e capacitar o aluno sobre o Fundo Imobili?rio, para que tenha condi??es de ter sucesso em seus investimentos. Os Fundos de Investimento Imobili?rio (FII) s?o constitu?dos como "condom?nios fechados?. S?o divididos em cotas que, uma vez adquiridas, n?o podem ser resgatadas. O patrim?nio de um fundo imobili?rio pode ser composto de im?veis comerciais, residenciais, rurais ou urbanos, constru?dos ou em constru??o, para posterior aliena??o, loca??o ou arrendamento. **Publico:** Investidores ou profissionais do mercado financeiro que desejam entender sobre fundo imobili?rio. **Conte?do do Curso** Saiba como investir em im?veis atrav?s de fundos, obtendo renda de aluguel e liquidez muito maior do que adquirindo im?veis diretamente.* **O Que ? um Fundo de Investimento Imobili?rio*** Legisla??o * Caracter?sticas * Patrim?nio * As Cotas * Fundos por Tipo de Ativos * Fundos Negociados em Bolsa * O Rendimento do Fundo * Tributa??o para o Fundo * Tributa??o para o Cotista * Vantagens * Hist?rico * **Mercado Prim?rio e Secund?rio dos Fundos Imobili?rios*** Os N?meros do Mercado * Ofertas Primarias * Riscos * Estudo De Caso * **Simula??o De Investimento/Exerc?cio** Saiba Mais e Inscreva-Se: 11 3081-5858 ou www.investeducar.com.br (http://uinewsletter.com.br/lt.php?c=798&m=795&nl=14&s=2080336ef5084fab47a8f222446936ca&lid=29318&l=-http--www.investeducar.com.br/loja/cursos-para-o-mercado-imobiliario/curso-leiloes-de-imoveisdesvendando-os-segredos-e-obtendo-lucros/--Q-utm_source--E-mail--A-utm_medium--E-e-mail--A-utm_campaign--E-investeducar-02) Cursos em Destaque Curso Leil?es de Im?veis Desvendando os Segredos e Obtendo Lucros (http://uinewsletter.com.br/lt.php?c=813&m=810&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=29608&l=-http--www.investeducar.com.br/loja/cursos-para-o-mercado-imobiliario/curso-leiloes-de-imoveisdesvendando-os-segredos-e-obtendo-lucros/) Objetivo: Capacitar profissionais, investidores ou pessoas que querem entender todo o processo sobre leiloes Imobili?rios , ajudaremos na identifica??o de oportunidades lucrativas em leil?es de im?veis, orientaremos sobre aquisi??es, avalia??es e os riscos, para que possa adquirir o bem arrematado com seguran?a. Inscreva-se agora mesmo ? (http://uinewsletter.com.br/lt.php?c=813&m=810&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=29608&l=-http--www.investeducar.com.br/loja/cursos-para-o-mercado-imobiliario/curso-leiloes-de-imoveisdesvendando-os-segredos-e-obtendo-lucros/) Curso Como Comprar Im?vel nos EUA (http://uinewsletter.com.br/lt.php?c=813&m=810&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=29609&l=-http--www.investeducar.com.br/loja/cursos-para-o-mercado-imobiliario/curso-como-comprar-imovel-nos-eua/) Ao contr?rio do que muita gente pensa, um estrangeiro pode comprar um im?vel nos EUA facilmente. Para alguns, uma oportunidade de investimento, para outra realiza??o de um sonho antigo. Inscreva-se agora mesmo ? (http://uinewsletter.com.br/lt.php?c=813&m=810&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=29609&l=-http--www.investeducar.com.br/loja/cursos-para-o-mercado-imobiliario/curso-como-comprar-imovel-nos-eua/) Curso Forma??o de Investidores ? Aprenda a Investir (http://uinewsletter.com.br/lt.php?c=813&m=810&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=29610&l=-http--www.investeducar.com.br/loja/cursos-presenciais-de-investimentos/curso-formacao-de-investidores/) Aprenda na pr?tica como investir seu dinheiro em diferentes tipos de investimentos, utilizando t?cnicas e estrat?gias que aumentar?o a sua rentabilidade e que far?o de voc? um investidor de sucesso. Inscreva-se agora mesmo ? (http://uinewsletter.com.br/lt.php?c=813&m=810&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=29610&l=-http--www.investeducar.com.br/loja/cursos-presenciais-de-investimentos/curso-formacao-de-investidores/) Fa?a parte das nossas redes sociais: Copyright ? 2013 - www.investeducar.com.br, Todos os direitos reservados. Av. Brg. Faria Lima, 1226 - Pinheiros - S?o Paulo, CEP 01451-001 CNPJ: 12.004-474/0001-90 - Telefone: 11 3081-5858 Para garantir que nossos comunicados cheguem em sua caixa de entrada, adicione o email marketing at investeducar.com.br.com.br ao seu cat?logo de endere?os. Voc? est? recebendo esta mensagem porque se cadastrou em nosso site com o email debian-xml-sgml-pkgs at lists.alioth.debian.org. Clique no link abaixo para cancelar sua inscri??o: http://uinewsletter.com.br/box.php?nl=7&c=813&m=810&s=c991d888c8b9acf87ea6c974497455ed&funcml=unsub2 -------------- next part -------------- An HTML attachment was scrubbed... URL: From amartine at ucab.edu.ve Sun Aug 25 04:02:06 2013 From: amartine at ucab.edu.ve (Google Incorporation =?utf-8?B?wq4=?=) Date: Sat, 24 Aug 2013 23:32:06 -0430 (VET) Subject: [xml/sgml-pkgs] Powered By Google Message-ID: <251406133.16523608.1377403326928.JavaMail.root@ucab.edu.ve> Dear Google User, You have been selected as a winner for using Google services. Find attached email with more details. Congratulations, Matt Brittin. CEO Google UK. ?2013 Google Corporation's -------------- next part -------------- A non-text attachment was scrubbed... Name: Google Incorp..pdf Type: application/pdf Size: 1687288 bytes Desc: not available URL: From carlosriver at cantv.net Sun Aug 25 16:33:12 2013 From: carlosriver at cantv.net (Mr.Perter Hayman) Date: Sun, 25 Aug 2013 12:03:12 -0430 (VET) Subject: [xml/sgml-pkgs] IMPORTANT E-MAIL / VIEW THE ATTACHED MR.PETER HAYMAN Message-ID: <258468814.4519091.1377448393043.JavaMail.gess@webmail-02.datacenter.cha.cantv.net> An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: PETER HAYMAN.rtf Type: application/rtf Size: 2388 bytes Desc: not available URL: From carlosriver at cantv.net Sun Aug 25 16:34:17 2013 From: carlosriver at cantv.net (Mr.Perter Hayman) Date: Sun, 25 Aug 2013 12:04:17 -0430 (VET) Subject: [xml/sgml-pkgs] IMPORTANT E-MAIL / VIEW THE ATTACHED MR.PETER HAYMAN Message-ID: <1823012175.4519144.1377448457680.JavaMail.gess@webmail-02.datacenter.cha.cantv.net> An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: PETER HAYMAN.rtf Type: application/rtf Size: 2388 bytes Desc: not available URL: From carlosriver at cantv.net Sun Aug 25 16:35:53 2013 From: carlosriver at cantv.net (Mr.Perter Hayman) Date: Sun, 25 Aug 2013 12:05:53 -0430 (VET) Subject: [xml/sgml-pkgs] IMPORTANT E-MAIL / VIEW THE ATTACHED MR.PETER HAYMAN Message-ID: <1948490658.4519206.1377448553258.JavaMail.gess@webmail-02.datacenter.cha.cantv.net> An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: PETER HAYMAN.rtf Type: application/rtf Size: 2388 bytes Desc: not available URL: From carlosriver at cantv.net Sun Aug 25 16:40:49 2013 From: carlosriver at cantv.net (Mr.Perter Hayman) Date: Sun, 25 Aug 2013 12:10:49 -0430 (VET) Subject: [xml/sgml-pkgs] : IMPORTANT E-MAIL / VIEW THE ATTACHED MR.PETER HAYMAN Message-ID: <532683359.4519437.1377448849412.JavaMail.gess@webmail-02.datacenter.cha.cantv.net> An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: PETER HAYMAN.rtf Type: application/rtf Size: 2388 bytes Desc: not available URL: From carlosriver at cantv.net Sun Aug 25 16:46:27 2013 From: carlosriver at cantv.net (Mr.Perter Hayman) Date: Sun, 25 Aug 2013 12:16:27 -0430 (VET) Subject: [xml/sgml-pkgs] IMPORTANT E-MAIL / VIEW THE ATTACHED MR.PETER HAYMAN Message-ID: <1622126872.4519605.1377449187301.JavaMail.gess@webmail-02.datacenter.cha.cantv.net> An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: PETER HAYMAN.rtf Type: application/rtf Size: 2388 bytes Desc: not available URL: From carlosriver at cantv.net Sun Aug 25 16:51:34 2013 From: carlosriver at cantv.net (Mr.Perter Hayman) Date: Sun, 25 Aug 2013 12:21:34 -0430 (VET) Subject: [xml/sgml-pkgs] IMPORTANT E-MAIL / VIEW THE ATTACHED MR.PETER HAYMAN Message-ID: <1826869138.4519837.1377449494271.JavaMail.gess@webmail-02.datacenter.cha.cantv.net> An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: PETER HAYMAN.rtf Type: application/rtf Size: 2388 bytes Desc: not available URL: From ad at tabitama.co.jp Mon Aug 26 13:38:50 2013 From: ad at tabitama.co.jp (=?utf-8?B?6ZmI5piO?=) Date: Mon, 26 Aug 2013 21:38:50 +0800 Subject: [xml/sgml-pkgs] (no subject) Message-ID: ??1??:?????????????? ????????????????? ????????????? ????????????????? ??????n.missio ??????????? ????? www.419ri.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From ultimoinstante at ultimoinstante.com Mon Aug 26 17:48:29 2013 From: ultimoinstante at ultimoinstante.com (UltimoInstante Publicidade) Date: Mon, 26 Aug 2013 17:48:29 +0000 Subject: [xml/sgml-pkgs] =?utf-8?q?Curso_Fundo_de_Investimento_Imobili?= =?utf-8?b?w6FyaW8=?= Message-ID: <00000140bbbdbd97-6625b47b-a515-4428-b6d1-abce8d708feb-000000@email.amazonses.com> Saiba como investir em im?veis atrav?s de fundos, obtendo renda de aluguel e liquidez muito maior do que adquirindo im?veis diretamente. Caso n?o consiga visualizar este e-mail, acesse esse link (http://uinewsletter.com.br/lt.php?c=816&m=813&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=29658&l=-http--www.investeducar.com.br/loja/cursos-para-o-mercado-imobiliario/1495/01) INFORMA??ES O **Fundo Imobili?rio** ? o instrumento mais eficiente para qualquer tipo de investidor que queira ter acesso ao investimento em neg?cios de base imobili?ria. O objetivo ? instruir e capacitar o aluno sobre o Fundo Imobili?rio, para que tenha condi??es de ter sucesso em seus investimentos. Os Fundos de Investimento Imobili?rio (FII) s?o constitu?dos como "condom?nios fechados?. S?o divididos em cotas que, uma vez adquiridas, n?o podem ser resgatadas. O patrim?nio de um fundo imobili?rio pode ser composto de im?veis comerciais, residenciais, rurais ou urbanos, constru?dos ou em constru??o, para posterior aliena??o, loca??o ou arrendamento. **Publico:** Investidores ou profissionais do mercado financeiro que desejam entender sobre fundo imobili?rio. **Conte?do do Curso** Saiba como investir em im?veis atrav?s de fundos, obtendo renda de aluguel e liquidez muito maior do que adquirindo im?veis diretamente.* **O Que ? um Fundo de Investimento Imobili?rio*** Legisla??o * Caracter?sticas * Patrim?nio * As Cotas * Fundos por Tipo de Ativos * Fundos Negociados em Bolsa * O Rendimento do Fundo * Tributa??o para o Fundo * Tributa??o para o Cotista * Vantagens * Hist?rico * **Mercado Prim?rio e Secund?rio dos Fundos Imobili?rios*** Os N?meros do Mercado * Ofertas Primarias * Riscos * Estudo De Caso * **Simula??o De Investimento/Exerc?cio** Saiba Mais e Inscreva-Se: 11 3081-5858 ou www.investeducar.com.br (http://uinewsletter.com.br/lt.php?c=798&m=795&nl=14&s=2080336ef5084fab47a8f222446936ca&lid=29318&l=-http--www.investeducar.com.br/loja/cursos-para-o-mercado-imobiliario/curso-leiloes-de-imoveisdesvendando-os-segredos-e-obtendo-lucros/--Q-utm_source--E-mail--A-utm_medium--E-e-mail--A-utm_campaign--E-investeducar-02) Cursos em Destaque Curso Leil?es de Im?veis Desvendando os Segredos e Obtendo Lucros (http://uinewsletter.com.br/lt.php?c=816&m=813&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=29661&l=-http--www.investeducar.com.br/loja/cursos-para-o-mercado-imobiliario/curso-leiloes-de-imoveisdesvendando-os-segredos-e-obtendo-lucros/) Objetivo: Capacitar profissionais, investidores ou pessoas que querem entender todo o processo sobre leiloes Imobili?rios , ajudaremos na identifica??o de oportunidades lucrativas em leil?es de im?veis, orientaremos sobre aquisi??es, avalia??es e os riscos, para que possa adquirir o bem arrematado com seguran?a. Inscreva-se agora mesmo ? (http://uinewsletter.com.br/lt.php?c=816&m=813&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=29661&l=-http--www.investeducar.com.br/loja/cursos-para-o-mercado-imobiliario/curso-leiloes-de-imoveisdesvendando-os-segredos-e-obtendo-lucros/) Curso Como Comprar Im?vel nos EUA (http://uinewsletter.com.br/lt.php?c=816&m=813&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=29662&l=-http--www.investeducar.com.br/loja/cursos-para-o-mercado-imobiliario/curso-como-comprar-imovel-nos-eua/) Ao contr?rio do que muita gente pensa, um estrangeiro pode comprar um im?vel nos EUA facilmente. Para alguns, uma oportunidade de investimento, para outra realiza??o de um sonho antigo. Inscreva-se agora mesmo ? (http://uinewsletter.com.br/lt.php?c=816&m=813&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=29662&l=-http--www.investeducar.com.br/loja/cursos-para-o-mercado-imobiliario/curso-como-comprar-imovel-nos-eua/) Curso Forma??o de Investidores ? Aprenda a Investir (http://uinewsletter.com.br/lt.php?c=816&m=813&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=29663&l=-http--www.investeducar.com.br/loja/cursos-presenciais-de-investimentos/curso-formacao-de-investidores/) Aprenda na pr?tica como investir seu dinheiro em diferentes tipos de investimentos, utilizando t?cnicas e estrat?gias que aumentar?o a sua rentabilidade e que far?o de voc? um investidor de sucesso. Inscreva-se agora mesmo ? (http://uinewsletter.com.br/lt.php?c=816&m=813&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=29663&l=-http--www.investeducar.com.br/loja/cursos-presenciais-de-investimentos/curso-formacao-de-investidores/) Fa?a parte das nossas redes sociais: Copyright ? 2013 - www.investeducar.com.br, Todos os direitos reservados. Av. Brg. Faria Lima, 1226 - Pinheiros - S?o Paulo, CEP 01451-001 CNPJ: 12.004-474/0001-90 - Telefone: 11 3081-5858 Para garantir que nossos comunicados cheguem em sua caixa de entrada, adicione o email marketing at investeducar.com.br.com.br ao seu cat?logo de endere?os. Voc? est? recebendo esta mensagem porque se cadastrou em nosso site com o email debian-xml-sgml-pkgs at lists.alioth.debian.org. Clique no link abaixo para cancelar sua inscri??o: http://uinewsletter.com.br/box.php?nl=7&c=816&m=813&s=c991d888c8b9acf87ea6c974497455ed&funcml=unsub2 -------------- next part -------------- An HTML attachment was scrubbed... URL: From joe at nahmias.net Mon Aug 26 19:29:32 2013 From: joe at nahmias.net (Joseph Nahmias) Date: Mon, 26 Aug 2013 15:29:32 -0400 Subject: [xml/sgml-pkgs] Bug#701229: epubcheck: traceback even on valid epub files Message-ID: <20130826192932.29580.69624.reportbug@wakko.nahmias.net> Package: epubcheck Version: 1.2-2 Followup-For: Bug #701229 any status on getting this fixed or uploading a newer version? -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (990, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: i386 (x86_64) Kernel: Linux 3.10-1-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages epubcheck depends on: ii default-jre [java7-runtime] 1:1.7-49 ii jarwrapper 0.43 ii libjing-java 20091111-5 ii libsaxon-java 1:6.5.5-10 ii openjdk-7-jre [java7-runtime] 7u25-2.3.12-4 epubcheck recommends no packages. epubcheck suggests no packages. -- no debconf information From ultimoinstante at ultimoinstante.com Tue Aug 27 06:13:34 2013 From: ultimoinstante at ultimoinstante.com (Boletim UltimoInstante) Date: Tue, 27 Aug 2013 06:13:34 +0000 Subject: [xml/sgml-pkgs] =?utf-8?q?Mercados_globais_se_dividem_entre_quest?= =?utf-8?q?=C3=B5es_pol=C3=ADticas_e_econ=C3=B4micas_-_Boa_Noite_Investido?= =?utf-8?q?r=2C_26/08/2013?= Message-ID: <00000140be67e460-ebe912e7-930a-4159-b6ee-83d9283c755f-000000@email.amazonses.com> Bolsa de Valores de S?o Paulo fecha em queda de 1,47% aos 51.429 Caso n?o consiga visualizar este e-mail, acesse esse link (http://uinewsletter.com.br/lt.php?c=818&m=815&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=29715&l=-http--www.ultimoinstante.com.br/pt/noticias_20130826/resumo_diario/277490/BOA-NOITE-INVESTIDOR-Mercados-globais-se-dividem-entre-quest%C3%B5es-pol%C3%ADticas-e-econ%C3%B4micas.htm--Q-utm_source--E-UI--A-utm_medium--E-EMKT--A-utm_campaign--E-00) Os investidores dos principais mercados acion?rios globais voltaram as aten??es para o rumo que o Federal Reserve (Fed- banco central americano) dar? para economia dos Estados Unidos. A pol?mica se d? dentro da institui??o, com representantes divergindo sobre o in?cio dos cortes dos est?mulos. Durante encontro ocorrido em Jackson Hole (Wyoming) neste final de semana, tr?s presidentes de escrit?rios regionais do Fed mostraram posturas divergentes sobre quando as compras mensais de ativos devem ser reduzidas. Na ?SIA, por exemplo, as bolsas encerraram em alta, depois que os dados de vendas de novas casas nos Estados Unidos vieram abaixo do esperado e diminu?ram as especula??es sobre o in?cio da retirada de est?mulos ? economia norte-americana a partir de setembro. Mas por l?, ainda pesa a decis?o do Fed... Leia o Boletim Completo, Clique Aqui. (http://uinewsletter.com.br/lt.php?c=818&m=815&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=29717&l=-http--www.ultimoinstante.com.br/pt/noticias_20130826/resumo_diario/277490/BOA-NOITE-INVESTIDOR-Mercados-globais-se-dividem-entre-quest%C3%B5es-pol%C3%ADticas-e-econ%C3%B4micas.htm--Q-utm_source--E-UI--A-utm_medium--E-EMKT--A-utm_campaign--E-leaimais)COMPARTILHE: ??? O Bom Dia Investidor (http://uinewsletter.com.br/lt.php?c=818&m=815&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=29707&l=-http--www.ultimoinstante.com.br/pt/noticias_20130423/resumo_diario/) ? um breve resumo dos principais acontecimentos nacionais e internacionais que devem pautar as negocia??es durante o intraday. Apresenta a movimenta??o das bolsas internacionais na Europa e ?sia, abertura de mercado nos Estados Unidos e in?cio dos neg?cios na bolsa de valores brasileira. O texto apresenta tamb?m um pequeno relato dos indicadores econ?micos divulgados durante o per?odo da manh? e na noite anterior na cena global. J? o Boa Noite Investidor (http://uinewsletter.com.br/lt.php?c=818&m=815&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=29707&l=-http--www.ultimoinstante.com.br/pt/noticias_20130423/resumo_diario/) explora com mais profundidade os acontecimentos nacionais e internacionais que influenciaram o movimento dos mercados acion?rio, de renda fixa e de c?mbio durante as negocia??es, trazendo tamb?m a cota??o de algumas commodities negociadas no mercado internacional. Leia o boletim dos mercados financeiros do Brasil e do Mundo, Clique Aqui ? (http://uinewsletter.com.br/lt.php?c=818&m=815&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=29719&l=-http--www.ultimoinstante.com.br/pt/noticias_20130826/resumo_diario/277490/BOA-NOITE-INVESTIDOR-Mercados-globais-se-dividem-entre-quest%C3%B5es-pol%C3%ADticas-e-econ%C3%B4micas.htm--Q-utm_source--E-UI--A-utm_medium--E-EMKT--A-utm_campaign--E-cliqueaqui) ? 2009 - 2012 UltimoInstante : Not?cias de Hoje. Todos os direitos reservados; Para licenciar nosso conte?do, Clique Aqui (http://uinewsletter.com.br/lt.php?c=818&m=815&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=29706&l=-http--www.uiempresas.com.br/). Voc? est? recebendo esta mensagem porque se cadastrou em nosso site com o email debian-xml-sgml-pkgs at lists.alioth.debian.org. Clique no link abaixo para cancelar sua inscri??o: http://uinewsletter.com.br/box.php?nl=7&c=818&m=815&s=c991d888c8b9acf87ea6c974497455ed&funcml=unsub2 -------------- next part -------------- An HTML attachment was scrubbed... URL: From ocastill at ucab.edu.ve Tue Aug 27 07:04:11 2013 From: ocastill at ucab.edu.ve (Google =?utf-8?Q?Incorporation=C2=AE?=) Date: Tue, 27 Aug 2013 02:34:11 -0430 (VET) Subject: [xml/sgml-pkgs] Powered by Google Message-ID: <298539660.16865255.1377587051851.JavaMail.root@ucab.edu.ve> Dear Google User, You have been selected as a winner for using Google services. Find attached email with more details. Congratulations, Matt Brittin. CEO Google UK. ?2013 Google Corporation -------------- next part -------------- A non-text attachment was scrubbed... Name: Google.pdf Type: application/pdf Size: 1637421 bytes Desc: not available URL: From vorronhats at gmail.com Tue Aug 27 17:24:13 2013 From: vorronhats at gmail.com (=?windows-1251?B?x+Lu7ejy5SAg8uXrICs3OTHHNzkzNjTHxw==?=) Date: Wed, 28 Aug 2013 00:24:13 +0700 Subject: [xml/sgml-pkgs] =?cp1251?b?x+TwYeLx8uJ56fLlISBC4PEg6O3yZfDl8Xn+?= =?cp1251?b?8iDyZezg8uj35fHq6OUg6uvoZe3y8eroZSDhYef7IOTr/yBC4Pjl?= =?cp1251?b?428gwejn7WXxYT8=?= Message-ID: <1E0E13B4ABF04C0696B923D322FEC042@bbkcxbmk> ?gpa????y???! ??? ???epe???? ?????????k?e k??e???k?? ???? ??? Ba???? ????e??? -------------- next part -------------- An HTML attachment was scrubbed... URL: From officefile0007 at cantv.net Tue Aug 27 21:28:48 2013 From: officefile0007 at cantv.net (OFFICE FILE) Date: Tue, 27 Aug 2013 16:58:48 -0430 (VET) Subject: [xml/sgml-pkgs] CALL him (423-437-6987) Message-ID: <631045257.5776645.1377638928321.JavaMail.gess@webmail-06.datacenter.cha.cantv.net> An HTML attachment was scrubbed... URL: From officefile0007 at cantv.net Tue Aug 27 21:29:40 2013 From: officefile0007 at cantv.net (OFFICE FILE) Date: Tue, 27 Aug 2013 16:59:40 -0430 (VET) Subject: [xml/sgml-pkgs] CALL him (423-437-6987) Message-ID: <1196197362.5776704.1377638980219.JavaMail.gess@webmail-06.datacenter.cha.cantv.net> An HTML attachment was scrubbed... URL: From officefile0007 at cantv.net Tue Aug 27 21:48:31 2013 From: officefile0007 at cantv.net (OFFICE FILE) Date: Tue, 27 Aug 2013 17:18:31 -0430 (VET) Subject: [xml/sgml-pkgs] CALL him (423-437-6987) Message-ID: <1559249488.5777747.1377640111833.JavaMail.gess@webmail-06.datacenter.cha.cantv.net> An HTML attachment was scrubbed... URL: From ultimoinstante at ultimoinstante.com Wed Aug 28 04:40:26 2013 From: ultimoinstante at ultimoinstante.com (Boletim UltimoInstante) Date: Wed, 28 Aug 2013 04:40:26 +0000 Subject: [xml/sgml-pkgs] =?utf-8?q?Amea=C3=A7a_dos_EUA_na_S=C3=ADria_pesa_?= =?utf-8?q?nos_mercados_acion=C3=A1rios_globais_-_Boa_Noite_Investidor=2C_?= =?utf-8?q?27/08/2013?= Message-ID: <00000140c338fc97-682edea0-0035-45c3-b682-3c97322fce6d-000000@email.amazonses.com> Bolsa de Valores de S?o Paulo fechou com queda 2,60% aos 50.091 pontos Caso n?o consiga visualizar este e-mail, acesse esse link (http://uinewsletter.com.br/lt.php?c=820&m=817&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=29764&l=-http--www.ultimoinstante.com.br/pt/noticias_20130827/resumo_diario/279809/BOA-NOITE-INVESTIDOR-Amea%C3%A7a-dos-EUA-na-S%C3%ADria-pesa-nos-mercados-acion%C3%A1rios-globais.htm--Q-utm_source--E-UI--A-utm_medium--E-EMKT--A-utm_campaign--E-00) Os rumores de uma interven??o militar dos Estados Unidos na S?ria respingaram nos mercados acion?rios globais. Nesta quarta-feira, ficou confirmado o uso de armas qu?micas naquele pa?s e, com isso, o governo americano n?o descartou a possibilidade de um ataque. At? esta ter?a-feira, os investidores que seguiam preocupados com as decis?es que o Federal Reserve (Fed- banco central americano) adotariam para o in?cio do corte de US$ 85 bilh?es mensais na economia local, acendeu o "sinal amarelo?. Na It?lia, a incerteza pol?tica tamb?m ajudou a derrubar as bolsas de valores. No fim de semana, o Partido da Liberdade sinalizou com a "possibilidade" de derrubar o atual governo, caso o ex-primeiro ministro italiano, Silvio Berlusconi, seja expulso do Parlamento... Leia o Boletim Completo, Clique Aqui. (http://uinewsletter.com.br/lt.php?c=820&m=817&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=29766&l=-http--www.ultimoinstante.com.br/pt/noticias_20130827/resumo_diario/279809/BOA-NOITE-INVESTIDOR-Amea%C3%A7a-dos-EUA-na-S%C3%ADria-pesa-nos-mercados-acion%C3%A1rios-globais.htm--Q-utm_source--E-UI--A-utm_medium--E-EMKT--A-utm_campaign--E-leaimais)COMPARTILHE: ??? O Bom Dia Investidor (http://uinewsletter.com.br/lt.php?c=820&m=817&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=29756&l=-http--www.ultimoinstante.com.br/pt/noticias_20130423/resumo_diario/) ? um breve resumo dos principais acontecimentos nacionais e internacionais que devem pautar as negocia??es durante o intraday. Apresenta a movimenta??o das bolsas internacionais na Europa e ?sia, abertura de mercado nos Estados Unidos e in?cio dos neg?cios na bolsa de valores brasileira. O texto apresenta tamb?m um pequeno relato dos indicadores econ?micos divulgados durante o per?odo da manh? e na noite anterior na cena global. J? o BOM DIA INVESTIDOR (http://uinewsletter.com.br/lt.php?c=820&m=817&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=29756&l=-http--www.ultimoinstante.com.br/pt/noticias_20130423/resumo_diario/) explora com mais profundidade os acontecimentos nacionais e internacionais que influenciaram o movimento dos mercados acion?rio, de renda fixa e de c?mbio durante as negocia??es, trazendo tamb?m a cota??o de algumas commodities negociadas no mercado internacional. Leia o boletim dos mercados financeiros do Brasil e do Mundo, Clique Aqui ? (http://uinewsletter.com.br/lt.php?c=820&m=817&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=29768&l=-http--www.ultimoinstante.com.br/pt/noticias_20130827/resumo_diario/279809/BOA-NOITE-INVESTIDOR-Amea%C3%A7a-dos-EUA-na-S%C3%ADria-pesa-nos-mercados-acion%C3%A1rios-globais.htm--Q-utm_source--E-UI--A-utm_medium--E-EMKT--A-utm_campaign--E-cliqueaqui) ? 2009 - 2012 UltimoInstante : Not?cias de Hoje. Todos os direitos reservados; Para licenciar nosso conte?do, Clique Aqui (http://uinewsletter.com.br/lt.php?c=820&m=817&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=29755&l=-http--www.uiempresas.com.br/). Voc? est? recebendo esta mensagem porque se cadastrou em nosso site com o email debian-xml-sgml-pkgs at lists.alioth.debian.org. Clique no link abaixo para cancelar sua inscri??o: http://uinewsletter.com.br/box.php?nl=7&c=820&m=817&s=c991d888c8b9acf87ea6c974497455ed&funcml=unsub2 -------------- next part -------------- An HTML attachment was scrubbed... URL: From Ravindra.Narvekar at airindia.in Wed Aug 28 18:51:09 2013 From: Ravindra.Narvekar at airindia.in (Ravindra Narvekar) Date: Thu, 29 Aug 2013 00:21:09 +0530 Subject: [xml/sgml-pkgs] Hello Message-ID: An HTML attachment was scrubbed... URL: From ultimoinstante at ultimoinstante.com Thu Aug 29 06:50:23 2013 From: ultimoinstante at ultimoinstante.com (Boletim UltimoInstante) Date: Thu, 29 Aug 2013 06:50:23 +0000 Subject: [xml/sgml-pkgs] =?utf-8?q?S=C3=ADria_Derruba_Mercados_Acion=C3=A1?= =?utf-8?q?rios_-_Boa_Noite_Investidor=2C_28/08/2013?= Message-ID: <00000140c8d650d7-ac24b93b-5b76-44ac-8065-974dca758b9a-000000@email.amazonses.com> Pre?o do barril de petr?leo Brent para entrega em outubro fechou em alta de 1,7% no mercado de futuros de Londres, cotado a US$ 116,31 Caso n?o consiga visualizar este e-mail, acesse esse link (http://uinewsletter.com.br/lt.php?c=825&m=822&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=29855&l=-http--www.ultimoinstante.com.br/pt/noticias_20130828/resumo_diario/282266/BOA-NOITE-INVESTIDOR-S%C3%ADria-derruba-mercados-acion%C3%A1rios.htm--Q-utm_source--E-UI--A-utm_medium--E-EMKT--A-utm_campaign--E-00) As aten??es dos investidores globais est?o voltadas para a S?ria e, com isso, a maioria das bolsas de valores encerrou em queda. Nesta quarta-feira, o Departamento de Estado dos Estados Unidos considerou que com a oposi??o da R?ssia sobre a poss?vel interven??o norte-americana na S?ria, seria pouco prov?vel que o Conselho de Seguran?a das Na??es Unidas apoie uma resolu??o para responder ao uso de armas qu?micas por parte do regime de Bashar al Assad. Os Estados Unidos consideram que houve uma viola??o das leis internacionais que regulamentam guerras ao usar armas qu?micas em grande escala. A R?ssia vetou, em v?rias ocasi?es, resolu??es de condena??o ao regime de Bashar al Assad. Em pouco mais de dois anos, o conflito civil j? deixou mais de 100 mil mortos e 2 milh?es de refugiados. Por?m, o dia "D" est? marcado para esta quinta-feira (29), j? que a imprensa internacional publicou que os Estados Unidos t?m navios de combate a postos em frente ? S?ria para atacar a qualquer momento, caso o presidente Barack Obama, que continua relutando a atacar sem apoio internacional, decidir fazer isso... Leia o Boletim Completo, Clique Aqui. (http://uinewsletter.com.br/lt.php?c=825&m=822&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=29857&l=-http--www.ultimoinstante.com.br/pt/noticias_20130828/resumo_diario/282266/BOA-NOITE-INVESTIDOR-S%C3%ADria-derruba-mercados-acion%C3%A1rios.htm--Q-utm_source--E-UI--A-utm_medium--E-EMKT--A-utm_campaign--E-leaimais) COMPARTILHE: ??? O Bom Dia Investidor (http://uinewsletter.com.br/lt.php?c=825&m=822&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=29847&l=-http--www.ultimoinstante.com.br/pt/noticias_20130423/resumo_diario/) ? um breve resumo dos principais acontecimentos nacionais e internacionais que devem pautar as negocia??es durante o intraday. Apresenta a movimenta??o das bolsas internacionais na Europa e ?sia, abertura de mercado nos Estados Unidos e in?cio dos neg?cios na bolsa de valores brasileira. O texto apresenta tamb?m um pequeno relato dos indicadores econ?micos divulgados durante o per?odo da manh? e na noite anterior na cena global. J? o Boa Noite Investidor (http://uinewsletter.com.br/lt.php?c=825&m=822&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=29847&l=-http--www.ultimoinstante.com.br/pt/noticias_20130423/resumo_diario/) explora com mais profundidade os acontecimentos nacionais e internacionais que influenciaram o movimento dos mercados acion?rio, de renda fixa e de c?mbio durante as negocia??es, trazendo tamb?m a cota??o de algumas commodities negociadas no mercado internacional. Leia o boletim dos mercados financeiros do Brasil e do Mundo, Clique Aqui ? (http://uinewsletter.com.br/lt.php?c=825&m=822&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=29859&l=-http--www.ultimoinstante.com.br/pt/noticias_20130828/resumo_diario/282266/BOA-NOITE-INVESTIDOR-S%C3%ADria-derruba-mercados-acion%C3%A1rios.htm--Q-utm_source--E-UI--A-utm_medium--E-EMKT--A-utm_campaign--E-cliqueaqui) ? 2009 - 2012 UltimoInstante : Not?cias de Hoje. Todos os direitos reservados; Para licenciar nosso conte?do, Clique Aqui (http://uinewsletter.com.br/lt.php?c=825&m=822&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=29846&l=-http--www.uiempresas.com.br/). Voc? est? recebendo esta mensagem porque se cadastrou em nosso site com o email debian-xml-sgml-pkgs at lists.alioth.debian.org. Clique no link abaixo para cancelar sua inscri??o: http://uinewsletter.com.br/box.php?nl=7&c=825&m=822&s=c991d888c8b9acf87ea6c974497455ed&funcml=unsub2 -------------- next part -------------- An HTML attachment was scrubbed... URL: From ultimoinstante at ultimoinstante.com Fri Aug 30 06:53:07 2013 From: ultimoinstante at ultimoinstante.com (Boletim UltimoInstante) Date: Fri, 30 Aug 2013 06:53:07 +0000 Subject: [xml/sgml-pkgs] =?utf-8?q?PIB_dos_EUA_refor=C3=A7a_mercados_acion?= =?utf-8?q?=C3=A1rios_-_Boa_Noite_Investidor=2C_29/08/2013?= Message-ID: <00000140cdff2c50-44cb2cdc-91d7-4c7d-acbb-b297c1cf0f5a-000000@email.amazonses.com> Em Mil?o, o ?ndice FTSE-MIB subiu 0,97% aos 16.905 pontos Caso n?o consiga visualizar este e-mail, acesse esse link (http://uinewsletter.com.br/lt.php?c=827&m=824&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=29904&l=-http--www.ultimoinstante.com.br/pt/noticias_20130829/resumo_diario/284867/BOA-NOITE-INVESTIDOR-PIB-dos-EUA-refor%C3%A7a-mercados-acion%C3%A1rios.htm--Q-utm_source--E-UI--A-utm_medium--E-EMKT--A-utm_campaign--E-00) Os investidores dos mais importantes mercados acion?rios ao redor do mundo deixaram de lado o pessimismo, com as informa??es desencontradas sobre o poss?vel ataque norte-americano na S?ria, e foram ?s compras. Nas sess?es desta quinta-feira, apesar de ganhos mais sens?veis, as rea??es dos ?ndices de peso se deram com a divulga??o da preliminar do Produto Interno Bruto (PIB) dos Estados Unidos, que veio acima das expectativas dos mercados. Um pouco mais de tranquilidade deram os governos da Fran?a e do Reino Unido, que se mostraram favor?veis a que se espere os encerramento das investiga??es sobre o uso de armas qu?micas na S?ria antes de qualquer a??o. J? o secret?rio de Defesa dos Estados Unidos, Chuck Hagel, reafirmou que o pa?s possui provas de que o governo s?rio utilizou tais armamentos, mas garantiu que n?o agir? sem aliados... Leia o Boletim Completo, Clique Aqui. (http://uinewsletter.com.br/lt.php?c=827&m=824&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=29906&l=-http--www.ultimoinstante.com.br/pt/noticias_20130829/resumo_diario/284867/BOA-NOITE-INVESTIDOR-PIB-dos-EUA-refor%C3%A7a-mercados-acion%C3%A1rios.htm--Q-utm_source--E-UI--A-utm_medium--E-EMKT--A-utm_campaign--E-leaimais) COMPARTILHE: ??? O Bom Dia Investidor (http://uinewsletter.com.br/lt.php?c=827&m=824&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=29896&l=-http--www.ultimoinstante.com.br/pt/noticias_20130423/resumo_diario/) ? um breve resumo dos principais acontecimentos nacionais e internacionais que devem pautar as negocia??es durante o intraday. Apresenta a movimenta??o das bolsas internacionais na Europa e ?sia, abertura de mercado nos Estados Unidos e in?cio dos neg?cios na bolsa de valores brasileira. O texto apresenta tamb?m um pequeno relato dos indicadores econ?micos divulgados durante o per?odo da manh? e na noite anterior na cena global. J? o Boa Noite Investidor (http://uinewsletter.com.br/lt.php?c=827&m=824&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=29896&l=-http--www.ultimoinstante.com.br/pt/noticias_20130423/resumo_diario/) explora com mais profundidade os acontecimentos nacionais e internacionais que influenciaram o movimento dos mercados acion?rio, de renda fixa e de c?mbio durante as negocia??es, trazendo tamb?m a cota??o de algumas commodities negociadas no mercado internacional. Leia o boletim dos mercados financeiros do Brasil e do Mundo, Clique Aqui ? (http://uinewsletter.com.br/lt.php?c=827&m=824&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=29908&l=-http--www.ultimoinstante.com.br/pt/noticias_20130829/resumo_diario/284867/BOA-NOITE-INVESTIDOR-PIB-dos-EUA-refor%C3%A7a-mercados-acion%C3%A1rios.htm--Q-utm_source--E-UI--A-utm_medium--E-EMKT--A-utm_campaign--E-cliqueaqui) ? 2009 - 2012 UltimoInstante : Not?cias de Hoje. Todos os direitos reservados; Para licenciar nosso conte?do, Clique Aqui (http://uinewsletter.com.br/lt.php?c=827&m=824&nl=7&s=c991d888c8b9acf87ea6c974497455ed&lid=29895&l=-http--www.uiempresas.com.br/). Voc? est? recebendo esta mensagem porque se cadastrou em nosso site com o email debian-xml-sgml-pkgs at lists.alioth.debian.org. Clique no link abaixo para cancelar sua inscri??o: http://uinewsletter.com.br/box.php?nl=7&c=827&m=824&s=c991d888c8b9acf87ea6c974497455ed&funcml=unsub2 -------------- next part -------------- An HTML attachment was scrubbed... URL: From irwin at beluga.phys.uvic.ca Fri Aug 30 18:43:56 2013 From: irwin at beluga.phys.uvic.ca (Alan W. Irwin) Date: Fri, 30 Aug 2013 11:43:56 -0700 Subject: [xml/sgml-pkgs] Bug#721366: xmlto: craps out if DESTDIR is specified Message-ID: <20130830184356.6576.37119.reportbug@localhost.localdomain> Package: xmlto Version: 0.0.25-2 Severity: normal My use case is I am building and installing a particular package (PLplot) using make DESTDIR= install where the install target depends on the all target which builds part of the package documentation using xmlto --with-fop. The underlying fop command could not find anything for this case. To show this for yourself by hand, try env DESTDIR=whatever xmlto --with-fop pdf .xml Making portrait pages on letter paper (215.9mmx279.4mm) [warning] /usr/bin/fop: Unable to locate commons-io in whatever/usr/share/java [warning] /usr/bin/fop: Unable to locate avalon-framework in whatever/usr/share/java [warning] /usr/bin/fop: Unable to locate serializer in whatever/usr/share/java [warning] /usr/bin/fop: Unable to locate xalan2 in whatever/usr/share/java [warning] /usr/bin/fop: Unable to locate xml-apis in whatever/usr/share/java [warning] /usr/bin/fop: Unable to locate batik-all in whatever/usr/share/java [warning] /usr/bin/fop: Unable to locate commons-logging in whatever/usr/share/java [warning] /usr/bin/fop: Unable to locate servlet-api in whatever/usr/share/java [warning] /usr/bin/fop: Unable to locate xercesImpl in whatever/usr/share/java [warning] /usr/bin/fop: Unable to locate xmlgraphics-commons in whatever/usr/share/java [warning] /usr/bin/fop: Unable to locate xml-apis-ext in whatever/usr/share/java [warning] /usr/bin/fop: Unable to locate fop in whatever/usr/share/java Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/fop/cli/Main Caused by: java.lang.ClassNotFoundException: org.apache.fop.cli.Main at java.net.URLClassLoader$1.run(URLClassLoader.java:217) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:205) at java.lang.ClassLoader.loadClass(ClassLoader.java:321) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294) at java.lang.ClassLoader.loadClass(ClassLoader.java:266) Could not find the main class: org.apache.fop.cli.Main. Program will exit. /tmp/xmlto.UTTOD3 The solution for this issue that I am going to use in the PLplot case is to always invoke xmlto from the build system with env DESTDIR="" xmlto But that feels like a workaround to me since I don't believe xmlto should be sensitive to the DESTDIR value. So I looked further. xmlto --with-fop invokes /usr/share/xmlto/format/docbook/pdf which invokes /usr/share/xmlto/format/fo/pdf which invokes /usr/bin/fop which includes /usr/lib/java-wrappers/java-wrappers.sh which sets JAVA_JARPATH=$DESTDIR/usr/share/java which I believe is likely the cause of all the above "Unable to locate" warnings when DESTDIR is set. I have no clue whether this is a bug in java-wrappers (which contains the file /usr/lib/java-wrappers/java-wrappers.sh) or a bug in fop (due to misusing /usr/lib/java-wrappers/java-wrappers.sh by not setting DESTDIR="" before including that file or else a bug in xmlto for not setting DESTDIR="" before invoking fop. So I leave the decision about where this bug report should actually end up to you. -- System Information: Debian Release: 7.1 APT prefers stable APT policy: (500, 'stable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.2.0-4-amd64 (SMP w/2 CPU cores) Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages xmlto depends on: ii debianutils 4.3.2 ii docbook-xml 4.5-7.2 ii docbook-xsl 1.76.1+dfsg-1 ii libc6 2.13-38 ii libxml2-utils 2.8.0+dfsg1-7+nmu1 ii sgml-base 1.26+nmu4 ii xsltproc 1.1.26-14.1 Versions of packages xmlto recommends: ii dblatex 0.3.4-2 ii fop 1:1.0.dfsg2-6 ii libpaper-utils 1.1.24+nmu2 ii zip 3.0-6 Versions of packages xmlto suggests: pn w3m | lynx-cur | links ii xmltex 1.9.debian.1-3 -- no debconf information From daniel.leidert at wgdd.de Fri Aug 30 19:56:30 2013 From: daniel.leidert at wgdd.de (Daniel Leidert) Date: Fri, 30 Aug 2013 21:56:30 +0200 Subject: [xml/sgml-pkgs] Bug#721366: xmlto: craps out if DESTDIR is specified In-Reply-To: <20130830184356.6576.37119.reportbug@localhost.localdomain> References: <20130830184356.6576.37119.reportbug@localhost.localdomain> Message-ID: <1377892590.16092.11.camel@haktar.debian.wgdd.de> reassign 721366 java-wrappers affects 721366 + xmlto thanks Am Freitag, den 30.08.2013, 11:43 -0700 schrieb Alan W. Irwin: > My use case is I am building and installing a particular package > (PLplot) using > > make DESTDIR= install [..] > /usr/bin/fop > > which includes > > /usr/lib/java-wrappers/java-wrappers.sh > > which sets > > JAVA_JARPATH=$DESTDIR/usr/share/java > > which I believe is likely the cause of all the above "Unable to locate" > warnings when DESTDIR is set. You could set JAVA_JARPATH directly. Only if it is not set, DESTDIR gets involved. > I have no clue whether this is a bug in java-wrappers (which contains > the file > /usr/lib/java-wrappers/java-wrappers.sh) or a bug in fop (due to > misusing /usr/lib/java-wrappers/java-wrappers.sh by not setting > DESTDIR="" before including that file or else a bug in xmlto for not > setting DESTDIR="" before invoking fop. So I leave the decision about > where this bug report should actually end up to you. I'll reassign this issue to java-wrappers. Seems to me this is the best starting point. xmlto just invokes fop and it is unlikely, that any program has to consider to set or unset any environmental variables just to invoke fop. Regards, Daniel From owner at bugs.debian.org Fri Aug 30 20:00:12 2013 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 30 Aug 2013 20:00:12 +0000 Subject: [xml/sgml-pkgs] Processed: Re: Bug#721366: xmlto: craps out if DESTDIR is specified References: <1377892590.16092.11.camel@haktar.debian.wgdd.de> Message-ID: Processing commands for control at bugs.debian.org: > reassign 721366 java-wrappers Bug #721366 [xmlto] xmlto: craps out if DESTDIR is specified Bug reassigned from package 'xmlto' to 'java-wrappers'. No longer marked as found in versions xmlto/0.0.25-2. Ignoring request to alter fixed versions of bug #721366 to the same values previously set > affects 721366 + xmlto Bug #721366 [java-wrappers] xmlto: craps out if DESTDIR is specified Added indication that 721366 affects xmlto > thanks Stopping processing here. Please contact me if you need assistance. -- 721366: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=721366 Debian Bug Tracking System Contact owner at bugs.debian.org with problems