Bug#985938: syncthing-discosrv: cannot set more than one option in STDISCOSRV_OPTS variable

2021-03-26 Thread Simone Rossetto
Package: syncthing-discosrv
Version: 1.0.0~ds1-1+b11
Severity: normal
Tags: patch

Dear Maintainer,

In file syncthing-discosrv.service the variable STDISCOSRV_OPTS is written with
braces and this prevents setting more than one startup option because they are
passed to stdiscosrv as a single option.

Please remove braces around STDISCOSRV_OPTS from 

  ExecStart=/usr/bin/stdiscosrv ${STDISCOSRV_OPTS}


Thanks
Simone


-- System Information:
Debian Release: 10.7
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable'), (50, 'testing'), (10, 
'oldstable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.19.0-13-amd64 (SMP w/2 CPU cores)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8), 
LANGUAGE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages syncthing-discosrv depends on:
ii  adduser  3.118
ii  libc62.28-10

syncthing-discosrv recommends no packages.

syncthing-discosrv suggests no packages.

-- no debconf information



Bug#950780: Can't open DBIP database

2020-02-17 Thread Simone Rossetto
Hello everybody

On Thu, 06 Feb 2020 20:54:50 +1100 Dmitry Smirnov  wrote:
> Could it be related to the following upstream changelog entry?
>
> 
> v3.8 (2020-02-03)
> =
> - xt_geoip_build now expects the DBIP format as input,
>   Maxmind is thrown out.
> 
>

Probably yes because the new "build script" xt_geoip_build requires
the csv file downloaded from db-ip.com, instead of the MaxMind one. To
still use the MaxMind csv database you need to extract the old
xt_geoip_build from an old Debian package or from upstream repository.

Attached there is a patch for the "download script" xt_geoip_dl to
download the csv database provided by db-ip.com, the same file
required by the "build script". At least the two scripts are
consistent.


Bye
Simone
Index: xtables-addons-3.8/geoip/xt_geoip_dl
===
--- xtables-addons-3.8.orig/geoip/xt_geoip_dl
+++ xtables-addons-3.8/geoip/xt_geoip_dl
@@ -1,7 +1,14 @@
 #!/bin/sh
+# Download free "IP to Country Lite Database" from db-ip.com, licensed under CC-BY-4.0

-rm -rf GeoLite2-Country-CSV_*
+# try to download this month file
+wget -O dbip-country-lite.csv.gz "https://download.db-ip.com/free/dbip-country-lite-$(date +'%Y-%m').csv.gz"

-wget -q http://geolite.maxmind.com/download/geoip/database/GeoLite2-Country-CSV.zip
-unzip -q GeoLite2-Country-CSV.zip
-rm -f GeoLite2-Country-CSV.zip
+# in case of error try to download previous month file
+if [ $? -ne 0 ]; then
+  wget -O dbip-country-lite.csv.gz "https://download.db-ip.com/free/dbip-country-lite-$(date -d '-1 month' +'%Y-%m').csv.gz"
+fi
+
+# uncompress and exit
+gunzip dbip-country-lite.csv.gz
+exit $?

Bug#949136: RFS: phpldapadmin/1.2.2-6.2 [NMU, RC] -- web based interface for administering LDAP servers

2020-01-17 Thread Simone Rossetto
Package: sponsorship-requests
Severity: important

Dear mentors,

I'm looking for a sponsor for this NMU of "phpldapadmin".
I have applied some patches (already present in bug reports) to make
phpldapadmin compatible with php7.3 and to fix a CVE.

 * Package name: phpldapadmin
   Version : 1.2.2-6.2
 * URL : http://www.phpldapadmin.org/
 * License : GPLv2
 * Vcs : https://github.com/leenooks/phpLDAPadmin
   Section : admin

It builds those binary packages:

  phpldapadmin - web based interface for administering LDAP servers

To access further information about this package, please visit the following 
URL:

  https://mentors.debian.net/package/phpldapadmin

Alternatively, one can download the package with dget using this command:

  dget -x 
https://mentors.debian.net/debian/pool/main/p/phpldapadmin/phpldapadmin_1.2.2-6.2.dsc

