Bug#833953: upgrading libharfbuzz-icu0:amd64 (1.2.7-1+b1) over (1.0.1-1+b1) fixed it

2016-08-22 Thread Damián Viano
I had exactly this problem, and indeed upgrading libharfbuzz-icu0:amd64
(1.2.7-1+b1) over (1.0.1-1+b1) fixed it.



Bug#727430: blocking the ppc64el architecture bootstrap

2014-08-26 Thread Damián Viano
Aurelien:

 By all means feel free to NMU, as I probably won't get tp it before you do.

  Damian.

On Mon, Aug 25, 2014 at 04:42:54AM +0200, Aurelien Jarno wrote:
 Dear maintainer,
 
 The ppc64el architecture has been added to the Debian archive. Your
 package libpcl1 fails to build as reported in bug #727430 and
 the build log is available on [1].
 
 It would be very nice if you can upload a fixed version of this package.
 Don't hesitate to ask questions if you need help to fix this bug. If
 you lack time for that, I can also proceed with an NMU.
 
 Thanks,
 Aurelien
 
 [1] https://buildd.debian.org/status/logs.php?pkg=libpcl1arch=ppc64el
 
 -- 
 Aurelien Jarno  GPG: 4096R/1DDD8C9B
 aurel...@aurel32.net http://www.aurel32.net
 


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



Bug#670802: [PATCH] bwm-ng: Helping to update to packaging format 3.0

2012-04-30 Thread Damián Viano
Jari:
  I'm fine whit it, thanks for your help. Feel free to NMU, the only objection
I got is the homepage, which should be
http://www.gropp.org/?id=projectssub=bwm-ng

  If you can change that, NMU at will.

  Damián.

On Sun, Apr 29, 2012 at 09:21:58AM +0300, jari.aa...@cante.net wrote:
 Package: bwm-ng
 Severity: wishlist
 Tags: patch
 
 Hi,
 
 The dpatch patch management system has been deprecated for some time. The
 Lintian currently flags use of dpatch packages as an error. The new 3.0
 packaging format is an improved version which, among other things, contains
 patch management built-in. For more information, see:
 
 http://wiki.debian.org/Projects/DebSrc3.0
 
 I had some free time; see attached patch to migrate to new package
 format. Note that all files in debian/patches/* are canocalized to
 *.patch.
 
 Let me know if there is anything that needs adjusting or if it is ok
 to upload this version in a NMU in case you are working on other
 issues needing attention.
 
 Thanks,
 Jari
 

 From e4f4a968a68ca4cdda8bfc1bd27eb55cd6aa81b6 Mon Sep 17 00:00:00 2001
 From: Jari Aalto jari.aa...@cante.net
 Date: Sun, 29 Apr 2012 09:21:32 +0300
 Subject: [PATCH] format-3.0
 Organization: Private
 Content-Type: text/plain; charset=utf-8
 Content-Transfer-Encoding: 8bit
 
 Signed-off-by: Jari Aalto jari.aa...@cante.net
 ---
  debian/changelog |   15 +++
  debian/compat|2 +-
  debian/control   |7 ---
  debian/copyright |4 +++-
  debian/rules |   15 +--
  debian/source/format |1 +
  6 files changed, 33 insertions(+), 11 deletions(-)
  create mode 100644 debian/source/format
 
 diff --git a/debian/changelog b/debian/changelog
 index 78c2d1f..3015681 100644
 --- a/debian/changelog
 +++ b/debian/changelog
 @@ -1,3 +1,18 @@
 +bwm-ng (0.6-3.1) unstable; urgency=low
 +
 +  * Non-maintainer upload.
 +  * Drop deprecated dpatch depends and upgrade to packaging format 3.0 
 quilt.
 +  * Update to Standards-Version to 3.9.3 and debhelper to 9.
 +  * Add build-arch and build-indep targets; use dh_prep in rules file.
 +  * Patch 10, 20 are new. Fix hyphens in manpage and spelling error in 
 help().
 +  * Fix copyright-refers-to-symlink-license (Lintian).
 +  * Fix copyright-without-copyright-notice (Lintian).
 +  * Fix debian-rules-ignores-make-clean-error (Lintian).
 +  * Fix no-homepage-field (Lintian).
 +  * Fix hyphen-used-as-minus-sign (Lintian).
 +
 + -- Jari Aalto jari.aa...@cante.net  Sun, 29 Apr 2012 09:20:19 +0300
 +
  bwm-ng (0.6-3) unstable; urgency=low
  
* Update to current menu policy (Closes: #496095)
 diff --git a/debian/compat b/debian/compat
 index 7ed6ff8..ec63514 100644
 --- a/debian/compat
 +++ b/debian/compat
 @@ -1 +1 @@
 -5
 +9
 diff --git a/debian/control b/debian/control
 index 3f979c6..976c34f 100644
 --- a/debian/control
 +++ b/debian/control
 @@ -2,12 +2,13 @@ Source: bwm-ng
  Section: net
  Priority: optional
  Maintainer: Damián Viano d...@debian.org
 -Build-Depends: debhelper (= 5.0.0), libstatgrab-dev, libncurses5-dev, dpatch
 -Standards-Version: 3.7.2
 +Build-Depends: debhelper (= 9), libstatgrab-dev, libncurses5-dev
 +Standards-Version: 3.9.3
 +Homepage: http://freecode.com/projects/bwm-ng
  
  Package: bwm-ng
  Architecture: any
 -Depends: ${shlibs:Depends}
 +Depends: ${misc:Depends}, ${shlibs:Depends}
  Description: small and simple console-based bandwidth monitor
   Bandwidth Monitor NG is a small and simple console-based live bandwidth
   monitor.
 diff --git a/debian/copyright b/debian/copyright
 index 87446f9..9c75cdf 100644
 --- a/debian/copyright
 +++ b/debian/copyright
 @@ -3,7 +3,9 @@ Tue, 28 Feb 2006 11:10:10 -0300.
  
  It was downloaded from http://www.gropp.org/bwm-ng/bwm-ng-0.5.tar.gz
  
 -Copyright Holder: Volker Gropp vgr...@pefra.de
 +Copyright Holder:
 +
 +Copyright (C) 2004-2007 Volker Gropp vgr...@pefra.de
  
  License:
  
 diff --git a/debian/rules b/debian/rules
 index b8ee65c..82c16cf 100755
 --- a/debian/rules
 +++ b/debian/rules
 @@ -6,7 +6,6 @@ DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture 
 -qDEB_HOST_GNU_TYPE)
  DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
  
  
 -include /usr/share/dpatch/dpatch.make
  
  CFLAGS = -Wall -g
  
 @@ -22,28 +21,32 @@ config.status: configure
  
  
  
 +
 +build-arch: build
 +build-indep: build
 +
  build: build-stamp
  
 -build-stamp: patch config.status
 +build-stamp: config.status
   dh_testdir
  
   $(MAKE)
  
   touch build-stamp
  
 -clean: unpatch
 +clean:
   dh_testdir
   dh_testroot
   rm -f build-stamp 
  
 - -$(MAKE) distclean
 + [ ! -f Makefile ] || $(MAKE) distclean
  
   dh_clean 
  
  install: build
   dh_testdir
   dh_testroot
 - dh_clean -k 
 + dh_prep
   dh_installdirs
  
   $(MAKE) install prefix=$(CURDIR)/debian/bwm-ng/usr
 @@ -71,4 +74,4 @@ binary-arch: build install
   dh_builddeb
  
  binary: binary-indep binary-arch
 -.PHONY: build 

Bug#670803: [PATCH] yeahconsole: Helping to update to packaging format 3.0

2012-04-30 Thread Damián Viano
Jari:
  I'm fine whit it, thanks for your help. Feel free to NMU.

  Damián.

On Sun, Apr 29, 2012 at 09:25:18AM +0300, jari.aa...@cante.net wrote:
 Package: yeahconsole
 Severity: wishlist
 Tags: patch
 
 Hi,
 
 The dpatch patch management system has been deprecated for some time. The
 Lintian currently flags use of dpatch packages as an error. The new 3.0
 packaging format is an improved version which, among other things, contains
 patch management built-in. For more information, see:
 
 http://wiki.debian.org/Projects/DebSrc3.0
 
 I had some free time; see attached patch to migrate to new package
 format. Note that all files in debian/patches/* are canocalized to
 *.patch.
 
 Let me know if there is anything that needs adjusting or if it is ok
 to upload this version in a NMU in case you are working on other
 issues needing attention.
 
 Thanks,
 Jari
 

 From 28d37feaea4c725583df5c5a81241156fb499b25 Mon Sep 17 00:00:00 2001
 From: Jari Aalto jari.aa...@cante.net
 Date: Sun, 29 Apr 2012 09:24:45 +0300
 Subject: [PATCH] format-3.0
 Organization: Private
 Content-Type: text/plain; charset=utf-8
 Content-Transfer-Encoding: 8bit
 
 Signed-off-by: Jari Aalto jari.aa...@cante.net
 ---
  debian/changelog |   10 ++
  debian/compat|2 +-
  debian/control   |6 +++---
  debian/copyright |2 +-
  debian/patches/00list|2 --
  debian/patches/{50_display.dpatch = 50-display.patch}   |8 ++--
  debian/patches/{50_makefile.dpatch = 50-makefile.patch} |8 ++--
  debian/patches/series|2 ++
  debian/rules |   13 -
  debian/source/format |1 +
  10 files changed, 30 insertions(+), 24 deletions(-)
  delete mode 100644 debian/patches/00list
  rename debian/patches/{50_display.dpatch = 50-display.patch} (67%)
  rename debian/patches/{50_makefile.dpatch = 50-makefile.patch} (75%)
  create mode 100644 debian/patches/series
  create mode 100644 debian/source/format
 
 diff --git a/debian/changelog b/debian/changelog
 index 574f5f5..205ce69 100644
 --- a/debian/changelog
 +++ b/debian/changelog
 @@ -1,3 +1,13 @@
 +yeahconsole (0.3.4-2.1) unstable; urgency=low
 +
 +  * Non-maintainer upload.
 +  * Remove deprecated dpatch and upgrade to packaging format 3.0 quilt.
 +  * Update to Standards-Version to 3.9.3 and debhelper to 9.
 +  * Add build-arch and build-indep targets; use dh_prep in rules file.
 +  * Fix copyright-refers-to-symlink-license (Lintian).
 +
 + -- Jari Aalto jari.aa...@cante.net  Sun, 29 Apr 2012 09:24:10 +0300
 +
  yeahconsole (0.3.4-2) unstable; urgency=low
  
* Updated standards version to 3.7.3
 diff --git a/debian/compat b/debian/compat
 index 7ed6ff8..ec63514 100644
 --- a/debian/compat
 +++ b/debian/compat
 @@ -1 +1 @@
 -5
 +9
 diff --git a/debian/control b/debian/control
 index 8448163..10a827f 100644
 --- a/debian/control
 +++ b/debian/control
 @@ -2,12 +2,12 @@ Source: yeahconsole
  Section: x11
  Priority: optional
  Maintainer: Damián Viano d...@debian.org
 -Build-Depends: debhelper (= 5.0.0), libx11-dev, xsltproc, docbook-xsl, 
 dpatch
 -Standards-Version: 3.7.3
 +Build-Depends: debhelper (= 9), libx11-dev, xsltproc, docbook-xsl
 +Standards-Version: 3.9.3
  
  Package: yeahconsole
  Architecture: any
 -Depends: ${shlibs:Depends}, xterm (= 168) | rxvt-unicode | rxvt-unicode-ml 
 | rxvt-unicode-lite | mrxvt
 +Depends: ${misc:Depends}, ${shlibs:Depends}, xterm (= 168) | rxvt-unicode | 
 rxvt-unicode-ml | rxvt-unicode-lite | mrxvt
  Homepage: http://phrat.de/yeahtools.html
  Description: drop-down X terminal emulator wrapper
   Yeahconsole puts an X terminal emulator window on top of your screen that
 diff --git a/debian/copyright b/debian/copyright
 index 9907be8..caca276 100644
 --- a/debian/copyright
 +++ b/debian/copyright
 @@ -22,5 +22,5 @@ License:
 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  
  On Debian systems, the complete text of the GNU General
 -Public License can be found in `/usr/share/common-licenses/GPL'.
 +Public License can be found in `/usr/share/common-licenses/GPL-2'.
  
 diff --git a/debian/patches/00list b/debian/patches/00list
 deleted file mode 100644
 index 27facee..000
 --- a/debian/patches/00list
 +++ /dev/null
 @@ -1,2 +0,0 @@
 -50_makefile
 -50_display
 diff --git a/debian/patches/50_display.dpatch 
 b/debian/patches/50-display.patch
 similarity index 67%
 rename from debian/patches/50_display.dpatch
 rename to debian/patches/50-display.patch
 index 8fa9e28..f981fce 100644
 --- a/debian/patches/50_display.dpatch
 +++ b/debian/patches/50-display.patch
 @@ -1,10 +1,6 @@
 -#! /bin/sh /usr/share/dpatch/dpatch-run
 -## 50_display.dpatch by Damián Viano 

Bug#621289: geany: diff for NMU version 0.20-1.1

2011-06-22 Thread Damián Viano
On Sat, Jun 18, 2011 at 12:17:20PM +0200, Luk Claes wrote:
 tags 621289 + patch
 tags 621289 + pending
 thanks
 
 Dear maintainer,
 
 I've prepared an NMU for geany (versioned as 0.20-1.1) and
 uploaded it to DELAYED/5. Please feel free to tell me if I
 should delay it longer.
 
 Cheers
 
 Luk

 That's perfect. Thanks Luk!

Damián.



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



Bug#614763: geany: geany 0.20 is available

2011-02-23 Thread Damián Viano
Mónica:

  Thanks for your offer, I'm planning on working on it this weekend, so I guess
I'll manage to upload this weekend, otherwise I'd be happy to accept your
helping hand.

  So I'll let you know if I don't get around to upload this weekend.

  Damián.

On Wed, Feb 23, 2011 at 11:02:52AM +0100, Mònica Ramírez Arceda wrote:
 Package: geany
 Version: 0.19.1-1
 Severity: wishlist
 
 geany 0.20 is already available. It would be great to have this new version 
 in Debian.
 If you need help with this, I can give you a helping hand :-)
 
 Thanks for your work!
 
 
 -- System Information:
 Debian Release: 6.0
   APT prefers testing
   APT policy: (900, 'testing'), (850, 'stable'), (800, 'unstable')
 Architecture: i386 (i686)
 
 Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
 Locale: LANG=ca_AD.UTF-8, LC_CTYPE=ca_AD.UTF-8 (charmap=UTF-8)
 Shell: /bin/sh linked to /bin/dash
 
 Versions of packages geany depends on:
 ii  libatk1.0-01.30.0-1  The ATK accessibility toolkit
 ii  libc6  2.11.2-10 Embedded GNU C Library: Shared 
 lib
 ii  libcairo2  1.8.10-6  The Cairo 2D vector graphics 
 libra
 ii  libfontconfig1 2.8.0-2.1 generic font configuration 
 library
 ii  libfreetype6   2.4.2-2.1 FreeType 2 font engine, shared 
 lib
 ii  libgcc11:4.4.5-10GCC support library
 ii  libglib2.0-0   2.24.2-1  The GLib library of C routines
 ii  libgtk2.0-02.20.1-2  The GTK+ graphical user 
 interface 
 ii  libpango1.0-0  1.28.3-1+squeeze1 Layout and rendering of 
 internatio
 ii  libstdc++6 4.4.5-10  The GNU Standard C++ Library v3
 ii  zlib1g 1:1.2.3.4.dfsg-3  compression library - runtime
 
 geany recommends no packages.
 
 Versions of packages geany suggests:
 ii  doc-base  0.9.5  utilities to manage online 
 documen
 ii  libvte9   1:0.24.3-2 Terminal emulator widget for 
 GTK+ 
 
 -- no debconf information
 
 
 



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



Bug#612671: NMU

2011-02-23 Thread Damián Viano
On Wed, Feb 23, 2011 at 05:51:47PM +0100, Sven Hoexter wrote:
 I've just uploaded a NMU to DELAYED/2 just in case someone would like
 to object.

  I'm ok with the NMU, thanks for the hand, feel free to upload it directly to
unstable.

 cgiirc (0.5.9-3.1) unstable; urgency=high
 
   * Non-maintainer upload.
   * Add 03_CVE-2011-0050.dpatch from the Security Team upload to Squeeze.
 Fixed XSS flaw in handling clients who have Javascript disabled.
 [CVE-2011-0050] (Closes: #612671)
   * Depends: s/apache/apache2.
 
  -- Sven Hoexter hoex...@debian.org  Wed, 23 Feb 2011 17:38:40 +0100
 
 Sven
 -- 
 And I don't know much, but I do know this:
 With a golden heart comes a rebel fist.
  [ Streetlight Manifesto - Here's To Life ]


  Damián.



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



Bug#583833: DebianBug#583833: geany -g: /usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or directory on x86_64

2010-06-02 Thread Damián Viano
Thanks for your bug report Julian I dug up a little more and...

This is a consequence of geany using -undef on the gcc call to pre-process the 
.h
files.

src/symbols.c:1316
int symbols_generate_global_tags(int argc, char **argv, gboolean 
want_preprocess)
{
/* -E pre-process, -dD output user macros, -p prof info (?),
 * -undef remove builtin macros (seems to be needed with FC5 gcc 4.1.1) 
*/
const char pre_process[] = gcc -E -dD -p -undef;

