Bug#606993: No response from maintainer

2013-03-01 Thread Marco Rodrigues
Hi Emilien,

Which e-mail did you try to contact me? goth...@sapo.pt? That one I really
don't check it =(

I'm not so active lately unfortunately, but I'm glad you want to help to
maintain it. You can perhaps ask someone from the Python Apps Team to
upload it for you.

Thanks for the help.

Best regards.

--
Marco Rodrigues
http://www.marblehole.com


On Fri, Mar 1, 2013 at 9:03 PM, Emilien Klein emilien+deb...@klein.stwrote:

 Hi Marco Rodrigues and the Python Applications Packaging Team,

 The subdownloader package you co-maintain has a grave bug [0] which
 resulted in the package being removed from Testing more than 2 years
 ago.

 This bug has been fixed in version 2.0.18 (4 releases later than
 2.0.14 packaged in Debian).
 I've patched that specific bug and uploaded a NMU to mentors.d.n [1],
 please review and upload.

 Additionally, as I didn't get any answer back from you on any of my
 emails over the last 4 months, I am wondering if you are still willing
 to maintain this package? I would be willing to give a helping hand,
 and get the newest version packaged (the one currently packaged is 2.5
 years old).

 Cheers,
+Emilien
 [0] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=606993
 [1] http://mentors.debian.net/package/subdownloader



Bug#591677: Patch to fix Policy 10.7.3 violation

2010-09-06 Thread Marco Rodrigues
Hi!

I'm attaching a patch to fix these policy violations. Please include it to
fix RC Bug.

Thank you

-- 
Marco Rodrigues

http://www.marblehole.com
diff -ruNb mysqmail-0.4.9.orig//debian/mysqmail.postinst mysqmail-0.4.9/debian/mysqmail.postinst
--- mysqmail-0.4.9.orig//debian/mysqmail.postinst	2010-09-05 01:32:55.225438010 +0100
+++ mysqmail-0.4.9/debian/mysqmail.postinst	2010-09-07 00:35:55.931889002 +0100
@@ -2,6 +2,10 @@
 
 set -e
 
+if [ $1 != configure ]; then
+exit 0
+fi
+
 PATH_CONF_FILE=/etc/mysqmail.conf
 
 . /usr/share/debconf/confmodule
diff -ruNb mysqmail-0.4.9.orig/debian//mysqmail.postrm mysqmail-0.4.9/debian//mysqmail.postrm
--- mysqmail-0.4.9.orig/debian//mysqmail.postrm	1970-01-01 01:00:00.0 +0100
+++ mysqmail-0.4.9/debian//mysqmail.postrm	2010-09-05 01:34:04.535437998 +0100
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+set -e
+
+# Remove configuration if package is being purged
+if [ $1 = purge ]; then
+	rm -f /etc/mysqmail.conf
+fi
+
+#DEBHELPER#
+
+exit 0
diff -ruNb mysqmail-0.4.9.orig/debian//mysqmail.prerm mysqmail-0.4.9/debian//mysqmail.prerm
--- mysqmail-0.4.9.orig/debian//mysqmail.prerm	2010-09-05 01:32:55.225438010 +0100
+++ mysqmail-0.4.9/debian//mysqmail.prerm	1970-01-01 01:00:00.0 +0100
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-set -e
-
-rm -f /etc/mysqmail.conf
-
-#DEBHELPER#
-
-exit 0


Bug#591995: About babiloo security bug

2010-09-04 Thread Marco Rodrigues
Hi Jakub!

I would try to fix it ASAP.

Thank you

-- 
Marco Rodrigues

http://www.marblehole.com



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



Bug#566317: remotefs: Installation for rfs-server is broken

2010-01-22 Thread Marco Rodrigues
Package: remotefs
Version: 0.11+debian-3
Severity: grave
Justification: renders package unusable

$ apt-get install rfs-server
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Suggested packages:
  rfs-client
The following NEW packages will be installed:
  rfs-server
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/38.1kB of archives.
After this operation, 127kB of additional disk space will be used.
Selecting previously deselected package rfs-server.
(Reading database ... 22972 files and directories currently installed.)
Unpacking rfs-server (from .../rfs-server_0.11+debian-3_amd64.deb) ...
Processing triggers for man-db ...
Setting up rfs-server (0.11+debian-3) ...
Starting rfsd:WARNING: You are listening on interface outside of private 
network (0.0.0.0).
WARNING: Exports file should be readable/writeable only by user which is 
running rfsd (`chmod 600 /etc/rfs-exports`)
INFO: Please consider SECURITY NOTES section of rfsd man page (`man rfsd`)
ERROR: Warning considered as error, exiting. (use -q to disable this)
 failed!
