Bug#396314: me too

2007-04-13 Thread Rober Morales-Chaparro
me too!

-- 
Sólo en el diccionario hay éxito antes que trabajo.

Rober Morales-Chaparro



Bug#394247: lists.debian.org: Please add a link 'see this message in its context'

2006-10-20 Thread Rober Morales-Chaparro
Package: lists.debian.org
Severity: wishlist

Please add a link with a target set to the l.d.o archive. If the
possibility to add it at level of 'To UNSUBSCRIBE,(...)' is not
recommended by email RFCs (don't modify the body), please add a header
line List-Archive [1] or similar.

TIA!

[1] http://www.rfc-archive.org/getrfc.php?rfc=2369




-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-1-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-1) (ignored: 
LC_ALL set to es_ES)


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



Bug#389646: apt should try to import a key if a package was signed by a unknown key

2006-09-27 Thread Rober Morales
  It'll reduce the security of machine since won't make difference if
  the key is or not know before you upgrade or install a package.

 Agreed; an idea might be to import the key to some untrusted keyring,
 and allow the user to add it to the trusted list after giving some
 stern lecture why you shouldn't trust anyone.


APT already continue with the install/upgrade if the user answer Yes to the 
warning question.

The new feature I want is to make possible the fact that apt can, /with/ the 
user confirmation, import the key the package is signed with:

WARNING: The key 0BDCE is not known: Install anyway? Yes/[No]:
Yes

WARNING: Do you want APT import the key to your keyring now? Yes/[No]:
Yes

TIA!



Regards,

Rober Morales-Chaparro


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



Bug#375109: thanks

2006-09-26 Thread Rober Morales

thanks

-- 
Sólo en el diccionario hay éxito antes que trabajo.

Rober Morales Chaparro



Bug#389646: apt should try to import a key if a package was signed by a unknown key

2006-09-26 Thread Rober Morales-Chaparro
Package: apt
Version: 0.6.45
Severity: minor

Instead of showing a warning message when apt does not know the key, apt
cat try to execute (with or without the user confirmation?):

#!/bin/bash
KEY=$1

gpg --keyserver subkeys.pgp.net --recv $KEY
gpg --export --armor $KEY | apt-key add -


TIA!



-- Package-specific info:

-- apt-config dump --

APT ;
APT::Architecture i386;
APT::Build-Essential ;
APT::Build-Essential:: build-essential;
APT::Cache-Limit 92582912;
Dir /;
Dir::State var/lib/apt/;
Dir::State::lists lists/;
Dir::State::cdroms cdroms.list;
Dir::State::userstatus status.user;
Dir::State::status /var/lib/dpkg/status;
Dir::Cache var/cache/apt/;
Dir::Cache::archives archives/;
Dir::Cache::srcpkgcache srcpkgcache.bin;
Dir::Cache::pkgcache pkgcache.bin;
Dir::Etc etc/apt/;
Dir::Etc::sourcelist sources.list;
Dir::Etc::sourceparts sources.list.d;
Dir::Etc::vendorlist vendors.list;
Dir::Etc::vendorparts vendors.list.d;
Dir::Etc::main apt.conf;
Dir::Etc::parts apt.conf.d;
Dir::Etc::preferences preferences;
Dir::Bin ;
Dir::Bin::methods /usr/lib/apt/methods;
Dir::Bin::dpkg /usr/bin/dpkg;
DPkg ;
DPkg::Pre-Install-Pkgs ;
DPkg::Pre-Install-Pkgs:: if dpkg -s apt-listbugs | grep -q '^Status: .* ok 
installed'; then /usr/sbin/apt-listbugs apt || ( test $? -ne 10 || exit 10; 
echo 'Warning: apt-listbugs exited abnormally, hit enter key to continue.' 12 
; read a  /dev/tty ); fi;
DPkg::Pre-Install-Pkgs:: /usr/sbin/dpkg-preconfigure --apt || true;

-- (no /etc/apt/preferences present) --


-- (/etc/apt/sources.list present, but not submitted) --


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-1) (ignored: 
LC_ALL set to es_ES)