I don't think using -undef makes sense and probably this is not the only
symbol-related thing that would break with it.

Let's hear what Geany developers think about it. Enrico, Nick, Frank, any
thoughts?


  Damián(Des).


On Mon, May 31, 2010 at 12:14:20AM +0200, Julian Andres Klode wrote:
 Package: geany
 Version: 0.18.1-1
 Severity: normal
 
 When running geany -g, __WORDSIZE appears to be set to 32 instead
 of 64; causing it to fail on 64-bit architectures. The output file
 still appears to be generated, despite the error:
 
 j...@hp:~/Desktop$ CFLAGS=$(pkg-config --cflags glib-2.0) geany -g 
 glib.c.tags /usr/include/glib-2.0/glib.h
 In file included from /usr/include/features.h:378,
  from /usr/include/limits.h:27,
  from 
 /usr/lib/gcc/x86_64-linux-gnu/4.4.4/include-fixed/limits.h:122,
  from 
 /usr/lib/gcc/x86_64-linux-gnu/4.4.4/include-fixed/syslimits.h:7,
  from 
 /usr/lib/gcc/x86_64-linux-gnu/4.4.4/include-fixed/limits.h:11,
  from /usr/lib/glib-2.0/include/glibconfig.h:11,
  from /usr/include/glib-2.0/glib/gtypes.h:34,
  from /usr/include/glib-2.0/glib/galloca.h:34,
  from /usr/include/glib-2.0/glib.h:32,
  from /home/jak/.config/geany/5836_1275257486_1.cpp:1:
 /usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or 
 directory

 -- 
 Julian Andres Klode  - Debian Developer, Ubuntu Member
 
 See http://wiki.debian.org/JulianAndresKlode and http://jak-linux.org/.



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



Bug#532331: bwm-ng: reported average speeds become 'nan'

2010-05-11 Thread Damián Viano
Volker Gropp:

  I think you might be interested in this bug[1], I can confirm that the steps
mentioned to reproduce the bug in the second mail do reproduce the bug. There's
no patch for it atm.

 Please keep 532...@bugs.debian.org in the loop (Reply-To set).

 Thanks for your time considering the bug, and thanks for your work on bwm-ng.

 Damián.
   

[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=532331



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



Bug#561276: geany does not escape '\\' in replace string

2009-12-16 Thread Damián Viano
[CCing geany devel list, using the address I'm subscribed with to avoid
moderation]

On Tue, Dec 15, 2009 at 10:45:25PM +, Ximin Luo wrote:
 Damián Viano wrote:
   I used a text file with (created with echo 'try to replace me \t' 
  test_file):
  
  try to replace me \t
  
  [snip: me seeing only the third case stated here]
 
 My mistake; Use regular expressions needs to be on.

 I see, I can reproduce it now. But there's more to it, 

 In try to replace me with \t, with Find = me:

This is the result with:
Use regular expressions ON
Use escape sequencesOFF

 Replace = \t replaces me with a tab
 Replace = \\t replaces me with a backslash followed by a tab
 Replace = \\\t replaces me with two backslashes followed by a tab

Use regular expressions ON
Use escape sequencesON

Replace = \t replaces me with a tab
Replace = \t replaces me with a tab
Replace = \\t replaces me with a backslash followed by a tab


 The correct behaviour (iirc) is to escape \\ into \; so that:

Use regular expressions OFF
Use escape sequencesON

 Replace = \t replaces me with a tab
 Replace = \\t replaces me with the literal string \t
 Replace = \\\t replaces me with a backslash followed by a tab


 Let's hear Enrico's , Frank's and/or Nick's (upstream authors) on this.

 Thanks for your report and follow-up Ximin.

  Damián.



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



Bug#561276: geany does not escape '\\' in replace string

2009-12-15 Thread Damián Viano
On Tue, Dec 15, 2009 at 09:12:25PM +, Ximin Luo wrote:
 Geany does not escape \\ if it occurs in the replacement string in Find and
 Replace, regardless of whether Use escape sequences is checked. This means
 that it's impossible to correctly replace something with a string that 
 contains
 the literal '\r', '\n', '\t', etc..., since (eg.) \t is treated as a tab, 
 and
 \\t is treated as a backslash followed by a tab.

 I could not reproduce this. Could you please give a step by step example of
what you did to trigger it?

 I used a text file with (created with echo 'try to replace me \t' test_file):

try to replace me \t

 And replaced me with \t, if Use escape sequences was not checked it
inserted a literal \t, else it inserted a tab. Using \\t and Use escape
sequences it inserted the literal \t else it inserted the literal \\t.

 I even tried replacing the literal \t in the file using \t and no Use escape
sequences, and \\t and Use escape sequences.

 Everything worked as expected, so the exact case you are seeing might be
necessary to reproduce this?

 Thanks for your report and I hope you have time to lend another hand on this.

  Damián.



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



Bug#547909: Upstream wontfix

2009-10-01 Thread Damián Viano
On Thu, Sep 24, 2009 at 07:12:24PM -0400, Celejar wrote:
 Upstream responds that he is not interested in implementing correct RTL
 language support.

 Unfortunately there's little I can do about this then. I'm fine with
incorporating patches to add proper support for RTL languages, but someone
would need to work on creating such patches.

  Damián(Des).



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




Bug#521218: pkg-geany approval

2009-06-01 Thread Damián Viano
On Mon, Jun 01, 2009 at 12:23:50PM +0300, Gal Gur-Arie wrote:
 Hi,
 
 Can you update about the status of uploading a new version to the FTP
 master?
 It is pity that new deb version of Geany exists and the latest in unstable 
 testing is 0.14.

I'm uploading an updated package today. 

I took care of including changes from Chow Loong Jin and from you Gal Gur-Arie.
I didn't use Chow's git repo since git packaging is not my thing. I think that
could be good for packaging plugins but I'd rather manage the geany package my
way (simply because I'm use to it and, of course, as long as I make a good
work).

Of course patches and bugs are always welcome, and I look forward to work with
any of you if you'd like to package plugins for geany, sponsor them if you need
it and so on.

Feel free to coordinate anything you need with me by mail once this bug is
closed, my mail setup is already fixed and I should be able to get back to you
in a more reasonable time than last months.

  Damián Viano(Des).



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



Bug#503391: Please clarify a little

2008-10-26 Thread Damián Viano
Jelle:

Hi, thanks for your report! Could you please clarify how do you
reproduce this step by step?

I've tried:

  1) mount -t tmpfs -o size=4k none /mnt/tmp/
  2) cd /mnt/tmp  cat /usr/share/common-licenses/GPL-2  file
  3) geany file
  4) add some text at the end
  5) hit save
  6) quit

Result: the file had the same content as before opening it with geany,
in other words, the added text wasn't saved at all

Expected result: an error dialog when hitting the save button

This is in fact a bug, but it didn't destroy the working document nor
my personal settings (this last however can be because my .geany file
was in another non-tmpfs partition).

I'm just want to be sure I'm not missing something while forwarding this
to upstream.

Thanks a lot for your help, and let's hope we squish this one soon :)

  Damián Viano(Des).



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



Bug#393837: Some more info on the lost parameters

2008-10-24 Thread Damián Viano
So, after the same very painful analysis Joss went through I leave here
some details about this.

The problem seems to be in:

/usr/lib/xulrunner-1.9/chrome/pippki.jar

which curiously enough is the same file Iceweasel uses and works ok
there so the real problem is obviously not in that file but somewhere
related, as Joss explained already.

The symptom however is displayed in files from that archive, namely:

the parameters passed from deleteCerts() which is in
content/pippki/certManager.js to the onLoad() function of
content/pippki/deletecert.js invoked by deleteCerts() while displaying 
content/deletecert.xul are lost somewhere in the way.

The amazing thing is that no other dialog seems affected by this, not
even calling them from the same deleteCerts() function.

I think we might need a hand from upstream here, since looks like a
tough bug.

I hope this adds a little,
Damián Viano(Des).



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



Bug#498295: (no subject)

2008-10-12 Thread Damián Viano
I really don't want to release lenny with this broken for Geany, do you
plan to fix this on libvte or should I implement a workaround in Geany?

Do I need to raise this to RC?

  Damián Viano(Des).



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



Bug#499907: Please don't include yet another copy of tzdata in the archive

2008-10-07 Thread Damián Viano
(CCing ftpmaster so they don't miss this bit)

Hi,

Please, make your package use the system timezone.

  The tz database is compiled into Ruby modules which are packaged in
  the release. No external zoneinfo files are required at runtime.

That really isn't a feature in Debian, it's needless duplicating tzdata
information (which is always installed since libc6 depends on it) with
the associated maintenance burden.

We already gone trough this with:

php #447174
postgresql #458927
python-tz #416202

And still have to deal with:

java 474595


Please don't add your package to the list.

I hate to have to vote for rejecting a package, but I really think is
for the best. I know some ruby so if you need help with a patch or
something, just mention it in this bug.

Thanks for taking this in consideration.

  Damián Viano(Des).


signature.asc
Description: Digital signature


Bug#498295: geany: hangup after trying to lockout from integrated terminal emulator

2008-09-10 Thread Damián Viano
reassign #498295 libvte9 1:0.16.14-3
severity important
# consider rising it even more, I think a VTE hanging is a big bug in a
# VTE, in geany it was only one component, although annoying too
forwarded 498295 http://bugzilla.gnome.org/show_bug.cgi?id=540161
forwarded 498295 http://bugzilla.gnome.org/show_bug.cgi?id=538344
tag 498295 + patch upstream fixed-upstream
thanks

On Wed, Sep 10, 2008 at 12:06:03PM +0200, Enrico Tröger wrote:
 After using Geany 0.14 instead of the SVN version, I was also able to
 reproduce it and then I remembered [1].

Yes, it looks like that. I'm reassigning to libvte since this
affect other programs too (anjuta have the exact same problem at the
moment in Debian, except that after killing it it won't even restart
unless I kill the user dbus-daemon :-/).

 I think this is the same issue and is already fixed/worked around since
 SVN rev 2813.

Maybe the fix in [2] can be applied by the gnome maintainers and so we
avoid workarounds in every affected component.

Alexander, thanks for finding this one!
Enrico, as always, thanks for your great help!

 [1] 
 https://sourceforge.net/tracker/?func=detailatid=787791aid=1990323group_id=153444
[2] http://bugzilla.gnome.org/show_bug.cgi?id=538344

-- 
Damián Viano(Des)  ¯ ¯ - _   _ - ¯ ¯
GPG: 0x6EB95A6F Debian ¯-_GNU_-¯ Linux
Web: http://damianv.com.ar/   ¯-¯



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



Bug#498295: geany: hangup after trying to lockout from integrated terminal emulator

2008-09-09 Thread Damián Viano
On Tue, Sep 09, 2008 at 12:07:46PM +0200, Enrico Tröger wrote:
 On Mon, 8 Sep 2008 23:56:55 +0200, Alexander Heinlein
 [EMAIL PROTECTED] wrote:
 
  On Mon, Sep 08, 2008 at 03:21:41PM -0300, Damián Viano wrote:
   Could you check if there's anything specific to that user or
   environment that could cause this?
  
  There is nothing special about the users or environment. I can
  reproduce this behaviour on my desktop and notebook, even with new
  created users.

I've been able to reproduce it with a newly created user indeed.

 When pressing Ctrl-d the VTE (the internal terminal widget) is just
 restarted.
 This is exactly the same code as when you choose 'Restart terminal'
 from the popup menu. So could you test whether it behaves the same with
 the popup restart command?

 It might also be related to your shell's config.
 
 And might be it is related to the 'Override Geany keybindings' option,
 please try with enabling or disabling it.

So here's what I found so far:

ACTION, OGK[1], RESULT
ctrl-d, false,  hang
ctrl-d, true,   restart
PURT,   false,  hang
PURT,   true,   hang
exit,   true,   restart
exit,   false,  restart

[1] OGK: 'Override Geany keybindings' value
[2] PURT: Pop Up 'Restart Terminal'

Hope to help,

-- 
Damián Viano(Des)  ¯ ¯ - _   _ - ¯ ¯
GPG: 0x6EB95A6F Debian ¯-_GNU_-¯ Linux
Web: http://damianv.com.ar/   ¯-¯



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



Bug#498295: geany: hangup after trying to lockout from integrated terminal emulator

2008-09-08 Thread Damián Viano
On Mon, Sep 08, 2008 at 09:52:03PM +0200, Alexander Heinlein wrote:
 Hi.

Hi Alexander, thanks for your bug report.
 
 geany hangs if I press ctrl-d in the internal terminal emulator. exit
 however just does nothing.

I'm sorry to say that I can't reproduce this behaviour. Here whether I
press ctrl-d or run exit, the same thing happens I get another shell
prompt.

Could you check if there's anything specific to that user or
environment that could cause this? I have the exact same versions of the
dependencies you have (libatk1.0-0, libc6, libcairo2, libgcc1, libglib2.0-0
libgtk2.0-0, libpango1.0-0, libstdc++6, libvte9) so I would aim for a
user specific/shell-specific setting or something like that.

Thanks for your help!

-- 
Damián Viano(Des)  ¯ ¯ - _   _ - ¯ ¯
GPG: 0x6EB95A6F Debian ¯-_GNU_-¯ Linux
Web: http://damianv.com.ar/   ¯-¯



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



Bug#496791: geany: Copy text with middle mouse button doesn't work

2008-08-29 Thread Damián Viano
Hi Torquil, thanks for your bug report, it works fine for me selecting
and pasting with middle mouse button within the same document in geany.
Could you maybe try to reproduce this in a different machine? Or maybe
in a X session without a window manager (i.e. a failsafe session)?

Thanks and hope we can squash this one soon :)

  Damián Viano



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



Bug#482875: geany: Save Icon is grey

2008-05-31 Thread Damián Viano
On Sat, May 31, 2008 at 11:14:15AM +0200, Enrico Tröger wrote:
 On Sun, 25 May 2008 19:00:28 +0200, Stefan Arnold
 [EMAIL PROTECTED] wrote:
 
 Hi,
 
  If you change from an usaved file to an saved on, try to close but
  then click cancel, the unsaved file comes in the foreground. Now the
  text in the Tab is red but the Save Icon is grey and you can't save
  with it.
 
 I tried different ways of closing files while having an unsaved
 file open and I can't reproduce this. The Save button (in the toolbar)
 always gets active as expected.
 Could you provide a detailed step by step way to reproduce this?

I've been able to reproduce it with the following steps:

- echo foo saved
- geany unsaved
- type bar
- File-Open-choose file saved
- File-Quit
- choose cancel on the dialog

Hope it helps :-)

-- 
Damián Viano(Des)  ¯ ¯ - _   _ - ¯ ¯
GPG: 0x6EB95A6F Debian ¯-_GNU_-¯ Linux
Web: http://damianv.com.ar/   ¯-¯



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



Bug#479795: severity of 479795 is normal

2008-05-23 Thread Damián Viano
# Automatically generated email from bts, devscripts version 2.10.26
# downgrading since this only affects users with a custom build command
severity 479795 normal




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



Bug#375709: This might be worth to merge with 477234 and 428020

2008-05-19 Thread Damián Viano
This seems like the same problem of #477234 and #428020 actually. That a
window hinting the WM for attention doesn't get it, same goes for
#222089 and AFAIK they are all fixed upstream.