invoke-rc.d: initscript rfs-server, action start failed.
dpkg: error processing rfs-server (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 rfs-server
E: Sub-process /usr/bin/dpkg returned an error code (1)


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.31-17-generic (SMP w/3 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash



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



Bug#521663: epsilon: exceptions.IOError: [Errno 13] Permission denied

2009-03-30 Thread Marco Rodrigues

Tristan Seligmann wrote:
 On Sun, Mar 29, 2009 at 11:45 AM, Marco Rodrigues goth...@sapo.pt wrote:
 Package: epsilon
 Severity: serious

 I got this traceback when rebuilding the package at sid.
 
 Can you be more specific about what part of the process this traceback
 occurred at?

I've just do the following steps:

$ apt-get source epsilon
$ sudo pbuilder build epsilon*.dsc

You can't reproduce it? I'm using a clean pbuilder.

-- 
Marco Rodrigues

http://Marco.Tondela.org



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



Bug#521663: epsilon: exceptions.IOError: [Errno 13] Permission denied

2009-03-29 Thread Marco Rodrigues
Package: epsilon
Severity: serious

I got this traceback when rebuilding the package at sid.

Relevant parts:

Traceback (most recent call last):
  File /usr/lib/python2.5/site-packages/twisted/python/usage.py, line 241, in
parseOptions
self.postOptions()
  File /usr/lib/python2.5/site-packages/twisted/scripts/trial.py, line 293, in
postOptions
self['reporter'] = self._loadReporterByName(self['reporter'])
  File /usr/lib/python2.5/site-packages/twisted/scripts/trial.py, line 279, in
_loadReporterByName
for p in plugin.getPlugins(itrial.IReporter):
  File /usr/lib/python2.5/site-packages/twisted/plugin.py, line 200, in 
getPlugins
allDropins = getCache(package)
--- exception caught here ---
  File /usr/lib/python2.5/site-packages/twisted/plugin.py, line 179, in 
getCache
dropinPath.setContent(pickle.dumps(dropinDotCache))
  File /usr/lib/python2.5/site-packages/twisted/python/filepath.py, line 623,
in setContent
f = sib.open('w')
  File /usr/lib/python2.5/site-packages/twisted/python/filepath.py, line 433,
in open
return open(self.path, mode+'b')
exceptions.IOError: [Errno 13] Permission denied:
'/usr/lib/python2.5/site-packages/twisted/plugins/dropin.cache.new'

-- 
Marco Rodrigues

http://Marco.Tondela.org



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



Bug#521580: libsms-send-perl: FTBFS: libtest-minimumversion changed syntax

2009-03-28 Thread Marco Rodrigues
Package: libsms-send-perl
Severity: serious
Tags: ftbfs

Hi!

I tried to rebuild the package in sid and discovered that it failed to build.

Relevant parts:

t/99_pmvNOK 5/16
#   Failed test 't/04_send.t'
#   at /usr/share/perl5/Test/MinimumVersion.pm line 139.
# t/04_send.t requires 5.005_03 due to syntax
t/99_pmvNOK 6/16
#   Failed test 't/03_new.t'
#   at /usr/share/perl5/Test/MinimumVersion.pm line 139.
# t/03_new.t requires 5.005_03 due to syntax
t/99_pmvok 7/16# Looks like you failed 2 tests of 16.
t/99_pmvdubious
Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 5-6
Failed 2/16 tests, 87.50% okay
Failed Test Stat Wstat Total Fail  List of Failed
---
t/99_pmv.t 2   512162  5-6
Failed 1/6 test scripts. 2/71 subtests failed.
Files=6, Tests=71,  4 wallclock secs ( 2.58 cusr +  0.16 csys =  2.74 CPU)
Failed 1/6 test programs. 2/71 subtests failed.
make[1]: *** [test_dynamic] Error 2
make[1]: Leaving directory `/tmp/buildd/libsms-send-perl-0.05'
dh_auto_test: command returned error code 512
make: *** [build-stamp] Error 1

Thanks

-- 
Marco Rodrigues

http://Marco.Tondela.org



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



Bug#521581: libsql-abstract-limit-perl: FTBFS: build depends missing

2009-03-28 Thread Marco Rodrigues
Package: libsql-abstract-limit-perl
Severity: serious
Tags: ftbfs

Hi!

I tried to rebuild the package in sid and discovered that it failed to build.

Relevant parts:

t/01.sql..Can't locate Test/Deep.pm in @INC (@INC contains: t/lib
/tmp/buildd/libsql-abstract-limit-perl-0.14.1/blib/lib
/tmp/buildd/libsql-abstract-limit-perl-0.14.1/blib/arch /etc/perl
/usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0 /usr/lib/perl5
/usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10
/usr/local/lib/site_perl .) at t/lib/SQL/Abstract/Limit/Test.pm line 32.
BEGIN failed--compilation aborted at t/lib/SQL/Abstract/Limit/Test.pm line 32.
Compilation failed in require at (eval 4) line 1.
BEGIN failed--compilation aborted at (eval 4) line 1.
# Looks like your test died before it could output anything.
t/01.sql..dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-17
Failed 17/17 tests, 0.00% okay
t/02.syntax...ok
t/03.subclass.ok
t/04.args.ok
t/pod-coverageskipped
all skipped: Test::Pod::Coverage 1.04 required for testing POD coverage
t/pod.skipped
all skipped: Test::Pod 1.14 required for testing POD
Failed Test Stat Wstat Total Fail  List of Failed
---
t/01.sql.t   255 6528017   34  1-17
2 tests skipped.
Failed 1/7 test scripts. 17/31 subtests failed.
Files=7, Tests=31,  0 wallclock secs ( 0.42 cusr +  0.05 csys =  0.47 CPU)
Failed 1/7 test programs. 17/31 subtests failed.
make[1]: *** [test_dynamic] Error 255
make[1]: Leaving directory `/tmp/buildd/libsql-abstract-limit-perl-0.14.1'
dh_auto_test: make returned exit code 2
make: *** [build-stamp] Error 1


For what I saw, it need to build-depend on libtest-coverage-perl and
libtest-pod-perl


Thanks

-- 
Marco Rodrigues

http://Marco.Tondela.org



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



Bug#504200: How about espeak ?

2008-11-06 Thread Marco Rodrigues
Hi!

Maybe this package should be removed from Debian and people can use a better
one.. like espeak.

At Paul Miller's Homepage, I don't see anything about recite, so it should be
dead upstream.

-- 
Marco Rodrigues

http://Marco.Tondela.org



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



Bug#481818: Drop nbsmtp from lenny?

2008-11-04 Thread Marco Rodrigues
Hi!

I agree with KiBi. I think nbsmtp is a duplicate of ssmtp that is more
active upstream, so it should be removed from lenny until a new upload is done
by maintainer to fix this issue.

Personally, I think it should be removed, we don't need duplicated packages, and
this one doesn't have an official homepage and upstream looks dead.
It also doesn't support SSL, so it does insecure connections by nature.

Thanks

-- 
Marco Rodrigues

http://Marco.Tondela.org



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



Bug#497703: Removal of python-happydoc

2008-09-08 Thread Marco Rodrigues

Chris Lamb wrote:
 Hi debian-qa,
 
 I plan to remove python-happydoc which was orphaned in April. For the
 rationale and a short discussion with upstream, please see the (RC) bug:
 
   http://bugs.debian.org/497703
 
 Any objections?
 
 
 Regards,
 

+1 from me. Go ahead.. it has many problems, not only license issues, so it will
be removed soon if not this time.

-- 
Marco Rodrigues

http://Marco.Tondela.org




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



Bug#491243: FTBFS with gcc 4.3 - it needs limits.h

2008-07-17 Thread Marco Rodrigues

Package: nget
Severity: serious
Tags: patch

Build log:
g++ -g -O2 -g -Wall -O2 -Wall -MMD -MP -DHAVE_CONFIG_H   -c -o server.o 
server.cc
server.cc:130: warning: floating constant exceeds range of 'float'
server.cc: In constructor 'c_server::c_server(ulong, const CfgSection*)':
server.cc:88: error: 'INT_MAX' was not declared in this scope
server.cc: In member function 'void c_nget_config::setlist(const CfgSection*, 
const CfgSection*, const CfgSection*, const CfgSection*)':

server.cc:125: error: 'INT_MAX' was not declared in this scope
server.cc:146: error: 'ULONG_MAX' was not declared in this scope
make[1]: *** [server.o] Error 1
make[1]: Leaving directory `/tmp/buildd/nget-0.27.1'
make: *** [debian/stamp-makefile-build] Error 2
dpkg-buildpackage: failure: debian/rules build gave error exit status 2

The patch is attached in the bug report.

Thanks

--
Marco Rodrigues

http://Marco.Tondela.org
diff -u nget-0.27.1/debian/patches/series nget-0.27.1/debian/patches/series
--- nget-0.27.1/debian/patches/series
+++ nget-0.27.1/debian/patches/series
@@ -2,0 +3 @@
+glibc_api_fixes.patch
only in patch2:
unchanged:
--- nget-0.27.1.orig/debian/patches/glibc_api_fixes.patch
+++ nget-0.27.1/debian/patches/glibc_api_fixes.patch
@@ -0,0 +1,10 @@
+--- a/server.cc.old	2008-07-16 16:16:19.0 +
 b/server.cc	2008-07-16 16:16:32.0 +
+@@ -20,6 +20,7 @@
+ #include strreps.h
+ #include nget.h
+ #include status.h
++#include limits.h
+ #include sys/types.h
+ #include dirent.h
+ #include algorithm


Bug#442910: Reassigning bugs from bind to bind9

2008-07-13 Thread Marco Rodrigues
reassign 402231 bind9
reassign 92147 bind9
reassign 52745 bind9
reassign 197670 bind9
reassign 481921 bind9
reassign 157245 bind9
reassign 248193 bind9
reassign 442910 bind9
reassign 81252 bind9
reassign 156349 bind9
reassign 94760 bind9
reassign 212625 bind9
reassign 260915 bind9
reassign 402232 bind9
reassign 86488 bind9
reassign 149342 bind9
reassign 282239 bind9
reassign 128129 bind9
reassign 62547 bind9
reassign 106789 bind9
reassign 46856 bind9
reassign 85081 bind9
reassign 242579 bind9
reassign 45470 bind9
reassign 50013 bind9
reassign 88326 bind9
reassign 95773 bind9
reassign 190577 bind9
reassign 53550 bind9
reassign 132492 bind9
reassign 24280 bind9
reassign 441290 bind9
reassign 88982 bind9
reassign 355787 bind9
reassign 199252 bind9
reassign 70079 bind9
reassign 213706 bind9
reassign 129710 bind9
reassign 170872 bind9
reassign 86013 bind9
reassign 280955 bind9
reassign 260759 bind9
reassign 99538 bind9
reassign 234167 bind9
reassign 132582 bind9
reassign 81190 bind9
reassign 352054 bind9
reassign 169124 bind9
reassign 132494 bind9
reassign 55032 bind9
reassign 85909 bind9
reassign 197669 bind9
thanks

The bind package has been removed from Debian testing, unstable and
experimental. I am reassigning its bugs to the bind9 package. Please
have a look at them, and close them if they don't apply to
bind9 anymore.

Don't hesitate to reply to this mail if you have any question.

--
Marco Rodrigues
http://Marco.Tondela.org



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



Bug#490746: It FTBFS with gcc 4.3 in i386 arch

2008-07-13 Thread Marco Rodrigues

Package: atitvout
Severity: serious

It currently FTBFS in i386 arch with gcc 4.3. The upstream maintainer doesn't 
support it since 2003, so you need to fix it by yourself.


Build log:

make[2]: Entering directory `/tmp/buildd/atitvout-0.4/lrmi-0.6'
cc -c  -g -Wall -o lrmi.o lrmi.c
lrmi.c: In function 'set_regs':
lrmi.c:305: error: 'IF_MASK' undeclared (first use in this function)
lrmi.c:305: error: (Each undeclared identifier is reported only once
lrmi.c:305: error: for each function it appears in.)
lrmi.c:305: error: 'IOPL_MASK' undeclared (first use in this function)
lrmi.c: In function 'run_vm86':
lrmi.c:784: error: 'VIF_MASK' undeclared (first use in this function)
lrmi.c:784: error: 'TF_MASK' undeclared (first use in this function)
lrmi.c: In function 'LRMI_int':
lrmi.c:873: error: 'IF_MASK' undeclared (first use in this function)
lrmi.c:873: error: 'IOPL_MASK' undeclared (first use in this function)
make[2]: *** [lrmi.o] Error 1
make[2]: Leaving directory `/tmp/buildd/atitvout-0.4/lrmi-0.6'
make[1]: *** [atitvout] Error 2
make[1]: Leaving directory `/tmp/buildd/atitvout-0.4'
make: *** [build-stamp] Error 2
dpkg-buildpackage: failure: debian/rules build gave error exit status 2


Thanks

--
Marco Rodrigues

http://Marco.Tondela.org




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



Bug#427697: Updated debdiff with menu at Depends

2008-06-12 Thread Marco Rodrigues
I've also removed 'gksu' and 'sudo' from Depends, because it isn't needed. I 
added 'menu' because of 'su-to-root' command.


I hope now it's fine for upload =)

Thanks

--
Marco Rodrigues

http://Marco.Tondela.org
diff -Nru sbackup-0.10.4/debian/changelog sbackup-0.10.4.1/debian/changelog
--- sbackup-0.10.4/debian/changelog 2007-06-03 14:24:15.0 +0100
+++ sbackup-0.10.4.1/debian/changelog   2008-06-12 22:57:55.0 +0100
@@ -1,9 +1,19 @@
+sbackup (0.10.4.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Change 'admin' group to 'backup' one (Closes: #427697).
+  * Add 'su-to-root -X' to desktop files (Closes: #479826).
+  * Add 'menu' to Depends and removed 'gksu' and 'sudo'.
+  * Remove 'Encoding=UTF-8' from desktop files.
+
+ -- Marco Rodrigues [EMAIL PROTECTED]  Thu, 12 Jun 2008 22:39:42 +0100
+
 sbackup (0.10.4) unstable; urgency=low
 
   * Official release.
   * fix a bug preventing simple-backup-config to resolve anacron monthly
   * Ubuntu Bug #67814 - fixed permission problems with remote backups
-  
+
   * gksu is used instead of gksudo (Closes: #327222)
   * Cron job is removed on package purge (Closes: #346097)
   * Should not crash on non-dirs in backup target (Closes: #391948)
@@ -16,16 +26,16 @@
 sbackup (0.10.4~beta10) unstable; urgency=low
 
   * Public beta release
-  
+
  -- Aigars Mahinovs [EMAIL PROTECTED]  Sat, 19 May 2007 16:53:10 +0100
 
 sbackup (0.10.4~beta9) unstable; urgency=low
 
   * Gnomevfs doesn't close directory handler.
   * Hope this is the last beta
-  * Resolved a bug when using ssh 
+  * Resolved a bug when using ssh
   * change some errors printing
-  * admin GID is now get dynamically . 
+  * admin GID is now get dynamically .
   * Changed the right on the flist file to set read access to admin
   * Fixes a problem with incremental backups
   * Avoid usage of current dir for the lock file
@@ -74,12 +84,12 @@
 
 sbackup (0.10.2) unstable; urgency=high
 
-  * Simple fixes for simple but annoying bugs release - intended to go 
+  * Simple fixes for simple but annoying bugs release - intended to go
 into Etch and Edgy.
   * Manage /etc/sbackup.conf and /etc/cron.d/sbackup as config files, but
 not as conffiles, to remove unneeded config changes upstream prompt
 on upgrade. SBackup can handle old config gracefuly.
-  * Brown paperbag one-liner fix on incremental backup time not being counted 
+  * Brown paperbag one-liner fix on incremental backup time not being counted
 properly causing incremental backups to be done all the time.
   * Reduce nice level of sbackupd process to lowest possible priority (+19)
   * An empty regex matches everything, so avoid those
diff -Nru sbackup-0.10.4/debian/control sbackup-0.10.4.1/debian/control
--- sbackup-0.10.4/debian/control   2006-10-06 17:44:18.0 +0100
+++ sbackup-0.10.4.1/debian/control 2008-06-12 22:56:38.0 +0100
@@ -7,7 +7,7 @@
 
 Package: sbackup
 Architecture: all
-Depends: python, python-gnome2, python-glade2, gksu, sudo
+Depends: python, python-gnome2, python-glade2, menu
 Description: Simple Backup Suite for desktop use
  Simple Backup Suite is a set of backend backup daemon and Gnome
  GUI frontends that provide a simple yet powerful backup
diff -Nru sbackup-0.10.4/debian/menu sbackup-0.10.4.1/debian/menu
--- sbackup-0.10.4/debian/menu  2007-01-25 03:57:48.0 +
+++ sbackup-0.10.4.1/debian/menu2008-06-12 22:35:35.0 +0100
@@ -1,4 +1,4 @@
 ?package(sbackup):needs=X11 section=Apps/System\
-  title=Simple Backup Config command=gksu /usr/sbin/simple-backup-config
+  title=Simple Backup Config command=su-to-root -X 
/usr/sbin/simple-backup-config
 ?package(sbackup):needs=X11 section=Apps/System\
-  title=Simple Restore command=gksu /usr/sbin/simple-restore-gnome
+  title=Simple Restore command=su-to-root -X /usr/sbin/simple-restore-gnome
diff -Nru sbackup-0.10.4/sbackup.desktop sbackup-0.10.4.1/sbackup.desktop
--- sbackup-0.10.4/sbackup.desktop  2007-05-08 19:33:59.0 +0100
+++ sbackup-0.10.4.1/sbackup.desktop2008-06-12 22:35:08.0 +0100
@@ -1,9 +1,8 @@
 [Desktop Entry]
 Version=1.0
-Encoding=UTF-8
 Name=Simple Backup Config
 Comment=Configuration tool for Simple Backups Suite
-Exec=gksu simple-backup-config
+Exec=su-to-root -X simple-backup-config
 Terminal=false
 Type=Application
 Categories=Application;System;Settings
diff -Nru sbackup-0.10.4/sbackupd.py sbackup-0.10.4.1/sbackupd.py
--- sbackup-0.10.4/sbackupd.py  2007-05-13 07:21:34.0 +0100
+++ sbackup-0.10.4.1/sbackupd.py2008-06-12 22:38:07.0 +0100
@@ -177,12 +177,12 @@
 # Check our user id
 if os.geteuid() != 0: sys.exit (_(Currently backup is only runnable by root))
 
-# [Bug 112540] : Let the admin group have read access to the backup dirs
+# [Bug 112540] : Let the backup group have read access to the backup dirs
 try :
-   # The uid is still root and the gid is admin
-   os.setgid( grp.getgrnam(admin).gr_gid

Bug#427697: NMU to fix admin group problem and minor stuff

2008-06-12 Thread Marco Rodrigues

Hi!

I'm attaching a debdiff to NMU and fix this current problem and some other minor 
stuff.


Thanks

--
Marco Rodrigues

http://Marco.Tondela.org
diff -Nru sbackup-0.10.4/debian/changelog sbackup-0.10.4.1/debian/changelog
--- sbackup-0.10.4/debian/changelog 2007-06-03 14:24:15.0 +0100
+++ sbackup-0.10.4.1/debian/changelog   2008-06-12 22:45:43.0 +0100
@@ -1,3 +1,12 @@
+sbackup (0.10.4.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Remove 'Encoding=UTF-8' from desktop files.
+  * Add 'su-to-root -X' to desktop files (Closes: #479826).
+  * Change 'admin' group to 'backup' one (Closes: #427697).
+
+ -- Marco Rodrigues [EMAIL PROTECTED]  Thu, 12 Jun 2008 22:39:42 +0100
+
 sbackup (0.10.4) unstable; urgency=low
 
   * Official release.
diff -Nru sbackup-0.10.4/debian/menu sbackup-0.10.4.1/debian/menu
--- sbackup-0.10.4/debian/menu  2007-01-25 03:57:48.0 +
+++ sbackup-0.10.4.1/debian/menu2008-06-12 22:35:35.0 +0100
@@ -1,4 +1,4 @@
 ?package(sbackup):needs=X11 section=Apps/System\
-  title=Simple Backup Config command=gksu /usr/sbin/simple-backup-config
+  title=Simple Backup Config command=su-to-root -X 
/usr/sbin/simple-backup-config
 ?package(sbackup):needs=X11 section=Apps/System\
-  title=Simple Restore command=gksu /usr/sbin/simple-restore-gnome
+  title=Simple Restore command=su-to-root -X /usr/sbin/simple-restore-gnome
diff -Nru sbackup-0.10.4/sbackup.desktop sbackup-0.10.4.1/sbackup.desktop
--- sbackup-0.10.4/sbackup.desktop  2007-05-08 19:33:59.0 +0100
+++ sbackup-0.10.4.1/sbackup.desktop2008-06-12 22:35:08.0 +0100
@@ -1,9 +1,8 @@
 [Desktop Entry]
 Version=1.0
-Encoding=UTF-8
 Name=Simple Backup Config
 Comment=Configuration tool for Simple Backups Suite
-Exec=gksu simple-backup-config
+Exec=su-to-root -X simple-backup-config
 Terminal=false
 Type=Application
 Categories=Application;System;Settings
diff -Nru sbackup-0.10.4/sbackupd.py sbackup-0.10.4.1/sbackupd.py
--- sbackup-0.10.4/sbackupd.py  2007-05-13 07:21:34.0 +0100
+++ sbackup-0.10.4.1/sbackupd.py2008-06-12 22:38:07.0 +0100
@@ -177,12 +177,12 @@
 # Check our user id
 if os.geteuid() != 0: sys.exit (_(Currently backup is only runnable by root))
 
-# [Bug 112540] : Let the admin group have read access to the backup dirs
+# [Bug 112540] : Let the backup group have read access to the backup dirs
 try :
-   # The uid is still root and the gid is admin
-   os.setgid( grp.getgrnam(admin).gr_gid )
+   # The uid is still root and the gid is backup
+   os.setgid( grp.getgrnam(backup).gr_gid )
 except Exception, e: 
-   print W: Failed to set the gid to 'admin' one : + str(e)
+   print W: Failed to set the gid to 'backup' one : + str(e)
pass
 
 # second we read the config file, so must check if the user provided one on the
diff -Nru sbackup-0.10.4/srestore.desktop sbackup-0.10.4.1/srestore.desktop
--- sbackup-0.10.4/srestore.desktop 2007-05-08 19:33:59.0 +0100
+++ sbackup-0.10.4.1/srestore.desktop   2008-06-12 22:45:31.0 +0100
@@ -1,9 +1,8 @@
 [Desktop Entry]
 Version=1.0
-Encoding=UTF-8
 Name=Simple Backup Restore
 Comment=Restore tool for Simple Backups Suite
-Exec=gksu simple-restore-gnome
+Exec=su-to-root -X simple-restore-gnome
 Terminal=false
 Type=Application
 Categories=Application;System;Settings


Bug#427697: The final debdiff

2008-06-12 Thread Marco Rodrigues
I take some time to fix desktop files with desktop-file-validate, so it will be 
standards compliant.


Thanks

--
Marco Rodrigues

http://Marco.Tondela.org
diff -Nru sbackup-0.10.4/debian/changelog sbackup-0.10.4.1/debian/changelog
--- sbackup-0.10.4/debian/changelog 2007-06-03 14:24:15.0 +0100
+++ sbackup-0.10.4.1/debian/changelog   2008-06-12 23:05:34.0 +0100
@@ -1,9 +1,20 @@
+sbackup (0.10.4.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Change 'admin' group to 'backup' one (Closes: #427697).
+  * Add 'su-to-root -X' to desktop files (Closes: #479826).
+  * Add 'menu' to Depends and removed 'gksu' and 'sudo'.
+  * Remove 'Encoding=UTF-8' from desktop files.
+  * Fix desktop files acording to desktop-file-validate.
+
+ -- Marco Rodrigues [EMAIL PROTECTED]  Thu, 12 Jun 2008 22:39:42 +0100
+
 sbackup (0.10.4) unstable; urgency=low

   * Official release.
   * fix a bug preventing simple-backup-config to resolve anacron monthly
   * Ubuntu Bug #67814 - fixed permission problems with remote backups
-
+
   * gksu is used instead of gksudo (Closes: #327222)
   * Cron job is removed on package purge (Closes: #346097)
   * Should not crash on non-dirs in backup target (Closes: #391948)
diff -Nru sbackup-0.10.4/debian/control sbackup-0.10.4.1/debian/control
--- sbackup-0.10.4/debian/control   2006-10-06 17:44:18.0 +0100
+++ sbackup-0.10.4.1/debian/control 2008-06-12 22:56:38.0 +0100
@@ -7,7 +7,7 @@

 Package: sbackup
 Architecture: all
-Depends: python, python-gnome2, python-glade2, gksu, sudo
+Depends: python, python-gnome2, python-glade2, menu
 Description: Simple Backup Suite for desktop use
  Simple Backup Suite is a set of backend backup daemon and Gnome
  GUI frontends that provide a simple yet powerful backup
diff -Nru sbackup-0.10.4/debian/menu sbackup-0.10.4.1/debian/menu
--- sbackup-0.10.4/debian/menu  2007-01-25 03:57:48.0 +
+++ sbackup-0.10.4.1/debian/menu2008-06-12 22:35:35.0 +0100
@@ -1,4 +1,4 @@
 ?package(sbackup):needs=X11 section=Apps/System\
-  title=Simple Backup Config command=gksu /usr/sbin/simple-backup-config
+  title=Simple Backup Config command=su-to-root -X 
/usr/sbin/simple-backup-config
 ?package(sbackup):needs=X11 section=Apps/System\
-  title=Simple Restore command=gksu /usr/sbin/simple-restore-gnome
+  title=Simple Restore command=su-to-root -X /usr/sbin/simple-restore-gnome
diff -Nru sbackup-0.10.4/sbackup.desktop sbackup-0.10.4.1/sbackup.desktop
--- sbackup-0.10.4/sbackup.desktop  2007-05-08 19:33:59.0 +0100
+++ sbackup-0.10.4.1/sbackup.desktop2008-06-12 23:04:41.0 +0100
@@ -1,15 +1,12 @@
 [Desktop Entry]
 Version=1.0
-Encoding=UTF-8
 Name=Simple Backup Config
 Comment=Configuration tool for Simple Backups Suite
-Exec=gksu simple-backup-config
+Exec=su-to-root -X simple-backup-config
 Terminal=false
 Type=Application
-Categories=Application;System;Settings
+Categories=System;Settings;
 StartupNotify=true
-Icon=sbackup-conf.png
+Icon=sbackup-conf
 Name[pt_BR]=Configuração do Backup
 Comment[pt_BR]=Configure como seus backups são feitos
-GenericName[en_GB]=
-GenericName[fr_FR]=
diff -Nru sbackup-0.10.4/sbackupd.py sbackup-0.10.4.1/sbackupd.py
--- sbackup-0.10.4/sbackupd.py  2007-05-13 07:21:34.0 +0100
+++ sbackup-0.10.4.1/sbackupd.py2008-06-12 22:38:07.0 +0100
@@ -177,12 +177,12 @@
 # Check our user id
 if os.geteuid() != 0: sys.exit (_(Currently backup is only runnable by root))

-# [Bug 112540] : Let the admin group have read access to the backup dirs
+# Reverted [Bug 112540] : Let the admin group have read access to the backup 
dirs
 try :
-   # The uid is still root and the gid is admin
-   os.setgid( grp.getgrnam(admin).gr_gid )
+   # The uid is still root and the gid is backup
+   os.setgid( grp.getgrnam(backup).gr_gid )
 except Exception, e:
-   print W: Failed to set the gid to 'admin' one : + str(e)
+   print W: Failed to set the gid to 'backup' one : + str(e)
pass

 # second we read the config file, so must check if the user provided one on the
diff -Nru sbackup-0.10.4/srestore.desktop sbackup-0.10.4.1/srestore.desktop
--- sbackup-0.10.4/srestore.desktop 2007-05-08 19:33:59.0 +0100
+++ sbackup-0.10.4.1/srestore.desktop   2008-06-12 23:05:08.0 +0100
@@ -1,14 +1,12 @@
 [Desktop Entry]
 Version=1.0
-Encoding=UTF-8
 Name=Simple Backup Restore
 Comment=Restore tool for Simple Backups Suite
-Exec=gksu simple-restore-gnome
+Exec=su-to-root -X simple-restore-gnome
 Terminal=false
 Type=Application
-Categories=Application;System;Settings
+Categories=System;Settings;
 StartupNotify=true
-Icon=sbackup-restore.png
+Icon=sbackup-restore
 Name[pt_BR]=Restauração de Backup
 Comment[pt_BR]=Restaure seu backup feito anteriormente
-GenericName[fr_FR]=


Bug#458716: NMU: Added libdbus-1-dev to fix the FTBFS

2008-06-08 Thread Marco Rodrigues

Hi!

I'm attaching a debdiff that fixes the current FTBFS. It'll fix for Debian and 
Ubuntu.


No need to have pkg-config in Build-Depends to build it correctly.

Thanks

--
Marco Rodrigues

http://Marco.Tondela.org
diff -u beagle-xesam-0.1/debian/changelog beagle-xesam-0.1/debian/changelog
--- beagle-xesam-0.1/debian/changelog
+++ beagle-xesam-0.1/debian/changelog
@@ -1,3 +1,11 @@
+beagle-xesam (0.1-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/control:
++ Add libdbus-1-dev to b-d to fix FTBFS (Closes: #458716).
+
+ -- Marco Rodrigues [EMAIL PROTECTED]  Sun, 08 Jun 2008 23:41:57 +0100
+
 beagle-xesam (0.1-1) unstable; urgency=low
 
   * Initial package.
diff -u beagle-xesam-0.1/debian/control beagle-xesam-0.1/debian/control
--- beagle-xesam-0.1/debian/control
+++ beagle-xesam-0.1/debian/control
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian CLI Applications Team [EMAIL PROTECTED]
 Uploaders: Jose Carlos Garcia Sogo [EMAIL PROTECTED], Mirco Bauer [EMAIL 
PROTECTED]
-Build-Depends: debhelper (= 5.0.37.2), cli-common-dev (= 0.4.4), dpatch, 
intltool, mono-gmcs (= 1.2.4) | c-sharp-2.0-compiler, libglib2.0-cil, 
beagle-dev, libndesk-dbus-glib1.0-cil
+Build-Depends: debhelper (= 5.0.37.2), cli-common-dev (= 0.4.4), dpatch, 
intltool, mono-gmcs (= 1.2.4) | c-sharp-2.0-compiler, libglib2.0-cil, 
beagle-dev, libndesk-dbus-glib1.0-cil, libdbus-1-dev
 Standards-Version: 3.7.3
 Vcs-Svn: svn://svn.debian.org/svn/pkg-cli-apps/packages/beagle-xesam/trunk
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-cli-apps/packages/beagle-xesam/trunk/


Bug#420046: Can't see the log? what?

2008-01-31 Thread Marco Rodrigues

http://buildd.debian.org/build.php?arch=amd64pkg=libgcr410

If you click in the url, you wan't see the log ?

2.4.0-8 (latest build at Jan 21 17:06: maybe-failed)

http://buildd.debian.org/build.php?pkg=libgcr410ver=2.4.0-8arch=amd64file=log

It fails in debian amd64 arch sbuild..

--
Marco Rodrigues

http://Marco.Tondela.org




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



Bug#456686: IMMS with BMP

2008-01-25 Thread Marco Rodrigues


Norbert Veber wrote:

On Thu, Jan 24, 2008 at 02:55:40PM +, Marco Rodrigues wrote:

I think I've part of the solution at

http://bugs.debian.org/232289


beep-media-player was removed from debian a while ago.

Thanks,

Norbert




Try with this one...

http://packages.qa.debian.org/b/bmpx.html

--
Marco Rodrigues

http://Marco.Tondela.org




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



Bug#456686: IMMS with BMP

2008-01-24 Thread Marco Rodrigues

I think I've part of the solution at

http://bugs.debian.org/232289

--
Marco Rodrigues

http://Marco.Tondela.org




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



Bug#456757: Alternatives..

2008-01-22 Thread Marco Rodrigues

You can also try bmpx or xmms2 if it works fine and remove xmms depends.

Thanks

--
Marco Rodrigues

http://Marco.Tondela.org




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



Bug#456746: Alternatives...

2008-01-22 Thread Marco Rodrigues
You can try to see if it works fine with bmpx, else it's better to request to 
remove it.


--
Marco Rodrigues

http://Marco.Tondela.org




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



Bug#462168: xmms-osd-plugin: Please move to use an XMMS alternative.

2008-01-22 Thread Marco Rodrigues

Package: xmms-osd-plugin
Version: 2.2.14-1.4
Severity: serious
User: [EMAIL PROTECTED]
Usertags: proposed-removal

Hi!

As XMMS is slated for removal from sid, please consider switching to
use an xmms alternative. Please also consider a package name change to
reflect the change.

You can try bmpx or audacious as alternatives.

Thanks.

--
Marco Rodrigues

http://Marco.Tondela.org




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



Bug#420046: Yes it can...

2008-01-21 Thread Marco Rodrigues

http://buildd.debian.org/pkg.cgi?pkg=libgcr410

Check the amd64 build (Failed) and it gives the same error.

--
Marco Rodrigues

http://Marco.Tondela.org




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



Bug#420046: Fix is not working...

2008-01-15 Thread Marco Rodrigues

Hi!

http://buildd.debian.org/fetch.cgi?pkg=libgcr410;ver=2.4.0-8;arch=amd64;stamp=1200188459

Please re-check it.

Thanks

--
Marco Rodrigues

http://Marco.Tondela.org




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



Bug#420046: Still not fixed...

2008-01-14 Thread Marco Rodrigues

I still got the same error with the version 2.4.0-8.


dh_testdir
/usr/bin/make
make[1]: Entering directory `/tmp/buildd/libgcr410-2.4.0'
gcc -Wall -O2 -fPIC -I. -DG_UNIX -DHAVE_PTHREAD_H -g -I/usr/include/PCSC-c 
-o apdubuil.o apdubuil.c
gcc -Wall -O2 -fPIC -I. -DG_UNIX -DHAVE_PTHREAD_H -g -I/usr/include/PCSC-c 
-o apduspli.o apduspli.c
gcc -Wall -O2 -fPIC -I. -DG_UNIX -DHAVE_PTHREAD_H -g -I/usr/include/PCSC-c 
-o debug.o debug.c
gcc -Wall -O2 -fPIC -I. -DG_UNIX -DHAVE_PTHREAD_H -g -I/usr/include/PCSC-c 
-o gserial.o gserial.c

In file included from gserial.c:58:
./ifdhandler.h:115: error: expected '=', ',', ';', 'asm' or '__attribute__' 
before 'IFDHCreateChannel'
./ifdhandler.h:116: error: expected '=', ',', ';', 'asm' or '__attribute__' 
before 'IFDHCloseChannel'
./ifdhandler.h:117: error: expected '=', ',', ';', 'asm' or '__attribute__' 
before 'IFDHGetCapabilities'
./ifdhandler.h:119: error: expected '=', ',', ';', 'asm' or '__attribute__' 
before 'IFDHSetCapabilities'
./ifdhandler.h:120: error: expected '=', ',', ';', 'asm' or '__attribute__' 
before 'IFDHSetProtocolParameters'
./ifdhandler.h:122: error: expected '=', ',', ';', 'asm' or '__attribute__' 
before 'IFDHPowerICC'
./ifdhandler.h:123: error: expected '=', ',', ';', 'asm' or '__attribute__' 
before 'IFDHTransmitToICC'
./ifdhandler.h:126: error: expected '=', ',', ';', 'asm' or '__attribute__' 
before 'IFDHControl'
./ifdhandler.h:128: error: expected '=', ',', ';', 'asm' or '__attribute__' 
before 'IFDHICCPresence'

make[1]: *** [gserial.o] Error 1
make[1]: Leaving directory `/tmp/buildd/libgcr410-2.4.0'
make: *** [build-stamp] Error 2

--
Marco Rodrigues

http://Marco.Tondela.org




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



Bug#420046: Still not fixed...

2008-01-14 Thread Marco Rodrigues

Hi!

I tried that with hardy pbuilder. It still gave the same error.. is really 
strange.

Peter 'p2' De Schrijver wrote:

On 2008-01-14 17:39:21 (+), Marco Rodrigues [EMAIL PROTECTED] wrote:

I still got the same error with the version 2.4.0-8.



I tried again here. I can't reproduce your problem.

Cheers,

Peter.




--
Marco Rodrigues

http://Marco.Tondela.org




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



Bug#450423: you should add...

2007-12-28 Thread Marco Rodrigues
Hi!

You should add package: libtest-expect-perl to build-depends, so it won't try to
download the module from cpan.

Thanks

-- 
Marco Rodrigues

http://Marco.Tondela.org




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



Bug#447464: The building error...

2007-11-21 Thread Marco Rodrigues
It FTBFS on ia64 arch:

http://buildd.debian.org/fetch.cgi?pkg=libfoundation1.0;ver=1.0.84-2;arch=ia64;stamp=1195344917

Please fix it. Thanks!

-- 
Marco Rodrigues

http://Marco.Tondela.org



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



Bug#445758: build depends

2007-11-17 Thread Marco Rodrigues
Hi!

If you fix this bug, it can be again synced with Ubuntu.

Thanks!

-- 
Marco Rodrigues

http://Marco.Tondela.org



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



Bug#443006: Depends...

2007-10-24 Thread Marco Rodrigues
It needs libxv-dev on Depends: to make this work =)

-- 
Marco Rodrigues

http://Marco.Tondela.org



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