Versions of packages apt depends on:
ii  libc6   2.3.6.ds1-4  GNU C Library: Shared libraries
ii  libgcc1 1:4.2-20060923-1 GCC support library
ii  libstdc++6  4.1.1-5  The GNU Standard C++ Library v3

Versions of packages apt recommends:
ii  debian-archive-keyring2006.01.18 GnuPG archive keys of the Debian a

-- no debconf information


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



Bug#379243: php4: Please add support to xmlwriter_* functions

2006-07-22 Thread Rober Morales
Package: php4
Version: 4:4.4.2-1.1
Severity: normal


hi,

i found this error message after running one php.net example:
«Call to undefined function: xmlwriter_open_memory()» and i found no
extra packages that provide the extension, so i think this would be a built-in
one.

¿Was debian package «php4» compiled without the flag «xmlwriter»?


TIA  Regards,

-- 
Rober Morales



-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686-smp
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-1) (ignored: 
LC_ALL set to es_ES)

Versions of packages php4 depends on:
ii  libapache-mod-php4   4:4.4.2-1.1 server-side, HTML-embedded scripti
ii  libapache2-mod-php4  4:4.4.2-1.1 server-side, HTML-embedded scripti
ii  php4-common  4:4.4.2-1.1 Common files for packages built fr

php4 recommends no packages.

-- no debconf information


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



Bug#375109: kdevelop: launching debug should rebuild the project

2006-06-23 Thread Rober Morales
Package: kdevelop
Version: 4:3.3.2-5
Severity: normal

When I press [Shift+F9], kdevelop tries to rebuild before lauching app.

I think this behaviour should be the same for [F9](Debug).

TIA!

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-686
Locale: LANG=es_ES, LC_CTYPE=es_ES (charmap=ISO-8859-1)