I've only reassigned #477234 from Geany to Fluxbox and merged with
#428020, and tag them fixed as I tested with current git and is working
as expected.

I leave the merge of #222089 with them to the maintainer discretion
since the request is slightly different but is solved by the same fix, I
think.

Hope to help,

-- 
Damián Viano(Des)  ¯ ¯ - _   _ - ¯ ¯
GPG: 0x6EB95A6F Debian ¯-_GNU_-¯ Linux
Web: http://damianv.com.ar/   ¯-¯



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



Bug#479795: [geany] After upgrade, the default output is a.out, but the execution script links to ./programme

2008-05-19 Thread Damián Viano
On Wed, May 07, 2008 at 06:41:05PM +0200, Enrico Tröger wrote:
 On Wed, 7 May 2008 15:52:20 +0100, David [EMAIL PROTECTED]
 wrote:
  On the other hand, I would suggest the upload of a new revision to
  prevent the bug from affecting sid users that have not upgraded geany
  yet, and before this version of geany migrates to testing.

With this grave (IMO overinflated severity) bug Geany won't migrate to
testing, so don't worry.

 Ok, this is up to Damián if he wants to add some patches or anything for
 the Debian package.
 But I don't think we will release anything new upstream because of this.

Ok, so the best I can think of is a note in NEWS.Debian that would be
displayed when the package is installing. This wouldn't fix the bug but
at least would document it. Besides, this should be sufficient to avoid
frustration at least in self admined environments. 

   Unfortunately, I missed to note
   that in the release announcement, not sure if it would have changed
   anything.
  
  I am not sure about the effectiveness of this. Nobody reads the
  release notes, because it is actually impossible because of the
  limitation of 24 hours per day :-)
 
 Yes but if I had done so I simply could say: read the release notes,
 there were a warning ;-).

So, David, what do you think about this proposal? Also, now that we
know it only affect users with custom build commands, do you think the
bug should still be grave, and therefore avoid Geany shipping in Lenny
as is?

-- 
Damián Viano(Des)  ¯ ¯ - _   _ - ¯ ¯
GPG: 0x6EB95A6F Debian ¯-_GNU_-¯ Linux
Web: http://damianv.com.ar/   ¯-¯



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



Bug#452554: Can you reproduce this with 0.14?

2008-05-19 Thread Damián Viano
David:

Can you reproduce this bug with Geany 0.14 in sid? Can I close this
bug otherwise?

-- 
Damián Viano(Des)  ¯ ¯ - _   _ - ¯ ¯
GPG: 0x6EB95A6F Debian ¯-_GNU_-¯ Linux
Web: http://damianv.com.ar/   ¯-¯



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



Bug#428020: Geany's Dialog boxes show up on wrong workspace

2008-05-08 Thread Damián Viano
On Wed, May 07, 2008 at 03:57:59PM +0200, Enrico Tröger wrote:
 On Tue, 6 May 2008 11:13:33 -0300, Damián Viano [EMAIL PROTECTED] wrote:
 
 Hi,
 
  Btw, I've been looking into #428020 and have some stuff but
  I'm not sure if the problem is reproducible with other windows
  managers (i.e. the current gnome one, whatever that is, or xfce or
  other than fluxbox fwiw)... Have you guys reproduced it? (feel free
  to move this to the list if you want)
 
 It doesn't happen with the SVN version of xfwm4 (I'm using it and
 tested at the time when this bug was reported and tested now again). I
 also installed a fresh Lenny with Gnome 2.22.1 and I wasn't able to
 reproduce it there too.

This makes me look into fluxbox, specifically since I can reproduce
this with fluxbox.

  I attach a patch that fix most of this problems, except for
  the fonts dialog launched from the font buttons in the preference
  dialog, which I don't know how can be fixed without rewriting the
  handler for the click in that buttons.
 One solution would be to use a normal GtkButton and create the font
 dialog manually with a own click handler (i.e. re-use the code for the
 font dialog in dialogs.c).
 
  I'm still not too sure if adding the
  gdk_x11_window_move_to_current_desktop() call manually is the best
  way to handle it, but since I was trying if it worked I have the
  patch around :-)
 
 So you can reproduce it?

Yes, I can. With fluxbox from sid (1.0.0+deb1-6), and is an already
reported bug, and fixed in upstream git repository.

 Attached is a modified version of your patch which adds
 ui_window_present() as a wrapper for gtk_window_present(). And it calls
 gdk_x11_window_move_to_current_desktop() only when compiled on systems
 with X to not break Windows/MacOSX support.

This approach was cleaner indeed, anyway is not necessary now. However
the changes of gtk_widget_show for gtk_window_present might be worth to
include to let the WM now that this dialogs should get attention, maybe?
I think it makes sense.

 Not sure whether I really got the point but it seems more like a window
 manager issue than a bug in Geany, IMO. So, I'm not very keen on fixing
 window manager problems in Geany...

Absolutely agree, I'll reassign it to fluxbox, mark as duplicate
since it is already reported, and tag it as fixed upstream.

My only question is: was Brandon using fluxbox also or is this same
bug is present in other window managers? Brandon, could you comment?

-- 
Damián Viano(Des)  ¯ ¯ - _   _ - ¯ ¯
GPG: 0x6EB95A6F Debian ¯-_GNU_-¯ Linux
Web: http://damianv.com.ar/   ¯-¯



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



Bug#428020: debian bug #428020: Geany's Dialog boxes show up on wrong workspace (was: Mailserver problems?)

2008-05-06 Thread Damián Viano
On Sat, May 03, 2008 at 08:28:46PM +0200, Enrico Tröger wrote:
 Hi 
 
 today I noticed in uvena.de's mail queue there are some mails for you
 but they can't be delivered because of the following error:
 
 connect to mail.damianv.com.ar[190.55.82.29]:25: No route to host
 
 So, is this a temporary problem or is the server/network down?

It was a temporary problem, fixed now, and for once I added a
secondary MX to my domain, so shouldn't happen any more.

 Btw, thanks for the Geany 0.14 package ;-).

Sure, no problem.

Btw, I've been looking into #428020 and have some stuff but I'm not
sure if the problem is reproducible with other windows managers (i.e.
the current gnome one, whatever that is, or xfce or other than fluxbox
fwiw)... Have you guys reproduced it? (feel free to move this to the
list if you want)

I attach a patch that fix most of this problems, except for the fonts
dialog launched from the font buttons in the preference dialog, which I
don't know how can be fixed without rewriting the handler for the click
in that buttons.

AFAIS the problem comes from two bugs in gtk/gdk, [1] and [2] which
basically ended in the addition of gdk_x11_window_move_to_current_desktop()
and after some fiddling NOT calling it in gtk_window_present(). So the
patch basically adds a gdk_x11_window_move_to_current_desktop() call
after those gtk_window_present() affected by this, and replaces some
gtk_widget_show for the present+move_to_current combo also.

I'm still not too sure if adding the 
gdk_x11_window_move_to_current_desktop()
call manually is the best way to handle it, but since I was trying if
it worked I have the patch around :-)

Hope it helps.

[1] http://bugzilla.gnome.org/show_bug.cgi?id=166379 this is where all
this activation stuff first showed problems
[2] http://bugzilla.gnome.org/show_bug.cgi?id=311653 this is where
they remove the gdk_x11_window_move_to_current_desktop() call from
gtk_window_present()

Other references:
http://svn.gnome.org/viewvc/gtk%2B/trunk/gdk/x11/gdkwindow-x11.c?revision=19372view=markup
search for gdk_x11_window_move_to_current_desktop to see the code for
that
http://svn.gnome.org/viewvc/gtk%2B/trunk/gtk/gtkfontbutton.c?revision=19708view=markup
same for gtk_font_button_clicked which have two matches where the font
buttons get this as a callback for clicked and the code for it in which
the dialog is shown using gtk_window_present which is why is not coming
to the current desktop

PS: I decided to CC the bug since I haven't given any feedback to our
helpful reporter yet.

-- 
Damián Viano(Des)  ¯ ¯ - _   _ - ¯ ¯
GPG: 0x6EB95A6F Debian ¯-_GNU_-¯ Linux
Web: http://damianv.com.ar/   ¯-¯
Index: src/tools.c
===
--- src/tools.c	(revision 2550)
+++ src/tools.c	(working copy)
@@ -32,6 +32,7 @@
 #include unistd.h
 #include string.h
 #include errno.h
+#include gdk/gdkx.h
 
 #ifdef G_OS_UNIX
 # include sys/types.h
@@ -768,6 +769,7 @@
 
 	/* We make sure the dialog is visible. */
 	gtk_window_present(GTK_WINDOW(ui_widgets.open_colorsel));
+	gdk_x11_window_move_to_current_desktop(ui_widgets.open_colorsel-window);
 #endif
 }
 
Index: src/prefs.c
===
--- src/prefs.c	(revision 2550)
+++ src/prefs.c	(working copy)
@@ -28,6 +28,7 @@
 #include stdlib.h
 #include string.h
 #include gdk/gdkkeysyms.h
+#include gdk/gdkx.h
 
 #include geany.h
 
@@ -1477,7 +1478,9 @@
 	}
 
 	prefs_init_dialog();
-	gtk_widget_show(ui_widgets.prefs_dialog);
+	/* We make sure the dialog is visible. */
+	gtk_window_present(GTK_WINDOW(ui_widgets.prefs_dialog));
+	gdk_x11_window_move_to_current_desktop(ui_widgets.prefs_dialog-window);
 }
 
 
Index: src/dialogs.c
===
--- src/dialogs.c	(revision 2550)
+++ src/dialogs.c	(working copy)
@@ -28,6 +28,7 @@
 #include geany.h
 
 #include gdk/gdkkeysyms.h
+#include gdk/gdkx.h
 #include string.h
 #ifdef HAVE_SYS_STAT_H
 # include sys/stat.h
@@ -267,7 +268,9 @@
 	}
 
 	gtk_file_chooser_unselect_all(GTK_FILE_CHOOSER(ui_widgets.open_filesel));
-	gtk_widget_show(ui_widgets.open_filesel);
+	/* We make sure the dialog is visible. */
+	gtk_window_present(GTK_WINDOW(ui_widgets.open_filesel));
+	gdk_x11_window_move_to_current_desktop(ui_widgets.open_filesel-window);
 #endif
 	g_free(initdir);
 }
@@ -566,6 +569,9 @@
 	if (! folder_set  initdir != NULL  g_path_is_absolute(initdir))
 		gtk_file_chooser_set_current_folder(GTK_FILE_CHOOSER(ui_widgets.save_filesel), initdir);
 
