Bug#681047: (no subject)

2014-10-02 Thread Cosme Domínguez Díaz

reopen 681047 gdm3


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



Bug#681047: closing 681047, fixed 681047 in 3.12.0-1

2014-09-30 Thread Cosme Domínguez Díaz
On Wed, 07 May 2014 14:47:35 +0200 Laurent Bigonville  
wrote:

close 681047 3.8.4-7
fixed 681047 3.12.0-1
thanks

Hi,

This seems to be fixed now.

Closing the bug now

Cheers,

Laurent Bigonville





The bug is for 3.4 release used in Debian Wheezy.

So still not fixed...

--
-
Cosme Domínguez Díazco...@tegnix.com
C.T.I. TEGNIX, S.L.
-


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



Bug#681047: (no subject)

2014-02-06 Thread Cosme Domínguez Díaz

Package: gdm3

Hi! As far as I know this is a GDM bug:

https://bugzilla.gnome.org/show_bug.cgi?id=672801

and there's a patch that seems work:

https://bug672801.bugzilla-attachments.gnome.org/attachment.cgi?id=215969

I checked Wheezy source code of gdm3 to verify that it launch 
gnome-session with --debug flag.


--
-
Cosme Domínguez Díazco...@tegnix.com
C.T.I. TEGNIX, S.L.
-
From 74fc44269613cffef07978b4158c62a9cb887821 Mon Sep 17 00:00:00 2001
From: Ray Strode 
Date: Fri, 8 Jun 2012 11:03:31 -0400
Subject: [PATCH] slave: only start gnome-session with --debug if debug
 enabled

gnome-session puts all its message in syslog when --debug is
enabled.  This floods the log and makes it hard to see other
messages.

This commit only calls gnome-session with --debug when gdm
debugging is on.

https://bugzilla.gnome.org/show_bug.cgi?id=672801
---
 daemon/gdm-greeter-session.c |   12 +++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/daemon/gdm-greeter-session.c b/daemon/gdm-greeter-session.c
index 44259ab..464b16b 100644
--- a/daemon/gdm-greeter-session.c
+++ b/daemon/gdm-greeter-session.c
@@ -39,6 +39,8 @@
 
 #include "gdm-welcome-session.h"
 #include "gdm-greeter-session.h"
+#include "gdm-settings-direct.h"
+#include "gdm-settings-keys.h"
 
 #define GDM_GREETER_SERVER_DBUS_PATH  "/org/gnome/DisplayManager/GreeterServer"
 #define GDM_GREETER_SERVER_DBUS_INTERFACE "org.gnome.DisplayManager.GreeterServer"