Versions of packages kdevelop depends on:
ii  kdebase-bin 4:3.5.3-2core binaries for the KDE base mod
ii  kdelibs4c2a 4:3.5.3-1core libraries and binaries for al
ii  kdevelop-data   4:3.3.2-5An IDE for Unix/X11 - data
ii  libacl1 2.2.37-1 Access control list shared library
ii  libart-2.0-22.3.17-1 Library of functions for 2D graphi
ii  libattr12.4.32-1 Extended attribute shared library
ii  libaudio2   1.7-9The Network Audio System (NAS). (s
ii  libc6   2.3.6-15 GNU C Library: Shared libraries
ii  libcvsservice0  4:3.5.2-1+b2 DCOP service for accessing CVS rep
ii  libdb4.34.3.29-5 Berkeley v4.3 Database Libraries [
ii  libfam0 2.7.0-10 Client library to control the FAM 
ii  libfontconfig1  2.3.2-7  generic font configuration library
ii  libfreetype62.2.1-2  FreeType 2 font engine, shared lib
ii  libgcc1 1:4.1.1-5GCC support library
ii  libice6 1:1.0.0-3X11 Inter-Client Exchange library
ii  libidn110.5.18-2 GNU libidn library, implementation
ii  libjpeg62   6b-13The Independent JPEG Group's JPEG 
ii  libpcre36.4-2Perl 5 Compatible Regular Expressi
ii  libpng12-0  1.2.8rel-5.1 PNG library - runtime
ii  libqt3-mt   3:3.3.6-2Qt GUI Library (Threaded runtime v
ii  libsm6  1:1.0.0-4X11 Session Management library
ii  libstdc++6  4.1.1-5  The GNU Standard C++ Library v3
ii  libx11-62:1.0.0-6X11 client-side library
ii  libxcursor1 1.1.5.2-5X cursor management library
ii  libxext61:1.0.0-4X11 miscellaneous extension librar
ii  libxft2 2.1.8.2-8FreeType-based font drawing librar
ii  libxi6  1:1.0.0-5X11 Input extension library
ii  libxinerama11:1.0.1-4X11 Xinerama extension library
ii  libxrandr2  2:1.1.0.2-4  X11 RandR extension library
ii  libxrender1 1:0.9.0.2-4  X Rendering Extension client libra
ii  libxt6  1:1.0.0-5X11 toolkit intrinsics library
ii  zlib1g  1:1.2.3-11   compression library - runtime

Versions of packages kdevelop recommends:
ii  autoconf   2.59.cvs.2006.06.05-1 automatic configure script builder
ii  automake1.4 [autom 1:1.4-p6-10   A tool for generating GNU Standard
ii  automake1.6 [autom 1.6.3-12  A tool for generating GNU Standard
ii  kdevelop-doc   4:3.3.2-5 An IDE for Unix/X11 - documentatio
ii  libtool1.5.22-4  Generic library support script
ii  make   3.81-2The GNU version of the make util

-- no debconf information


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



Bug#365221: mediawiki1.5: Problems creating new page from search field

2006-04-28 Thread Rober Morales
Package: mediawiki1.5
Version: 1.5.8-1
Severity: normal

When an anonymous user or an registered user try to input a word whose
page does not exist in the search field, and then press Go, the result
page does not offer the possibility to create it. Only if the user types
in the url (...)/index.php/WordWithoutPage, the page born in.



-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686-smp
Locale: LANG=es_ES, LC_CTYPE=es_ES (charmap=ISO-8859-1) (ignored: LC_ALL set to 
es_ES)

Versions of packages mediawiki1.5 depends on:
ii  apache [httpd]  1.3.34-2 versatile, high-performance HTTP s
ii  apache-ssl [httpd]  1.3.34-2 versatile, high-performance HTTP s
ii  apache2 2.0.55-4 next generation, scalable, extenda
ii  apache2-mpm-prefork [httpd] 2.0.55-4 traditional model for Apache2
ii  debconf [debconf-2.0]   1.4.72   Debian configuration management sy
ii  mime-support3.36-1   MIME files 'mime.types'  'mailcap
ii  php44:4.4.2-1server-side, HTML-embedded scripti
ii  php4-mysql  4:4.4.2-1+b1 MySQL module for php4

Versions of packages mediawiki1.5 recommends:
ii  mysql-server-5.0 [mysql-serve 5.0.20-1   mysql database server binaries

-- debconf information:
  mediawiki/webserver: apache2
  mediawiki/upgrade:


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



Bug#341615: (no subject)

2005-12-02 Thread Rober Morales
this bug is for the package mldonkey-server


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



Bug#341615: mlnet.pid should be in a boot-time cleaned directory

2005-12-01 Thread Rober Morales
Package: mlnet
Severity: normal

mlnet.pid file should be created at /var/run directory, not at $HOME directory.
/var/run is cleaned at boot time, and this provides to run mlnet core again if
this has finished unexpectly.

For example, this file can be place at /var/run/$UID/mlnet.pid

Thanks In Advance!


-- 
Rober Morales



-- System Information:
Debian Release: testing/unstable
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686
Locale: LANG=es_ES, LC_CTYPE=es_ES (charmap=ISO-8859-1)


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



Bug#330532: koffice-libs: depends of a package that is not installable (kdelibs4 already depends on libqt3c102-mt (now libqt3-mt))

2005-09-28 Thread Rober Morales
Package: koffice-libs
Severity: important

the package koffice-libs should not depend of libqt3c102-mt directly.
the package kdelibs4 should be fixed to depend of libqt3-mt instead of
libqt3c102-mt

this bug makes koffice package not installable.




-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686-smp
Locale: LANG=spanish, LC_CTYPE=spanish (charmap=ISO-8859-1) (ignored: LC_ALL 
set to es_ES)


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



Bug#330038: kdevelop3: Permission error does not allow to run mainfile.py in a PyQT application example

2005-09-26 Thread Rober Morales



Jeremy Lainé escribió:
(...)


Here is what I will be doing in the KDevelop3 source directory to fix
the problem:

chmod +x languages/python/app_templates/pyqt/app.py
chmod +x languages/python/app_templates/pytk/app.py
chmod +x languages/python/app_templates/pythonhello/app.py

Cheers,
Jeremy
 


Thanks!

--
//
//Rober Morales Chaparro
//
#include /* RMC'05 */ iostream
class saludo { public: saludo(){
std::cout  hola; } ~saludo()
{ std::cout   mundo! ; } } ;
int main() { saludo holamundo; }




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



Bug#330255: cervisia: support for kompare

2005-09-26 Thread Rober Morales
Package: cervisia
Version: 4:3.4.2-2
Severity: wishlist

cervisia should be show diffs between files as kompare do it.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686-smp
Locale: LANG=spanish, LC_CTYPE=spanish (charmap=ISO-8859-1) (ignored: LC_ALL 
set to es_ES)

Versions of packages cervisia depends on:
ii  kdelibs4c24:3.4.2-4  core libraries for all KDE applica
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libaudio2 1.7-3  The Network Audio System (NAS). (s
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libcvsservice04:3.4.2-2  DCOP service for accessing CVS rep
ii  libfontconfig12.3.2-1generic font configuration library
ii  libfreetype6  2.1.10-1   FreeType 2 font engine, shared lib
ii  libgamin0 [libfam0]   0.1.5-2Client library for the gamin file 
ii  libgcc1   1:4.0.1-9  GCC support library
ii  libice6   6.8.2.dfsg.1-7 Inter-Client Exchange library
ii  libidn11  0.5.18-1   GNU libidn library, implementation
ii  libpng12-01.2.8rel-3 PNG library - runtime
ii  libqt3-mt 3:3.3.5-1  Qt GUI Library (Threaded runtime v
ii  libsm66.8.2.dfsg.1-7 X Window System Session Management
ii  libstdc++64.0.1-9The GNU Standard C++ Library v3
ii  libx11-6  6.8.2.dfsg.1-7 X Window System protocol client li
ii  libxcursor1   1.1.3-1X cursor management library
ii  libxext6  6.8.2.dfsg.1-7 X Window System miscellaneous exte
ii  libxft2   2.1.7-1FreeType-based font drawing librar
ii  libxinerama1  6.8.2.dfsg.1-7 X Window System multi-head display
ii  libxrandr26.8.2.dfsg.1-7 X Window System Resize, Rotate and
ii  libxrender1   1:0.9.0-2  X Rendering Extension client libra
ii  libxt66.8.2.dfsg.1-7 X Toolkit Intrinsics
ii  xlibs 6.8.2.dfsg.1-7 X Window System client libraries m
ii  zlib1g1:1.2.3-4  compression library - runtime

cervisia recommends no packages.

-- no debconf information


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



Bug#330037: kdevelop3: Permission error does not allow to run autogen.sh in PyQt example

2005-09-25 Thread Rober Morales
Package: kdevelop3
Version: 4:3.2.2-0.1
Severity: grave
Justification: renders package unusable

In a new PyQT application example, created from menu 'New project', and
probably in other projects types, autogen.sh has not the execution
permission. When kdevelop3 tries to run 'automake and cny.', it fails.

chmod +x autogen.sh patch the problem from current proyect.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686-smp
Locale: LANG=spanish, LC_CTYPE=spanish (charmap=ISO-8859-1) (ignored: LC_ALL 
set to es_ES)

Versions of packages kdevelop3 depends on:
ii  autoconf  2.59a-4automatic configure script builder
ii  automake1.4 [automaken]   1:1.4-p6-9 A tool for generating GNU Standard
ii  automake1.6 [automaken]   1.6.3-12   A tool for generating GNU Standard
ii  debconf   1.4.58 Debian configuration management sy
ii  kdebase-bin   4:3.4.2-3  core binaries for the KDE base mod
ii  kdelibs4c24:3.4.2-4  core libraries for all KDE applica
ii  kdevelop3-data4:3.2.2-0.1An IDE for Unix/X11 - data
ii  kdevelop3-plugins 4:3.2.2-0.1An IDE for Unix/X11 - development 
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libaudio2 1.7-3  The Network Audio System (NAS). (s
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libfontconfig12.3.2-1generic font configuration library
ii  libfreetype6  2.1.10-1   FreeType 2 font engine, shared lib
ii  libgamin0 [libfam0]   0.1.5-2Client library for the gamin file 
ii  libgcc1   1:4.0.1-9  GCC support library
ii  libice6   6.8.2.dfsg.1-7 Inter-Client Exchange library
ii  libidn11  0.5.18-1   GNU libidn library, implementation
ii  libjpeg62 6b-10  The Independent JPEG Group's JPEG 
ii  libpcre3  6.3-1  Perl 5 Compatible Regular Expressi
ii  libpng12-01.2.8rel-3 PNG library - runtime
ii  libqt3-mt 3:3.3.5-1  Qt GUI Library (Threaded runtime v
ii  libsm66.8.2.dfsg.1-7 X Window System Session Management
ii  libstdc++64.0.1-9The GNU Standard C++ Library v3
ii  libx11-6  6.8.2.dfsg.1-7 X Window System protocol client li
ii  libxcursor1   1.1.3-1X cursor management library
ii  libxext6  6.8.2.dfsg.1-7 X Window System miscellaneous exte
ii  libxft2   2.1.7-1FreeType-based font drawing librar
ii  libxi66.8.2.dfsg.1-7 X Window System Input extension li
ii  libxinerama1  6.8.2.dfsg.1-7 X Window System multi-head display
ii  libxrandr26.8.2.dfsg.1-7 X Window System Resize, Rotate and
ii  libxrender1   1:0.9.0-2  X Rendering Extension client libra
ii  libxt66.8.2.dfsg.1-7 X Toolkit Intrinsics
ii  xlibs 6.8.2.dfsg.1-7 X Window System client libraries m
ii  zlib1g1:1.2.3-4  compression library - runtime

Versions of packages kdevelop3 recommends:
ii  kdevelop3-doc4:3.2.2-0.1 An IDE for Unix/X11 - documentatio
ii  make 3.80-11 The GNU version of the make util

-- debconf information:
  kdevelop3/use_global_index: false


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



Bug#330038: kdevelop3: Permission error does not allow to run mainfile.py in a PyQT application example

2005-09-25 Thread Rober Morales
Package: kdevelop3
Version: 4:3.2.2-0.1
Severity: grave
Justification: renders package unusable

When a new project of Python/QT is created, a file with project name as
its name and .py as extension is created in the project directory. This
file should be execution permission to be able to run program from
Shift+F9 keys combination and from the icon in toolbar.

chmod +x pycanvas.py (with pycanvas as the project name) patch the
problem

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686-smp
Locale: LANG=spanish, LC_CTYPE=spanish (charmap=ISO-8859-1) (ignored: LC_ALL 
set to es_ES)

Versions of packages kdevelop3 depends on:
ii  autoconf  2.59a-4automatic configure script builder
ii  automake1.4 [automaken]   1:1.4-p6-9 A tool for generating GNU Standard
ii  automake1.6 [automaken]   1.6.3-12   A tool for generating GNU Standard
ii  debconf   1.4.58 Debian configuration management sy
ii  kdebase-bin   4:3.4.2-3  core binaries for the KDE base mod
ii  kdelibs4c24:3.4.2-4  core libraries for all KDE applica
ii  kdevelop3-data4:3.2.2-0.1An IDE for Unix/X11 - data
ii  kdevelop3-plugins 4:3.2.2-0.1An IDE for Unix/X11 - development 
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libaudio2 1.7-3  The Network Audio System (NAS). (s
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libfontconfig12.3.2-1generic font configuration library
ii  libfreetype6  2.1.10-1   FreeType 2 font engine, shared lib
ii  libgamin0 [libfam0]   0.1.5-2Client library for the gamin file 
ii  libgcc1   1:4.0.1-9  GCC support library
ii  libice6   6.8.2.dfsg.1-7 Inter-Client Exchange library
ii  libidn11  0.5.18-1   GNU libidn library, implementation
ii  libjpeg62 6b-10  The Independent JPEG Group's JPEG 
ii  libpcre3  6.3-1  Perl 5 Compatible Regular Expressi
ii  libpng12-01.2.8rel-3 PNG library - runtime
ii  libqt3-mt 3:3.3.5-1  Qt GUI Library (Threaded runtime v
ii  libsm66.8.2.dfsg.1-7 X Window System Session Management
ii  libstdc++64.0.1-9The GNU Standard C++ Library v3
ii  libx11-6  6.8.2.dfsg.1-7 X Window System protocol client li
ii  libxcursor1   1.1.3-1X cursor management library
ii  libxext6  6.8.2.dfsg.1-7 X Window System miscellaneous exte
ii  libxft2   2.1.7-1FreeType-based font drawing librar
ii  libxi66.8.2.dfsg.1-7 X Window System Input extension li
ii  libxinerama1  6.8.2.dfsg.1-7 X Window System multi-head display
ii  libxrandr26.8.2.dfsg.1-7 X Window System Resize, Rotate and
ii  libxrender1   1:0.9.0-2  X Rendering Extension client libra
ii  libxt66.8.2.dfsg.1-7 X Toolkit Intrinsics
ii  xlibs 6.8.2.dfsg.1-7 X Window System client libraries m
ii  zlib1g1:1.2.3-4  compression library - runtime

Versions of packages kdevelop3 recommends:
ii  kdevelop3-doc4:3.2.2-0.1 An IDE for Unix/X11 - documentatio
ii  make 3.80-11 The GNU version of the make util

-- debconf information:
  kdevelop3/use_global_index: false


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



Bug#330038: kdevelop3: Permission error does not allow to run mainfile.py in a PyQT application example

2005-09-25 Thread Rober Morales



Jeremy Lainé escribió:


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 


Justification: renders package unusable
   



This bug does not render the package unusable,

if user does not execute chmod +x by hand, the example program does 
not compile.


however, next time i will try to assign a better severity to a bug.


the grave severity is
excessive! Please refer to the following page if in doubt as to what
severity to assign to a bug report:

http://www.debian.org/Bugs/Developer#severities

Nevertheless, I am working on a new upload of KDevelop which should fix
this bug.
 


thanks you very much


Jeremy

- --
http://www.jerryweb.org/ : JerryWeb.org
http://sailcut.sourceforge.net/  : Sailcut CAD
http://opensource.polytechnique.org/ : Polytechnique.org Free Software
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDNvXW4mJJZqJp2ScRAmiJAJ42Im20U640PoLtgRKZrAXVqaKihgCfYBPk
7E/l4f3yEPCI+6FsPeYRGZw=
=WiQT
-END PGP SIGNATURE-


 



--
//
//Rober Morales Chaparro
//
#include /* RMC'05 */ iostream
class saludo { public: saludo(){
std::cout  hola; } ~saludo()
{ std::cout   mundo! ; } } ;
int main() { saludo holamundo; }




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



Bug#325474: lists.debian.org: mails should be re-dated with the correct current date

2005-08-28 Thread Rober Morales
Package: lists.debian.org
Severity: Whislist

Emails should be modified, changing their header's date field with the
correct date of the server. Then, the web date index will be correct.

If my server date is not correct, the mail are not in the correct
index position if I send it from my server.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-1-686-smp
Locale: LANG=spanish, LC_CTYPE=spanish (charmap=ISO-8859-1) (ignored: LC_ALL 
set to es_ES)


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



Bug#324790: mozilla: a button Reply-to-list should exist

2005-08-23 Thread Rober Morales
Package: mozilla
Version: 2:1.7.10-1
Severity: wishlist

The field List-Post in the mails headers should be used to
fill the field To in the new message created when users click
the button Reply-to-list, shown only when this field exists.

(sorry, my english level is not hight)

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-1-686-smp
Locale: LANG=spanish, LC_CTYPE=spanish (charmap=ISO-8859-1)

Versions of packages mozilla depends on:
ii  dpkg  1.13.11package maintenance system for Deb
ii  mozilla-browser   2:1.7.10-1 The Mozilla Internet application s
ii  mozilla-mailnews  2:1.7.10-1 The Mozilla Internet application s
ii  mozilla-psm   2:1.7.10-1 The Mozilla Internet application s

mozilla recommends no packages.

-- no debconf information


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