+	/* We make sure the dialog is visible. */
+	gtk_window_present(GTK_WINDOW(ui_widgets.save_filesel));
+	gdk_x11_window_move_to_current_desktop(ui_widgets.save_filesel-window);
 	/* Run the dialog synchronously, pausing this function call */
 	resp = gtk_dialog_run(GTK_DIALOG(ui_widgets.save_filesel));
 	return (resp

Bug#439056: Maybe convert this in a RFP of the plugin

2008-03-13 Thread Damián Viano
Since Geany 0.13 is in testing now you may want to convert this bug in
a RFP of the mentioned plugin.

Hope to help,

-- 
Damián Viano(Des)  ¯ ¯ - _   _ - ¯ ¯
GPG: 0x6EB95A6F Debian ¯-_GNU_-¯ Linux
Web: http://damianv.com.ar/   ¯-¯



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



Bug#452554: severity of 452554 is minor

2008-02-16 Thread Damián Viano
# Automatically generated email from bts, devscripts version 2.10.11
# Can't reproduce, it's only one key not working
severity 452554 minor




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



Bug#457989: Typos in spanish translations

2007-12-27 Thread Damián Viano
Package: iso-codes
Severity: normal
Tags: patch l10n

I've found two typos on the es_po in the current version of the package
and on svn Rev1188.

msgid- current translation - correct translation
Ukraine  - Ucraina - Ucrania
Christmas Island - Isla de Naviad  - Isla de Navidad

Des.



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



Bug#457989: Two more typos in spanish translations

2007-12-27 Thread Damián Viano
On Thu, Dec 27, 2007 at 03:25:20PM -0300, Damián Viano wrote:
 I've found two typos on the es_po in the current version of the package
 and on svn Rev1188.
 
 msgid- current translation - correct translation
 Ukraine  - Ucraina - Ucrania
 Christmas Island - Isla de Naviad  - Isla de Navidad

Another two typos:
msgid - current translation - correct translation
Sao Tome and Principe - Sao Tomé y Príncipe - Santo Tomé y Príncipe
Tokelau   - Toquelau- Tokelau

-- 
Damián Viano(Des)  ¯ ¯ - _   _ - ¯ ¯
GPG: 0x6EB95A6F Debian ¯-_GNU_-¯ Linux
Web: http://damianv.com.ar/   ¯-¯



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



Bug#452554: Keyboard shortcuts for build do not work

2007-12-05 Thread Damián Viano
On Fri, Nov 23, 2007 at 03:49:01PM +, David wrote:
 Package: geany
 Version: 0.12-1
 Severity: important
 
 --- Please enter the report below this line. ---
 
 In the menu Build - Build I see the shortcut F9. But pressing F9 does
 nothing.
 
 If I click on Build - Build with the mouse, it works
 
 Other F's shortcuts work, e.g., F1

I can not reproduce this, are you sure is not a shortcut clash with
other application (i.e. window manager).

I'll have to, at least, downgrade the severity if I can't reproduce
this.

Thanks for your bug report!

-- 
Damián Viano(Des)  ¯ ¯ - _   _ - ¯ ¯
GPG: 0x6EB95A6F Debian ¯-_GNU_-¯ Linux
Web: http://damianv.com.ar/   ¯-¯



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



Bug#438876: Can't click inside selected text

2007-08-20 Thread Damián Viano
On Mon, Aug 20, 2007 at 02:44:56PM +0100, David wrote:
 If I have some text selected, and I want to make a new selection that starts
 inside the current selection, I first have to clear the selection by
 clicking outside it. Clicking inside the selection is not possible (as the
 mouse pointer stays like an arrow, just like when you want to move a
 selection, by clicking at the border of it, in some applications).


Thanks for your bug report!, Fortunately this has been reported[1]
upstream and there is a fix for it in SVN[2], unfortunately there is no
release of Geany yet therefore no Debian package for it.

All in all this should be fixed with the next release of Geany.

[1] http://lists.uvena.de/pipermail/geany/2007-May/001081.html
[2] http://lists.uvena.de/pipermail/geany/2007-June/001141.html

-- 
Damián Viano(Des)  ¯ ¯ - _   _ - ¯ ¯
GPG: 0x6EB95A6F Debian ¯-_GNU_-¯ Linux
Web: http://damianv.com.ar/   ¯-¯


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



Bug#427433: Fails to start

2007-06-03 Thread Damián Viano
Package: fretsonfire
Version: 1.2.451.dfsg-1
Severity: important

fretsonfire fails to start with the following error:

[EMAIL PROTECTED]:~$ fretsonfire -v
(W) PyAmanith not found, SVG support disabled.
(D) Initializing audio.
(D) Audio configuration: (44100, -16, 1)
(D) Initializing video.
libGL warning: 3D driver claims to not support visual 0x66
(W) Video setup failed. Trying without antialiasing.
Traceback (most recent call last):
  File ./FretsOnFire.py, line 64, in ?
engine = GameEngine(config)
  File /usr/share/games/fretsonfire/game/GameEngine.py, line 155, in __init__
self.video.setMode((width, height), fullscreen = fullscreen, multisamples = 
multisamples)
  File /usr/share/games/fretsonfire/game/Video.py, line 68, in setMode
self.screen = pygame.display.set_mode(resolution, flags)
pygame.error: Couldn't find matching GLX visual


glxinfo reports:

[EMAIL PROTECTED]:~$ glxinfo
name of display: :0.0
libGL warning: 3D driver claims to not support visual 0x66
display: :0  screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.2
server glx extensions:
GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, 
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer, 
GLX_OML_swap_method, GLX_SGI_make_current_read, GLX_SGI_swap_control, 
GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_visual_select_group
client glx vendor string: SGI
client glx version string: 1.4
client glx extensions:
GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context, 
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory, 
GLX_MESA_copy_sub_buffer, GLX_MESA_swap_control, 
GLX_MESA_swap_frame_usage, GLX_OML_swap_method, GLX_OML_sync_control, 
GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync, 
GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, 
GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmap
GLX version: 1.2
GLX extensions:
GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context, 
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory, 
GLX_MESA_copy_sub_buffer, GLX_MESA_swap_control, 
GLX_MESA_swap_frame_usage, GLX_OML_swap_method, GLX_SGI_make_current_read, 
GLX_SGI_swap_control, GLX_SGI_video_sync, GLX_SGIS_multisample, 
GLX_SGIX_fbconfig, GLX_SGIX_visual_select_group
OpenGL vendor string: Tungsten Graphics, Inc
OpenGL renderer string: Mesa DRI Intel(R) 915GM 20061017 x86/MMX/SSE2
OpenGL version string: 1.3 Mesa 6.5.2
OpenGL extensions:
GL_ARB_depth_texture, GL_ARB_fragment_program, GL_ARB_imaging, 
GL_ARB_multisample, GL_ARB_multitexture, GL_ARB_point_parameters, 
GL_ARB_shadow, GL_ARB_texture_border_clamp, GL_ARB_texture_compression, 
GL_ARB_texture_cube_map, GL_ARB_texture_env_add, 
GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar, 
GL_ARB_texture_env_dot3, GL_ARB_texture_mirrored_repeat, 
GL_ARB_texture_rectangle, GL_ARB_transpose_matrix, 
GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_ARB_window_pos, 
GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color, 
GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate, 
GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_clip_volume_hint, 
GL_EXT_cull_vertex, GL_EXT_compiled_vertex_array, GL_EXT_convolution, 
GL_EXT_copy_texture, GL_EXT_draw_range_elements, GL_EXT_fog_coord, 
GL_EXT_histogram, GL_EXT_multi_draw_arrays, GL_EXT_packed_pixels, 
GL_EXT_point_parameters, GL_EXT_polygon_offset, GL_EXT_rescale_normal, 
GL_EXT_secondary_color, GL_EXT_separate_specular_color, 
GL_EXT_shadow_funcs, GL_EXT_stencil_wrap, GL_EXT_subtexture, 
GL_EXT_texture, GL_EXT_texture3D, GL_EXT_texture_edge_clamp, 
GL_EXT_texture_env_add, GL_EXT_texture_env_combine, 
GL_EXT_texture_env_dot3, GL_EXT_texture_filter_anisotropic, 
GL_EXT_texture_lod_bias, GL_EXT_texture_object, GL_EXT_texture_rectangle, 
GL_EXT_vertex_array, GL_3DFX_texture_compression_FXT1, 
GL_APPLE_client_storage, GL_APPLE_packed_pixels, 
GL_ATI_blend_equation_separate, GL_IBM_rasterpos_clip, 
GL_IBM_texture_mirrored_repeat, GL_INGR_blend_func_separate, 
GL_MESA_pack_invert, GL_MESA_ycbcr_texture, GL_MESA_window_pos, 
GL_NV_blend_square, GL_NV_light_max_exponent, GL_NV_texture_rectangle, 
GL_NV_texgen_reflection, GL_NV_vertex_program, GL_NV_vertex_program1_1, 
GL_OES_read_format, GL_SGI_color_matrix, GL_SGI_color_table, 
GL_SGIS_generate_mipmap, GL_SGIS_texture_border_clamp, 
GL_SGIS_texture_edge_clamp, GL_SGIS_texture_lod, GL_SGIX_depth_texture, 
GL_SUN_multi_draw_arrays

   visual  x  bf lv rg d st colorbuffer ax dp st accumbuffer  ms  cav
 id dep cl sp sz l  ci b ro  r  g  b  a bf th cl  r  g  b  a ns b eat
--
0x23 16 tc  0 16  0 r  y  .  5  6  5  0  0 16  0  0  0  0  0  0 0 None
0x24 16 tc  0 16  

Bug#397975: This is on upstream

2007-05-28 Thread Damián Viano

This is on upstream bugzilla, and there's a patch and a workaround:
http://bugzilla.kernel.org/show_bug.cgi?id=7201

I didn't know if I should set the forwarded and/or patch tag, since I'm
not a kernel team member...

-- 
Damián Viano(Des)  ¯ ¯ - _   _ - ¯ ¯
GPG: 0x6EB95A6F Debian ¯-_GNU_-¯ Linux
Web: http://damianv.com.ar/   ¯-¯


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



Bug#284425: debian-installer: A small improvement suggestion

2007-05-20 Thread Damián Viano
Package: debian-installer
Version: rootskel/1.51
Followup-For: Bug #284425

Looking today svn (r43904) in
/trunk/packages/rootskel/src/lib/debian-installer-startup.d/S02module-params
I think that this line:

var=${word%=*}

Sholud be:

var=${word%%=*}

So that parameters like ide-core.options=nodma=1 work as expected.

Hope to help,

Damián Viano(Des).


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



Bug#423688: Images in wrong path

2007-05-14 Thread Damián Viano
On Sun, May 13, 2007 at 11:56:33PM +0200, Julien Danjou wrote:
 Package: cgiirc
 Version: 0.5.9-2
 Severity: important
 
 Image are installed in wrong path:
 pangar ~ % dpkg -L cgiirc | grep images | head -5
 /usr/share/cgiirc/images
 /usr/share/cgiirc/images/index.html
 /usr/share/images
 /usr/share/images/cgiirc
 /usr/share/images/cgiirc/entry.gif
 
 But:
 
 pangar ~ % ls -l /var/www/cgiirc
 total 4
 lrwxrwxrwx 1 root root  24 May 13 23:41 images - /usr/share/cgiirc/images
 -rw-r--r-- 1 root root 846 Oct  2  2006 index.html
 
 I think link is correct but path is wrong in the package...


Actually is the other way around, the move of the images was done
following policy 11.5.3 and I forgot to update the link. However I'll
do some cleanup on the package following the latest draft policy for
webapps and the symlink should be gone with it.

Indeed I mostly have the fix already, I'll test it and upload
tomorrow, thanks for your report!

-- 
Damián Viano(Des)  ¯ ¯ - _   _ - ¯ ¯
GPG: 0x6EB95A6F Debian ¯-_GNU_-¯ Linux
Web: http://damianv.com.ar/   ¯-¯


signature.asc
Description: Digital signature


Bug#384992: Could be closed?

2007-05-01 Thread Damián Viano
Given that only oldstable has a libvte-dev  0.12.1 I think this bug can
be safely closed, adding the versioned dependency now doesn't gain us
nothing does it?

-- 
Damián Viano(Des)  ¯ ¯ - _   _ - ¯ ¯
GPG: 0x6EB95A6F Debian ¯-_GNU_-¯ Linux
Web: http://damianv.com.ar/   ¯-¯


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



Bug#384893: How is this ITP going?

2007-04-28 Thread Damián Viano
Is there any progress with this ITP? I would be glad to take it over if
you don't have time to package it, so let me know so we can have this in
the archive soon.

-- 
Damián Viano(Des)  ¯ ¯ - _   _ - ¯ ¯
GPG: 0x6EB95A6F Debian ¯-_GNU_-¯ Linux
Web: http://damianv.com.ar/   ¯-¯


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



Bug#420165: ITP: commons-configuration -- Java based library providing a generic configuration interface

2007-04-21 Thread Damián Viano
On Fri, Apr 20, 2007 at 03:29:49PM +0200, Torsten Werner wrote:
 Package: wnpp
 Severity: wishlist
 Owner: Torsten Werner [EMAIL PROTECTED]
 
 * Package name: commons-configuration
   Version : 1.4
   Upstream Author : The Apache Software Foundation
 * URL : http://jakarta.apache.org/commons/configuration/
 * License : Apache License 2.0
   Programming Lang: Java
   Description : Java based library providing a generic configuration 
 interface
  Commons Configuration provides a generic configuration interface which 
 enables
  an application to read configuration data from a variety of sources:
   - Properties files
   - XML documents
   - Property list files (.plist)
   - JNDI
   - JDBC Datasource
   - System properties
   - Applet parameters
   - Servlet parameters
  Additional sources of configuration parameters can be created by using custom
  configuration objects.
  .
   Homepage: http://jakarta.apache.org/commons/configuration/

Mmm... I think commons-configuration can be a slightly misleading
name, how about libcommons-configuration-java following lots of
libcommons-* packages already in the archive?

-- 
Damián Viano(Des)  ¯ ¯ - _   _ - ¯ ¯
GPG: 0x6EB95A6F Debian ¯-_GNU_-¯ Linux
Web: http://damianv.com.ar/   ¯-¯


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



Bug#419668: eclipse-platform: Redundant/wrong dependencies

2007-04-17 Thread Damián Viano
Package: eclipse-platform
Version: 3.2.1-6
Severity: minor


Currently eclipse-platform has this:

Depends: ... zenity, zenity | kdebase-bin | xdialog ...

According to man-di on irc this comes from a bugfix by doko where the
alternatives to zenity didn't work so they needed to be removed and
instead of that the explicit dependency was added.

Hope to help,

Des.


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



Bug#419807: pbuilder: should depend on cdebootstrap = 0.3.16 for lenny support

2007-04-17 Thread Damián Viano
Package: pbuilder
Version: 0.166
Severity: minor


pbuilder should depend on a cdebootstrap that provides lenny suport,
otherwise partial updgrades would show lenny as a possible --ditribution
value but the create command would fail as shown below:

[EMAIL PROTECTED]:~# pbuilder create --basetgz ~des/.pbuilder/lenny.tgz
--distribution lenny
Distribution is lenny.
Building the build environment
 - running cdebootstrap
 /usr/bin/cdebootstrap
 E: Unknown suite lenny
 pbuilder: cdebootstrap failed
  - Aborting with an error
 - cleaning the build env
 - removing directory /home/des/.pbuilder/build//27304 and its
 subdirectories

Checking cdebootstrap changelog[1] shows that support was added in
0.3.16 and in fact after upgrading it works as expected.

[1]
http://packages.debian.org/changelogs/pool/main/c/cdebootstrap/current/changelog

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-4-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages pbuilder depends on:
ii  cdebootstrap  0.3.16 Bootstrap a Debian system
ii  coreutils 5.97-5.3   The GNU core utilities
ii  debianutils   2.18   Miscellaneous utilities specific t
ii  debootstrap   0.3.3.2Bootstrap a basic Debian system
ii  gcc   4:4.1.1-15 The GNU C compiler
ii  wget  1.10.2-2   retrieves files from the web

Versions of packages pbuilder recommends:
ii  cowdancer 0.26   Copy-on-write directory tree utili
ii  devscripts2.10.2 Scripts to make the life of a Debi
ii  fakeroot  1.6.5  Gives a fake root environment
ii  sudo  1.6.8p12-5 Provide limited super user privile

-- no debconf information


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



Bug#416620: Patch for associate geany to its supported filetypes

2007-03-29 Thread Damián Viano
Enrico, Nick:

This seems like a good addition to the desktop file. Would you care to
include it in svn?

Thanks for the patch Iñaki! :-)

- Forwarded message from Iñaki Rodriguez [EMAIL PROTECTED] -

Delivery-date: Thu, 29 Mar 2007 07:39:21 -0300
Subject: Bug#416620: Patch for associate geany to its supported filetypes
From: Iñaki Rodriguez [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]

I include a patch for geany.desktop.in that associate geany to its
supported files (via mimetypes).

Greetings

Iñaki R.

--- geany.desktop.in2006-07-23 18:00:46.0 +0200
+++ geany.desktop.in.new2007-03-29 12:20:38.465682284 +0200
@@ -14,3 +14,4 @@
 # currently false, changes perhaps in the future
 StartupNotify=false
 Version=1.1
+MimeType=text/x-perl;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-pascal;text/x-perl;text/x-python;application/x-httpd-php*;text/html;application/xml


- End forwarded message -

-- 
Damián Viano(Des)  ¯ ¯ - _   _ - ¯ ¯
GPG: 0x6EB95A6F Debian ¯-_GNU_-¯ Linux
Web: http://damianv.com.ar/   ¯-¯


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



Bug#327419: this bug/#327419: cgiirc: clients can't type '+' character; encoding issue?

2007-02-26 Thread Damián Viano
tags +moreinfo
thanks

 This still happens for folks on #aavso.  It seems likely to be a browser
 detection bug.  I can't reproduce it, so isn't easy for me to follow the
 code path.  Several people report it happens with IE7, so I'm going to
 guess that it introduces support for NPH/XML HTTP or whatever this stuff
 is, and that the support is poor either by IE or cgiirc; or, the browser
 detection heureustic just needs to be twiddled.

I don't have an IE7 available but tested this with the help of a
friend and couldn't reproduce it (IE 7.0.5730.11) so I'll need more info
about how to reproduce this if I'm going to try to fix it or even push
it upstream.

Thanks for your report, I hope you can narrow this a little further.

-- 
Damián Viano(Des)  ¯ ¯ - _   _ - ¯ ¯
GPG: 0x6EB95A6F Debian ¯-_GNU_-¯ Linux
Web: http://damianv.com.ar/   ¯-¯


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



Bug#411350: sh syntax errors in openarena wrapper script

2007-02-18 Thread Damián Viano
Package: openarena
Version: 0.6.0-2
Severity: normal
Tags: patch

I notice some errors while running openarena, probably due to having
setup dash as /bin/sh. Nonetheless as /bin/sh is in the shell bang it
I'm attaching a patch to fix the bashisms.

This is the wrapper script to basically don't do anything it is supposed
to do i.e. it always start the game the same way and parameters parsing
isn't performed at all:

