Bug#1051878: maint-guide: quilt configuration in bashrc fail if quilt is uninstalled

2023-09-13 Thread Guillermo Reisch
Package: maint-guide
Version: 1.2.53
Severity: normal
Tags: patch

in 3.1 Setting up quilt
if quilt is not installed bash init whit error!

The code:

'''
. /usr/share/bash-completion/completions/quilt
complete -F _quilt_completion -o filenames dquilt
'''

Shoud be change for:

'''
if [ -f /usr/share/bash-completion/completions/quilt ]; then
. /usr/share/bash-completion/completions/quilt
complete -F _quilt_completion -o filenames dquilt
if
'''

Greetings
Guillermo Reisch


-- System Information:
Debian Release: trixie/sid
  APT prefers stable-security
  APT policy: (500, 'stable-security'), (500, 'oldstable-security'), (500, 
'oldoldstable'), (500, 'unstable'), (500, 'stable'), (500, 'oldstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386, armel

Kernel: Linux 6.4.0-2-amd64 (SMP w/4 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=es_UY.UTF-8, LC_CTYPE=es_UY.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

maint-guide depends on no packages.

maint-guide recommends no packages.

Versions of packages maint-guide suggests:
ii  debian-policy 4.6.2.0
pn  developers-reference  
ii  devscripts2.23.6
pn  dh-make   
pn  doc-base  
pn  dupload | dput
ii  fakeroot  1.32.1-1
ii  lintian   2.116.3
pn  pbuilder  
pn  quilt     

-- no debconf information
>From 395c6eca54356603a29fd323358df04010534287 Mon Sep 17 00:00:00 2001
From: Guillermo Reisch 
Date: Wed, 13 Sep 2023 16:53:52 -0300
Subject: [PATCH] fix bash error if quilt is uninstalled

---
 doc/03_modify.xml | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/doc/03_modify.xml b/doc/03_modify.xml
index 8903727..2251cac 100644
--- a/doc/03_modify.xml
+++ b/doc/03_modify.xml
@@ -19,8 +19,10 @@ shell completion feature of the quilt 
command to the
 
 
 alias dquilt="quilt --quiltrc=${HOME}/.quiltrc-dpkg"
-. /usr/share/bash-completion/completions/quilt
-complete -F _quilt_completion -o filenames dquilt
+if [ -f /usr/share/bash-completion/completions/quilt ]; then
+. /usr/share/bash-completion/completions/quilt
+complete -F _quilt_completion -o filenames dquilt
+fi
 
 
 Then let's create ~/.quiltrc-dpkg as follows:
-- 
2.40.1



Bug#1029194: libvulkan-dev: No longer multi-arch installable

2023-01-21 Thread Guillermo Reisch
Package: libvulkan-dev
Version: 1.3.236.0-1
Followup-For: Bug #1029194

This is the diff of the file.

$ diff 
libvulkan-dev_1.3.236.0-1_amd64/usr/share/cmake/VulkanHeaders/VulkanHeadersConfigVersion.cmake
  
libvulkan-dev_1.3.236.0-1_i386/usr/share/cmake/VulkanHeaders/VulkanHeadersConfigVersion.cmake
61c61
< if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "8" STREQUAL "")
---
> if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "4" STREQUAL "")
66,67c66,67
< if(NOT CMAKE_SIZEOF_VOID_P STREQUAL "8")
<   math(EXPR installedBits "8 * 8")
---
> if(NOT CMAKE_SIZEOF_VOID_P STREQUAL "4")
>   math(EXPR installedBits "4 * 8")