Changes since the last upload:

   * Non-maintainer upload.
   * Fix "phpLDAPadmin uses features that are deprecated in PHP 7.2"
 replacing __autoload() and create_function() with spl_autoload_register()
 and function() functions. Thanks to Lars Kollstedt for providing a
 cumulative patch in message #20 of bug report (Closes: #890127).
   * Fix "binary package embeds .pc directory" removing '.pc' subfolder
 at the end of install step of debian/rules file (Closes: #878613).
   * CVE-2017-11107: XSS vulnerabilities, patch provided by Antoine
 Beaupre  (Closes: #867719).
   * Bug #731871 already fixed in previous revision setting ownership
 root:www-data to foder /etc/phpldapadmin/templates (Closes: #731871).

Regards
Simone


-- System Information:
Debian Release: 10.2
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable'), (50, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 4.19.0-6-amd64 (SMP w/2 CPU cores)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8), 
LANGUAGE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



Bug#875138: Can we remove qsapecng?

2019-08-21 Thread Simone Rossetto
RM bug filed: #935338

Bye
Simone


Bug#935338: RM: qsapecng -- ROM; dead upstream and depends on qt4

2019-08-21 Thread Simone Rossetto
Package: ftp.debian.org
Severity: normal

QSapecNG is dead upstream and it depends on Qt4 which is going to be removed
from Debian. There is no porting to Qt5 at the moment.



Bug#875138: Can we remove qsapecng?

2019-08-19 Thread Simone Rossetto
Hello Lisandro

Il dom 18 ago 2019, 19:52 Lisandro Damián Nicanor Pérez Meyer <
perezme...@gmail.com> ha scritto:

> Would it be ok for you if I proceed to remove
> this package from Debian? In this way we can prevent qwt from being
> removed from testing.
>

Yes please, remove it from Debian. I've checked with upstream dev and there
is no porting to Qt5 at the moment, so we agree to remove QSapecNG from
Debian.

Do I have to do anything to ask for removal? Or will you do it autonomously?


Thanks, bye
Simone


Bug#861851: munin-plugins-core: netstat plugin does not report active connections

2017-05-04 Thread Simone Rossetto
Package: munin-plugins-core
Version: 2.0.33-1
Severity: normal
Tags: patch

Dear Maintainer,

the netstat plugin does not report active connections because the awk
filter (line 106) searches for 'active connections ope' while the
output of 'netstat -s' (for the current net-tools version
1.60+git20161116.90da8a0-1 in testing) is 'active connection ope'
without the 's' in 'connection'.


Regards
Simone



-- System Information:
Debian Release: 9.0
  APT prefers testing
  APT policy: (500, 'testing'), (12, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.9.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=it_IT.utf8, LC_CTYPE=it_IT.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)



Bug#856413: [Pkg-raspi-maintainers] Bug#856413: gpiozero: please provide python module on all architectures

2017-02-28 Thread Simone Rossetto
Hi Michael

> Can you explain the motivating use-case please?

A fake implementation on all architectures can be useful for testing
purpose without having to rely on an emulator.



Bug#856413: gpiozero: please provide python module on all architectures

2017-02-28 Thread Simone Rossetto
Package: gpiozero
Severity: wishlist

Dear Maintainer,

could you please provide a mock implementation of gpiozero python module
on all Debian architectures?


Thanks
Simone



-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (500, 'testing'), (12, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.8.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=it_IT.utf8, LC_CTYPE=it_IT.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)



Bug#786658: quota: Cannot install quota package on a jessie system

2016-03-20 Thread Simone Rossetto
Hi Michael,

2016-03-08 10:48 GMT+01:00 Michael Meskes :
>
> Could you please try with the latest version? It works for me.
>

This is the scenario to reproduce the issue: you have a running
system without quota and you want to enable it.

To be sure there isn't any "strange" configuration on the system I
have installed
a fresh jessie and a fresh stretch without quota and without
quota-enabled filesystem.

Step 1: enable quota on filesystems.
I edited /etc/fstab adding, to any partition I want to monitor, the following
settings "usrjquota=aquota.user,jqfmt=vfsv0" (I choose only user quota, but
adding group quota makes no difference)

Step 2: remount filesystems.
"mount -o remount /mountpoint" for any mountpoint just edited in /etc/fstab

Step 3: install quota "aptitude install quota"
On jessie it fails with the error I already reported, on stretch the
installation
completes without errors but the quota is not enabled and on reboot no quota
still present.

To solve the issue I have to stop quota.service, exec "quotacheck -cau" and,
on jessie, disable and mask quotaon.service. Then reboot the system.


Bye
Simone



Bug#793600: quota: silently fails to start without any warning or error due to filesystems not mounted

2015-07-25 Thread Simone Rossetto
Package: quota
Version: 4.01-8
Severity: important
Tags: patch

On my jessie system the quota service fails to start without any warning or
error while systemctl reports a succesfull start. This happens because the check
on line 49 of file /usr/share/quota/quotaon.sh

  quotacheck -ap | grep -q is off || exit 0

can silently 'exit 0' whenever no quota-enabled filesystem are mounted.
This can be the right behaviour if every filesystem hasn't usrquota or
grpquota, but it isn't if quotaon is executed before mounting all filesystems.

I solved adding

  After=local-fs.target

in quota.service file.


Bye
Simone



-- System Information:
Debian Release: 8.1
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages quota depends on:
ii  debconf [debconf-2.0]  1.5.56
ii  e2fslibs   1.42.12-1.1
ii  init-system-helpers1.22
ii  libc6  2.19-18
ii  libcomerr2 1.42.12-1.1
ii  libdbus-1-31.8.18-0+deb8u1
ii  libldap-2.4-2  2.4.40+dfsg-1
ii  libnl-3-2003.2.24-2
ii  libnl-genl-3-200   3.2.24-2
ii  libtirpc1  0.2.5-1
ii  libwrap0   7.6.q-25
ii  lsb-base   4.1+Debian13+nmu1

quota recommends no packages.

Versions of packages quota suggests:
ii  libnet-ldap-perl1:0.6400+dfsg-2
ii  postfix [mail-transport-agent]  2.11.3-1
ii  rpcbind 0.2.1-6

-- debconf information excluded
--- old/quota.service	2014-06-19 11:20:32.0 +0200
+++ new/quota.service	2015-07-25 12:57:31.316838922 +0200
@@ -2,7 +2,7 @@
 Description=Check And Enable File System Quotas
 Documentation=man:quotaon(8)
 DefaultDependencies=no
-After=systemd-readahead-collect.service systemd-readahead-replay.service systemd-remount-fs.service
+After=systemd-readahead-collect.service systemd-readahead-replay.service systemd-remount-fs.service local-fs.target
 Before=sysinit.target shutdown.target
 ConditionPathExists=/usr/share/quota/quotaon.sh
 


Bug#792629: dolphin: Cannot hide items in resource panel

2015-07-20 Thread Simone Rossetto
I'm facing the same issue!

If you try to hide any item or change the order of items in the resource
panel, the panel becomes empty and no changes are saved.


Bug#787237: RFA: cxxtest -- lightweight xUnit-like framework for C/C++ applications

2015-05-30 Thread Simone Rossetto
Package: wnpp
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hi all, I cannot maintain cxxtest anymore and I'm looking for a new maintaner
who can adopt this package. If someone is interested, please contact me.


Thanks, bye
Simone


The package description is:
 CxxTest is a unit testing framework for C++ that is similar in spirit to
 JUnit, CppUnit, and xUnit. It provides assertions for checking conditions
 and classes for defining unit-test cases.
 .
 CxxTest is easy to use because it does not require precompiling a CxxTest
 testing library, it employs no advanced features of C++ (e.g. RTTI) and it
 supports a very flexible form of test discovery, which simplifies the creation
 of test drivers. It includes a script that parses C++ files that define unit
 tests and then generates a C++ test runner. When compiled, the test runner
 manages the execution of all unit tests in a flexible manner.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJVaWdQAAoJEFZ1rdOc8CImSYUP+wWKqG4S8SLg/6zJbnnkKxsO
IeoBm9WWlTQPw0I0GgaJfw+37gZ7/Rfcs+eL0dGPYokNVnxH5j7j0JgSdxMwsD3z
pkrJ7PV7uHVlSY7ggVES1Y59JXH+BlamE2hLOm+P7Dp71Xv4NDM4SrCIj2eGV6oV
4YAoxum6ZgzSnmGstgHsvUCnkUj1Tu0q3H1YORk8bGPNXGrBs4DWHhPushCFFGrc
B+GsQopBD+sEtnSA3Zzvciwxa6RikchTI/EmAiLeqL1711n2sa20Zd7JWIX+NBFv
T5RIBECn0GChcR/85kSHD53qb8VTaESeiMyWdyuQ04KmGCi2kxlEGgLYk0hJ+Nv2
HbbAlx37g2LJCPr9rgZiVFfZSfc2/Phfplof8LJR97XOgxt1w8A3EGP35TUbEtkW
3jyVmnFMR0qC1J4mEagJTjwozV8o3/40owkJ05bItEKo2e5y3FyPnViExz9xrLz6
DH2npzFqiiG9CapJPHR3ufF9pG8mgBCu31Jrpio5OLoQcK2xRj2tzLlnjlVbcKku
lkINMXJa+tZl7q/D5eckp9lQQN5YuBkLbS6Yd0f3ia9u25qA+q+bTQYga6D2p440
fzvwbQ236BLvXJfd4sqUR/D7z4qcPv00jq65KBD5yNpOvLdpNDvArEpD67ACXrb6
Zc/frqLR/rgAvpCfLAi6
=bSpL
-END PGP SIGNATURE-


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



Bug#786658: quota: Cannot install quota package on a jessie system

2015-05-24 Thread Simone Rossetto
Package: quota
Version: 4.01-8
Severity: important

Hi all, I cannot install quota package on a jessie system, the configuration 
step always ends with the following error:

   Job for quota.service failed. See 'systemctl status quota.service' and 
'journalctl -xn' for details.
   invoke-rc.d: initscript quota, action start failed
   [...]
   E: Sub-process /usr/bin/dpkg returned an error code (1)
   Failed to perform requested operation on package.  Trying to recover:
   [...]
   Job for quota.service failed. See 'systemctl status quota.service' and 
'journalctl -xn' for details.
   invoke-rc.d: initscript quota, action start failed.

and the output of 'systemctl status quota.service' is:

   quotaon.sh[13003]: Checking quotas...Warning: user quota not configured in 
filesystem `/home.' ... (warning).
   quotaon.sh[13003]: Warning: user quota not configured in filesystem `/srv.' 
... (warning).
   quotaon.sh[13003]: done.
   quotaon.sh[13003]: Turning on quotas...quotaon: cannot find 
/home/aquota.user on /dev/mapper/vg0-home [/home]
   quotaon.sh[13003]: quotaon: cannot find /srv/aquota.user on 
/dev/mapper/vg0-srv [/srv]
   systemd[1]: quota.service: main process exited, code=exited, 
status=2/INVALIDARGUMENT
   systemd[1]: Failed to start Check And Enable File System Quotas.
   systemd[1]: Unit quota.service entered failed state.

My /etc/fstab is the follwing

  /dev/mapper/vg0-root  /  ext4  user_xattr,acl,errors=remount-ro 0 1
  /dev/mapper/vg0-home  /home  ext4  user_xattr,acl,usrquota  0 2
  /dev/mapper/vg0-srv   /srv   ext4  user_xattr,acl,usrquota  0 2
  /dev/mapper/vg0-swap  none   swap  sw   0 0

  
Downloading the source tarball of quota I've tried to follow the whole 
installation procedure and I think that the execution of 'touch 
/var/lib/quota/new' (line 148 of postinst script) should be executed before the 
start of the quota service, otherwise the quotaon.sh always fails with 
Warning: user quota not configured in filesystem \`$1.'.

This is what happens during the installation:
 1. postinst executed
 2. quota start = quotaon.sh executed
 3. no force, no skip
 4. no /var/lib/quota/new file exists because no touch already executed
 5. so no full check but only a call to the check_quota function
 6. no /mountpoint/aquota.user file exists because quotas has never been 
computed yet
 7. and so a warning is printed and the installation ends in error

If the touch was executed before quota started, the installation procedure 
would change and at point 4 the new file would exist and a full check would be 
performed on all quota-enabled filesystems.

As a suggestion I also think that the function check_quota in quotaon.sh file 
should execute a full check whenever invoked on a quota-enabled filesystem 
where there isn't any aquota.user file, i.e. lines 33-35 of quotaon.sh should 
be:

   if [ ! -e $1/quota.user -a ! -e $1/aquota.user ] ; then
 log_warning_msg Warning: user quota configured in filesystem \`$1' but 
no aquota.user exists, performing full check
 $check -c $CHECKALLFLAGS
   elif [ $4 != journaled -a ! -f $quotaisoff ] ; then

If I'm wrong what have I missed?


Thanks, bye
Simone


-- System Information:
Debian Release: 8.0
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages quota depends on:
ii  debconf [debconf-2.0]  1.5.56
ii  e2fslibs   1.42.12-1.1
ii  init-system-helpers1.22
ii  libc6  2.19-18
ii  libcomerr2 1.42.12-1.1
ii  libdbus-1-31.8.16-1
ii  libldap-2.4-2  2.4.40+dfsg-1
ii  libnl-3-2003.2.24-2
ii  libnl-genl-3-200   3.2.24-2
ii  libtirpc1  0.2.5-1
ii  libwrap0   7.6.q-25
ii  lsb-base   4.1+Debian13+nmu1

quota recommends no packages.

Versions of packages quota suggests:
ii  libnet-ldap-perl1:0.6400+dfsg-2
ii  postfix [mail-transport-agent]  2.11.3-1
ii  rpcbind 0.2.1-6

-- debconf information excluded


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



Bug#644726: kpdftool: changing back from ITP to RFP

2013-08-19 Thread Simone Rossetto
2013/8/19 Lucas Nussbaum lu...@lucas-nussbaum.net

 If you cannot solve it by yourself, and cannot find someone that can
 solve it for you, it is probably better to wait for the upstream author
 to fix it.


Ok. Then  we will wait.


Thanks
Simone


Bug#714433: debian-edu: missing fsck.xfs if XFS filesystem is choosen during disk partitioning

2013-06-30 Thread Simone Rossetto

Il 29/06/2013 12:07, Petter Reinholdtsen ha scritto:
 Why do you want to use xfs? In other words, why should we support xfs? 

Actually there isn't a real reason... when I started using GNU/Linux I read 
about
different filesystems and I choosed XFS because it was more efficient in 
reading/writing
data than ext3 (and others fs). I don't know if this is still true, some new fs 
versions
have been developed, but I can answer your question saying that if the 
partitioning
program allows the user to choose XFS, the user will expect that XFS can be 
chosen :-)

I don't know how difficult it can be to edit the debian-installer, but a 
message listing
which filesystems are supported can be useful (or, perhaps, removing from the 
list of
selectable fs those unsupported).


cheers
Simone


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



Bug#714433: debian-edu: missing fsck.xfs if XFS filesystem is choosen during disk partitioning

2013-06-29 Thread Simone Rossetto
Package: debian-edu
Version: 7.0+edu0~a2
Severity: normal
Tags: d-i
Usertags: debian-edu

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256


Hi all,

I have installed debian-edu using the debian-edu-7.0+edu0~a2-CD.iso
(choosing the main-server profile) and I have found the following problem.

If XFS filesystem is choosen for root partition, the first boot, after
installation, stops (asking root password) because fsck.xfs is not present
in the system.

I have manually solved the problem typing root password, enabling network
interfaces and installing xfsprogs. Then, rebooting the system, the
filesystem-check completes succesfull.


cheers
Simone


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCAAGBQJRzqyaAAoJEFZ1rdOc8CImb+AP/08OAbI0Iace5IqnMCLZ9/4K
WA8kO1dpgQ6cxQwFtMvFXDckjDG7b1ii0pQxxk7qdDi/nHZZygP2oQErQkVDINqC
DwLB3iH7cERmuk4mr7YJzxQgJbFKURprSaZ24hGUyip3PCTAmTxL7x/PZbz3ZSTC
bcxWhqgpknQSbsax9+GzMPTYVlhpQkgxZnZUoM+w/ytvgCpDPOovio2JfQALQJ06
5F+QsaRDWkm9Ty1u0wXcPCOWtBsHhSgJ1j5ER0Zzqypz7mlHAKKUaITPj3hdjgup
gzdavubonkQZ3R4VVz7QGQevWRloEwienkGErB0z2Bxn+t9Fs5AonkZib0wMO42V
yACg/D8Luk5eudqDZ4lHQEejwnmN0rLnWcoO/8IdJ+vHJfU4LVbzvSADLg2He2LL
cc87omHbEeo5fGYwf344/jxAxJ+LH60vhb3mXr/VGBmd3oggzlf5IdlaB1DA3C2b
a+b7WRuKvF9FkqPJi81lZKveNlJFLzqf0M9WS5w4zBW3a+AJgXvSFWrxOvba3YGK
bCHV6n9YBYJlmFXqVQ6XfyvD4/KKlwqvnc752spltui/8/5HYHVtcXdHtJVEV6bD
AB7vlsGTnLyDiHclAB+kYGGCWCPpUaFaXWl/mDuUUNFYpLXRV9Jn3YwbDe5DIcBo
tG1eWASS0tLoUadw3O7h
=cjb6
-END PGP SIGNATURE-


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



Bug#706720: cxxtest tries to download files from the net during the build

2013-05-05 Thread Simone Rossetto
Control: tags -1 + pending

The new package is ready and will be uploaded as soon as possible.


Thanks, bye
Simone




signature.asc
Description: OpenPGP digital signature


Bug#690387: Annual ping for Simone Rossetto

2012-10-13 Thread Simone Rossetto
Package: debian-maintainers
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

This is my annual ping.


Thanks
Simone


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCAAGBQJQeYpaAAoJEFZ1rdOc8CImnW0P/Rntt0IuJ8tEldSfdQv85C6K
Ts4Ym+HNc/jNALKPj6SrZcf3tTLjqARapL71kCJ90Wa2o5zoxozcV2IMCYa0TbPL
AEVNDXPRf617NmlcfcfEBaLK5YlYjR/Pbuea5VitczRte7ttCcTQZHoDq0l5o1PF
lBBKjwaKFED3wO4Ks5CH/BIjoXMXrjSNm2WihnR8yO1t7J7ptD5qOg8ZmU9pe+qp
PXeCdd+pmLTG4amTXc5yL8K6XQYPsOjq23jP7kE7H8Raw1qYucAcazP5ZIlV2y+j
IzeUuaTJ/uznNntS0QPEpm4pUn2qXuYXo+9YDFf5hly9UXA9eTXy89xw+kLOwojv
9D5dz9pi+flQ9Hq3k4pZqj0I9sTTaBDmosnnp6QXISG8ICahzLRIFqYkykDXNuZO
mcQhy4WCbkgwvhejjYewhoDX2J/C4WoCxoTSDt6YjImuZSgOdG0oN4tlWFCWfoFb
79B2wX21IWnXzY3mBLDs3AJvrHqwbLX+ZvdIB/QH5c5tOTs1rFyJxjiHOASffCHC
W4auKRR3lfoJ8J7agq6IeYYx4PEWgbHOzmu0XXATrq3ZCPuGYy8GSBKPq/JGt005
65DWs1LFurv93QvSSyarZjG8Q/gmt8v3sWT6vEqHf7NrAsVPMOD0OJN+6CrEvUU3
CJC5vE4LI1FjW4Bi7Gv2
=O4ai
-END PGP SIGNATURE-


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



Bug#661853: RFS: kpdftool/0.23.1-1 [ITP] -- GUI to manipulate PDF and PS files using GhostScript and ImageMagick

2012-07-23 Thread Simone Rossetto
Hi Bart.

The package has been automatically removed from mentors because it hasn't
found a sponsor in 20 weeks.

During that period I received only a comment from a DD telling me that the
upstream sources were not suitable for Debian because there were some
security issues. I forwarded that comment to the author and I'm waiting for
the updated version of kpdftool.

Should I do something here on this bug report while waiting?


Thanks, bye
Simone


Bug#667677: RFS: cxxtest/4.0.3-2 [updated revision] -- lightweight xUnit-like framework for C/C++ applications

2012-04-05 Thread Simone Rossetto
Package: sponsorship-requests
Severity: normal


Dear mentors,
I am looking for a sponsor for my updated package cxxtest

 * Package name: cxxtest
   Version : 4.0.3-2
   Upstream Author : William Hart weh...@sandia.gov
 * URL : http://cxxtest.com/
 * License : LGPL-2.1+
   Section : devel

It builds those binary packages:

   cxxtest - lightweight xUnit-like framework for C/C++ applications

To access further information about this package, please visit the following 
URL:

   http://mentors.debian.net/package/cxxtest


Alternatively, one can download the package with dget using this command:

   dget -x 
http://mentors.debian.net/debian/pool/main/c/cxxtest/cxxtest_4.0.3-2.dsc

More information about cxxtest can be obtained from http://cxxtest.com/.


Changes since the last upload:

  * Merged the package's old description with the upstream one.
  * Updated debian/copyright file setting the right license keyword for source 
files.
  * Python private modules are now installed in a private folder.

The first two points fix the comments sent to me during the uploading of the
previous revision to Debian repos.


Kind regards
Simone Rossetto



signature.asc
Description: OpenPGP digital signature


Bug#662982: FindCxxTest.cmake does not support CxxTest version 4 and its generator

2012-03-07 Thread Simone Rossetto
Source: cmake
Version: 2.8.7-3
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256


The module FindCxxTest.cmake doesn't support CxxTest version 4 where
the Perl generator has been removed upstream and the Python generator
is installed without the .py extension.

Attached to this report a simple patch that allows FindCxxTest.cmake
module to correctly locate the new Python generator.



- -- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (900, 'testing'), (12, 'unstable'), (12, 'stable')
Architecture: i386 (i686)

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

- -- no debconf information

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBCAAGBQJPV65YAAoJEFZ1rdOc8CImI/IP/j48ioof3QmDeC2mFvGAEM6B
VEDUt6FDRtHSMzoX000+yVtubkwvQ6tzrzEtmaIWNRwsDV2Ak57HNFAcTykypbZ+
Ne5NvwIY003GjkYFkPq1wFyoQ/XsP7q7CxlDyQQo2TxnFtbGcr8USOk7rrNEI2oG
D2hpcWUqnw55JdyIkS2oq1LrkqztBbcy3XYS/akpkjPN2VD/yQSfoQamUcMB1toh
/t4rw2qoBNogvpsgW/enAL1BNCGDwXS67tryQa/yhUhSzyB/pjSXsW1ejbIfJi7y
21QUsd6E8sYXVtrqP55hjTXm/YC0LpdL6U1fmohTnupKxx18ogXgJhjjLYoPKMbI
/Z7CiIxn7Pu279ystw+JRFuoobLcOiaReedRCQT3i/RsSiEhAPdef1MLG3TQxfkZ
P4kDlGIM9WxHDI8UTCRqnFHR+pPKYc/ruN5SseBiQkX/zo2FcP38bG59gJ5UCuU2
uldQJe23GC3/VSu4bNGdSFD0KvkkvUg5/sY3K+IJi208zX1vfUE+X/CHI4OUgxom
hZEdqojHaSebORR616Cn9U4vJgNIf5DoMb84SVBT/VqMbWg9CxDEdNF68IE102ET
UtzUDCA68R5HUq/9fEZla46TIt+e0kFisSApWJlNeXG0OeCEfLxv/q2r2j2VkHjx
O8GSFiHma/VFge5L3An/
=yfMz
-END PGP SIGNATURE-
Description: Since CxxTest v4 the Python generator is without '.py' extension
 Since CxxTest v4 the Python generator has been renamed to 'cxxtestgen'
 without the '.py' extension present in previous versions. With this patch
 the FindCxxTest module will search also for 'cxxtestgen', leaving backward
 compatibility. In addition, the Perl generator is no more present so, even
 if the variable CXXTEST_USE_PYTHON is not defined, this module will try to
 use the Python generator instead of the Perl one.
Author: Simone Rossetto simro...@gmail.com
Forwarded: http://public.kitware.com/Bug/view.php?id=13022
Last-Update: 2012-03-06
--- a/Modules/FindCxxTest.cmake
+++ b/Modules/FindCxxTest.cmake
@@ -9,6 +9,7 @@
 #   Only used in the case both Python  Perl
 #   are detected on the system to control
 #   which CxxTest code generator is used.
+#   Valid only for CxxTest version 3.
 #
 #   NOTE: In older versions of this Find Module,
 #   this variable controlled if the Python test
@@ -159,7 +160,8 @@
 find_package(Perl QUIET)
 
 find_path(CXXTEST_INCLUDE_DIR cxxtest/TestSuite.h)
-find_program(CXXTEST_PYTHON_TESTGEN_EXECUTABLE cxxtestgen.py
+find_program(CXXTEST_PYTHON_TESTGEN_EXECUTABLE
+ NAMES cxxtestgen cxxtestgen.py
  PATHS ${CXXTEST_INCLUDE_DIR})
 find_program(CXXTEST_PERL_TESTGEN_EXECUTABLE cxxtestgen.pl
  PATHS ${CXXTEST_INCLUDE_DIR})
@@ -167,7 +169,7 @@
 if(PYTHONINTERP_FOUND OR PERL_FOUND)
include(${CMAKE_CURRENT_LIST_DIR}/FindPackageHandleStandardArgs.cmake)
 
-   if(PYTHONINTERP_FOUND AND (CXXTEST_USE_PYTHON OR NOT PERL_FOUND))
+   if(PYTHONINTERP_FOUND AND (CXXTEST_USE_PYTHON OR NOT PERL_FOUND OR NOT DEFINED CXXTEST_USE_PYTHON))
   set(CXXTEST_TESTGEN_EXECUTABLE ${CXXTEST_PYTHON_TESTGEN_EXECUTABLE})
   set(CXXTEST_TESTGEN_INTERPRETER ${PYTHON_EXECUTABLE})
   FIND_PACKAGE_HANDLE_STANDARD_ARGS(CxxTest DEFAULT_MSG


Bug#661853: RFS: kpdftool/0.23.1-1 [ITP] -- GUI to manipulate PDF and PS files using GhostScript and ImageMagick

2012-03-01 Thread Simone Rossetto
Package: sponsorship-requests
Severity: wishlist


Dear mentors,

I am looking for a sponsor for my package kpdftool.

KPDFTool can be used to perform basic and useful operations with PDF
and PS files such as merge, extract pages and protect the text. All operations
can be accomplished in a simple and practical way without knowledge of
shell-based backends.

  * Package name: kpdftool
Version : 0.23.1-1
Upstream Author : Rodrigo de Oliveira rdgli...@yahoo.com.br
  * URL : http://kde-apps.org/content/show.php?content=33194
  * License : GPL-3.0+
Section : graphics

It builds the following binary package:

  kpdftool - GUI to manipulate PDF and PS files using GhostScript and 
ImageMagick


To access further information about this package, please visit the following 
URL:

  http://mentors.debian.net/package/kpdftool


Alternatively, one can download the package with dget using this command:

  dget -x 
http://mentors.debian.net/debian/pool/main/k/kpdftool/kpdftool_0.23.1-1.dsc


Some screenshots of KPDFTool can be viewed visiting:

  http://kde-apps.org/content/show.php/KPDFTool?content=33194


I would be glad if someone uploaded this package for me. My signing key is also
in the DM keyring so I can follow the package myself, after the first approval
in the Debian repos.


Kind regards
Simone Rossetto



signature.asc
Description: OpenPGP digital signature


Bug#658992: RFS: cxxtest/4.0.3-1 [NEW] - lightweight xUnit-like framework for C/C++ applications

2012-02-07 Thread Simone Rossetto
Package: sponsorship-requests
Severity: wishlist


Hello mentors,

I am looking for a sponsor for my package cxxtest.

CxxTest is a lightweight xUnit-like testing framework for C/C++ applications.
Writing test is easier and simpler than others C/C++ testing frameworks because
it is not required to register them. Once the test case is written, it can be
translated to the standalone C++ code by using the provided generator.

A CMake module currently exists for CxxTest and it is present in cmake-data
Debian package, but the CxxTest framework is not in Debian repositories yet so
I think that this tool can be useful.


 * Package name: cxxtest
   Version : 4.0.3-1
   Upstream Author : William Hart weh...@sandia.gov
 * URL : http://cxxtest.com/
 * License : LGPL-2.1+
   Section : devel


It builds this binary package:

cxxtest- xUnit-like framework for C/C++ applications


To access further information about this package, please visit the following 
URL:

  http://mentors.debian.net/package/cxxtest

Alternatively, one can download the package with dget using this command:

  dget -x 
http://mentors.debian.net/debian/pool/main/c/cxxtest/cxxtest_4.0.3-1.dsc


I would be glad if someone uploaded this package for me. My signing key
is also in the DM keyring so I can follow the package myself, after the
first approval in the Debian repos.


Kind regards
Simone Rossetto





signature.asc
Description: OpenPGP digital signature


Bug#606373: cxxtest - lightweight xUnit-like framework for C/C++ applications

2012-01-21 Thread Simone Rossetto
Hi all.

The new package of the new upstream version is available for download and 
review here
http://mentors.debian.net/package/cxxtest

I would be glad if someone uploaded this package for me.


Thanks, bye
Simone



signature.asc
Description: OpenPGP digital signature


Bug#652713: gt5: every directory seems to be empty

2011-12-20 Thread Simone Rossetto
Package: gt5
Version: 1.5.0~20101101+bzr28-2
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256


Dear Maintainer,

  I cannot use gt5 anymore because it reports directory seems to be empty
for every directory I choose. I would like to provide you some other details
but there are no errors and executing it with --debug simply leaves the
generated html file with the previous sentence: directory seems
to be empty.

If there is something I can try to help you more, please, feel free to tell me.


Bye
Simone



- -- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (900, 'testing'), (12, 'unstable'), (12, 'stable')
Architecture: i386 (i686)

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

Versions of packages gt5 depends on:
ii  bash   4.2-1
ii  links  2.4-1
ii  w3m0.5.3-5

gt5 recommends no packages.

gt5 suggests no packages.

- -- no debconf information

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBCAAGBQJO8FC/AAoJEFZ1rdOc8CImVcgP/3JjS/Dj2EUxaxigBOzi8+nG
3rXNXbmJn7Ycm20Iy+lFf8xLlx5RuaKUCNCE3+Y2bjZo5C0myNLe4LIlDSD8atHs
XKgl0P8p5on9b/BEGch6R1L+SuqpC5vPEUSf6Vxl4wKaT5/jcAYE6kxS/fuuhTef
iJ4rTUfok+fNWMN1/vSBCS74pa7VQylC5cms/SodES28nGrDqw5FlgaM8ghHCAyB
BezS444CNMmK3b2PT6cb8JQjZJyivqYfpy0r6aarAMj0qYEd8Ic7FzdiFxlfn/LF
bEsUzBIKMaExhmwqzrs9Y2PMHJaL2dNYrGaeTnkrL13FP9sLPKvX3kjaxZJQ+Si4
a3O005xW8vPiJ1u8rke31g/Vph3mG+5Fd6tkpRIIVF4W7H7OoL/oBZUABcPRL6fQ
U94ssEpWv+9UH+C4vAxSXEtoSubamEaKI9kWr9WViOixBjoc4zRpq4WLkgm4VVva
fHg/WIJwo/p0RLQcq/HkGeS6QyHIs6T4ADjoDKTeFcotiYzxccTeL/96a/IDu+5l
DJR6zAvO2IxzX+tw95OtoWdj16Xn64/cWw5Khps2zl+BNhc+2kWwpBb+LiEr5qjg
Fw79qkVa40KAshYCGPWDNtfqrKlBxzDXfiXdYYpmfP3XdqCVnVlIDcDM4Udx58vx
vYhjClPg0goHU91tOnhf
=sjBR
-END PGP SIGNATURE-



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



Bug#606373: RFS: cxxtest - xUnit-like framework for C/C++ applications

2011-12-16 Thread Simone Rossetto
Hi all.

The upstream developers of CxxTest told me that they are working on the next 
version of
the tool and that they have planned to release it before the end of January. I 
stopped
packaging the current version and I'm waiting for the new one.


Bye
Simone




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



Bug#644726: ITP: kpdftool -- GUI interface for managing PDFs with GhostView and ImageMagick

2011-10-12 Thread Simone Rossetto

Il 12/10/2011 09:53, Bastien ROUCARIES ha scritto:
 If you use convert and not library it is nevertheless better to keep
 imagemagick package dependancy

KPDFTool uses directly the 'convert' program, so I leave the ImageMagick 
dependency.






signature.asc
Description: OpenPGP digital signature


Bug#644726: ITP: kpdftool -- GUI interface for managing PDFs with GhostView and ImageMagick

2011-10-11 Thread Simone Rossetto
Hi Bastien

Il 09/10/2011 12:47, Bastien ROUCARIES ha scritto:
 graphickmagick is ABI compatible with imagemagick5 and API/ABI stable.
 better to use for simple task graphickmagick lib.
Ok, I understand.

If kpdftool works correctly with graphicmagick I'll switch to those libraries.


Thanks, bye
Simone



signature.asc
Description: OpenPGP digital signature


Bug#644726: ITP: kpdftool -- GUI interface for managing PDFs with GhostView and ImageMagick

2011-10-09 Thread Simone Rossetto


  
  
Hi Bastien

Il 08/10/2011 20:33, Bastien ROUCARIES ha scritto:

Does it build with graphickmagick instead of
  imagemagick?
  If so could you switch to graphickmagick

Actually I've never used graphickmagick but I can try to patch the
sources.

Why should I switch to graphickmagick? Is imagemagick about to get
out of debian repositories?
I'm asking this just to understand the request.


thanks
Simone

  




signature.asc
Description: OpenPGP digital signature


Bug#644726: ITP: kpdftool -- GUI interface for managing PDFs with GhostView and ImageMagick

2011-10-09 Thread Simone Rossetto
Hi Bastien

Il 08/10/2011 20:33, Bastien ROUCARIES ha scritto:
 Does it build with graphickmagick instead of imagemagick?
 If so could you switch to graphickmagick
Actually I've never used graphickmagick but I can try to patch the sources.

Why should I switch to graphickmagick? Is imagemagick about to get out of 
debian repositories?
I'm asking this just to understand the request.


thanks
Simone



signature.asc
Description: OpenPGP digital signature


Bug#644726: ITP: kpdftool -- GUI interface for managing PDFs with GhostView and ImageMagick

2011-10-08 Thread Simone Rossetto
Package: wnpp
Severity: wishlist
Owner: Simone Rossetto simro...@gmail.com

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256


* Package name: kpdftool
  Version : 0.23
  Upstream Author : Rodrigo Oliveira rdgli...@yahoo.com.br
* URL : http://kde-apps.org/content/show.php/KPDFTool?content=33194
* License : GPL
  Programming Lang: C++
  Description : GUI interface for managing PDFs with GhostView and 
ImageMagick


KPDFTool can be used to perform basic and usefull operations with PDF
and PS (PostScript) files such as merge, extract pages and protect the
text. All operations can be accomplished in a simple and practical way
without knowledge of shell-based backends.


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBCAAGBQJOkFnDAAoJEFZ1rdOc8CImL7sQAIXvpGYB9f2M4lDj4lXyjknM
5VPizNQmSj3wQcnIsKPWALCEohaUqQpr9DpfgcvLJDW8icoR3fGS/jMliBQHOWmu
jLoY05UkVB5i996lyNY/v7zHyYrSIaYpHjghJQ76W+17GiQVeCW9fPK5veowAWbI
BvmzHGLYl7+1vnuRp2xpri6HFcI/+T3IH6W+b1zzVZDccBYq33ZeTWrf91eXnTjX
AiEa9D1MsAufQ1ew5UVNANNKsH5FeyFX23/BV8b0cDYih1Se7M0WtPwAUECqpw9i
e0HsPiPegCEaq8s01fZv36CAMfXlPqzf19xRNrRVmK8ei374noma9M0tpAf3Gisk
8Js5EOb3L9e64oSsY1GGdBi15RdzSGMjywFzvcr0RrBhTU5+x1sAoaCiXrK3f6W9
ZnkMJVHzKFV6XnIpLevPEAMQsvqOXRUHrbmSqQ+Cp/h9HdWY3cVZWpT4v0WQo1sF
O/9YvyFQrwiEbeMGX3Ngk1HSwuckgLb37VH4FWLQvfOMEl7Hf/Awq58GAXw0kqp+
E2fI9tl3JGEPHV/j/mZO7voQISfh2zUGFUBUiLix1xc67Qxld9BMn6BNDdXz2bF9
TxnTiMpHnr0J4JumB55mylpKcF6SEfhBp1LyRRRFWRqcx9d26LePd7l+5epSkqcW
UPD9POtyljepsbEyAC+A
=Llux
-END PGP SIGNATURE-



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



Bug#644007: debian-maintainers: Please add Simone Rossetto as a Debian Maintainer

2011-10-01 Thread Simone Rossetto
Package: debian-maintainers
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256


Please add my key to the DM keyring.
Attached to this report my jetring changeset.


Thanks
Simone


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBCAAGBQJOh0y5AAoJEFZ1rdOc8CImgosP/A+825g9C5WmtEinhK7htxDE
wmsVEw6QBF3suHwN1hY1wdU6TqU4RPDIhPMu7T6/C36yuN8EY8YoV6wVV+xooZha
j9QybAtr8424pUIzO4P6QZW9viK0osE4A0PhBbVOZqKtCzWn0exRzTsPzQ3uQoE3
xQrQsUv9scR73S0h9Yz+6Ue9jizavx1eQw4CX3oNLCctAQRdLULr+t0vQJO0O+IN
pS3w8TfSY+bSCtlcFUpzneKc0A+TZ91NBNX1XED3pG3UfRRij0J89Gk3+TUkXvxd
mmZpGbNNLrsJGqMI8BuMxXB3R3QNr0x/a+nFC0t6Vkd7OclRsdmQH5fSFe+3K2Jb
7a3SWh9JUWjKKk0K+BvF6fd9u3QLqdnWek39ZP7I0sYpUJVrprr3r5zeWtCOy2BI
TKIcra932szL11Jd4Rbg3Y9MJfMgS2+Ir/6No41bwOfeyvrcam43OqcQJptk0y1M
tKr3H78P07kNomUSlNDC9VpIrTVAav6tXyEW9VjTJtyITRldxBcf8/Sm2nfEPoXH
Mkzdgi2zc/TfaYEhaWsw2PIS78MXnROoM6s0P67Kigvedm+kjnFau3siTPP7Snzf
sFbHerz0ztL03M9XFLuHRGkhhup10oMpXvwQ4h/onN7wxR5lstVbDAVLYTIZG8j/
z7u1hn6QBguHcu8E4Cpk
=NarN
-END PGP SIGNATURE-
Comment: Add Simone Rossetto simro...@gmail.com as a Debian Maintainer
Date: Sat, 01 Oct 2011 10:17:12 +0200
Recommended-By: 
  Georges Khaznadar georges.khazna...@free.fr
Agreement: 
  http://lists.debian.org/debian-newmaint/2011/09/msg00065.html
Advocates: 
  http://lists.debian.org/debian-newmaint/2011/09/msg00070.html
Action: import
Data: 
  -BEGIN PGP PUBLIC KEY BLOCK-
  Version: GnuPG v1.4.11 (GNU/Linux)
  
  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
  fO6osZnEpch

Bug#540208: lsb-release: Wrong codename still present with negative priorities

2011-09-17 Thread Simone Rossetto
/debian/ stable/main Translation-it
  12 http://ftp.it.debian.org/debian/ stable/non-free i386 Packages
 release v=6.0.2,o=Debian,a=stable,n=squeeze,l=Debian,c=non-free
 origin ftp.it.debian.org
  12 http://ftp.it.debian.org/debian/ stable/contrib i386 Packages
 release v=6.0.2,o=Debian,a=stable,n=squeeze,l=Debian,c=contrib
 origin ftp.it.debian.org
  12 http://ftp.it.debian.org/debian/ stable/main i386 Packages
 release v=6.0.2,o=Debian,a=stable,n=squeeze,l=Debian,c=main
 origin ftp.it.debian.org
Pinned packages:
 gnome-keyring - 2.22.3-2
 libgnome-keyring0 - 2.22.3-2
 libpam-gnome-keyring - 2.22.3-2
-*- -*- -*- -*- -*-
   sources.list
-*- -*- -*- -*- -*-
deb http://ftp.it.debian.org/debian/ stable main contrib non-free
deb-src http://ftp.it.debian.org/debian/ stable main contrib non-free
deb http://ftp.it.debian.org/debian/ testing main contrib non-free
deb-src http://ftp.it.debian.org/debian/ testing main contrib non-free
deb http://ftp.it.debian.org/debian/ unstable main contrib non-free
deb-src http://ftp.it.debian.org/debian/ unstable main contrib non-free
deb http://ftp.it.debian.org/debian/ experimental main contrib non-free
deb-src http://ftp.it.debian.org/debian/ experimental main contrib non-free
deb http://security.debian.org/ testing/updates main contrib non-free
deb-src http://security.debian.org/ testing/updates main contrib non-free
deb http://mi.mirror.garr.it/mirrors/debian-multimedia testing main non-free
deb-src http://mi.mirror.garr.it/mirrors/debian-multimedia testing main non-free
deb http://mi.mirror.garr.it/mirrors/debian-multimedia unstable main non-free
deb-src http://mi.mirror.garr.it/mirrors/debian-multimedia unstable main 
non-free
deb http://download.skype.com/linux/repos/debian/ stable non-free
deb http://deb.opera.com/opera testing non-free
-*- -*- -*- -*- -*-
 /etc/lsb_release
-*- -*- -*- -*- -*-
- none

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (900, 'testing'), (12, 'unstable'), (12, 'stable')
Architecture: i386 (i686)

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

Versions of packages lsb-release depends on:
ii  python  2.6.7-3
ii  python-support  1.0.14

Versions of packages lsb-release recommends:
ii  apt  0.8.15.6

Versions of packages lsb-release suggests:
pn  lsb  none

-- no debconf information
Description: Fix for unsupported negative value in pin priorities
 The priorities of repositories can be negative as reported in apt_preferences
 manpage P  0 prevents the version from being installed. The lsb_release.py
 script matches only positive values generating an invalid output for negative
 priorities.
Bug-Debian: http://bugs.debian.org/540208
Author: Simone Rossetto simro...@gmail.com
Last-Update: 2011-09-17
--- a/lsb_release.py
+++ b/lsb_release.py
@@ -154,7 +154,7 @@
 policy = commands.getoutput('LANG=C apt-cache policy 2/dev/null')
 for line in policy.split('\n'):
 line = line.strip()
-m = re.match(r'(\d+)', line)
+m = re.match(r'(-?\d+)', line)
 if m:
 priority = int(m.group(1))
 if line.startswith('release'):


Bug#606373: problem in packaging CxxTest

2011-09-05 Thread Simone Rossetto
People on #debian-mentors IRC channel and other DDs told me that probably the 
best
solution is to write a CMake patch because currently there is no cxxtest 
package in Debian
and the CMake module FindCxxTest.cmake doesn't work, so I won't break anything 
moving the
scripts somewhere else.

I decided to install the two scripts in /usr/lib/cxxtest and symlink them in 
/usr/bin
renaming to cxxtestgen-python and cxxtestgen-perl. Now I'll create the patch 
for CMake and
when CxxTest will be part of Debian I'll send the patch as a CMake bug report.



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



Bug#606373: problem in packaging CxxTest

2011-08-30 Thread Simone Rossetto
I'm facing a problem packaging CxxTest and I need a little help.

CxxTest has two application scripts cxxtestgen.py and cxxtestgen.pl that do
the same things and it is users' responsibility to choose which one to use.
So I need to install both of them in /usr/bin  but lintian complaints about
the interpreter extension still present in the two filenames.

I have three solutions:
1. override the lintian warning and install both in /usr/bin
2. install them somewhere else (/usr/share/cxxtest) and create the symlink
/usr/bin/cxxtestgen to one of them
3. install only one of them renaming it to cxxtestgen

The second and the third solution may break some files that rely upon the
two scripts: for example the file FindCxxTest.cmake (module of CMake
package) tries to locate them in the system PATH or in /usr/include, with
these solutions that file will fail. I can open a bug report for CMake
providing a patch for FindCxxTest.cmake file in order to force it to look
for the two files where I install them, but I don't think this is the right
way to solve this problem.

I have no other idea and if lintian reports that warning it means that I
should avoid to override it.

Any suggestion?


Thanks, bye
Simone


Bug#606373:

2011-08-23 Thread Simone Rossetto
Hi all,

I had already packaged CxxTest for my personal use and now I would like to make 
it
available for everyone. I am adapting my package to follow debian policies and 
I'm writing
a patch to support Qt4 because the sources are for Qt3.


Bye
Simone




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



Bug#638365: qsapecng: FTBFS: obsolte build dependency libqwt5-qt4-dev

2011-08-20 Thread Simone Rossetto
Hi Christoph, sorry to disturb you again.

I noticed that libqwt5-qt4-dev is again present in Debian sid, could you try to 
rebuild
the current revision of QSapecNG? Now it should build correctly. Actually I 
prefer to have
QSapecNG be built against Qwt5 instead of Qwt6.

However, if it fails or if you cant rebuild I have the new revision (with this 
bug fixed)
ready to be uploaded.


Thanks, bye
Simone




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



Bug#638365: qsapecng: FTBFS: obsolte build dependency libqwt5-qt4-dev

2011-08-19 Thread Simone Rossetto
Hi Christoph

2011/8/18 Christoph Egger christ...@debian.org
 Your package failed to build on the buildds as it now depends on
 `libqwt5-qt4-dev | libqwt-dev` where the first of them isn't available
 in unstable and debian autobuilder consider for consistency reasons only
 the first alternative.

I know that libqwt5-qt4-dev is obsolete in unstable, and this is why I
created the patches for Qwt6. But I leave that dependecy because in
wheezy the package libqwt-dev is for Qwt4 which is incompatible with
QSapecNG. If I remove that dependency QSapecNG cannot be built on
wheezy until Qwt6 are ported.

What should I do?


Thanks
Simone



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



Bug#638365: qsapecng: FTBFS: obsolte build dependency libqwt5-qt4-dev

2011-08-19 Thread Simone Rossetto
Il 19/08/2011 10:49, Christoph Egger ha scritto:
 Well you just can't build with the same package on autobuilders on both sid 
 and wheezy.
 And the package in unstable should definitely build there.
That's ok, I understand.
 Just do a (versioned?) dependency on libqwt-dev and in ~10 days it will also 
 work in
 testing.
Perfect, I'll fix it immediatly and reupload the package.


Thanks
Simone



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



Bug#540208: lsb-release: Wrong codename still present with experimental pinning

2011-07-23 Thread Simone Rossetto
Package: lsb-release
Version: 3.2-27
Followup-For: Bug #540208

With my apt preferences and experimental repositories the lsb_release script
still reports the wrong codename. The attached patch uses the 'ignoresuites'
variable (already present in the python script) to ignore the experimental
entries in source.list. I don't know if this is the right way to solve this
issue, but it works for me.


-- Package-specific info:
lsb_release output
-*- -*- -*- -*- -*-
LSB Version:
core-2.0-ia32:core-2.0-noarch:core-3.0-ia32:core-3.0-noarch:core-3.1-ia32:core-3.1-noarch:core-3.2-ia32:core-3.2-noarch
Distributor ID: Debian
Description:Debian GNU/Linux experimental (sid)
Release:experimental
Codename:   sid
-*- -*- -*- -*- -*-
Apt policy
-*- -*- -*- -*- -*-
Package files:
 100 /var/lib/dpkg/status
 release a=now
 500 http://dl.google.com/linux/talkplugin/deb/ stable/main i386 Packages
 release v=1.0,o=Google, Inc.,a=stable,n=stable,l=Google,c=main
 origin dl.google.com
-100 http://archive.getdeb.net/ubuntu/ maverick-getdeb/apps i386 Packages
 release 
v=10.10,o=GetDeb,a=maverick-getdeb,n=maverick-getdeb,l=GetDeb,c=apps
 origin archive.getdeb.net
 550 http://download.virtualbox.org/virtualbox/debian/ squeeze/contrib i386 
Packages
 release o=Oracle Corporation,n=squeeze,l=Oracle Corporation,c=contrib
 origin download.virtualbox.org
 520 http://deb.opera.com/opera/ testing/non-free i386 Packages
 release o=Opera Software ASA,a=testing,n=wheezy,l=The Opera web 
browser,c=non-free
 origin deb.opera.com
 520 http://download.skype.com/linux/repos/debian/ stable/non-free i386 Packages
 origin download.skype.com
 500 http://mi.mirror.garr.it/mirrors/debian-multimedia/ unstable/non-free 
Translation-it
 500 http://mi.mirror.garr.it/mirrors/debian-multimedia/ unstable/non-free 
Translation-en
 500 http://mi.mirror.garr.it/mirrors/debian-multimedia/ unstable/main 
Translation-it
 500 http://mi.mirror.garr.it/mirrors/debian-multimedia/ unstable/main 
Translation-en
 -12 http://mi.mirror.garr.it/mirrors/debian-multimedia/ unstable/non-free i386 
Packages
 release v=None,o=Unofficial Multimedia 
Packages,a=unstable,n=sid,l=Unofficial Multimedia Packages,c=non-free
 origin mi.mirror.garr.it
 -12 http://mi.mirror.garr.it/mirrors/debian-multimedia/ unstable/main i386 
Packages
 release v=None,o=Unofficial Multimedia 
Packages,a=unstable,n=sid,l=Unofficial Multimedia Packages,c=main
 origin mi.mirror.garr.it
 500 http://mi.mirror.garr.it/mirrors/debian-multimedia/ testing/non-free 
Translation-it
 500 http://mi.mirror.garr.it/mirrors/debian-multimedia/ testing/non-free 
Translation-en
 500 http://mi.mirror.garr.it/mirrors/debian-multimedia/ testing/main 
Translation-it
 500 http://mi.mirror.garr.it/mirrors/debian-multimedia/ testing/main 
Translation-en
 110 http://mi.mirror.garr.it/mirrors/debian-multimedia/ testing/non-free i386 
Packages
 release v=None,o=Unofficial Multimedia 
Packages,a=testing,n=wheezy,l=Unofficial Multimedia Packages,c=non-free
 origin mi.mirror.garr.it
 110 http://mi.mirror.garr.it/mirrors/debian-multimedia/ testing/main i386 
Packages
 release v=None,o=Unofficial Multimedia 
Packages,a=testing,n=wheezy,l=Unofficial Multimedia Packages,c=main
 origin mi.mirror.garr.it
 900 http://security.debian.org/ testing/updates/non-free i386 Packages
 release o=Debian,a=testing,n=wheezy,l=Debian-Security,c=non-free
 origin security.debian.org
 900 http://security.debian.org/ testing/updates/contrib i386 Packages
 release o=Debian,a=testing,n=wheezy,l=Debian-Security,c=contrib
 origin security.debian.org
 900 http://security.debian.org/ testing/updates/main i386 Packages
 release o=Debian,a=testing,n=wheezy,l=Debian-Security,c=main
 origin security.debian.org
 -10 http://ftp.it.debian.org/debian/ experimental/non-free i386 Packages
 release o=Debian,a=experimental,n=experimental,l=Debian,c=non-free
 origin ftp.it.debian.org
 -10 http://ftp.it.debian.org/debian/ experimental/contrib i386 Packages
 release o=Debian,a=experimental,n=experimental,l=Debian,c=contrib
 origin ftp.it.debian.org
 -10 http://ftp.it.debian.org/debian/ experimental/main i386 Packages
 release o=Debian,a=experimental,n=experimental,l=Debian,c=main
 origin ftp.it.debian.org
 500 http://ftp.it.debian.org/debian/ unstable/main Translation-it
  12 http://ftp.it.debian.org/debian/ unstable/non-free i386 Packages
 release o=Debian,a=unstable,n=sid,l=Debian,c=non-free
 origin ftp.it.debian.org
  12 http://ftp.it.debian.org/debian/ unstable/contrib i386 Packages
 release o=Debian,a=unstable,n=sid,l=Debian,c=contrib
 origin ftp.it.debian.org
  12 http://ftp.it.debian.org/debian/ unstable/main i386 Packages
 release o=Debian,a=unstable,n=sid,l=Debian,c=main
 origin ftp.it.debian.org
 500 http://ftp.it.debian.org/debian/ testing/main Translation-it
 900 http://ftp.it.debian.org/debian/ 

Bug#620510: alsa-firmware-loaders: The file tascam_fw does not work due to wrong parameters

2011-04-02 Thread Simone Rossetto
Package: alsa-firmware-loaders
Version: 1.0.23-3+b1
Severity: important


The file /lib/udev/tascam_fw tries to load the first-stage firmware for the
soundcard but it does not work. The syslog reports something like this
load usx2yloader/us122fw.ihx for 1604/8006/100 to /proc/bus/usb/004/005
but the path /proc/bus/usb is empty.

If the source file usx2yloader/tascam_fw.in is edited substituting $DEVNAME
to $DEVICE and adding the parameter -D $DEVNAME at the end of line 58, the
first-stage firmware is correcly loaded into the soundcard and the log reports
/dev/bus/usb instead of /proc/bus/usb.

Attached to this bug report my patch for the source file.



-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (900, 'testing'), (12, 'unstable'), (12, 'stable')
Architecture: i386 (i686)

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

Versions of packages alsa-firmware-loaders depends on:
ii  fxload0.0.20081013-1 Firmware download to EZ-USB device
ii  libasound21.0.23-2.1 shared library for ALSA applicatio
ii  libc6 2.11.2-11  Embedded GNU C Library: Shared lib
ii  udev  166-1  /dev/ and hotplug management daemo

alsa-firmware-loaders recommends no packages.

alsa-firmware-loaders suggests no packages.

-- no debconf information
Susbtituted $DEVICE with $DEVNAME in order to make this file
works with newer kernel.
--- a/usx2yloader/tascam_fpga.in
+++ b/usx2yloader/tascam_fpga.in
@@ -10,12 +10,12 @@
 
 if [ -x $LOADER ]; then
if [ -x /usr/bin/logger ]; then
-   /usr/bin/logger -t $0 calling $LOADER for $DEVICE
+   /usr/bin/logger -t $0 calling $LOADER for $DEVNAME
fi
$LOADER
 else
if [ -x /usr/bin/logger ]; then
-   /usr/bin/logger -t $0 missing $LOADER for $DEVICE
+   /usr/bin/logger -t $0 missing $LOADER for $DEVNAME
fi
 fi
 
@@ -33,12 +33,12 @@
 if [ $CONTROLLER != NOTUSED ]; then
if [ -x $CONTROLLER ]; then
if [ -x /usr/bin/logger ]; then
-   /usr/bin/logger -t $0 starting $CONTROLLER for $DEVICE
+   /usr/bin/logger -t $0 starting $CONTROLLER for 
$DEVNAME
fi
$CONTROLLER 
else
if [ -x /usr/bin/logger ]; then
-   /usr/bin/logger -t $0 missing $CONTROLLER for $DEVICE
+   /usr/bin/logger -t $0 missing $CONTROLLER for $DEVNAME
fi
fi
 fi
--- a/usx2yloader/tascam_fw.in
+++ b/usx2yloader/tascam_fw.in
@@ -53,8 +53,8 @@
 fi
 
 if [ -x /usr/bin/logger ]; then
-   /usr/bin/logger -t $0 load $FIRMWARE for $PRODUCT to $DEVICE
+   /usr/bin/logger -t $0 load $FIRMWARE for $PRODUCT to $DEVNAME
 fi
-$LOADER $FLAGS -s $LOADERFIRMWARE -I $FIRMWARE
+$LOADER $FLAGS -s $LOADERFIRMWARE -I $FIRMWARE -D $DEVNAME
 
 exit 0


Bug#609218: ITP: qsapecng -- a Qt-based Symbolic Analysis Program for Electric Circuits

2011-01-09 Thread Simone Rossetto
Hi Georges, great!

I'm very happy you are interested in QSapecNG and I think Michele (the upstream 
author) is
happy too. We hope you will appreciate this program.

The package for Debian is almost ready, I have to adjust some things (like bug 
number) and
I'll provide you all the files, source and binaries.


Best regards, thanks
Simone





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



Bug#609218: ITP: qsapecng -- a Qt-based Symbolic Analysis Program for Electric Circuits

2011-01-07 Thread Simone Rossetto
Package: wnpp
Severity: wishlist
Owner: Simone Rossetto simro...@gmail.com


* Package name: qsapecng
  Version : 1.2.1
  Upstream Author : Michele Caini michele.ca...@gmail.com
* URL : http://qsapecng.sourceforge.net/
* License : GPLv3
  Programming Lang: C++
  Description : a Qt-based Symbolic Analysis Program for Electric Circuits

QSapecNG is a Qt-based program for symbolic analysis of linear analog circuits.
This program consists of two indipendent parts: the SapecNG framework engine
and the GUI application QSapecNG.

QSapecNG is an open source, multi-platform project, continuously enhanced by
students and researchers of the Department of Electronics and
Telecommunications (DET) of the University of Florence (Italy). It comes as
continuation of SapWin for Windows, in order to give to the project a full
compatibility on other platforms.

Through SapecNG/QSapecNG users can draw, solve and analyze analog circuits as
well as manage them.



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



Bug#592455: quassel-data-kde4: the script inxi requires gawk, but the gawk package is not in quassel-data-kde4 dependecies

2010-08-10 Thread Simone Rossetto
Package: quassel-data-kde4
Version: 0.6.1-1
Severity: normal

After having installed quassel-data-kde4 I executed its script inxi located in 
folder
/usr/share/kde4/apps/quassel/scripts, and it reported Error 5: dependency not 
met: gawk not found in path
so I installed gawk and everything worked fine.

Probably gawk must be in the dependecies of the package quassel-data-kde4.


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (900, 'testing'), (12, 'unstable'), (12, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.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#583743: Postinst script of alsa-firmware-loaders creates a link to a non-existing uedev-rule file

2010-05-30 Thread Simone Rossetto
Package: alsa-firmware-loaders
Version: 1.0.22-1
Severity: normal


The postinst script of alsa-firmware-loaders creates the symbolic link
/etc/udev/rules.d/z55_alsa-firmware-loaders.rules that points to 
../alsa-firmware-loaders.rules,
but the file /etc/udev/alsa-firmware-loaders.rules does not exist. Probably the 
link
should point to /lib/udev/rules.d/85-alsa-firmware-loaders.rules that is shipped
with alsa-firmware-loaders package.


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (900, 'testing'), (12, 'unstable'), (12, 'stable')
Architecture: i386 (i686)

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

Versions of packages alsa-firmware-loaders depends on:
ii  fxload0.0.20081013-1 Firmware download to EZ-USB device
ii  libasound21.0.22-2   shared library for ALSA applicatio
ii  libc6 2.10.2-9   Embedded GNU C Library: Shared lib
ii  udev  154-1  /dev/ and hotplug management daemo

alsa-firmware-loaders recommends no packages.

alsa-firmware-loaders 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