[EMAIL PROTECTED]:~$ openarena
[: 30: ==: unexpected operator
ioQ3 1.33+oa linux-i386 Jan 27 2007
- FS_Startup -
Current search path:
...

[EMAIL PROTECTED]:~$ openarena -q
[: 23: ==: unexpected operator
[: 23: ==: unexpected operator
[: 30: ==: unexpected operator
ioQ3 1.33+oa linux-i386 Jan 27 2007
- FS_Startup -
Current search path:
...

Hope to help,

Damián Viano(Des).

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.18-4-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages openarena depends on:
ii  libc6   2.3.6.ds1-11 GNU C Library: Shared libraries
ii  libcurl37.15.5-1 Multi-protocol file transfer libra
ii  libopenal0a 1:0.0.8-4OpenAL is a portable library for 3
ii  libsdl1.2debian 1.2.11-8 Simple DirectMedia Layer
ii  openarena-data  0.6.0-1  OpenArena game data
--- openarena.orig  2007-02-18 08:18:11.0 -0300
+++ openarena   2007-02-18 08:18:32.0 -0300
@@ -14,7 +14,7 @@
 # Quake 3 binaries don't understand regular command line parameters. Let's
 # catch them here, to avoid accidently launching the binary.
 while [ $1 !=  ]; do {
-   if [ $1 == +set ] || [ $1 == +exec ]; then
+   if [ $1 = +set ] || [ $1 = +exec ]; then
break;
fi
case $1 in
@@ -30,7 +30,7 @@
 }; done
 
 # Ready to rumble!
-if [ ${QUIET} == 1 ]; then
+if [ ${QUIET} -eq 1 ]; then
exec /usr/lib/games/openarena/openarena.bin +set fs_basepath 
/usr/share/games/openarena +set ttycon 0 $@ /dev/null 21
 else
exec /usr/lib/games/openarena/openarena.bin +set fs_basepath 
/usr/share/games/openarena $@


Bug#406759: synce-serial: This works as expected for me

2007-01-28 Thread Damián Viano
Package: synce-serial
Followup-For: Bug #406759

I can't reproduce this with a slightly different setup, mostly I don't have the
custom udev rule and my pda is a toshiba e740.

[EMAIL PROTECTED]:~# cat /etc/ppp/peers/synce-device
# Modifications to this file will be lost next time you run synce-serial-config
/dev/ttyUSB0 115200
connect '/usr/bin/synce-serial-chat'
nodefaultroute
noauth
local
192.168.131.102:192.168.131.201
ms-dns 192.168.131.102
crtscts
linkname synce-device

Interesting part of /var/log/messages:

Jan 28 13:25:00 katie synce-serial-start: Executing '/usr/sbin/pppd call 
synce-device'
Jan 28 13:25:01 katie pppd[3854]: pppd 2.4.4 started by root, uid 0
Jan 28 13:25:02 katie pppd[3854]: Serial connection established.
Jan 28 13:25:02 katie pppd[3854]: Using interface ppp0
Jan 28 13:25:02 katie pppd[3854]: Connect: ppp0 -- /dev/ttyUSB0
Jan 28 13:25:02 katie kernel: PPP BSD Compression module registered
Jan 28 13:25:02 katie kernel: PPP Deflate Compression module registered
Jan 28 13:25:02 katie pppd[3854]: local  IP address 192.168.131.102
Jan 28 13:25:02 katie pppd[3854]: remote IP address 192.168.131.201
Jan 28 13:25:08 katie pppd[3854]: LCP terminated by peer
Jan 28 13:25:08 katie pppd[3854]: Connect time 0.1 minutes.
Jan 28 13:25:08 katie pppd[3854]: Sent 572 bytes, received 832 bytes.
Jan 28 13:25:11 katie pppd[3854]: Connection terminated.
Jan 28 13:25:11 katie pppd[3854]: Modem hangup
Jan 28 13:25:11 katie pppd[3854]: Exit.

I'd recommend downgrading the severity since the package is not unusable, at
least for me.

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.18-3-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages synce-serial depends on:
ii  cdebconf [debconf-2.0]  0.112Debian Configuration Management Sy
ii  debconf [debconf-2.0]   1.5.11   Debian configuration management sy
ii  libc6   2.3.6.ds1-10 GNU C Library: Shared libraries
ii  ppp 2.4.4rel-4.1 Point-to-Point Protocol (PPP) daem

synce-serial recommends no packages.

-- debconf information:
* synce-serial/tty: /dev/ttyUSB0
* synce-serial/dnsip:
* synce-serial/remoteip: 192.168.131.201
* synce-serial/localip: 192.168.131.102


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



Bug#399396: This doesn't fail for me

2006-12-25 Thread Damián Viano
I'm writing just to let everyone involved know that this build fine in
my etch pbuilder.  Full buildlog attached.

-- 
Damián Viano(Des)  ¯ ¯ - _   _ - ¯ ¯
GPG: 0x6EB95A6F Debian ¯-_GNU_-¯ Linux
Web: http://damianv.com.ar/   ¯-¯
I: using fakeroot in build.
pbuilder-buildpackage/i386 $Id: pbuilder-buildpackage-funcs,v 1.32 2006/11/06 
20:06:25 lool Exp $
$Id: pbuilder-buildpackage,v 1.127 2006/08/15 13:14:25 dancer Exp $

Current time: Sun Dec 24 08:50:35 ART 2006
pbuilder-time-stamp: 1166961035
Building the build Environment
 - extracting base tarball [/home/des/.pbuilder/etch.tgz]
 - creating local configuration
 - copying local configuration
 - mounting /proc filesystem
 - mounting /dev/pts filesystem
 - policy-rc.d already exists
Obtaining the cached apt archive contents
Installing the build-deps
 - Attempting to parse the build-deps : pbuilder-satisfydepends,v 1.29 
2006/11/06 20:20:56 lool Exp $
 - Considering build-dep debhelper (= 4.1.16)
   - Trying debhelper
 - Considering build-dep perl (= 5.6.0-17)
   - Trying perl
 - Considering build-dep dpatch
   - Trying dpatch
 - Installing  debhelper perl dpatch
Reading package lists...
Building dependency tree...
perl is already the newest version.
The following extra packages will be installed:
  file gettext html2text intltool-debian libmagic1 po-debconf
Suggested packages:
  dh-make curl cvs gettext-doc
Recommended packages:
  fakeroot patchutils libmail-sendmail-perl libcompress-zlib-perl
The following NEW packages will be installed:
  debhelper dpatch file gettext html2text intltool-debian libmagic1 po-debconf
0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/3326kB of archives.
After unpacking 10.6MB of additional disk space will be used.
Selecting previously deselected package libmagic1.
(Reading database ... 13111 files and directories currently installed.)
Unpacking libmagic1 (from .../libmagic1_4.17-5_i386.deb) ...
Selecting previously deselected package file.
Unpacking file (from .../archives/file_4.17-5_i386.deb) ...
Selecting previously deselected package html2text.
Unpacking html2text (from .../html2text_1.3.2a-3_i386.deb) ...
Selecting previously deselected package gettext.
Unpacking gettext (from .../gettext_0.16.1-1_i386.deb) ...
Selecting previously deselected package intltool-debian.
Unpacking intltool-debian (from .../intltool-debian_0.35.0+20060710.1_all.deb) 
...
Selecting previously deselected package po-debconf.
Unpacking po-debconf (from .../po-debconf_1.0.7_all.deb) ...
Selecting previously deselected package debhelper.
Unpacking debhelper (from .../debhelper_5.0.42_all.deb) ...
Selecting previously deselected package dpatch.
Unpacking dpatch (from .../archives/dpatch_2.0.21_all.deb) ...
Setting up libmagic1 (4.17-5) ...

Setting up file (4.17-5) ...
Setting up html2text (1.3.2a-3) ...

Setting up gettext (0.16.1-1) ...

Setting up intltool-debian (0.35.0+20060710.1) ...
Setting up po-debconf (1.0.7) ...
Setting up debhelper (5.0.42) ...
Setting up dpatch (2.0.21) ...
 - Finished parsing the build-deps
Reading package lists...
Building dependency tree...
The following NEW packages will be installed:
  fakeroot
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/96.2kB of archives.
After unpacking 311kB of additional disk space will be used.
Selecting previously deselected package fakeroot.
(Reading database ... 13718 files and directories currently installed.)
Unpacking fakeroot (from .../fakeroot_1.5.10_i386.deb) ...
Setting up fakeroot (1.5.10) ...

Copying back the cached apt archive contents
Copying source file
- copying [../libnet-perl_1.19-3.dsc]
- copying [../libnet-perl_1.19.orig.tar.gz]
- copying [../libnet-perl_1.19-3.diff.gz]
Extracting source
su: Authentication service cannot retrieve authentication info.
(Ignored)
dpkg-source: warning: no utmp entry available and LOGNAME not defined; using 
uid of process (1234)
dpkg-source: warning: extracting unsigned source package 
(./libnet-perl_1.19-3.dsc)
dpkg-source: extracting libnet-perl in libnet-perl-1.19
dpkg-source: unpacking libnet-perl_1.19.orig.tar.gz
dpkg-source: applying ./libnet-perl_1.19-3.diff.gz
 - Building the package
su: Authentication service cannot retrieve authentication info.
(Ignored)
dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; 
using uid of process (1234)
debian: warning: no utmp entry available and LOGNAME not defined; using uid of 
process (1234)
dpkg-buildpackage: source package is libnet-perl
dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; 
using uid of process (1234)
debian: warning: no utmp entry available and LOGNAME not defined; using uid of 
process (1234)
dpkg-buildpackage: source version is 1:1.19-3
dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; 
using uid of process (1234)
debian: warning: no utmp entry available and LOGNAME

Bug#404144: A small comment

2006-12-25 Thread Damián Viano
Shouldn't you also remove the debian/fixshbang.sh script?

-- 
Damián Viano(Des)  ¯ ¯ - _   _ - ¯ ¯
GPG: 0x6EB95A6F Debian ¯-_GNU_-¯ Linux
Web: http://damianv.com.ar/   ¯-¯


signature.asc
Description: Digital signature


Bug#398391: More info about 398391

2006-11-14 Thread Damián Viano
On Tue, Nov 14, 2006 at 12:03:17AM -0300, Damián Viano wrote:
 This is clearly a missing build-depend on libgtk2.0-bin.

Missing *dependency* on libgtk2.0-bin, as pointed out by vorlon on irc
sorry for the confusion I was a bit too sleepy.

-- 
Damián Viano(Des)


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



Bug#398391: More info about 398391

2006-11-13 Thread Damián Viano
tags 398391 +patch
thanks

This is clearly a missing build-depend on libgtk2.0-bin.

Hope to help,

-- 
Damián Viano(Des)  ¯ ¯ - _   _ - ¯ ¯
GPG: 0x6EB95A6F Debian ¯-_GNU_-¯ Linux
Web: http://damianv.com.ar/   ¯-¯


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



Bug#292231: hasciicam 1.0 was released by upstream with manpage under GFDL without invariant sections

2006-11-05 Thread Damián Viano
Hi,

Hasciicam 1.0 was released by upstream with manpage under GFDL without
invariant sections.

This is not very announced in the webpage, the no-changelog policy
doesn't help either, but downloading the new tar and checking the
manpage reveals that, in fact,  the cooperative upstream did change the
licensing

So an upload of the new 1.0 version should close this RC, so please
Christian Surchi, let us know if you don't have time to package the new
version and allow a NMU of such version.

Hope to help,

-- 
Damián Viano(Des)  ¯ ¯ - _   _ - ¯ ¯
GPG: 0x6EB95A6F Debian ¯-_GNU_-¯ Linux
Web: http://damianv.com.ar/   ¯-¯


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



Bug#394798: Debian Bug#394798: [whishlist] File, Properties dialog fails to show posix acls or existance thereof

2006-10-23 Thread Damián Viano
Hi, I've received this wishlist at Debian BTS, and thought it might be
useful to forward it to the list (even though I know that you guys
monitor debian BTS).

Please keep [EMAIL PROTECTED] in CC for any relevant reply.

On Mon, Oct 23, 2006 at 03:24:27AM -0400, Stephanie Erin Daugherty wrote:
 Package: geany
 Version: 0.9-1
 Severity: wishlist
 
 Application should detect and display posix acl entries in the file,
 properties dialog, or alternately a message in place of the permissions
 section of the properties dialog indicating that posix acls are controlling
 the file's permissions.

Thanks for your work!

-- 
Damián Viano(Des)  ¯ ¯ - _   _ - ¯ ¯
GPG: 0x6EB95A6F Debian ¯-_GNU_-¯ Linux
Web: http://damianv.com.ar/   ¯-¯


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



Bug#392776: Problem identified

2006-10-23 Thread Damián Viano
I've been looking into this, and found that defining __KERNEL__ before
including unistd.h fix the FTBFS. However defining __KERNEL__ is usually
wrong, and not desirable so digging further I've found this thread which
explains the absence of the _syscall macros:

http://www.mail-archive.com/linux-arch@vger.kernel.org/msg01459.html

According to that thread the proper fix would be to change the way mbr
does the syscalls to the new api. An alternative, less desirable fix,
would be to include the macro definitions that David Woodhouse mentions
on that thread that implement the _syscall macros using the new libc
syscall api (it mentions that Fedora has them in unistd.h).

Also after fixing/working around that I've found that the test suite
fails miserably in i386 (probably not on amd68 since mosts tests aren't
run anyway) because what seems to be a kernel change (vm86.eflags have a
different default value or something like that, haven't dig too much in
this). 

I haven't bothered to provide a patch since I'm not sure mbr is so
useful anymore. But if it is, please let me know and I'll try to come up
with a patch. If it's not, please consider a removal request.

Hope to help,

-- 
Damián Viano(Des)  ¯ ¯ - _   _ - ¯ ¯
GPG: 0x6EB95A6F Debian ¯-_GNU_-¯ Linux
Web: http://damianv.com.ar/   ¯-¯


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



Bug#386220: gchangepass: FTBFS due to gettext 0.15

2006-09-05 Thread Damián Viano
Package: gchangepass
Version: 0.1.5-1
Severity: serious
Tags: patch
Justification: no longer builds from source

chmod a+x /tmp/buildd/gchangepass-0.1.5/./configure
cd .  CC=cc CXX=g++ CFLAGS=-g -Wall -O2 CXXFLAGS=-g -Wall -O2
CPPFLAGS= LDFLAGS= /tmp/buildd/gchangepass-0.1.5/./
configure --build=i486-linux-gnu --prefix=/usr
--includedir=\${prefix}/include --mandir=\${prefix}/share/man
--infodir=\${
prefix}/share/info --sysconfdir=/etc --localstatedir=/var
--libexecdir=\${prefix}/lib/gchangepass --disable-maintainer-mode
--disable-dependency-tracking --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
...
config.status: creating po/POTFILES
config.status: creating po/Makefile
GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 /usr/bin/make -C .
make[1]: Entering directory `/tmp/buildd/gchangepass-0.1.5'
make[1]: *** No rule to make target `m4/inttypes.m4', needed by
`aclocal.m4'.  Stop.
make[1]: Leaving directory `/tmp/buildd/gchangepass-0.1.5'
make: *** [debian/stamp-makefile-build] Error 2

The attached patch fix the FTBFS, although maintainer might feel there
are better ways to achieve this (i.e. to avoid adding a dependency
on automake1.9, btw not done in the patch).

Hope to help,

Damián Viano(Des).
diff -Nura gchangepass-0.1.5/debian/rules 
/home/des/.pbuilder/build/7052/home/des/gchangepass-0.1.5/debian/rules
--- gchangepass-0.1.5/debian/rules  2006-09-01 21:49:44.0 -0300
+++ /home/des/.pbuilder/build/7052/home/des/gchangepass-0.1.5/debian/rules  
2006-09-02 14:34:34.0 -0300
@@ -5,5 +5,7 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/gnome.mk
 
+configure/gchangepass::
+   REQUIRED_AUTOMAKE_VERSION=1.9 ./autogen.sh
 clean::
-rm po/stamp-po po/*.gmo


Bug#386072: gnome-lokkit: Patch

2006-09-05 Thread Damián Viano
Package: gnome-lokkit
Version: 0.50.22-6
Followup-For: Bug #386072

I successfully built gnome-lokkit with the attached, minimum, patch.

-- 
Damián Viano(Des)  ¯ ¯ - _   _ - ¯ ¯
GPG: 0x6EB95A6F Debian ¯-_GNU_-¯ Linux
Web: http://damianv.com.ar/   ¯-¯
diff -Nura gnome-lokkit-0.50.22/debian/rules 
/home/des/.pbuilder/build/7052/home/des/gnome-lokkit-0.50.22/debian/rules
--- gnome-lokkit-0.50.22/debian/rules   2006-09-02 16:58:50.0 -0300
+++ /home/des/.pbuilder/build/7052/home/des/gnome-lokkit-0.50.22/debian/rules   
2006-09-02 17:09:48.0 -0300
@@ -28,7 +28,7 @@
# Rebootstrap the package
aclocal -I macros
autopoint -f
-   sed 's@/\*@/*|.*@'  po/Makefile.in.in  po/Makefile.in.bak
+   sed 's@/\*@/*|.*@;s/= @MKINSTALLDIRS@/= @install_sh@ -d/'  
po/Makefile.in.in  po/Makefile.in.bak
mv po/Makefile.in.bak po/Makefile.in.in
libtoolize -f -c
autoconf


Bug#386222: lyskom-tty-client: FTBFS due to gettext 0.15, and another

2006-09-05 Thread Damián Viano
Package: lyskom-tty-client
Version: 0.13.alfa.8-3
Severity: serious
Tags: patch
Justification: no longer builds from source

 debian/rules build
dh_testdir
./configure --prefix=/usr --mandir=\${prefix}/share/man 
--infodir=\${prefix}/share/info
configure: loading cache /dev/null
/dev/null: line 1: ./configure:: No such file or directory
checking for a BSD-compatible install... /usr/bin/install -c
...
if gcc -DLOCALEDIR=\/usr/share/locale\ -DHAVE_CONFIG_H -I. -I. -I.. 
-DEDITOR='/usr/bin/editor' -I./../include -I./../librar
ies/libmisc -I./../libraries/libclient -I./../intl -I../intl-g -O2  -MT 
do-printf.o -MD -MP -MF .deps/do-printf.Tpo -c -o
 do-printf.o do-printf.c; \
then mv -f .deps/do-printf.Tpo .deps/do-printf.Po; else rm -f 
.deps/do-printf.Tpo; exit 1; fi
do-printf.c:165: error: conflicting types for 'round'
make[3]: *** [do-printf.o] Error 1
make[3]: Leaving directory `/home/des/lyskom-tty-client-0.13.alfa.8/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/des/lyskom-tty-client-0.13.alfa.8'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/des/lyskom-tty-client-0.13.alfa.8'
make: *** [build-stamp] Error 2

This is the first error which seems a clashing with round(3), fixing that gives
an error produced by gettext 0.15, both fixed in the attached patch.

-- 
Damián Viano(Des)  ¯ ¯ - _   _ - ¯ ¯
GPG: 0x6EB95A6F Debian ¯-_GNU_-¯ Linux
Web: http://damianv.com.ar/   ¯-¯
diff -Nura lyskom-tty-client-0.13.alfa.8/debian/rules 
/home/des/.pbuilder/build/7052/home/des/lyskom-tty-client-0.13.alfa.8/debian/rules
--- lyskom-tty-client-0.13.alfa.8/debian/rules  2006-09-03 12:54:09.0 
-0300
+++ 
/home/des/.pbuilder/build/7052/home/des/lyskom-tty-client-0.13.alfa.8/debian/rules
  2006-09-03 12:51:02.0 -0300
@@ -12,6 +12,7 @@
 configure: configure-stamp
 configure-stamp:
dh_testdir
+   sed 's/= @MKINSTALLDIRS@/= @install_sh@ -d/' -i po/Makefile.in.in
./configure --prefix=/usr --mandir=\$${prefix}/share/man 
--infodir=\$${prefix}/share/info
touch configure-stamp
 
diff -Nura lyskom-tty-client-0.13.alfa.8/src/do-printf.c 
/home/des/.pbuilder/build/7052/home/des/lyskom-tty-client-0.13.alfa.8/src/do-printf.c
--- lyskom-tty-client-0.13.alfa.8/src/do-printf.c   2000-10-02 
13:42:40.0 -0300
+++ 
/home/des/.pbuilder/build/7052/home/des/lyskom-tty-client-0.13.alfa.8/src/do-printf.c
   2006-09-03 12:44:41.0 -0300
@@ -162,7 +162,7 @@
 
 /* Forward declarations */
 static int cvt(double, int, int, char *, unsigned char, char *, char *);
-static char *round(double, int *, char *, char *, char, char *);
+static char *my_round(double, int *, char *, char *, char, char *);
 static char *exponent(char *, int, unsigned char);
 
 
@@ -585,7 +585,7 @@
*t++ = tochar((int)tmp);
} while (--prec  fract);
if (fract)
-   startp = round(fract, (int *)NULL, startp,
+   startp = my_round(fract, (int *)NULL, startp,
t - 1, (char)0, signp);
}
for (; prec--; *t++ = '0');
@@ -607,7 +607,7 @@
 */
if (!prec  ++p  endp) {
fract = 0.0;
-   startp = round((double)0, expcnt, startp,
+   startp = my_round((double)0, expcnt, startp,
t - 1, *p, signp);
}
/* adjust expcnt for digit in front of decimal */
@@ -638,7 +638,7 @@
*t++ = tochar((int)tmp);
} while (--prec  fract);
if (fract)
-   startp = round(fract, expcnt, startp,
+   startp = my_round(fract, expcnt, startp,
t - 1, (char)0, signp);
}
/* if requires more precision */
@@ -709,7 +709,7 @@
}
}
if (fract)
-   startp = round(fract, (int *)NULL, startp,
+   startp = my_round(fract, (int *)NULL, startp,
t - 1, (char)0, signp);
}
/* alternate format, adds 0's for precision, else trim 0's */
@@ -725,7 +725,7 @@
 }
 
 static char *