-- System Information:
Debian Release: bookworm/sid
  APT prefers oldoldstable
  APT policy: (500, 'oldoldstable'), (500, 'unstable'), (500, 'oldstable'), (1, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.1.0-1-amd64 (SMP w/4 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=es_UY.UTF-8, LC_CTYPE=es_UY.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages libvulkan-dev depends on:
ii  libvulkan1  1.3.236.0-1
ii  python3 3.11.1-1

libvulkan-dev recommends no packages.

libvulkan-dev suggests no packages.

-- no debconf information



Bug#859213: x11vnc: stack smashing detected: x11vnc terminated

2018-04-28 Thread Guillermo Reisch
I try the patch provided by "Jun Kobayashi (jkbys)" on 2017-07-19: 
x11vnc.debdiff Edit (2.2 KiB, text/plain)

Well... First I change the debdiff to be apply over x11vnc-0.9.13-5 (instead of 
0.9.13-2) : 
after apply the debdiff, generate the package, and install I tested.

After 30min NO STACK SMACHING.. I try make popup menu like crazy and no fail. I 
cannot 
reproduce the fail anymore.

I make a roolback to previus version (only for sanity check) and after 5min 
stack smashing 
detected...

Then YES, the patch fix the problem.
I will continue testing, any problem i will notifi

PS; Adj. debdiff

Guillermo Reisch


El martes, 24 de abril de 2018 04:56:55 -03 Nikita Youshchenko escribió:
> Hi.
> 
> Thank you for the reminder.
> 
> As far as I understand, this issue is patched in ubuntu
> (https://bugs.launchpad.net/ubuntu/+source/x11vnc/+bug/1686084).
> 
> Did you try their patch? Does it fix the issue for you?
> 
> I've adopted x11vnc package recently and I will try to go through list
> of open issues soon.
> 
> Nikita
> 
> > This problem is still present in version: x11vnc 0.9.13-5 (sid)
> > 
> >  
> > 
> > Note: Lots of errors in debian are already fixed in patch in a lots of
> > bugs! But, lots of package are "orphan"... and you can't upload a simple
> > patch without going through a traumatizing "adoption".
> > 
> >  
> > 
> > PS: Sory my bad ingles. :-P
> > 
> >  
> > 
> > Guillermo Reisch
> > 
> > UInf - FENF - UdelaR
> > 
> >  


diff -Nru x11vnc-0.9.13/debian/changelog x11vnc-0.9.13/debian/changelog
--- x11vnc-0.9.13/debian/changelog	2018-04-13 11:09:45.0 -0300
+++ x11vnc-0.9.13/debian/changelog	2018-04-28 01:52:36.0 -0300
@@ -1,3 +1,11 @@
+x11vnc (0.9.13-5ppa1) unstable; urgency=medium
+
+  * Add patches:
+- fix_overflow.patch - Two fixes for buffer overflows committed to
+  https://github.com/LibVNC/x11vnc/pull/25
+
+ -- Jun Kobayashi   Wed, 19 Jul 2017 12:06:45 +0900
+
 x11vnc (0.9.13-5) unstable; urgency=low
 
   * Split build and install into arch and indep parts (Closes: #895591).
diff -Nru x11vnc-0.9.13/debian/patches/fix_overflow.patch x11vnc-0.9.13/debian/patches/fix_overflow.patch
--- x11vnc-0.9.13/debian/patches/fix_overflow.patch	1970-01-01 09:00:00.0 +0900
+++ x11vnc-0.9.13/debian/patches/fix_overflow.patch	2017-07-19 12:06:45.0 +0900
@@ -0,0 +1,28 @@
+Index: x11vnc-0.9.13/x11vnc/win_utils.c
+===
+--- x11vnc-0.9.13.orig/x11vnc/win_utils.c
 x11vnc-0.9.13/x11vnc/win_utils.c
+@@ -262,8 +262,8 @@ void snapshot_stack_list(int free_only,
+ 	}
+ 
+ 	last_snap = now;
+-	if (num > stack_list_len + blackouts) {
+-		int n = 2*num;
++	if (num + blackouts > stack_list_len) {
++		int n = 2 * (num + blackouts);
+ 		free(stack_list);
+ 		stack_list = (winattr_t *) malloc(n*sizeof(winattr_t));
+ 		stack_list_len = n;
+Index: x11vnc-0.9.13/x11vnc/xrecord.c
+===
+--- x11vnc-0.9.13.orig/x11vnc/xrecord.c
 x11vnc-0.9.13/x11vnc/xrecord.c
+@@ -964,7 +964,7 @@ if (db > 1) fprintf(stderr, "record_CW-%
+ 	data = (char *)req;
+ 	data += sz_xConfigureWindowReq;
+ 
+-	for (i=0; ilength; i++) {
++	for (i = 0; i < req->length - sz_xConfigureWindowReq / 4 && i < 4; i++) {
+ 		unsigned int v;
+ 		/*
+ 		 * We use unsigned int for the values.  There were
diff -Nru x11vnc-0.9.13/debian/patches/series x11vnc-0.9.13/debian/patches/series
--- x11vnc-0.9.13/debian/patches/series	2018-04-13 11:09:45.0 -0300
+++ x11vnc-0.9.13/debian/patches/series	2018-04-28 02:02:34.0 -0300
@@ -4,3 +4,4 @@
 do-not-run-dbus-launch.patch
 enforce-bash.patch
 java_target_source.patch
+fix_overflow.patch


Bug#859213: x11vnc: stack smashing detected: x11vnc terminated

2018-04-23 Thread Guillermo Reisch
This problem is still present in version: x11vnc 0.9.13-5 (sid)

Note: Lots of errors in debian are already fixed in patch in a lots 
of bugs! But, lots of package are "orphan"... and you can't upload 
a simple patch without going through a traumatizing "adoption".

PS: Sory my bad ingles. :-P

Guillermo Reisch
UInf - FENF - UdelaR



Bug#523354: marked as done (kmail: does not prompt for passphrase when attempting to sign messages)

2016-10-22 Thread Guillermo Reisch
WORKS for my...
ii  kmail   4:16.04.3-1
Closed!


On viernes, 21 de octubre de 2016 7:30:03 P. M. UYT Debian Bug Tracking System 
wrote:
> Your message dated Fri, 21 Oct 2016 21:27:38 +0200
> with message-id <20f800c2-465b-c05f-2311-73f8028a0...@adrieng.fr>
> and subject line kmail: does not prompt for passphrase when attempting to
> sign messages has caused the Debian Bug report #523354,
> regarding kmail: does not prompt for passphrase when attempting to sign
> messages to be marked as done.
> 
> This means that you claim that the problem has been dealt with.
> If this is not the case it is now your responsibility to reopen the
> Bug report if necessary, and/or fix the problem forthwith.
> 
> (NB: If you are a system administrator and have no idea what this
> message is talking about, this may indicate a serious mail system
> misconfiguration somewhere. Please contact ow...@bugs.debian.org
> immediately.)




Bug#808986: linux-image-4.3.0-1-686-pae: Graphical crash at boot

2016-01-02 Thread Guillermo Reisch
I have a similar problem with the graphics in particular DRM (direct rendering 
manager).
It hangs all the time generating error messages that accumulate in the LOG file 
until I run out of disk space in rootfs .

Maybe it is the same problem but to you it is frozen sow hard that not allowed 
to continue.

Did you try to install linux-image-4.4.0-rc6-686-pae ? ; This fixed the problem 
, at least for me . It was probably 4.3 problem that was already solved in 
upstream .

linux 4.4 its in EXPERIMENTAL... sow
Add this line:
deb http://ftp.de.debian.org/debian/ experimental main
To /etc/apt/sources.list

apt-get update
apt-get install linux-image-4.4.0-rc6-686-pae

After install don't forget remove the line from sources.list!

Sory my bad ingles.

Hapy new year!
Grettings Guillermo Reisch!



Bug#787950: mdadm: checkarray don't work whit dash

2015-06-06 Thread Guillermo Reisch
Package: mdadm
Version: 3.3.2-5
Severity: normal
Tags: patch

I have dash installed in my system ; DASH put itself as symlink to /bin/sh
when try to run "checkarray md127" no information is displayed and no
no error is displayed...
I check the script and DIE in line 145:
###  read cur_status < $MDBASE/sync_action 
in this line DASH DIE and no error is displayed

I check anothers SHELLs and only work BASH

csh /usr/share/mdadm/checkarray md127
set: Variable name must begin with a letter.
# DIE in "set -eu"  # line 8

busybox sh /usr/share/mdadm/checkarray md127
# DONT WORK... # no info or error displayed

dash /usr/share/mdadm/checkarray md127
# DONT WORK... # no info or error displayed

ash /usr/share/mdadm/checkarray md127
# DONT WORK... # no info or error displayed

zsh /usr/share/mdadm/checkarray md127
/usr/share/mdadm/checkarray:61: read-only variable: status

Is checkarray POSIX 2 shell script compatible?
I don't know if all this shells are posix.2 compatibles but only work with
bash is not sow good, at least should work whit busybox to mdadm work
in embebed systems (ergo some NAS)

I supply a patch!
This change #!/bin/sh  =>  #!/bin/bash ; at the start of the script
Its a work around but NOW checkarray only work in bash sow its OK

SORY MY BAD INGLES :-(
Greetings Guillermo Reisch


-- Package-specific info:
--- mdadm.conf
CREATE owner=root group=disk mode=0660 auto=yes
HOMEHOST 
MAILADDR root

--- /etc/default/mdadm
INITRDSTART='all'
AUTOCHECK=true
START_DAEMON=true
DAEMON_OPTIONS="--syslog"
VERBOSE=false

--- /proc/mdstat:
Personalities : [raid1] [raid6] [raid5] [raid4] 
md126 : active raid5 sda2[2] sdb2[0] sdc2[3]
  1951479808 blocks super 1.2 level 5, 512k chunk, algorithm 5 [3/3] [UUU]
  bitmap: 3/8 pages [12KB], 65536KB chunk

md127 : active raid1 sda1[4] sdb1[0] sdc1[3]
  889280 blocks super 1.2 [3/3] [UUU]
  
unused devices: 

--- /proc/partitions:
major minor  #blocks  name

   20  4 fd0
   8   32  976762584 sdc
   8   33 889856 sdc1
   8   34  975870976 sdc2
   80  976762584 sda
   81 889856 sda1
   82  975870976 sda2
   8   16  976762584 sdb
   8   17 889856 sdb1
   8   18  975870976 sdb2
   8   48  976762584 sdd
   8   49  524288000 sdd1
   8   50  452473560 sdd2
  1103581248 sr0
   9  127 889280 md127
   9  126 1951479808 md126
 2530   26214400 dm-0
 25312097152 dm-1
 2532   52428800 dm-2
 2533   42991616 dm-3
 2534  251658240 dm-4
 2535  461373440 dm-5
 2536  118489088 dm-6
 2537  996147200 dm-7
  1111048575 sr1

--- LVM physical volumes:
  PV VG Fmt  Attr PSize PFree 
  /dev/md126 gokuvg lvm2 a--  1.82t 76.00m
--- mount output
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
proc on /proc type proc (rw,relatime)
udev on /dev type devtmpfs (rw,relatime,size=10240k,nr_inodes=214241,mode=755)
devpts on /dev/pts type devpts 
(rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /run type tmpfs (rw,nosuid,relatime,size=413872k,mode=755)
/dev/mapper/gokuvg-rootfs on / type ext4 
(rw,relatime,errors=remount-ro,stripe=128,data=ordered)
securityfs on /sys/kernel/security type securityfs 
(rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
cgroup on /sys/fs/cgroup/systemd type cgroup 
(rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
cgroup on /sys/fs/cgroup/blkio type cgroup 
(rw,nosuid,nodev,noexec,relatime,blkio)
cgroup on /sys/fs/cgroup/perf_event type cgroup 
(rw,nosuid,nodev,noexec,relatime,perf_event)
cgroup on /sys/fs/cgroup/cpuset type cgroup 
(rw,nosuid,nodev,noexec,relatime,cpuset)
cgroup on /sys/fs/cgroup/devices type cgroup 
(rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup 
(rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup 
(rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/freezer type cgroup 
(rw,nosuid,nodev,noexec,relatime,freezer)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs 
(rw,relatime,fd=21,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
mqueue on /dev/mqueue type mqueue (rw,relatime)
tmpfs on /tmp type tmpfs (rw)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
/dev/md127 on /boot type ext2 (rw,relatime)
/dev/mapper/gokuvg-data on /mnt/data type ext4 (rw,relatime,data=ordered)
/dev/mapper/gokuvg-peliculas on /mnt/peliculas type ext4 
(rw,relatime,

Bug#778804: x11-apps: Incorrect Depends on cpp (xrdb was moved to x11-xserver-utils)

2015-02-19 Thread Guillermo Reisch
Package: x11-apps
Version: 7.7+4
Severity: normal

xrdb was in x11-apps, xrdb need cpp to work

git://git.debian.org/git/pkg-xorg/app/x11-apps
checkout d251a8ca189c07129110297eb3202e55cc6e78c2
Autor: Brice Goglin   2007-03-11 20:43:40
* Restore Depends: on cpp (got lost during modularization)
  since xrdb needs it to process .Xdefaults.

Now xrdb is in another package sow "Depends: cpp" is not needed
At least i think sow :-P

Sory my bad english
Greatting Guillermo Reisch

-- System Information:
Debian Release: 8.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (500, 'oldstable'), (1, 
'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.16.0-4-686-pae (SMP w/1 CPU core)
Locale: LANG=es_UY.UTF-8, LC_CTYPE=es_UY.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages x11-apps depends on:
ii  cpp  4:4.9.2-1
ii  libc62.19-15
ii  libpng12-0   1.2.50-2+b2
ii  libsm6   2:1.2.2-1+b1
ii  libx11-6 2:1.6.2-3
ii  libxaw7  2:1.0.12-2+b1
ii  libxcursor1  1:1.1.14-1+b1
ii  libxext6 2:1.3.3-1
ii  libxft2  2.3.2-1
ii  libxkbfile1  1:1.0.8-1
ii  libxmu6  2:1.1.2-1
ii  libxmuu1 2:1.1.2-1
ii  libxrender1  1:0.9.8-1+b1
ii  libxt6   1:1.1.4-1+b1
ii  man-db   2.7.0.2-5

Versions of packages x11-apps recommends:
ii  xbitmaps  1.1.1-2

Versions of packages x11-apps suggests:
ii  mesa-utils  8.2.0-1

-- 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#740361: zenity: please update to new version 3.10 available upstream

2014-04-24 Thread Guillermo Reisch
There is a new upstream 3.12.0 in git ; that I allready package...
I fill a bug for this, including patch to update CVS zenity source package...
But maintainer dont show...

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=745464

Abandoned package?

Saluds
Guillermo Reisch


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



Bug#745464: patch

2014-04-21 Thread Guillermo Reisch
Sory, forget patch... :-P

Saluds
Guillermo Reisch
>From 122a34fe423284efa76abf59053652b5881dcc85 Mon Sep 17 00:00:00 2001
From: Guillermo Reisch 
Date: Mon, 21 Apr 2014 22:15:42 -0300
Subject: [PATCH] update to upstream 3.12.0 git tag ZENITY_3_12_0

---
 debian/changelog  | 10 ++
 debian/control|  5 +++--
 debian/control.in |  3 ++-
 debian/rules  |  5 +
 4 files changed, 20 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index da5045d..a947b83 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+zenity (3.12.0-1) unstable; urgency=low
+
+  * Update to upstream git tag ZENITY_3_12_0 commit 82069a6b59...
+  * Upstream fix #711396, #712616, #667711, #600533, #534935
+  * Upstream fix #702535, #705335, #653468, #698683
+  * Added dh-autoreconf to call autogen.sh before ./compile
+  * Added new build-depend gnome-common
+
+ -- Guillermo Reisch   Sat, 19 Apr 2014 19:06:34 -0300
+
 zenity (3.8.0-2) UNRELEASED; urgency=low
 
   * Update homepage
diff --git a/debian/control b/debian/control
index a4b815c..851424c 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Source: zenity
 Section: gnome
 Priority: optional
 Maintainer: Debian GNOME Maintainers 
-Uploaders: Emilio Pozuelo Monfort , Frederic Peters , Jordi Mallach , Laurent Bigonville , Michael Biebl 
+Uploaders: Frederic Peters , Jeremy Bicha , Jordi Mallach , Laurent Bigonville , Michael Biebl 
 Build-Depends: debhelper (>= 9),
cdbs (>= 0.4.4),
gnome-pkg-tools (>= 0.10),
@@ -16,7 +16,8 @@ Build-Depends: debhelper (>= 9),
libglib2.0-dev,
libgtk-3-dev (>= 3.0.0),
libnotify-dev (>= 0.6.1),
-   libwebkitgtk-3.0-dev (>= 1.4.0)
+   libwebkitgtk-3.0-dev (>= 1.4.0),
+   gnome-common (>= 3.12.0)
 Standards-Version: 3.9.4
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/zenity
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/zenity
diff --git a/debian/control.in b/debian/control.in
index 5f58f7d..43c8deb 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -11,7 +11,8 @@ Build-Depends: debhelper (>= 9),
libglib2.0-dev,
libgtk-3-dev (>= 3.0.0),
libnotify-dev (>= 0.6.1),
-   libwebkitgtk-3.0-dev (>= 1.4.0)
+   libwebkitgtk-3.0-dev (>= 1.4.0),
+   gnome-common (>= 3.12.0)
 Standards-Version: 3.9.4
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/zenity
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/zenity
diff --git a/debian/rules b/debian/rules
index b5ddf8f..31c4bcf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,8 @@
 #!/usr/bin/make -f
 
+#export DH_VERBOSE=1
+
+include /usr/share/cdbs/1/rules/autoreconf.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/gnome.mk
 include /usr/share/cdbs/1/rules/utils.mk
@@ -11,3 +14,5 @@ DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper
 LDFLAGS += -Wl,-O1 -Wl,-z,defs -Wl,--as-needed
 
 DEB_DH_INSTALL_ARGS += --list-missing
+DEB_DH_AUTORECONF_ARGS += ./autogen.sh
+
-- 
1.8.5.2.297.g3e57c29



Bug#745464: zenity: please update to new version 3.12.0 available upstream

2014-04-21 Thread Guillermo Reisch
Package: zenity
Version: 3.12.0-1
Severity: normal
Tags: patch

This is a patch to devel 3.12.0 release what is in .git repository
https://git.gnome.org/browse/zenity/snapshot/ZENITY_3_12_0.tar.gz

# It need to download the git TAG "ZENITY_3_12_0"
wget https://git.gnome.org/browse/zenity/snapshot/ZENITY_3_12_0.tar.gz
tar -xvzf ZENITY_3_12_0.tar.gz
mv ZENITY_3_12_0 zenity-3.12.0   # name friendly :-)
tar -cvzf zenity_3.12.0.orig.tar.gz zenity-3.12.0

in CVS of zenity source package apply the patch
and "dpgk-buildpackage" and "debrelease"

Saluds
Guillermo Reisch


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

Kernel: Linux 3.13-1-686-pae (SMP w/2 CPU cores)
Locale: LANG=es_UY.UTF-8, LC_CTYPE=es_UY.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages zenity depends on:
ii  libc6   2.18-4
ii  libgdk-pixbuf2.0-0  2.30.6-1
ii  libglib2.0-02.40.0-2
ii  libgtk-3-0  3.12.0-4
ii  libnotify4  0.7.6-2
ii  libpango-1.0-0  1.36.3-1
ii  libwebkitgtk-3.0-0  2.2.6-1
ii  libx11-62:1.6.2-1
ii  zenity-common   3.12.0-1

zenity recommends no packages.

zenity suggests no packages.

-- 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#734960: m64py: Don't start if attach a Joystick

2014-01-11 Thread Guillermo Reisch
Package: m64py
Version: 0.1.8-1
Severity: normal
Tags: patch

Error to open m64py when attach a Joystick.

## COMPLETE LOG ##
guille@goku:~/src/m64py/src/m64py/frontend$ m64py 
 __  __ __   _  _     _
|  \/  |_   _ _ __   ___ _ __  / /_ | || | |  _ \| |_   _ ___  
| |\/| | | | | '_ \ / _ \ '_ \| '_ \| || |_| |_) | | | | / __| 
| |  | | |_| | |_) |  __/ | | | (_) |__   _|  __/| | |_| \__ \ 
|_|  |_|\__,_| .__/ \___|_| |_|\___/   |_| |_|   |_|\__,_|___/ 
 |_|   

M64Py - A frontend for Mupen64Plus version 0.1.8

Frontend: INFO: ScreenSaver not available: 
org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.ScreenSaver 
was not provided by any .service files
Frontend: INFO: No OpenGL_accelerate module loaded: No module named 
OpenGL_accelerate
Traceback (most recent call last):
  File "/usr/bin/m64py", line 83, in 
main()
  File "/usr/bin/m64py", line 68, in main
window = MainWindow((opts, args))
  File "/usr/lib/python2.7/dist-packages/m64py/frontend/mainwindow.py", line 
69, in __init__
self.worker = Worker(self)
  File "/usr/lib/python2.7/dist-packages/m64py/frontend/worker.py", line 42, in 
__init__
self.settings = Settings(self.parent)
  File "/usr/lib/python2.7/dist-packages/m64py/frontend/settings.py", line 42, 
in __init__
self.input = Input(self.parent)
  File "/usr/lib/python2.7/dist-packages/m64py/frontend/input.py", line 48, in 
__init__
self.add_items()
  File "/usr/lib/python2.7/dist-packages/m64py/frontend/input.py", line 97, in 
add_items
devices.append((self.tr("Joystick %s (%s)" % (num, joy), num)))
TypeError: QObject.tr(str, str disambiguation=None, int n=-1): argument 2 has 
unexpected type 'int'

## LOG END 

PATCH TO FIX!


guille@goku:~/src/m64py/src/m64py/frontend$ diff -Naur input.py 
/usr/lib/python2.7/dist-packages/m64py/frontend/input.py 
--- input.py2014-01-11 00:47:22.834258929 -0200
+++ /usr/lib/python2.7/dist-packages/m64py/frontend/input.py2014-01-11 
07:05:53.023813412 -0200
@@ -94,7 +94,7 @@
 
 devices = [(self.tr("Keyboard/Mouse"), -1)]
 for num, joy in enumerate(self.joystick.joystick_names):
-devices.append((self.tr("Joystick %s (%s)" % (num, joy), num)))
+devices.append((self.tr("Joystick %s (%s)" % (num, joy)), num))
 
 for device, dtype in devices:
 self.comboDevice.addItem(device, dtype)


It's a simple BRACKETS error :-P


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

Kernel: Linux 3.12-1-686-pae (SMP w/2 CPU cores)
Locale: LANG=es_UY.UTF-8, LC_CTYPE=es_UY.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages m64py depends on:
ii  libsdl1.2-dev  1.2.15-8
ii  python-qt4 4.10.3+dfsg1-1
ii  python-qt4-gl  4.10.3+dfsg1-1

m64py recommends no packages.

Versions of packages m64py suggests:
ii  p7zip  9.20.1~dfsg.1-4
ii  unrar  1:5.0.10-1

-- no debconf information
--- input.py	2014-01-11 00:47:22.834258929 -0200
+++ /usr/lib/python2.7/dist-packages/m64py/frontend/input.py	2014-01-11 07:05:53.023813412 -0200
@@ -94,7 +94,7 @@
 
 devices = [(self.tr("Keyboard/Mouse"), -1)]
 for num, joy in enumerate(self.joystick.joystick_names):
-devices.append((self.tr("Joystick %s (%s)" % (num, joy), num)))
+devices.append((self.tr("Joystick %s (%s)" % (num, joy)), num))
 
 for device, dtype in devices:
 self.comboDevice.addItem(device, dtype)
--- input.py	2014-01-11 00:47:22.834258929 -0200
+++ /usr/lib/python2.7/dist-packages/m64py/frontend/input.py	2014-01-11 07:05:53.023813412 -0200
@@ -94,7 +94,7 @@
 
 devices = [(self.tr("Keyboard/Mouse"), -1)]
 for num, joy in enumerate(self.joystick.joystick_names):
-devices.append((self.tr("Joystick %s (%s)" % (num, joy), num)))
+devices.append((self.tr("Joystick %s (%s)" % (num, joy)), num))
 
 for device, dtype in devices:
 self.comboDevice.addItem(device, dtype)


Bug#703585: [pyopengl] run-time warning: "No Numeric module present: No module named Numeric"

2014-01-10 Thread Guillermo Reisch
Package: python-opengl
Version: 3.0.1-1
Followup-For: Bug #703585

Seen to be FIXED in UPStream SVN
bzr branch lp:pyopengl

File OpenGL/arrays/numeric.py NOT EXIST
instad OpenGL/arrays/numpymodule.py EXIST :-)


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



Bug#703585: [pyopengl] run-time warning: "No Numeric module present: No module named Numeric"

2014-01-10 Thread Guillermo Reisch
Package: python-opengl
Version: 3.0.1-1
Followup-For: Bug #703585

This error can be "fixed" (ugly... but seen to work :-P )

PATCH:
/usr/lib/python2.7/dist-packages/OpenGL/arrays/numeric.py

 diff -Naur numeric.old.py numeric.py
--- numeric.old.py  2014-01-11 03:47:29.563302794 -0200
+++ numeric.py  2014-01-11 03:48:54.402776625 -0200
@@ -10,7 +10,7 @@
 """
 REGISTRY_NAME = 'numeric'
 try:
-import Numeric
+import numpy.numarray as Numeric
 except ImportError, err:
 raise ImportError( """No Numeric module present: %s"""%(err))
 import operator

Version 3.0.2 of python-opengl is in SVN sow lets look if already a
better fixed code, and/or inform upstream :-)
Sori my bad ingles

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

Kernel: Linux 3.12-1-686-pae (SMP w/2 CPU cores)
Locale: LANG=es_UY.UTF-8, LC_CTYPE=es_UY.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages python-opengl depends on:
ii  freeglut3 2.8.1-1
ii  libgl1-mesa-glx [libgl1]  10.0.1-1
ii  libglu1-mesa [libglu1]9.0.0-2
ii  python2.7.5-5
ii  python2.6 2.6.8-1.1
ii  python2.7 2.7.6-4

python-opengl recommends no packages.

Versions of packages python-opengl suggests:
ii  libgle3   3.1.0-7
ii  python-numpy  1:1.8.0-1
ii  python-tk 2.7.5-1

-- 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#697038: ghex: [future-release] next v3.7.1 source package need depends yelp-tools

2012-12-30 Thread Guillermo Reisch
Source: ghex
Severity: wishlist
Tags: upstream

New version v3.7.1 of Ghex is using yelp-tools instad of gnome-doc-utils
it is commited in the upstream git repository
git clone http://git.gnome.org/browse/ghex/
Commit
Autor: Javier Jardón   2012-12-11 02:51:30
Committer: Kalev Lember   2012-12-20 05:36:32
Padre: b46781201b7c6db60bdbf788b48bedf885e93a63 (Release 3.6.1)
Hija:  fd3fe33c6677ca6c764d5e09e05b5142d0710e36 (Remove obsolete help/ChangeLog)
Rama: master, remotes/origin/master
Sigue-a: 3.6.1
Precede-a: 3.7.1

Use yelp-tools instead gnome-doc-utils

I wish it help new release of Ghex

Saluds

-- System Information:
Debian Release: 7.0
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (500, 
'oldstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-4-686-pae (SMP w/2 CPU cores)
Locale: LANG=es_UY.UTF-8, LC_CTYPE=es_UY.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-- 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#678724: sugar-tools-0.96: sugar-activity is not included in sugar-tools-0.96

2012-06-23 Thread Guillermo Reisch
Package: sugar-tools-0.96
Version: 0.96.1-2
Severity: normal
Tags: patch



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

Kernel: Linux 3.2.0-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=es_UY.UTF-8, LC_CTYPE=es_UY.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages sugar-tools-0.96 depends on:
ii  python 2.7.2-10
ii  python-jarabe-0.96 0.96.1-2
ii  python-sugar-0.96  0.96.0-1
ii  python-sugar-toolkit-0.96  0.96.1-1

Versions of packages sugar-tools-0.96 recommends:
ii  dbus   1.5.12-1
ii  ethtool1:3.1-1
ii  lsb-release4.1+Debian0
ii  modemmanager   0.5.2.0-1
ii  network-manager0.9.4.0-1
ii  python-dbus1.1.0-1
ii  python-gobject 3.1.0-2
ii  python-gtk22.24.0-3
ii  python-wnck2.32.0+dfsg-1
ii  tzdata 2012b-1
ii  x11-xserver-utils  7.6+3

Versions of packages sugar-tools-0.96 suggests:
ii  gdb 7.4really-1
ii  sugar-session-0.96  0.96.1-2

-- no debconf information

Package sugar-tools-0.96 should include "sugar-activity"
but is not included!

guille@goku:~$ dpkg -L sugar-tools-0.96 | grep \/usr\/bin
/usr/bin
/usr/bin/sugar-launch
/usr/bin/sugar-ui-check
/usr/bin/sugar-install-bundle
/usr/bin/sugar-control-panel

instead the sugar-activity program is included in package "python-sugar3",
so python-sugar3 is mixed whit a aplication that sould be in "sugar-tools-0.96"
also the file "/usr/bin/sugar-activity" (python-script) uses "python-sugar3"
because in line 28 say "from sugar3.activity import activityhandle"

PATCH:
  move file "/usr/bin/sugar-activity" from package "python-sugar3" to 
"sugar-tools-0.96"
  make "sugar-tools-0.96" DEPENDS on "python-sugar3"

Greetings
Guillermo Reisch



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



Bug#678720: sugar-emulator-0.96: sugar-emulator don't start if not installed python-carquinyol

2012-06-23 Thread Guillermo Reisch
Package: sugar-emulator-0.96
Version: 0.96.1-2
Severity: important
Tags: patch



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

Kernel: Linux 3.2.0-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=es_UY.UTF-8, LC_CTYPE=es_UY.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages sugar-emulator-0.96 depends on:
ii  dbus-x111.5.12-1
ii  python-jarabe-0.96  0.96.1-2
ii  sugar-session-0.96  0.96.1-2
ii  x11-utils   7.6+4
ii  xserver-xephyr  2:1.12.1.902-1

Versions of packages sugar-emulator-0.96 recommends:
ii  gnome-keyring  3.4.1-4

sugar-emulator-0.96 suggests no packages.

-- no debconf information


Sugar-emulator don't start if not installed package python-carquinyol-0.96
this is the complete LOG.


### LOG START ###

guille@goku:/usr/local$ sugar-emulator 
/usr/bin/sugar: 3: [: missing ]
/usr/bin/sugar: 3: /usr/bin/sugar: 1000: not found
GNOME_KEYRING_CONTROL=/home/guille/.cache/keyring-TNbPH7
GNOME_KEYRING_PID=7380
Traceback (most recent call last):
  File "/usr/bin/sugar-session", line 289, in 
main()
  File "/usr/bin/sugar-session", line 228, in main
from jarabe.desktop import homewindow
  File "/usr/lib/python2.7/dist-packages/jarabe/desktop/homewindow.py", line 
25, in 
from jarabe.desktop.meshbox import MeshBox
  File "/usr/lib/python2.7/dist-packages/jarabe/desktop/meshbox.py", line 48, 
in 
from jarabe.journal import misc
  File "/usr/lib/python2.7/dist-packages/jarabe/journal/misc.py", line 26, in 

from sugar.activity import activityfactory
  File "/usr/lib/python2.7/dist-packages/sugar/activity/activityfactory.py", 
line 34, in 
from sugar.datastore import datastore
  File "/usr/lib/python2.7/dist-packages/sugar/datastore/datastore.py", line 
77, in 
_get_data_store()
  File "/usr/lib/python2.7/dist-packages/sugar/datastore/datastore.py", line 
51, in _get_data_store
DS_DBUS_PATH),
  File "/usr/lib/python2.7/dist-packages/dbus/bus.py", line 241, in get_object
follow_name_owner_changes=follow_name_owner_changes)
  File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 248, in __init__
self._named_service = conn.activate_name_owner(bus_name)
  File "/usr/lib/python2.7/dist-packages/dbus/bus.py", line 180, in 
activate_name_owner
self.start_service_by_name(bus_name)
  File "/usr/lib/python2.7/dist-packages/dbus/bus.py", line 278, in 
start_service_by_name
'su', (bus_name, flags)))
  File "/usr/lib/python2.7/dist-packages/dbus/connection.py", line 651, in 
call_blocking
message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The 
name org.laptop.sugar.DataStore was not provided by any .service files
Advertencia del gestor de ventanas: Error fatal de E/S 11 (Recurso no 
disponible temporalmente) en la pantalla «:30».

 LOG END #


The error come from 
"/usr/lib/python2.7/dist-packages/sugar/datastore/datastore.py" 
this file is part of package "python-sugar-toolkit-0.96", but this package 
RECOMMENDS
package python-carquinyol-0.96.

PATCH: python-sugar-toolkit-0.96 ==DEPENDS==> python-carquinyol-0.96

or... catch the exception ;-)

Grettings
Guillermo Reisch



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