@@ -76,9 +78,17 @@ gdm_greeter_session_new (const char *display_name,
  gbooleandisplay_is_local)
 {
 GObject *object;
+gboolean debug = FALSE;
+char *command = BINDIR "/gnome-session -f";
+
+gdm_settings_direct_get_boolean (GDM_KEY_DEBUG, &debug);
+
+if (debug) {
+command = BINDIR "/gnome-session -f --debug";
+}
 
 object = g_object_new (GDM_TYPE_GREETER_SESSION,
-   "command", BINDIR "/gnome-session -f --debug",
+   "command", command,
"server-dbus-path", GDM_GREETER_SERVER_DBUS_PATH,
"server-dbus-interface", GDM_GREETER_SERVER_DBUS_INTERFACE,
"server-env-var-name", "GDM_GREETER_DBUS_ADDRESS",
-- 
1.7.10

Bug#574257: libpng: Libpng 1.4.3 production released (2010-06-26)

2010-09-07 Thread Cosme Domínguez Díaz
Please, package it.

FreeImage need a 1.4.x release of libpng to work.

See: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=595559#38



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



Bug#595559:

2010-09-06 Thread Cosme Domínguez Díaz
Hi again.

I just uploaded the new release of freeimage package to debian mentors
(previous upload was in FTBFS)

https://mentors.debian.net/debian/pool/main/f/freeimage/
https://mentors.debian.net/cgi-bin/sponsor-pkglist?action=details;package=freeimage

Also, I sent the RFS to debian-ment...@lists.debian.org.

I could to use the system libraries, but not all. copy & paste of README.debian

"Workaround for use system libs
---

  Consists in generate symbolic links from /usr/include/* to some dirs
of Source/*

   At the moment this seems works with LibOpenJPEG, OpenEXR, LibMNG
and LibRawLite but with:
  -> ZLib: missing file in debian package (zutil.h).
  -> LibJPEG: missing file in debian package (jinclude.h).
  -> LibTIFF: missing file in debian package (tiffiop.h).
  -> LibPNG: debian package is too outdated. (1.2.44 vs 1.4.3 that
uses FreeImage)

 The aim is to use all necessary system libraries."

also debian/changelog

freeimage (3.14.1-1) unstable; urgency=low

  * New upstream release. Closes: #595559, #595560 and #492762
   - Add libfreeimage3.symbols that fix #558857
   - Switch to dpkg-source 3.0 (quilt) format.
   - Don't ship obsolete Chinese doc (3.14.1 >> 3.8.0)
   - Add debian/misc/{*.srcs,SystemLibs} as a initial
 workaround for use system libraries. Please, see
 debian/README.debian for further information.
  * debian/rules
   - Switch to tiny dh_ system.
  * debian/control
   - Add myself as uploader.
   - Bump debhelper to (>= 7.0.50~).
   - Bump Standards-Version to 3.9.1.
   - Remove unneeded tofrodos dependency.
   - Add pkg-config, libmng-dev, libopenjpeg-dev,
 libraw-dev and libopenexr-dev packages to Build-Depends.
  * debian/get-orig-source
   - Updated for 3.14.1 release.
   - Remove LibMNG, LibOpenJPEG, LibRawLite
 and OpenEXR and embedded code copies.
   - Make an tar.bz2 tarball (instead of tar.gz)
 and force to be of root.
  * debian/copyright
   - Updated to DEP-5.
   - Update FreeImage license link.
  * debian/patches
   - Add fix_FTBFS_in_Makefile
  * lintian
   - binary-control-field-duplicates-source

 -- Cosme Domínguez Díaz   Mon, 06 Sep 2010
20:32:46 +



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



Bug#595559:

2010-09-06 Thread Cosme Domínguez Díaz
Also:

https://mentors.debian.net/cgi-bin/maintainer-packages?action=details;package=freeimage



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



Bug#595559:

2010-09-06 Thread Cosme Domínguez Díaz
Uploaded to debian mentors

https://mentors.debian.net/debian/pool/main/f/freeimage/

Changelog:

freeimage (3.14.1-1) unstable; urgency=low

  * New upstream release. Closes: #595559, #595560 and #492762.
   - Add libfreeimage3.symbols that fix #558857.
   - Switch to dpkg-source 3.0 (quilt) format.
   - Don't ship obsolete Chinese doc (3.14.1 >> 3.8.0)
   - First try! Compile FreeImage using the system libraries.
 Add debian/misc/{*.srcs,run-srcs} as a initial workaround
 for use system libraries.
  * debian/rules
   - Switch to tiny dh_ system.
  * debian/control
   - Add me as uploader.
   - Bump debhelper to (>= 7.0.50~).
   - Bump Standards-Version to 3.9.1.
   - Remove unneeded tofrodos dependency.
   - Add pkg-config, zlib1g-dev, libjpeg-dev,
 libmng-dev, libopenjpeg-dev, libpng-dev, libtiff-dev,
 libraw-dev, libopenexr-dev packages to Build-Depends.
  * debian/get-orig-source
   - Updated for 3.14.1 release.
   - Remove LibJPEG, LibMNG, LibOpenJPEG, LibPNG,
 LibRawLite, LibTIFF, OpenEXR and ZLib embedded code copies.
   - Make an tar.bz2 tarball (instead of tar.gz)
 and force to be of root.
  * debian/copyright
   - Update FreeImage license link.
   - Add note about removed source.
  * debian/patches
   - Add fix_FTBFS_in_Makefile
  * lintian
   - binary-control-field-duplicates-source

 -- Cosme Domínguez Díaz   Mon, 06 Sep 2010
11:50:41 +



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



Bug#595559:

2010-09-05 Thread Cosme Domínguez Díaz
Hi, I'm interesting in maintain freeimage. I have my 3.13.1 release of
freeimage in Ubuntu:

http://packages.ubuntu.com/source/maverick/freeimage

And the latest 3.14.1 in OGRE PPA:

https://launchpad.net/~ogre-team/+archive/ogre/+packages

FreeImage is a dependency of OGRE 3D and I'm working with that engine.

The problem is that I'm not a DD and I don't know how submit packages
to Debian...



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



Bug#304570: How's the progress here?

2010-08-24 Thread Cosme Domínguez Díaz
2010/8/24 Erick Mattos :
> Hi,
>
> I am not interested anymore in packing Code::Blocks for various reasons.
>
> Anyone interested have only to take control of the ITP bug and do it.

Sorry but I don't understand.

What is the problem with Code::Blocks package?



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