-round(double fract, int *exp_val, char *start, char *end, char ch, char *signp)
+my_round(double fract, int *exp_val, char *start, char *end, char ch, char 
*signp)
 {
double tmp;
 


Bug#386223: xkbsel: FTBFS due to conflicts between libxaw6-dev and libxaw7-dev

2006-09-05 Thread Damián Viano
Package: xkbsel
Version: 0.13-13
Severity: serious
Tags: patch
Justification: no longer build from source

Current build depends:

Build-Depends: debhelper, libxaw7-dev, xkb-data, libdb4.3-dev, libjpeg62-dev, 
libpng12-dev, libtiff4-dev, libungif4-dev, flex,
gettext, libtool, orbit, texinfo, libxaw6-dev

and since libxaw 1:1.0.2-4:

  libxaw6-dev: Conflicts: libxaw7-dev but 1:1.0.2-4 is to be installed
  libxaw7-dev: Conflicts: libxaw6-dev but 1:1.0.2-4 is to be installed
E: Broken packages
E: Could not satisfy build-dependency.

Removing libxaw6-dev dependency made it build, trivial patch attached.

Hope to help,

-- 
Damián Viano(Des)  ¯ ¯ - _   _ - ¯ ¯
GPG: 0x6EB95A6F Debian ¯-_GNU_-¯ Linux
Web: http://damianv.com.ar/   ¯-¯
--- debian/control.orig 2006-09-03 16:11:52.0 -0300
+++ debian/control  2006-09-03 16:12:03.0 -0300
@@ -2,7 +2,7 @@
 Section: x11
 Priority: optional
 Maintainer: Gregory Pomerantz [EMAIL PROTECTED]
-Build-Depends: debhelper, libxaw7-dev, xkb-data, libdb4.3-dev, libjpeg62-dev, 
libpng12-dev, libtiff4-dev, libungif4-dev, flex, gettext, libtool, orbit, 
texinfo, libxaw6-dev
+Build-Depends: debhelper, libxaw7-dev, xkb-data, libdb4.3-dev, libjpeg62-dev, 
libpng12-dev, libtiff4-dev, libungif4-dev, flex, gettext, libtool, orbit, 
texinfo
 Standards-Version: 3.6.1
 
 Package: xkbsel


Bug#385933: autoconf: Bug in file-mode macros check

2006-09-03 Thread Damián Viano
Package: autoconf
Version: 2.60a-1
Severity: serious
Tags: upstream patch
Justification: Is my understanding that this failed test could potentially 
break *many* packages

Please include this patch from upstream:

http://www.mail-archive.com/autoconf@gnu.org/msg15087.html

Here is some recent irc mentions of it:

[23:59:05] (des) which severity should a bug in autoconf that breaks other 
packages get?
[23:59:26] (des) i.e a basic check which is wrong?
[00:00:32] (vorlon) possibly serious, if you're right
[00:00:50] (des) vorlon: 
http://www.mail-archive.com/autoconf@gnu.org/msg15087.html
[00:01:16] (des) that patch is *not* in debian as of today
[00:01:38] (vorlon) only breaks with -Werror?
[00:01:43] (des) and is the reason why I spent my hole day trying to pinpoint a 
FTBFS in shadow (not reported
 yet)
[00:02:12] (vorlon) new in 2.60a, I guess?
[00:02:32] (vorlon) yeah, please mark that one serious; if it breaks shadow I'm 
sure it'll break other packages
[00:02:41] (des) yeah, they rewrote the test in 2.60a apparently
[00:02:53] -*- vorlon nods

I understand that this could potentionally break a lot of packages that
autoreconf at build time, therefore the severity.

Hope to help,

Damián Viano(Des).

P.s.: sorry for the sloppy report, I'm really tired, and been chansing this one
the hole day.
--- lib/autoconf/headers.m4 2006-08-15 16:24:42.0 +
+++ lib/autoconf/headers.m4.des 2006-09-04 02:52:30.0 +
@@ -529,7 +529,7 @@
 #if defined S_ISSOCK  defined S_IFREG
 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
 #endif
-]])], ac_cv_header_stat_broken=yes, ac_cv_header_stat_broken=no)])
+]])], ac_cv_header_stat_broken=no, ac_cv_header_stat_broken=yes)])
 if test $ac_cv_header_stat_broken = yes; then
   AC_DEFINE(STAT_MACROS_BROKEN, 1,
[Define to 1 if the `S_IS*' macros in sys/stat.h do not


Bug#369445: #369445: Previous patch was b0rked

2006-08-25 Thread Damián Viano
reopen 369445
tags = patch
thanks, control just let's keep my stupid mistake amongst us, ok?

On Thu, Aug 24, 2006 at 08:33:14PM -0300, Damián Viano wrote:
   Perfect, with your instructions I could reproduce and fix this bug. I
 didn't need to dig so much on who was using the NULL pointer returned
 by gdk_font_load, since the right fix imho is to avoid overriding the
 right font in case of not finding the new font appropriate. So this would
 just use the default font in the gtk theme if the setted font can't be
 loaded.

Sory, I made a *stupid* mistake, in that the font gets unref'ed even if
it's not changed. This would probably throw the same error than before,
just not so soon, efectivly hidding the bug! Do I rock or what?

Anyway, here's a decent patch, on the house ;-P

-- 
Damián Viano(Des)  ¯ ¯ - _   _ - ¯ ¯
GPG: 0x6EB95A6F Debian ¯-_GNU_-¯ Linux
Web: http://damianv.com.ar/   ¯-¯
diff -Nura gmoo-0.5.6.des/src/settings.c gmoo-0.5.6/src/settings.c
--- gmoo-0.5.6.des/src/settings.c   2006-08-25 10:27:35.0 +
+++ gmoo-0.5.6/src/settings.c   2006-08-24 23:23:43.0 +
@@ -254,7 +254,6 @@
 gushort r[N_COLORS];
 gushort g[N_COLORS];
 gushort b[N_COLORS];
-GdkFont* new_font;
 int i;
 
 settings_get_rgbs(r, g, b);
@@ -266,11 +265,8 @@
 
 copy_color(input_style-text[GTK_STATE_NORMAL], colors[FG_COLOR]);
 copy_color(input_style-base[GTK_STATE_NORMAL], colors[BG_COLOR]);
-new_font = gdk_font_load(settings-fontname);
-if (new_font) {
-gdk_font_unref(input_style-font);
-input_style-font = new_font;
-   }
+gdk_font_unref(input_style-font);
+input_style-font = gdk_font_load(settings-fontname);
 }
 
 void init_colors_and_styles() {


Bug#369445: Couldn't reproduce the bug

2006-08-24 Thread Damián Viano
tags 369445 +patch
thanks, control if you could just... hmm... get this patch to the maintainer... 
mmhhh that would be grreeeat

On Thu, Aug 24, 2006 at 11:04:26PM +0200, Paul van Tilburg wrote:
 On Sat, Aug 19, 2006 at 10:24:00PM -0300, Damián Viano wrote:
  Can you still reproduce this?
 
 Yes, I start gmoo, it installs some default config.  I edit .gmoo/gmoorc
 and set the 'normal font' value to some nonsense, then it crashes on
 start/world open.  I have been tracing it a bit and somewhere a font is
 looked up, this results in a NULL (if the font can't be found via
 GtkFont) and this NULL is probably used later on.  I haven't found where
 'later on' is yet, but any help is welcome.

Perfect, with your instructions I could reproduce and fix this bug. I
didn't need to dig so much on who was using the NULL pointer returned
by gdk_font_load, since the right fix imho is to avoid overriding the
right font in case of not finding the new font appropriate. So this would
just use the default font in the gtk theme if the setted font can't be
loaded.

Hope to help,

-- 
Damián Viano(Des)  ¯ ¯ - _   _ - ¯ ¯
GPG: 0x6EB95A6F Debian ¯-_GNU_-¯ Linux
Web: http://damianv.com.ar/   ¯-¯
diff -Nura gmoo-0.5.6.des/src/settings.c gmoo-0.5.6/src/settings.c
--- gmoo-0.5.6.des/src/settings.c   2006-08-24 23:20:16.0 +
+++ gmoo-0.5.6/src/settings.c   2006-08-24 23:23:43.0 +
@@ -254,7 +254,6 @@
 gushort r[N_COLORS];
 gushort g[N_COLORS];
 gushort b[N_COLORS];
-GdkFont* tmp_font;
 int i;
 
 settings_get_rgbs(r, g, b);
@@ -267,9 +266,7 @@
 copy_color(input_style-text[GTK_STATE_NORMAL], colors[FG_COLOR]);
 copy_color(input_style-base[GTK_STATE_NORMAL], colors[BG_COLOR]);
 gdk_font_unref(input_style-font);
-tmp_font = gdk_font_load(settings-fontname);
-if (tmp_font)
-input_style-font = tmp_font;
+input_style-font = gdk_font_load(settings-fontname);
 }
 
 void init_colors_and_styles() {


Bug#383829: This is a cmake bug

2006-08-20 Thread Damián Viano
reassign 383829 cmake 2.4.3-1
# set severity to critical since it brake others package(s?)
severity 383829 critical
notfound 383829 2.2.3-1
thanks, control, you are my reassigning bitch ;-p

This is a bug/regression in cmake, as this package compiles fine with
cmake 2.2.3-1. I'll be looking into it and report later today.

Hope to help,

-- 
Damián Viano(Des)  ¯ ¯ - _   _ - ¯ ¯
GPG: 0x6EB95A6F Debian ¯-_GNU_-¯ Linux
Web: http://damianv.com.ar/   ¯-¯


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



Bug#383829: moreinfo

2006-08-20 Thread Damián Viano
Ok, I've been looking this for a while now and I'm not sure what to do.
The problem is that cmake changed the way it links binaries between 2.2
and 2.4, before the linking line was directly included in the Makefiles,
like: 

mod_xmlrpc.so: CMakeFiles/mod_xmlrpc.dir/build.make
@echo Linking C shared library mod_xmlrpc.so
$(CMAKE_COMMAND) -E remove -f libmod_xmlrpc.a mod_xmlrpc.so
gcc -fPIC  `/usr/bin/xmlrpc-c-config --libs` `/usr/bin/apr-config 
--libs` `/usr/bin/apxs2 -q LDFLAGS` -lpthread -ldl -lcrypt -lm   -lc -lruby1.8 
-shared -Wl,-soname,mod_xmlrpc.so -o mod_xmlrpc.so $(mod_xmlrpc_OBJECTS) 
$(mod_xmlrpc_EXTERNAL_OBJECTS)

while 2.4 does it like: 

mod_xmlrpc.so: CMakeFiles/mod_xmlrpc.dir/build.make
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --red --bold 
Linking C shared library mod_xmlrpc.so
$(CMAKE_COMMAND) -P CMakeFiles/mod_xmlrpc.dir/cmake_clean_target.cmake
$(CMAKE_COMMAND) -E cmake_link_script 
CMakeFiles/mod_xmlrpc.dir/link.txt --verbose=$(VERBOSE)

and link.txt contains:

/usr/bin/gcc  -fPIC   -DSUPPORT_C `/usr/bin/xmlrpc-c-config --cflags` 
`/usr/bin/apr-config --cflags` -I`/usr/bin/apr-config --includedir` 
`/usr/bin/apxs2 -q CFLAGS` -I`/usr/bin/apxs2 -q INCLUDEDIR` -Wall -g 
-fno-strict-aliasing -O2  -fPIC -I/usr/lib/ruby/1.8/i486-linux -DSUPPORT_RUBY  
`/usr/bin/xmlrpc-c-config --libs` `/usr/bin/apr-config --libs` `/usr/bin/apxs2 
-q LDFLAGS` -lpthread -ldl -lcrypt -lm   -lc -lruby1.8 -shared 
-Wl,-soname,mod_xmlrpc.so -o mod_xmlrpc.so 
CMakeFiles/mod_xmlrpc.dir/mod_xmlrpc.o 
CMakeFiles/mod_xmlrpc.dir/mod_xmlrpc_c.o 
CMakeFiles/mod_xmlrpc.dir/mod_xmlrpc_rb.o 
CMakeFiles/mod_xmlrpc.dir/mod_xmlrpc_server.o

The problem lays in that Makefile lines are interpreted by a shell while cmake
directly exec them. Wether this change in the behaviour of cmake is a bug or
not I'll leave it to the maintainer to figure it out, because you probably
shouldn't depend on that on rules of a 'cross-platform make'.

Meanwhile I tested to compile every cmake build-rdep with 2.4 and found 
this:
boson 0
cableswig 0
gccxml 0
libapache2-mod-xmlrpc2 100
octaviz 0
strigi 100
strigiapplet 0
vtk 100
yodl 0

Both strigi and libapache2-mod-xmlrpc2 seems broken by this change, the vtk
problem doesn't seem related. I have patches for those two bugs and will be
filling bugs with patches for them.

Damián(Des).


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



Bug#383955: patch

2006-08-20 Thread Damián Viano
Here is a patch that replaces the backticks uses with IMHO the proper
use of cmake commands.

This is tested on a pbuilder, and builds fine with cmake 2.4.

Hope to help,

-- 
Damián Viano(Des)  ¯ ¯ - _   _ - ¯ ¯
GPG: 0x6EB95A6F Debian ¯-_GNU_-¯ Linux
Web: http://damianv.com.ar/   ¯-¯
diff -Nura libapache2-mod-xmlrpc2-2.2.1_des/CMakeLists.txt 
libapache2-mod-xmlrpc2-2.2.1.orig/CMakeLists.txt
--- libapache2-mod-xmlrpc2-2.2.1_des/CMakeLists.txt 2006-08-20 
18:22:49.0 +
+++ libapache2-mod-xmlrpc2-2.2.1.orig/CMakeLists.txt2006-08-20 
18:29:41.0 +
@@ -5,14 +5,8 @@
 # XMLRPC-C
 FIND_PROGRAM(XMLRPC_C_CONFIG xmlrpc-c-config)
 IF(XMLRPC_C_CONFIG)
-   EXEC_PROGRAM(${XMLRPC_C_CONFIG}
-   ARGS --cflags
-   OUTPUT_VARIABLE XMLRPC_C_FLAGS)
-   SET(CMAKE_C_FLAGS ${CMAKE_C_FLAGS} ${XMLRPC_C_FLAGS})
-   EXEC_PROGRAM(${XMLRPC_C_CONFIG} 
-   ARGS --libs
-   OUTPUT_VARIABLE XMLRPC_C_LIBS)
-   SET(CMAKE_SHARED_LINKER_FLAGS ${CMAKE_SHARED_LINKER_FLAGS} 
${XMLRPC_C_LIBS})
+   SET(CMAKE_C_FLAGS ${CMAKE_C_FLAGS} `${XMLRPC_C_CONFIG} --cflags`)
+   SET(CMAKE_SHARED_LINKER_FLAGS ${CMAKE_SHARED_LINKER_FLAGS} 
`${XMLRPC_C_CONFIG} --libs`)
 ELSE(XMLRPC_C_CONFIG)
MESSAGE(SEND_ERROR Cannot find xmlrpc-c-config anywhere in your path.  
Please update your path to include the directory containing the binary.)
 ENDIF(XMLRPC_C_CONFIG)
@@ -20,17 +14,8 @@
 # APR
 FIND_PROGRAM(APR_CONFIG apr-config)
 IF (APR_CONFIG)
-   EXEC_PROGRAM(${APR_CONFIG} 
-   ARGS --cflags
-   OUTPUT_VARIABLE APR_CONFIG_CFLAGS)
-   EXEC_PROGRAM(${APR_CONFIG} 
-   ARGS --includedir
-   OUTPUT_VARIABLE APR_CONFIG_INCLUDEDIRS)
-   SET(CMAKE_C_FLAGS ${CMAKE_C_FLAGS} ${APR_CONFIG_CFLAGS} 
-I${APR_CONFIG_INCLUDEDIRS})
-   EXEC_PROGRAM(${APR_CONFIG} 
-   ARGS --libs
-   OUTPUT_VARIABLE APR_CONFIG_LIBS)
-   SET(CMAKE_SHARED_LINKER_FLAGS ${CMAKE_SHARED_LINKER_FLAGS} 
${APR_CONFIG_LIBS})
+   SET(CMAKE_C_FLAGS ${CMAKE_C_FLAGS} `${APR_CONFIG} --cflags` 
-I`${APR_CONFIG} --includedir`)
+   SET(CMAKE_SHARED_LINKER_FLAGS ${CMAKE_SHARED_LINKER_FLAGS} 
`${APR_CONFIG} --libs`)
 ELSE(APR_CONFIG)
MESSAGE(SEND_ERROR Cannot find apr-config anywhere in your path.  
Please update your path to include the directory containing the script.)
 ENDIF(APR_CONFIG)
@@ -38,17 +23,8 @@
 # APACHE2
 FIND_PROGRAM(APXS2 apxs2)
 IF (APXS2)
-   EXEC_PROGRAM(${APXS2} 
-   ARGS -q CFLAGS
-   OUTPUT_VARIABLE APXS2_C_FLAGS)
-   EXEC_PROGRAM(${APXS2} 
-   ARGS -q INCLUDEDIR
-   OUTPUT_VARIABLE APXS2_INCLUDEDIRS)
-   SET(CMAKE_C_FLAGS ${CMAKE_C_FLAGS} ${APXS2_C_FLAGS} 
-I${APXS2_INCLUDEDIRS})
-   EXEC_PROGRAM(${APXS2} 
-   ARGS -q LDFLAGS
-   OUTPUT_VARIABLE APXS2_LDFLAGS)
-   SET(CMAKE_SHARED_LINKER_FLAGS ${CMAKE_SHARED_LINKER_FLAGS} 
${APXS2_LDFLAGS})
+   SET(CMAKE_C_FLAGS ${CMAKE_C_FLAGS} `${APXS2} -q CFLAGS` -I`${APXS2} -q 
INCLUDEDIR`)
+   SET(CMAKE_SHARED_LINKER_FLAGS ${CMAKE_SHARED_LINKER_FLAGS} `${APXS2} 
-q LDFLAGS`)
EXEC_PROGRAM(${APXS2}
ARGS -q libexecdir
OUTPUT_VARIABLE MOD_DIR)


Bug#383956: Small patch

2006-08-20 Thread Damián Viano
There is a typo that probably worked previously due to the different
behaviour of cmake, changing the $(streamindex_LIBS) for
${streamindex_LIBS} in src/streamindexer/CMakeLists.txt seems to fix the
FTBFS, I'd provide a patch but I'm having problems with cdbs, so I'll
leave it to you to patch it.

Note that debian/patches/12_shared_streamindexer.diff would probably
have to be regenerated since include that line in the context of another
change.

Hope to help,

-- 
Damián Viano(Des)  ¯ ¯ - _   _ - ¯ ¯
GPG: 0x6EB95A6F Debian ¯-_GNU_-¯ Linux
Web: http://damianv.com.ar/   ¯-¯


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



Bug#369445: Couldn't reproduce the bug

2006-08-19 Thread Damián Viano
Hi, I've tried to reproduce this bug today with the provided gmoorc in
an up-to-date sid and couldn't do it. Gmoo started fine every time.

I even tried installing only xorg and xfonts-base (suspecting from the
fonts critical message) in a chroot and not even in that reduced
environment could I reproduce the segfault.

Can you still reproduce this?

-- 
Damián Viano(Des)  ¯ ¯ - _   _ - ¯ ¯
GPG: 0x6EB95A6F Debian ¯-_GNU_-¯ Linux
Web: http://damianv.com.ar/   ¯-¯


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



Bug#299462: Couldn't reproduce it

2006-08-02 Thread Damián Viano
I've tried to reproduce this bug today and couldn't do it, is this still
an issue? Can someone provide an url to test if that's the case?

I've tagged accordingly, feel free to retag, of course.

Damián Viano(Des)


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



Bug#377358: Also fixed

2006-07-18 Thread Damián Viano
As with #377234 this builds fine in my sid pbuilder.

Hope to help.

Damián Viano(Des).


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



Bug#377234: This seems fixed

2006-07-12 Thread Damián Viano
At least #377259 is closed and gnome-keyring seems to build fine here on
pbuilder.

Hope to help,

Damián Viano(Des)


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



Bug#377090: Geany in Unstable

2006-07-09 Thread Damián Viano
#Enrico you may ignore this paragraph, it's for the bts :-)
tags 377060 pending fixed-upstream
tags 377090 pending fixed-upstream
tags 377061 upstream
severity 377061 whishlist
thanks control, lots of work this time eh?

On Sun, Jul 09, 2006 at 07:07:28PM +0200, Enrico Tröger wrote:
 I had a look at the three bug reports.
 But before a small question: the Debian BTS doesn't offer the
 possibility to add comments to bug reports? Or did I just miss the
 option? (didn't use the BTS in the past)

I guess you just didn't look for it in the right place. The BTS doesn't
have a web interface (at least not for now), it's pretty much handled by
mail or cli (see reportbug command for that).

Anyway, for just adding info/comments to a bug you can simply mail
bugnumber@bugs.debian.org, which also happens to be the first link
(mailto:...) in http://bugs.debian.org/bugnumber.

More info about the BTS in: http://www.debian.org/Bugs/Developer

 About the bugs:
 #377060: geany: find box doesnt get focus for paste operation
 - is already fixed in SVN.
 #377090: geany: autocompletion shouldn't be used for constructs inside
 a string 
 - also already fixed in SVN

Ok, thanks, I'll close them in the next upload, meanwhile I'm tagging
them accordingly by this very mail.

 #377061: geany: goto tag definition/declaration doesnt work
 - this is not a bug but an intended feature of Geany.
 It finds only declarations and definitions when it is in an opened file.

Ok, I guess this would make the bug a feature request, so I'm changing
the severity.

 If the BTS doesn't support comments, I'll write a mail separately to
 Yves-Alexis and explain it to him.

I'm sending this explanations to the BTS as well, so Yves-Alexis would be
aware.

 For the two bugs which are already fixed, do you want a patch against
 0.7.1 for both, or how do we want to proceed?

If you provide them I'll make another upload also adding Nick's email
to the copyright, but I feel they can wait till next release also, so
it's up to you and how much work that would be for you.

Thanks for your quick reply, and thank you, Yves-Alexis, for your
reports.

Damián Viano(Des).


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



Bug#376961: developers-reference: Include CVE numbers in changelog as best practice

2006-07-05 Thread Damián Viano
Package: developers-reference
Severity: wishlist
Tags: patch

Today I searched about including CVE numbers[1] in old entries on the
changelog in the dev-ref and didn't found it, so after asking in #d-d,
here is a patch. Feel free to rephrase since I'm not native english
speaker.

Hope to help,
--- developers-reference.sgml   2006-07-04 19:33:41.0 -0300
+++ developers-reference.sgml.des   2006-07-04 19:45:07.0 -0300
@@ -3926,6 +3926,8 @@
 When referring to bugs, don't assume anything.  Say what the problem
 was, how it was fixed, and append the closes: #n string.  See
 ref id=upload-bugfix for more information.
+  p
+When closing security bugs include CVE/DSA numbers as well as the closes: 
#n when apropiate, this is usefull for the security team to track 
vulnerabilities. If the advisory is released after the upload you may add the 
identifiers to the changelog on the entry that fixed the advisory in your next 
upload.
 
 
sect1 id=bpp-changelog-misconceptions


Bug#343907: Can you please provide more info?

2006-07-05 Thread Damián Viano
Can you test if this happens with the lastest cgiirc in debian?[*] Can
anyone else reproduce this?

I've tried with mozilla firefox and IE and couldn't reproduce this.

Damián Viano(Des).

[*] Let me know if you need a cgiirc instalation, I have one (priv. mail
pls)


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



Bug#362856: Package ready

2006-07-05 Thread Damián Viano
Just a small note to let everyone know that I have this package working,
and available at http://damianv.com.ar/cgi-bin/packages.cgi

I'll be uploading through a sponsor soon (actually contact me if you
want to sponsor it :-).

Damián Viano(Des).


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



Bug#376320: Problem found?

2006-07-02 Thread Damián Viano
I think I found the problem, the docs, changelogs and man's are
installed by dh_* helpers in build-indep which according to [1] has not
been run. That's because the buildd is trying to build only
arch-specific packages, as stated in [1]:

 dpkg-genchanges: arch-specific upload - not including arch-independent
 packages

You should probably re-read [2], since AIUI binary-indep target is to
create *packages* with arch: all, in other words arch-indep, but not
to make steps of the build that are arch-indep.

Damián Viano(Des).

[1]
http://buildd.debian.org/fetch.php?pkg=cmusver=2.0.3-1arch=i386stamp=1151261437file=logas=raw
[2] http://www.debian.org/doc/debian-policy/ch-source.html#s-debianrules


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



Bug#376358: patch and further work

2006-07-02 Thread Damián Viano
Hi,
I've made this patch, which avoids the FTBFS, by removing the
bashisms. Anyway lintian gave a couple of errors when building the
package, so in the meantime I'll let the patch here and will be working
in those errors/warnings.

--- socketapi-1.7.0/debian/rules2006-07-02 09:47:06.0 -0300
+++ socketapi-1.7.0.des/debian/rules2006-07-02 09:05:30.0 -0300
@@ -60,7 +60,7 @@
 
cp -p debian/copyright $(docdir)
cp -p debian/changelog $(docdir)/changelog.Debian
-   tar cf $(docdir)/examples/cppsocket_programs.tar --exclude .libs --exclu
de .deps cppsocket_programs/{README,*.cc,*.h}
+   tar cf $(docdir)/examples/cppsocket_programs.tar --exclude .libs --exclu
de .deps cppsocket_programs/README cppsocket_programs/*.cc cppsocket_programs/*.
h
tar cf $(docdir)/examples/socket_programs.tar --exclude .libs --exclude 
.deps socket_programs/*.c
cd $(docdir)  bzip2 -9 examples/*
cd $(docdir)  gzip -9 changelog.Debian

I'll report here soon with the other fixes. Hope to help.

Damián Viano(Des).


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



Bug#376378: dh-make: manpage.xml.ex produces 2 author sections

2006-07-02 Thread Damián Viano
Package: dh-make
Version: 0.41
Severity: normal
Tags: patch

The manpage.xml.ex template includes an author secction and a refentry
for the author wich produces 2 author sections in the final manpage.

This patch removes the author refentry instance. It works for me, but YMMV.

--- dh-make-0.41/lib/debian/manpage.xml.ex  2006-06-02 08:02:45.0 -0
300
+++ dh-make-0.41.des/lib/debian/manpage.xml.ex  2006-07-02 09:07:26.0 -0
300
@@ -49,10 +49,6 @@
 address
   dhemail;
 /address
-author
-  dhfirstname;
-  dhsurname;
-/author
 copyright
   year2003/year
   holderdhusername;/holder

Hope to help,
Damián Viano(Des).


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



Bug#376358: Further work

2006-07-02 Thread Damián Viano
Ok, here I include attached the following incremental patches:
 - bashism.patch: previous patch that removes bashisms from debian/rules
 - binary-indep.patch: adds required target to debian/rules
 - ldconfig.patch: adds post{rm,inst} ldconfig calls

Also AFAICS the package could be updated to 3.7.2 standards without
any modification, altough I didn't thouroughly checked it I did gave
look at the upgrade-checklist and nothing seemed applicable.

linda complains about: 
W: socketapi1; The library libcppsctpsocket is not in a shlibs file.
W: socketapi1; The library libsctpsocket is not in a shlibs file.

which I'm not certain if/how to fix, since the package already provides a
shlibs file with:
libsctpsocket-170   1   socketapi (= 1.7.0-1)
libcppsctpsocket-1701   socketapi (= 1.7.0-1)

I dunno if that's right...

Hope to help,

Damián Viano(Des).
diff -Nura socketapi-1.7.0/debian/rules socketapi-1.7.0.des/debian/rules
--- socketapi-1.7.0/debian/rules2006-07-02 09:47:06.0 -0300
+++ socketapi-1.7.0.des/debian/rules2006-07-02 14:08:35.0 -0300
@@ -60,7 +60,7 @@
 
cp -p debian/copyright $(docdir)
cp -p debian/changelog $(docdir)/changelog.Debian
-   tar cf $(docdir)/examples/cppsocket_programs.tar --exclude .libs 
--exclude .deps cppsocket_programs/{README,*.cc,*.h}
+   tar cf $(docdir)/examples/cppsocket_programs.tar --exclude .libs 
--exclude .deps cppsocket_programs/README cppsocket_programs/*.cc 
cppsocket_programs/*.h
tar cf $(docdir)/examples/socket_programs.tar --exclude .libs --exclude 
.deps socket_programs/*.c
cd $(docdir)  bzip2 -9 examples/*
cd $(docdir)  gzip -9 changelog.Debian
diff -Nura socketapi-1.7.0/debian/rules socketapi-1.7.0.des/debian/rules
--- socketapi-1.7.0/debian/rules2006-07-02 09:47:06.0 -0300
+++ socketapi-1.7.0.des/debian/rules2006-07-02 14:08:35.0 -0300
@@ -86,6 +86,7 @@
 define checkdir
test -f debian/rules
 endef
+binary-indep:
 
 binary: binary-indep binary-arch
diff -Nura socketapi-1.7.0/debian/postinst socketapi-1.7.0.des/debian/postinst
--- socketapi-1.7.0/debian/postinst 1969-12-31 21:00:00.0 -0300
+++ socketapi-1.7.0.des/debian/postinst 2006-07-02 10:00:31.0 -0300
@@ -0,0 +1,5 @@
+#!/bin/sh
+set -e
+if [ $1 = configure ]; then
+   ldconfig
+fi
diff -Nura socketapi-1.7.0/debian/postrm socketapi-1.7.0.des/debian/postrm
--- socketapi-1.7.0/debian/postrm   1969-12-31 21:00:00.0 -0300
+++ socketapi-1.7.0.des/debian/postrm   2006-07-02 10:00:49.0 -0300
@@ -0,0 +1,5 @@
+#!/bin/sh
+set -e
+if [ $1 = remove ]; then
+   ldconfig
+fi
diff -Nura socketapi-1.7.0/debian/rules socketapi-1.7.0.des/debian/rules
--- socketapi-1.7.0/debian/rules2006-07-02 09:47:06.0 -0300
+++ socketapi-1.7.0.des/debian/rules2006-07-02 11:01:08.0 -0300
@@ -46,6 +46,8 @@
cd debian/tmp  install -d usr/bin
 
cd debian  install -m 644 shlibs $(plib)/DEBIAN
+   cd debian  install -m 755 postinst $(plib)/DEBIAN
+   cd debian  install -m 755 postrm $(plib)/DEBIAN
 
cd shared/usr/lib  chrpath --delete libcppsctpsocket-170.so.1.0.7
cd shared/usr/lib  $(STRIP) --strip-unneeded 
libsctpsocket-170.so.1.0.7


Bug#374677: this is a linux-kernel-headers problem

2006-06-27 Thread Damián Viano
On Tue, Jun 27, 2006 at 10:45:50PM +0200, Steinar H. Gunderson wrote:
 On Sat, Jun 24, 2006 at 03:21:15PM -0300, Damián Viano wrote:
  I've chased this one unto asm-i486/page.h in 2.6.17.1 where you can
  find:
 
 Are you sure including asm/io.h from userspace is even allowed?

AFAICS inb/outb(2) are declared there, and: 

 They  are  primarily  designed for internal kernel use, but can be
 used from user space.

Damián Viano(Des).


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



Bug#374677: this is a linux-kernel-headers problem

2006-06-24 Thread Damián Viano
reassign 374677 linux-kernel-headers 2.6.17.1
thanks

I've chased this one unto asm-i486/page.h in 2.6.17.1 where you can
find:

#define __PAGE_OFFSET   CONFIG_PAGE_OFFSET
#define PAGE_OFFSET   ((unsigned long)__PAGE_OFFSET)
#define __pa(x) ((unsigned long)(x)-PAGE_OFFSET)

while in linux-kernel-headers 2.6.13+0rc3-2.1:

#define __PAGE_OFFSET   (0xC000)
#define PAGE_OFFSET   ((unsigned long)__PAGE_OFFSET)
#define __pa(x) ((unsigned long)(x)-PAGE_OFFSET)

This is all in i386, I've been told by Clint that this it's not the case
for sparc. Dunno about other arches, but I don't see the point on
providing a header that depends on a value not defined somewhere:

[EMAIL PROTECTED]/# grep #define  *CONFIG_PAGE_OFFSET `dpkg -L 
linux-kernel-headers`
[EMAIL PROTECTED]/# 

My guess is that CONFIG_PAGE_OFFSET should be defined in
linux/autoconf.h.

The build is succesful with l-k-h 2.6.13+0rc3-2.

Hope to help.

Damián Viano(Des).


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



Bug#370060: Segmentation fault if linked with the pthread library

2006-06-18 Thread Damián Viano
On Tue, Jun 06, 2006 at 11:59:14PM +0100, David Given wrote:
 Damián Viano wrote:
 [...]
  I'm writing you just to let you know that your bug-report didn't fall
  into void. I'm currently looking into this, and will report back to you
  and the bug when I have something more usefull.
 
 Excellent --- thanks!
 
 I've actually found a possibly related problem, which I haven't managed to
 isolate yet; what I appear to be seeing is that an exception thrown by (some
 C++ running in) one coroutine is ignoring the coroutine's own try{} block and
 being caught by the one in co_main instead. Needless to say, this is causing
 my app to go wrong. I have managed to get identical code behaving differently
 if compiled on either the i386 and ARM, but unfortunately this involves
 running the entire app, which isn't convenient. Does this ring any bells?

Yes, this is probably the same sort of error. Maybe you can reduce it
to a simpler test case? 

  By the moment I was able to reproduce the bug in an arm4 machine
  through a friend, I hope i could get direct/semi-direct access this
  machine soon so I could investigate firther.

I've been investigating this a while now and have some ideas/pointers
but no solution nor clear identification of the exact problem. I'll keep
digging.

Meanwhile I thought to drop you and the bug this note about my
findings.

It seems that arm lack support for {make,get,swap}context() calls so
an alternate way of creating the context for the threads is used. This
uses a very clever hack of sigaltstack an a little trickery with
setjmp/longmp to get a stack for the threads. The problem seems to be
that pthread uses the same trick, so there might possibly lay the problem.

However, forcing the alternative stack (by commenting
HAVE_{MAKE,GET,SWAP}CONTEXT in config.h) didn't allowed me to reproduce
the bug in i386. This may be because my guess is wrong, because pthread
uses {get,make,swap}context calls instead of this trick on i386 so there's 
no clashing, or because there is something specific to arm that make
this use-case fail.

I'll keep looking because I'm still not fully convinced that, even
though both libraries used the same trick, this use should not work.

Btw, here I leave the backtrace of the proposed testcase:

Program received signal SIGSEGV, Segmentation fault.
0x4003fc08 in __pthread_sighandler () from /lib/libpthread.so.0
(gdb) bt
#0  0x4003fc08 in __pthread_sighandler () from /lib/libpthread.so.0
#1  signal handler called
#2  0x400ba968 in sigsuspend () from /lib/libc.so.6
#3  0x4001edf0 in co_set_context (ctx=0x11050, func=0x4001f14c,
stkbase=0x11150 , stksiz=value optimized out) at pcl.c:281
#4  0x4001eea4 in co_create (func=0x8768 switch_bench, data=0x0,
stack=0x11050, size=value optimized out) at pcl.c:401
#5  0x8820 in main (argc=1, argv=0xbec555f4) at cobench.c:70

Damián Viano(Des).


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



Bug#351954: This seems fixed already, but not in sarge

2006-05-30 Thread Damián Viano
According to the log attached the problem comes from powerpc-utils
failure to install, this is #332926 and have been fixed in
powerpc-utils/1.1.3-18.

The problem remains in bootstrapping sarge, AFAICS, but it' s not a bug
in cdebootstrap.

Bastian, it's your call how to further handle this.

Hope to help.

Damián Viano(Des).


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



Bug#317759: ITP not fulfilled

2006-05-29 Thread Damián Viano
On Mon, May 29, 2006 at 12:31:49AM -0500, David Moreno Garza wrote:
 Damián Viano wrote:
  This ended up being a complex/useless package for many reasons.
  If 1 binary package is created then:
  * You have several sources
  * You have a lot of dependencies
  * Each script requires different handling/setup to work
 
 I really don't see why this is complex or useless.

The mayor problem I see with this approach is the dependency on every
VCS. Right now that would be arch(tla), bazaar, bazaar-ng, bitkeeper(?), cvs,
darcs and svn. Besides python, perl and bash (maybe any sh would do)
which are the languages in which the scripts are written (this is a
non-issue since everything is quite base in a developer desktop).

Another problem is the lack of a orig.tar.gz with proper releases, so
the tar.gz should be created and maintained up to date (which I'm not
sure if is policy compliant) or make it a native package (which still
make it hard to keep it up to date).

 I agree this could be the best approach, to deliver one big package with
 all dependencies covered and all the sources included. If each script
 needs handling/setup, is there anything the user is not supposed to do?
 I mean, the user configuration is obviously needed by such a tool.

Yes, user configuration is fine with me. I just would expect more
consistency about how to configure the scripts provided by one package
(I've been fiddling with the idea of a enable-cia script that given a
repository would set it up (with user provided input) to post to cia).

Maybe I'm just being too demanding on this and we can get along 
with a 'you are a developer you should know what you are doing and
setup everything by hand' policy. I may be talked to this.

  I would like to hear if someone have creative solutions to the
  problems stated and even would consider retaking the package. Meanwhile
  I'm dropping the ITP.
 
 I really, really can't see the problem.

Hope you can see my point of view better now, comments are more than
welcome.

Damián Viano(Des)


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



Bug#317759: ITP not fulfilled

2006-05-28 Thread Damián Viano
noowner 317759
retitle 317759 RFP: cia-clients -- Collection of CIA client scripts
thanks

This ended up being a complex/useless package for many reasons.
If 1 binary package is created then:
* You have several sources
* You have a lot of dependencies
* Each script requires different handling/setup to work

If 1 binary per script is created then:
* You end with lots of not so useful small packages
* Inconsistency between scripts handling/setups remains

Besides this problems I do found that every script is bsd or bsd-like
licensed, either directly or by stating that their are derivative of
others bsd-licensed scripts. So the license wouldn't be a problem AFAICS.

I would like to hear if someone have creative solutions to the
problems stated and even would consider retaking the package. Meanwhile
I'm dropping the ITP.

Damián Viano(Des)


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



Bug#364309: www.debian.org: Languages names have inconsistent capitalization

2006-04-22 Thread Damián Viano
Package: www.debian.org
Severity: minor
Tags: l10n

It would be nice if this gets consistent.

 (Arabiya)  Български (Bəlgarski)  català  česky  dansk  Deutsch
 Ελληνικά (Ellinika)  español  Esperanto  français  한국어 (Hangul)
 Հայերեն (hayeren)  Italiano  magyar  Nederlands  日本語 (Nihongo)
 polski  Português  română  Русский (Russkij)  slovensky  suomi  svenska
 Türkçe  українська (ukrajins'ka)  中文(简)  中文(HK)  中文(繁)


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



Bug#364312: www.debian.org: new packages.d.o/changelog:$PACKAGE doesn't work with libraries

2006-04-22 Thread Damián Viano
Package: www.debian.org
Severity: normal

I love this feature, but found that libraries should get special
treatment, currently

http://packages.debian.org/changelog:libcaca-dev 

gets translated to:

http://packages.debian.org/changelogs/pool/main/l/libcaca/current/changelog

but it should get translated to:

http://packages.debian.org/changelogs/pool/main/libc/libcaca/current/changelog

Hope to help, and keep up the good work :-)

Damián Viano(Des).


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



Bug#362856: ITP: yeahconsole -- drop-down X terminal emulator wrapper

2006-04-15 Thread Damián Viano
Package: wnpp
Severity: wishlist
Owner: Damián Viano [EMAIL PROTECTED]

* Package name: yeahconsole
  Version : 0.3.4
  Upstream Author : knorke [EMAIL PROTECTED]
* URL : http://phrat.de/yeahtools.html
* License : GPL2
  Description : drop-down X terminal emulator wrapper

 Yeahconsole puts an X terminal emulator window on top of your screen that
 drops-down like a console found in many games (similar to quake). It's
 visibility can be toggled by a keyboard shortcut. Currently supports xterm 
 and urxvt.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing-proposed-updates
  APT policy: (500, 'testing-proposed-updates'), (500, 'testing'), (500, 
'stable')
Architecture: i386 (i586)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.8.1des-nv
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)


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



Bug#360340: ITP: libpcl1 -- the Portable Coroutine Library (PCL) implements the low level functionality for coroutines

2006-04-01 Thread Damián Viano
Package: wnpp
Severity: wishlist
Owner: Damián Viano [EMAIL PROTECTED]

* Package name: libpcl1
  Version : 1.6
  Upstream Author : Davide Libenzi davidel@xmailserver.org
* URL : http://www.xmailserver.org/libpcl.html
* License : GPL
  Description : the Portable Coroutine Library (PCL) implements the low 
level functionality for coroutines

Coroutines are a very simple cooperative multitasking environment where
the switch from one task to another is done explicitly by a function
call. Coroutines are a lot faster than processes or threads switch,
since there is no OS kernel involvement for the operation. Also
coroutines require much less OS resources than processes of threads.

For a more complete definition of the term coroutine see The Art of
Computer Programming by Donald E. Knuth.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing-proposed-updates
  APT policy: (500, 'testing-proposed-updates'), (500, 'testing'), (500, 
'stable')
Architecture: i386 (i586)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.8.1des-nv
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)


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



Bug#317759: ITP: ciabot -- CIA bot client scripts for svn, arch, cvs, etc

2006-03-05 Thread Damián Viano
owner 317759 [EMAIL PROTECTED]
retitle 317759 ITP: cia-clients -- Collection of CIA client scripts
thank

* Package name: cia-clients
  Version : 0.1
Upstream Author : Several authors
* URL : http://cia.navi.cx/doc/clients
* License : GPL-2, GPL, BSD, others
  Description : Collection of CIA client scripts

CIA is a system for tracking open-source projects in real-time.
People all over the world are constantly collaborating and creating
software, creating a constant flow of new code and new ideas. CIA
provides an easy way for people to observe this flow. Developers can
see the latest changes to their code immediately, users can subscribe
to see the latest bugfixes in their favorite programs. Everyone can
take a chance to step back and look at open source development as a
whole.

This collection include CIA client scripts for:
 * Arch
 * Bazaar
 * Bazaar-NG (bzr)
 * BitKeeper
 * CVS
 * Darcs
 * Subversion (for subversion you may also check svnmailer package)


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



Bug#354896: ITP: bwm-ng -- small and simple console-based bandwidth monitor

2006-03-03 Thread Damián Viano
Hello,

On Thu, Mar 02, 2006 at 02:08:37AM +0100, Daniel Holbach wrote:
 you might want to have a look at
 http://archive.ubuntu.com/ubuntu/pool/universe/b/bwm-ng/ - I packaged it
 for Ubuntu already.

Thanks, I apreaciate your intrest but I like debhelper more than cdbs,
so I made it from a scratch.

Any comments or questions are more than welcome.

Damián(Des).


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



Bug#354896: ITP: bwm-ng -- small and simple console-based bandwidth monitor

2006-03-01 Thread Damián Viano
Package: wnpp
Severity: wishlist
Owner: Damián Viano [EMAIL PROTECTED]

* Package name: bwm-ng
  Version : 0.5
  Upstream Author : Volker Gropp [EMAIL PROTECTED]
* URL : http://www.gropp.org/
* License : GPL-2
  Description : small and simple console-based bandwidth monitor

Bandwidth Monitor NG is a small and simple console-based live bandwidth
monitor.

Short list of features:
   * supports /proc/net/dev, netstat, getifaddr, sysctl, kstat and libstatgrab
   * unlimited number of interfaces supported
   * interfaces are added or removed dynamically from list
   * white-/blacklist of interfaces
   * output of KB/s, Kb/s, packets, errors, average, max and total sum
   * output in curses, plain console, CSV or HTML
   * configfile

-- System Information:
Debian Release: testing/unstable
  APT prefers testing-proposed-updates
  APT policy: (500, 'testing-proposed-updates'), (500, 'testing'), (500, 
'stable')
Architecture: i386 (i586)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.8.1des-nv
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)


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



Bug#316272: #316272 w3m-img displays no images

2006-01-25 Thread Damián Viano
Package: w3m-img
Version: 0.5.1-4
Severity: important


Since this package seems to work at least in one situation (framebuffer
or x-terminal-emulator) for every involved, downgrading to important as
per:

important
a bug which has a major effect on the usability of a package,
without rendering it completely unusable to everyone.


-- System Information:
Debian Release: testing/unstable
  APT prefers testing-proposed-updates
  APT policy: (500, 'testing-proposed-updates'), (500, 'testing'), (500, 
'stable')
Architecture: i386 (i586)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.8.1des-nv
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages w3m-img depends on:
ii  libc62.3.5-8 GNU C Library: Shared libraries an
ii  libgc1c2 1:6.6-2 conservative garbage collector for
ii  libgdk-pixbuf2   0.22.0-11   The GdkPixBuf image library, gtk+ 
ii  libglib1.2   1.2.10-10.1 The GLib library of C routines
ii  libgtk1.21.2.10-18   The GIMP Toolkit set of widgets fo
ii  libx11-6 6.8.2.dfsg.1-11 X Window System protocol client li
ii  libxext6 6.8.2.dfsg.1-11 X Window System miscellaneous exte
ii  libxi6   6.8.2.dfsg.1-11 X Window System Input extension li
ii  w3m  0.5.1-4 WWW browsable pager with excellent
ii  xlibs6.8.2.dfsg.1-11 X Window System client libraries m

w3m-img recommends no packages.

-- no debconf information


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



Bug#339790: Automatic VT allocation is unreliable

2005-11-24 Thread Damián Viano
Tags: +patch upstream

This bug is from upstream, and is fixed. Here is the bugzilla entry with
the corresponding fix. Hope to see it in debian soon as this bug is
really bugging me :-D

http://bugzilla.gnome.org/show_bug.cgi?id=322137

Hope to help

Damián(Des).


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