Bug#989053: debdelta: Problems with signatures

2021-06-02 Thread A Mennucc
you have to download and install a later version of debdelta, for
example from

https://packages.debian.org/bullseye/debdelta

a.

Il 24/05/21 20:58, Ilari Halminen ha scritto:
> Package: debdelta
> Version: 0.62
> Severity: normal
>
> Dear Maintainer,
>
> I cannot use debdelta at all, because it complains of missing
> signatures. I do not know if the problems has something to do with my
> systems special options like still using inittab. I have included a
> file with all messages so you may see the problem. I do not know not
> often report any bug, so at least wanted to send that raport just for you.
>
> With best wishes
> Ilari Halminen (from Finland)
>
> -- System Information:
> Debian Release: 10.9
> APT prefers proposed-updates
> APT policy: (500, 'proposed-updates'), (500, 'stable')
> Architecture: amd64 (x86_64)
> Foreign Architectures: i386
>
> Kernel: Linux 4.19.0-16-amd64 (SMP w/4 CPU cores)
> Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE,
> TAINT_UNSIGNED_MODULE
> Locale: LANG=fi_FI.UTF-8, LC_CTYPE=fi_FI.UTF-8 (charmap=UTF-8),
> LANGUAGE=fi_FI.UTF-8 (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/dash
> Init: sysvinit (via /sbin/init)
>
> Versions of packages debdelta depends on:
> ii binutils 2.31.1-16
> ii bzip2 1.0.6-9.2~deb10u1
> ii libbz2-1.0 1.0.6-9.2~deb10u1
> ii libc6 2.28-10
> ii python 2.7.16-1
> ii zlib1g 1:1.2.11.dfsg-1
>
> Versions of packages debdelta recommends:
> ii bsdiff 4.3-21
> ii gnupg-agent 2.2.12-1+deb10u1
> ii gnupg2 2.2.12-1+deb10u1
> ii gpg-agent [gnupg-agent] 2.2.12-1+deb10u1
> ii lzma 9.22-2.1
> ii python-apt 1.8.4.3
> ii python-debian 0.1.35
> ii xdelta 1.1.3-9.2
> ii xdelta3 3.0.11-dfsg-1+b1
> ii xz-utils [lzma] 5.2.4-1
>
> Versions of packages debdelta suggests:
> ii debdelta-doc 0.62
>
> -- no debconf information



Bug#980909: dpkg-dev: dpkg-buildpackage : gpg command uses expired key

2021-01-24 Thread A Mennucc
Package: dpkg-dev
Version: 1.20.7.1
Severity: minor

Dear all,

I just stumbled in this annoying situation. I do not know
if this may be classified as a bug in dpkg-buildpackage or in gpg.

If I call dpkg-buildpackage to build my package , at a certain point
it calls (as seen in a strace output)

execve("/usr/bin/gpg", ["gpg", "--utf8-strings", "--textmode", "--armor", 
"--local-user", "A Mennucc1 ", "--clearsign", "--output", 
"dpkg-sign.jze_WfLt/debdelta_0.67.dsc.asc", 
"dpkg-sign.jze_WfLt/debdelta_0.67.dsc"], 0x5593f918e990 /* 95 vars */) = 0

Now, I have two keys with that username, an older DSA key, disabled,
and a newer RSA key, that is
$ gpg --list-sec "A Mennucc1 "
sec   dsa1024/0xF41FED8E33FC40A4 2000-03-14 [SCA]
sec   rsa4096/0x57CCF4596A1353C2 2014-09-28 [SC]

For some weird reason, gpg selects the first one.

Let me stress that in ~/.gnupg/gpg.conf I have:
 default-key 0x57CCF4596A1353C2!
so that I am usually signing everything with the correct key.

But here comes the funny part: if I use `debuild -S`, it instead
uses the correct key (!)
According to `strace`, it does
"/usr/bin/gpg", ["gpg", "--local-user", "0x57CCF4596A1353C2", "--clearsign", 
"--list-options", "no-show-policy-
urls", "--armor", "--textmode", "--output", 
"/tmp/debsign.XyM6Vi4v/debdelta_0.67.dsc.asc", "/tmp/debsign.XyM6Vi4v/debdelta_0
.67.dsc"

How could we fix this? 

I uploaded some packages this week, and some times they were rejected
(silently), and I lost a lot of time in understanding what was wrong.

a.

-- Package-specific info:

-- System Information:
Debian Release: buster/sid
  APT prefers bionic-updates
  APT policy: (500, 'bionic-updates'), (500, 'bionic-security'), (500, 
'bionic-proposed'), (500, 'bionic'), (100, 'bionic-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.4.0-64-generic (SMP w/8 CPU cores)
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 dpkg-dev depends on:
ii  binutils  2.30-21ubuntu1~18.04.4
ii  bzip2 1.0.6-8.1ubuntu0.2
ii  libdpkg-perl  1.20.7.1
ii  make  4.1-9.1ubuntu1
ii  patch 2.7.6-2ubuntu1.1
ii  perl  5.26.1-6ubuntu0.5
ii  tar   1.29b-2ubuntu0.2
ii  xz-utils  5.2.2-1.3

Versions of packages dpkg-dev recommends:
ii  build-essential  12.4ubuntu1
ii  fakeroot 1.22-2ubuntu1
ii  gcc [c-compiler] 4:7.4.0-1ubuntu2.3
ii  gcc-10 [c-compiler]  10.1.0-2ubuntu1~18.04
ii  gcc-6 [c-compiler]   6.5.0-2ubuntu1~18.04
ii  gcc-7 [c-compiler]   7.5.0-3ubuntu1~18.04
ii  gnupg2.2.4-1ubuntu1.3
ii  gpgv 2.2.4-1ubuntu1.3
pn  libalgorithm-merge-perl  

Versions of packages dpkg-dev suggests:
pn  debian-keyring  

-- no debconf information



Bug#859537: vdr: please explain how to scan channels

2017-04-04 Thread A Mennucc
Package: vdr
Severity: wishlist


Dear mantainers

I have installed "vdr" . It comes with a list of channels valid in UK.
So I wished to replace it with a list of channels valid for my country.
It took me a long time.
You may want to add some lines of instructions in README.Debian,
as follows.



Note: all the following commands should be run as root.

Install the packages  dvb-tools and dtv-scan-tables with
# apt-get install dvb-tools dtv-scan-tables

Choose a file under the directory /usr/share/dvb/
that is apt for your country and your DVB adapter,
let-s say  "/usr/share/dvb/dvb-t/fr-All"

Scan for available channels.

# dvbv5-scan -o /tmp/temporary_channels.conf -O vdr /usr/share/dvb/dvb-t/fr-All

Edit the files  /var/lib/vdr/channels.conf
and delete from it all lines that represent channels that are not visible
in your country/town, add all lines from the file /tmp/temporary_channels.conf .

restart vdr and enjoy
^^

thanks and bye. a



-- System Information:
Debian Release: 8.7
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.8.0-0.bpo.2-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)



Bug#708022: debdelta-upgrade: local variable 'url' referenced before assignment

2017-02-26 Thread A Mennucc
Dear Shirish,

I see  "segmentation fault (core dumped) " this is not the same bug as
before.

You may find a file "core" in the directory where you were executing the
program; please run the command
# file core

thanks

a.

Il 24/02/2017 10:29, shirish शिरीष ha scritto:
> I got hit again today with the same bug -
>
> debdelta-upgrade : timed out15_232-18_amd64.debdelta  ; P 12%
> libreoffice-common_1%3a5.2.5-2_all.deb
> [1]26404 segmentation fault (core dumped)  sudo debdelta-upgrade
>
>
> and then trying it again -
>
> └─[$] sudo debdelta-upgrade
> debdelta-upgrade : ''d of gir1.2-lokdocview-0.1...
>
> Does ths info. help you in any way ?





signature.asc
Description: OpenPGP digital signature


Bug#854456: unblock: debdelta/0.59

2017-02-10 Thread A Mennucc
t de l'entête de %s…"
 
-#: ../debdelta:4576
+#: ../debdelta:4961
+msgid "Delta was not created since new package is too small:"
+msgstr ""
+
+#: ../debdelta:4968
 msgid "Delta is too big:"
 msgstr "Le delta est trop important :"
 
-#: ../debdelta:4582 ../debdelta:4584
+#: ../debdelta:4975
+msgid "Delta missing, server failed to create it:"
+msgstr ""
+
+#: ../debdelta:4981 ../debdelta:4983
 msgid "Delta is not present:"
 msgstr "Le delta est absent :"
 
-#: ../debdelta:4594
+#: ../debdelta:4993
 #, python-format
 msgid "Downloaded head of %s."
 msgstr "En-tête du fichier %s téléchargé."
 
-#: ../debdelta:4632
+#: ../debdelta:5031
 #, python-format
 msgid "Deltas: %(present)d present and %(absent)d not,"
 msgstr "Deltas : %(present)d présent et %(absent)d absent,"
 
-#: ../debdelta:4634
+#: ../debdelta:5033
 #, python-format
 msgid ""
 "downloaded so far: time %(time).2fsec, size %(size)s, speed %(speed)4s/sec."
 msgstr ""
 "déjà téléchargé : %(time).2f sec, taille %(size)s, vitesse de %(speed)4s/sec."
 
-#: ../debdelta:4637
+#: ../debdelta:5036
 #, python-format
 msgid "Need to get %s of deltas."
 msgstr "Besoin de récupérer %s des deltas."
 
-#: ../debdelta:4673
+#: ../debdelta:5072
 msgid "You may wish to rerun, to get also:"
 msgstr "Vous pourriez relancer, pour obtenir également :"
 
-#: ../debdelta:4728
+#: ../debdelta:5127
 msgid "Delta-upgrade statistics:"
 msgstr "Statistiques de delta-upgrade :"
 
-#: ../debdelta:4729
+#: ../debdelta:5128
 #, python-format
 msgid "size %(size)s time %(time)dsec speed %(speed)s/sec"
 msgstr "taille %(size)s temps %(time)d sec vitesse %(speed)s/sec"
 
-#: ../debdelta:4734
+#: ../debdelta:5133
 msgid "downloaded deltas, "
 msgstr "deltas téléchargés, "
 
-#: ../debdelta:4739
+#: ../debdelta:5138
 msgid "patching to debs, "
 msgstr "correction des debs, "
 
-#: ../debdelta:4744
+#: ../debdelta:5143
 msgid "downloaded debs, "
 msgstr "debs téléchargé, "
 
-#: ../debdelta:4749
+#: ../debdelta:5148
 #, python-format
 msgid ""
 "total resulting debs, size %(size)s time %(time)dsec virtual speed %(speed)s/"
@@ -530,37 +580,37 @@
 "debs résultant totaux, taille %(size)s temps %(time)d sec vitesse virtuelle "
 "%(speed)s/sec"
 
-#: ../debdelta:4767
+#: ../debdelta:5166
 msgid "Need a filename; try --help."
 msgstr "Besoin d'un nom de fichier ; essayez --help."
 
-#: ../debdelta:4788 ../debdelta:4812
+#: ../debdelta:5187 ../debdelta:5211
 msgid "Need 3 filenames; try --help."
 msgstr "Besoin de trois noms de fichier ; essayez --help."
 
-#: ../debdelta:4832
+#: ../debdelta:5231
 msgid "Error: argument is not a directory or a regular file:"
 msgstr ""
 "Erreur : le paramètre n'est pas un répertoire ou un fichier classique :"
 
-#: ../debdelta:4885
+#: ../debdelta:5284
 #, python-format
 msgid "Lookup %s"
 msgstr "Recherche %s"
 
-#: ../debdelta:4891
+#: ../debdelta:5290
 #, python-format
 msgid "Sorry, cannot find an URI to download the debian package of `%s'."
 msgstr ""
 "Désolé, impossible de trouver une URI pour télécharger le paquet debian "
 "« %s »."
 
-#: ../debdelta:4907
+#: ../debdelta:5306
 #, python-format
 msgid "Sorry, no source is available to upgrade `%s'."
 msgstr "Désolé, aucune source disponible pour la mise à niveau de « %s »."
 
-#: ../debdelta:4911
+#: ../debdelta:5310
 #, python-format
 msgid "Sorry, the package `%s' is already at its newest version."
 msgstr "Désolé, le paquet « %s » est déjà à la version la plus récente."
I file binari /tmp/9GNBa0z6Kb/debdelta-0.56/po/it.mo e /tmp/V_FBpnCKo7/debdelta-0.59/po/it.mo sono diversi
diff -Nru --exclude debpatch-url --exclude debpatch --exclude debdeltas --exclude debdelta-upgrade debdelta-0.56/po/it.po debdelta-0.59/po/it.po
--- debdelta-0.56/po/it.po	2017-01-01 23:59:34.0 +0100
+++ debdelta-0.59/po/it.po	2017-02-08 11:28:50.0 +0100
@@ -7,8 +7,8 @@
 msgstr ""
 "Project-Id-Version: debdelta\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-08-26 22:24+0200\n"
-"PO-Revision-Date: 2012-08-26 22:17+0200\n"
+"POT-Creation-Date: 2017-01-07 18:04+0100\n"
+"PO-Revision-Date: 2017-01-07 18:05+0100\n"
 "Last-Translator: A Mennucc <mennu...@debian.org>\n"
 "Language-Team: italian <debian-ital...@lists.debian.org>\n"
 "Language: it\n"
@@ -68,6 +68,7 @@
 "possible values are: xdelta xdelta-bzip xdelta3

Bug#854456: unblock: debdelta/0.59

2017-02-08 Thread A Mennucc
Dear Niels,

I attach the debdiff where I fixed the problems you noted, and bug
708022 as well

If you say it's OK, I will upload it.

thanks. a.



signature.asc
Description: OpenPGP digital signature


Bug#708022: debdelta-upgrade: local variable 'url' referenced before assignment

2017-02-08 Thread A Mennucc
hi

Il 07/02/2017 15:34, shirish शिरीष ha scritto:
> the answer to both is no, the first resulted in http entries .
> The second command didn't have any result which means no proxies.
that's weird.. that code path should never be used in this case...
>> May you also check this patch ..
> I'll get back to you on this, gimme some time.
I have put a patched version in   http://debdelta.debian.net/d0.59.tar.gz

a.



signature.asc
Description: OpenPGP digital signature


Bug#854456: unblock: debdelta/0.59

2017-02-08 Thread A Mennucc
Dear Niels,

thanks a lot for the review!

may I add also this patch attached, would close  bug 708022, it seems it
was but a typo

a.

From d32a369499427c0f69a451adb1834a4450f001dc Mon Sep 17 00:00:00 2001
From: A Mennucc <mennu...@debian.org>
Date: Tue, 7 Feb 2017 14:45:26 +0100
Subject: [PATCH] rename mismatched "url" variable, possible correction for
 Debian bug 708022

---
 debdelta/debdelta | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debdelta/debdelta b/debdelta/debdelta
index 95acb24..7e307d1 100755
--- a/debdelta/debdelta
+++ b/debdelta/debdelta
@@ -4620,8 +4620,8 @@ def delta_upgrade_(args):
 if uri_p.scheme == 'http':
   a=[copy(z) for z in uri_p]
   a[2]=urllib2.quote(uri_p[2])
-  url=urlunparse(a)
-req = urllib2.Request(url, headers=headers)
+  uri=urlunparse(a)
+req = urllib2.Request(uri, headers=headers)
 r = urllib2.urlopen(req)
 #print r.info(),dir(r),r.code
 return r, getattr(r,'code',None), getattr(r,'msg','(no message)'), r.info()
-- 
2.1.4



signature.asc
Description: OpenPGP digital signature


Bug#708022: debdelta-upgrade: local variable 'url' referenced before assignment

2017-02-07 Thread A Mennucc
dear all

may you please tell me

1) if are downloading  debian packages using a protocol other than http;
 if you are unsure just run in a terminal
 # egrep '^[^#]*deb' /etc/apt/sources.list
  and send me (privately) the result
 
2) if you are using proxies, in case which;
 if you are unsure just run
 # env | grep -i proxy
 and send me (privately) the result

May you also check this patch attached as well
(in particular if you are downloading debian packages from FTP servers)

thanks

a.

ps: the fact is, I do not know if pathnames need to be quoted in the FTP
protocol or not

From d32a369499427c0f69a451adb1834a4450f001dc Mon Sep 17 00:00:00 2001
From: A Mennucc <mennu...@debian.org>
Date: Tue, 7 Feb 2017 14:45:26 +0100
Subject: [PATCH] rename mismatched "url" variable, possible correction for
 Debian bug 708022

---
 debdelta/debdelta | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debdelta/debdelta b/debdelta/debdelta
index 95acb24..7e307d1 100755
--- a/debdelta/debdelta
+++ b/debdelta/debdelta
@@ -4620,8 +4620,8 @@ def delta_upgrade_(args):
 if uri_p.scheme == 'http':
   a=[copy(z) for z in uri_p]
   a[2]=urllib2.quote(uri_p[2])
-  url=urlunparse(a)
-req = urllib2.Request(url, headers=headers)
+  uri=urlunparse(a)
+req = urllib2.Request(uri, headers=headers)
 r = urllib2.urlopen(req)
 #print r.info(),dir(r),r.code
 return r, getattr(r,'code',None), getattr(r,'msg','(no message)'), r.info()
-- 
2.1.4



signature.asc
Description: OpenPGP digital signature


Bug#852135: debdelta: installation leaves gpg-agent process running

2017-02-07 Thread A Mennucc
Il 07/02/2017 02:36, Paul Wise ha scritto:
> I noticed this is fixed in experimental (but there was a typo in the
> changelog), do you intend to get this fixed in stretch too?
yes , see  854456

a.




signature.asc
Description: OpenPGP digital signature


Bug#854456: unblock: debdelta/0.59

2017-02-07 Thread A Mennucc
uot;
 msgstr "Téléchargement de l'entête de %s…"
 
-#: ../debdelta:4576
+#: ../debdelta:4961
+msgid "Delta was not created since new package is too small:"
+msgstr ""
+
+#: ../debdelta:4968
 msgid "Delta is too big:"
 msgstr "Le delta est trop important :"
 
-#: ../debdelta:4582 ../debdelta:4584
+#: ../debdelta:4975
+msgid "Delta missing, server failed to create it:"
+msgstr ""
+
+#: ../debdelta:4981 ../debdelta:4983
 msgid "Delta is not present:"
 msgstr "Le delta est absent :"
 
-#: ../debdelta:4594
+#: ../debdelta:4993
 #, python-format
 msgid "Downloaded head of %s."
 msgstr "En-tête du fichier %s téléchargé."
 
-#: ../debdelta:4632
+#: ../debdelta:5031
 #, python-format
 msgid "Deltas: %(present)d present and %(absent)d not,"
 msgstr "Deltas : %(present)d présent et %(absent)d absent,"
 
-#: ../debdelta:4634
+#: ../debdelta:5033
 #, python-format
 msgid ""
 "downloaded so far: time %(time).2fsec, size %(size)s, speed %(speed)4s/sec."
 msgstr ""
 "déjà téléchargé : %(time).2f sec, taille %(size)s, vitesse de %(speed)4s/sec."
 
-#: ../debdelta:4637
+#: ../debdelta:5036
 #, python-format
 msgid "Need to get %s of deltas."
 msgstr "Besoin de récupérer %s des deltas."
 
-#: ../debdelta:4673
+#: ../debdelta:5072
 msgid "You may wish to rerun, to get also:"
 msgstr "Vous pourriez relancer, pour obtenir également :"
 
-#: ../debdelta:4728
+#: ../debdelta:5127
 msgid "Delta-upgrade statistics:"
 msgstr "Statistiques de delta-upgrade :"
 
-#: ../debdelta:4729
+#: ../debdelta:5128
 #, python-format
 msgid "size %(size)s time %(time)dsec speed %(speed)s/sec"
 msgstr "taille %(size)s temps %(time)d sec vitesse %(speed)s/sec"
 
-#: ../debdelta:4734
+#: ../debdelta:5133
 msgid "downloaded deltas, "
 msgstr "deltas téléchargés, "
 
-#: ../debdelta:4739
+#: ../debdelta:5138
 msgid "patching to debs, "
 msgstr "correction des debs, "
 
-#: ../debdelta:4744
+#: ../debdelta:5143
 msgid "downloaded debs, "
 msgstr "debs téléchargé, "
 
-#: ../debdelta:4749
+#: ../debdelta:5148
 #, python-format
 msgid ""
 "total resulting debs, size %(size)s time %(time)dsec virtual speed %(speed)s/"
@@ -530,37 +580,37 @@
 "debs résultant totaux, taille %(size)s temps %(time)d sec vitesse virtuelle "
 "%(speed)s/sec"
 
-#: ../debdelta:4767
+#: ../debdelta:5166
 msgid "Need a filename; try --help."
 msgstr "Besoin d'un nom de fichier ; essayez --help."
 
-#: ../debdelta:4788 ../debdelta:4812
+#: ../debdelta:5187 ../debdelta:5211
 msgid "Need 3 filenames; try --help."
 msgstr "Besoin de trois noms de fichier ; essayez --help."
 
-#: ../debdelta:4832
+#: ../debdelta:5231
 msgid "Error: argument is not a directory or a regular file:"
 msgstr ""
 "Erreur : le paramètre n'est pas un répertoire ou un fichier classique :"
 
-#: ../debdelta:4885
+#: ../debdelta:5284
 #, python-format
 msgid "Lookup %s"
 msgstr "Recherche %s"
 
-#: ../debdelta:4891
+#: ../debdelta:5290
 #, python-format
 msgid "Sorry, cannot find an URI to download the debian package of `%s'."
 msgstr ""
 "Désolé, impossible de trouver une URI pour télécharger le paquet debian "
 "« %s »."
 
-#: ../debdelta:4907
+#: ../debdelta:5306
 #, python-format
 msgid "Sorry, no source is available to upgrade `%s'."
 msgstr "Désolé, aucune source disponible pour la mise à niveau de « %s »."
 
-#: ../debdelta:4911
+#: ../debdelta:5310
 #, python-format
 msgid "Sorry, the package `%s' is already at its newest version."
 msgstr "Désolé, le paquet « %s » est déjà à la version la plus récente."
I file binari /tmp/rZpKVy2W1B/debdelta-0.56/po/it.mo e /tmp/P1gWn9hUVk/debdelta-0.59/po/it.mo sono diversi
diff -Nru debdelta-0.56/po/it.po debdelta-0.59/po/it.po
--- debdelta-0.56/po/it.po	2017-01-01 23:59:34.0 +0100
+++ debdelta-0.59/po/it.po	2017-02-07 10:30:24.0 +0100
@@ -7,8 +7,8 @@
 msgstr ""
 "Project-Id-Version: debdelta\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-08-26 22:24+0200\n"
-"PO-Revision-Date: 2012-08-26 22:17+0200\n"
+"POT-Creation-Date: 2017-01-07 18:04+0100\n"
+"PO-Revision-Date: 2017-01-07 18:05+0100\n"
 "Last-Translator: A Mennucc <mennu...@debian.org>\n"
 "Language-Team: italian <debian-ital...@lists.debian.org>\n"
 "Language: it\n"
@@ -68,6 +68,7 @@
 "possible values are: xdelta xdelta-bzip xdelta3 bsdiff\n"
 " -M Mb  maximum memory to use (for 'bsdiff' or 'xdelta')\n"
 "--clean-deltas d

Bug#834162: freevo: obsolete

2016-08-12 Thread A Mennucc
Package: freevo
Severity: grave
Justification: renders package unusable

Dear everybody,

'freevo' is in "dormant state" since Feb 2014 [1] ; there are some
patches around to revive it [2] and a github branch that had some
activity [3], but in truth there was no activity in some years.

In the meantime Debian progresses; so now this freevo
package cannot be installed and used in Debian Jessie; there are
many problems, including:
-) its init scripts are not compatible with systemd, and
-) its Python code is not compatible with latest 'twisted'

I gave it a look: fixing 'freevo' is more work than I can dedicate now.
Moreover 'kodi' is now in Debian, so fixing 'freevo' probably
does not make much sense.

So I am opening this 'grave' bug; I am perfectly OK if someone wishes
to fix 'freevo' ; but I would rather not see 'freevo' (as it is now) being
part of the next major Debian release.

Best regards,

a.


[1] http://freevo.org/
[2] https://sourceforge.net/p/freevo/mailman/freevo-devel/?viewmonth=201510
[3] https://github.com/kovalvalerii/freevo1.git



signature.asc
Description: Digital signature


Bug#806440: snd_pcm_area_copy: Assertion failed

2015-11-27 Thread A Mennucc
Package: python-pyaudio
Version: 0.2.8-1+b1
Severity: important

Dear Mantainer,

I had a program that would record audio from the mic, using pyaudio;
last year it worked OK; this year, after I upgraded to the latest
stable, it stopped working.

I attach two short scripts that trigger the bug.

The first script is ./test_audio.py
in my PC it runs a few seconds; the call "stream.read(rate)"
often raises an IOError " [Errno Input overflowed] -9981"
(that is caught in the script);
after some seconds the script dies with the message:
> python: pcm.c:2731: snd_pcm_area_copy: Assertion `dst < src || dst >= src + 
> bytes' failed.
> Aborted
Note that with smaller chunks it survives more (see script for detail).

The second script is  ./test_audio_callback.py
this one lives much longer but occasionally it dies as above.

 a.

-- System Information:
Debian Release: 8.2
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16-2-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 python-pyaudio depends on:
ii  libc6  2.19-18+deb8u1
ii  libportaudio2  19+svn20140130-1
ii  python 2.7.9-1

python-pyaudio recommends no packages.

Versions of packages python-pyaudio suggests:
pn  python-pyaudio-doc  

-- no debconf information

-- 
Andrea Mennucc
 "E' un mondo difficile. Che vita intensa!" (Tonino Carotone)


signature.asc
Description: Digital signature


Bug#805044: gcc-4.9: the option -ftree-vectorizer-verbose does not work

2015-11-13 Thread A Mennucc
Package: gcc-4.9
Version: 4.9.2-10
Severity: minor

dear mantainers, the option -ftree-vectorizer-verbose does not print anything.

Consider the code in attachment

Try compiling it with the command
# gcc -Ofast -ftree-vectorizer-verbose=6 --std=c99 -msse -c vectorizeme.c

I tried in Debian/Wheezy, gcc --version -> gcc (Debian 4.7.2-5) 4.7.2
and it prints lotsa useful info.

I tried in Debian/Jessi, version as below, and nothing is printed

It is a pity since -ftree-vectorizer-verbose helped me in the past
optimizing some code, providing impressive speedups.

  a.

ps: I copy pasted the attachment from
 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50680
 that though is a different kind of bug...

-- System Information:
Debian Release: 8.2
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16-2-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 gcc-4.9 depends on:
ii  binutils2.25-5
ii  cpp-4.9 4.9.2-10
ii  gcc-4.9-base4.9.2-10
ii  libc6   2.19-18+deb8u1
ii  libcloog-isl4   0.18.2-1+b2
ii  libgcc-4.9-dev  4.9.2-10
ii  libgmp102:6.0.0+dfsg-6
ii  libisl100.12.2-2
ii  libmpc3 1.0.2-1
ii  libmpfr43.1.2-2
ii  zlib1g  1:1.2.8.dfsg-2+b1

Versions of packages gcc-4.9 recommends:
ii  libc6-dev  2.19-18+deb8u1

Versions of packages gcc-4.9 suggests:
pn  gcc-4.9-doc   
pn  gcc-4.9-locales   
pn  gcc-4.9-multilib  
pn  libasan1-dbg  
pn  libatomic1-dbg
pn  libcilkrts5-dbg   
pn  libgcc1-dbg   
pn  libgomp1-dbg  
pn  libitm1-dbg   
pn  liblsan0-dbg  
pn  libquadmath0-dbg  
pn  libtsan0-dbg  
pn  libubsan0-dbg 

-- no debconf information

-- 
Andrea Mennucc
 "E' un mondo difficile. Che vita intensa!" (Tonino Carotone)

float * __restrict__ x;
float * __restrict__ y;
float * __restrict__ z;

float v1[4],v2[4],v3[4];

struct A {
  float a[4];
};

struct A a1, a2, a3;

void foo ()
{

 float * __restrict__ pin = [0];
 float * __restrict__ pout =[0];

  *pout++ = *pin++;
  *pout++ = *pin++;
  *pout++ = *pin++;
  *pout++ = *pin++;
}

void voo() {

 float * __restrict__ pin = [0];
 float * __restrict__ pout =[0];

  *pout++ = *pin++;
  *pout++ = *pin++;
  *pout++ = *pin++;
  *pout++ = *pin++;


}

void aoo() {

 float * __restrict__ pin = [0];
 float * __restrict__ pout =[0];

  *pout++ = *pin++;
  *pout++ = *pin++;
  *pout++ = *pin++;
  *pout++ = *pin++;


}


void loop() {
  for (int i=0;i!=4;++i) x[i]=y[i]+z[i];
}

void voop() {
  for (int i=0;i!=4;++i) v1[i]=v2[i]+v3[i];
}

void aoop() {
  for (int i=0;i!=4;++i) a1.a[i]=a2.a[i]+a3.a[i];
}


signature.asc
Description: Digital signature


Bug#791660: wesnoth-1.13-server: cannot create socket

2015-07-07 Thread A Mennucc
Package: wesnoth-1.13-server
Version: 1:1.13.1-1
Severity: normal
Tags: patch


when the server starts, it logs this error
  could not make fifo at '/var/run/wesnothd/socket'
the reason is that /var/run/wesnothd is created with ownership root.root
but the server is ran as nobody.nogroup.

To solve the problem , use the attached file  as 
/usr/lib/tmpfiles.d/wesnoth-1.13-server.conf

(To test that it works, 'rmdir /var/run/wesnothd' and then 'systemd-tmpfiles 
--create' )

bye,

a.

-- System Information:
Debian Release: 8.1
  APT prefers testing
  APT policy: (1600, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16-2-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 wesnoth-1.13-server depends on:
ii  init-system-helpers 1.22
ii  libboost-filesystem1.55.0   1.55.0+dfsg-3
ii  libboost-iostreams1.55.01.55.0+dfsg-3
ii  libboost-locale1.55.0   1.55.0+dfsg-4
ii  libboost-program-options1.55.0  1.55.0+dfsg-4
ii  libboost-random1.55.0   1.55.0+dfsg-4
ii  libboost-regex1.55.01.55.0+dfsg-4
ii  libboost-system1.55.0   1.55.0+dfsg-3
ii  libc6   2.19-18
ii  libgcc1 1:4.9.2-10
ii  libgomp14.9.2-10
ii  libsdl-net1.2   1.2.8-4
ii  libsdl1.2debian 1.2.15-10+b1
ii  libstdc++6  4.9.2-10
ii  lsb-base4.1+Debian13+nmu1

wesnoth-1.13-server recommends no packages.

wesnoth-1.13-server suggests no packages.

-- no debconf information

-- 
Andrea Mennucc
 E' un mondo difficile. Che vita intensa! (Tonino Carotone)

d /var/run/wesnothd 0700 nobody nogroup -


signature.asc
Description: Digital signature


Bug#791416: gpa: add mime info

2015-07-04 Thread A Mennucc
Package: gpa
Version: 0.9.7-2
Severity: wishlist
Tags: patch

hi,

this patch adds the mime info, so that 'gpa' is run when the user doubleclicks 
on file in a file manager GUI

 a.


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

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 gpa depends on:
ii  gnupg2   2.0.26-6
ii  gpgsm2.0.26-6
ii  libassuan0   2.1.2-2
ii  libatk1.0-0  2.14.0-1
ii  libc62.19-18
ii  libcairo21.14.0-2.1
ii  libfontconfig1   2.11.0-6.3
ii  libfreetype6 2.5.2-3
ii  libgdk-pixbuf2.0-0   2.31.1-2+b1
ii  libglib2.0-0 2.42.1-1
ii  libgpg-error01.17-3
ii  libgpgme11   1.5.1-6
ii  libgtk2.0-0  2.24.25-3
ii  libpango-1.0-0   1.36.8-3
ii  libpangocairo-1.0-0  1.36.8-3
ii  libpangoft2-1.0-01.36.8-3
ii  zlib1g   1:1.2.8.dfsg-2+b1

gpa recommends no packages.

gpa suggests no packages.

-- no debconf information

-- 
Andrea Mennucc
 E' un mondo difficile. Che vita intensa! (Tonino Carotone)
From f5b175236720cca20a922891faa0a4bcc7df86be Mon Sep 17 00:00:00 2001
From: A Mennucc mennu...@debian.org
Date: Sat, 4 Jul 2015 15:21:26 +0200
Subject: [PATCH] add mime entry for application/pgp-encrypted

---
 debian/gpa.mime| 2 ++
 debian/patches/add_desktop_file_keywords.patch | 3 ++-
 2 files changed, 4 insertions(+), 1 deletion(-)
 create mode 100644 debian/gpa.mime

diff --git a/debian/gpa.mime b/debian/gpa.mime
new file mode 100644
index 000..1b13e62
--- /dev/null
+++ b/debian/gpa.mime
@@ -0,0 +1,2 @@
+application/pgp-encrypted; gpa '%s'; edit=gpa '%s'; test=test $DISPLAY != 
+
diff --git a/debian/patches/add_desktop_file_keywords.patch b/debian/patches/add_desktop_file_keywords.patch
index 78fd3cc..9456a28 100644
--- a/debian/patches/add_desktop_file_keywords.patch
+++ b/debian/patches/add_desktop_file_keywords.patch
@@ -8,4 +8,5 @@ Forwarded: http://lists.gnupg.org/pipermail/gnupg-users/2014-September/050818.ht
  Type=Application
  Categories=GTK;Application;Security;Utility;
 +Keywords=keyring;encryption;security;sign;
-+
++MimeType=application/pgp-encrypted
+
-- 
2.1.4



signature.asc
Description: Digital signature


Bug#760237: GPA fails obscurely when no gpg-agent is running

2015-07-04 Thread A Mennucc
Package: gpa
Version: 0.9.7-2
Followup-For: Bug #760237

hi,

 Further testing reveals that the two dialog boxes show only when no
 gpg-agent is present.

 Instead of these behavior, GPA should probably detect the absence of an
 agent, and either warn the user of its absence or start one up
 automatically.

I prepared a workaround in
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=790737#25

a.

-- 
Andrea Mennucc
 E' un mondo difficile. Che vita intensa! (Tonino Carotone)


signature.asc
Description: Digital signature


Bug#789796: systemd[1]: Looping too fast. Throttling execution a little.

2015-06-24 Thread A Mennucc
Package: systemd
Version: 215-17+deb8u1
Severity: normal

Dear Mantainer,

systemd is logging a lot of error messages as in the attached log

I also attach the output of strace -p 1

Someone wrote on the Internet that this may happen when the system
runs out of memory. This was my case. In the log you may see

giu 23 19:41:40 kytty systemd-journal[30249]: Journal started
giu 23 19:41:40 kytty systemd-journald[227]: Received SIGTERM from PID 1 
(systemd).
giu 23 19:41:40 kytty systemd[1]: systemd-journald.service stop-sigterm timed 
out. Killing.
giu 23 19:41:40 kytty systemd[1]: systemd-journald.service: main process 
exited, code=killed, status=9/KILL
giu 23 19:41:40 kytty systemd[1]: Unit systemd-journald.service entered failed 
state.
giu 23 19:41:40 kytty kernel: ghc invoked oom-killer: gfp_mask=0x201da, 
order=0, oom_score_adj=0

Bye and thanks,

a.

-- Package-specific info:

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

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 systemd depends on:
ii  acl 2.2.52-2
ii  adduser 3.113+nmu3
ii  initscripts 2.88dsf-59
ii  libacl1 2.2.52-2
ii  libaudit1   1:2.4-1+b1
ii  libblkid1   2.25.2-6
ii  libc6   2.19-18
ii  libcap2 1:2.24-8
ii  libcap2-bin 1:2.24-8
ii  libcryptsetup4  2:1.6.6-5
ii  libgcrypt20 1.6.3-2
ii  libkmod218-3
ii  liblzma55.1.1alpha+20120614-2+b3
ii  libpam0g1.1.8-3.1
ii  libselinux1 2.3-2
ii  libsystemd0 215-17+deb8u1
ii  mount   2.25.2-6
ii  sysv-rc 2.88dsf-59
ii  udev215-17+deb8u1
ii  util-linux  2.25.2-6

Versions of packages systemd recommends:
ii  dbus1.8.18-0+deb8u1
ii  libpam-systemd  215-17+deb8u1

Versions of packages systemd suggests:
pn  systemd-ui  none

-- no debconf information

-- 
Andrea Mennucc
 E' un mondo difficile. Che vita intensa! (Tonino Carotone)


sy_po_log.txt.xz
Description: application/xz


sy_po__strace.txt.xz
Description: application/xz


signature.asc
Description: Digital signature


Bug#788808: parted: incorrectly reads partition table, or crashes

2015-06-15 Thread A Mennucc
Package: parted
Version: 3.2-7
Severity: important

Dear Maintainer,

the following bug happens when 'parted' tries to analyze to the image file

https://www.olimex.com/wiki/images/b/b4/A20_OLinuxino_Micro_debian_34_90_release_10.torrent
that contains the operating system (Debian Wheezy) for the (quite remarkable) 
embedded system
https://www.olimex.com/wiki/A20-OLinuXino-MICRO

The partition table of this image file cannot be properly read or
modified with parted. Older versions of parted crash on this image
file. Newer versions report a the partition table is dangerously
different from the real one, so an user that uses parted to change
partitions may destroy all the data.

As a comparison, see attachments fdisk.txt and cfdisk.txt to see what
the partizion table really looks like

The  attachment fdisk.txt was generated by the command
# echo p | fdisk  imagefile  /tmp/fdisk.txt
that was ran inside a Jessie-amd64 machine.

The  attachment cfdisk.txt was generated by the command
# cfdisk -P s /dev/mmcblk0
that was ran inside a the A20-OLinuXino-MICRO itself (since the 
Jessie version of cfdisk does not print partitions anymore (!!))

This bug is twofold 

 

Using parted 3.2-7 (Debian jessie amd64) to read the above image file
seems to work, but the partition table is dangerously different from
the real one, so an user that uses parted to change partitions may
destroy all the data

See attachment parted.txt

--

Using parted 2.3-12 (Debian wheezy, two archs) parted crashes by
Assertion (head_size = 63) 
(as in bug 685557)

See attachment crashtxt
-

Best regards and thanks in advance.

a.


Partition Table for /dev/mmcblk0

   First   Last
 # Type   Sector  Sector   OffsetLength   Filesystem Type (ID) Flag
-- --- --- --- -- ---  
   Pri/Log   02047  0#   2048 Free Space   None
 1 Primary2048   34814* 0   32767*Linux (83)   None
   Pri/Log   34815*  34815  0   1*Free Space   None
 2 Primary   34816 7774207  0 7739392 Linux (83)   None
   Pri/Log 777420860874751  053100544 Free Space   None

Welcome to fdisk (util-linux 2.25.2).
Changes will remain in memory only, until you decide to write them.
Be careful before using the write command.


Command (m for help): Disk imagefile: 3,7 GiB, 3980394496 bytes, 7774208 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x6f20736b

Device Boot Start End Sectors  Size Id Type
imagefile1   2048   34814   32767   16M 83 Linux
imagefile2  34816 7774207 7739392  3,7G 83 Linux


Command (m for help): Script started on lun 15 giu 2015 10:53:09 CEST
root@kytty:/mnt# parted imagefile
GNU Parted 3.2
Using /mnt/imagefile
Welcome to GNU Parted! Type 'help' to view a list of commands.

  
(parted) p
Model:  (file)
Disk /mnt/imagefile: 3980MB
Sector size (logical/physical): 512B/512B
Partition Table: loop
Disk Flags: 

Number  Start  End SizeFile system  Flags
 1  0,00B  3980MB  3980MB  fat32


  
(parted) q
root@kytty:/mnt# exit

Script done on lun 15 giu 2015 10:53:20 CEST
Script started on lun 15 giu 2015 10:47:19 CEST
frivolo:/media/R2D2/olimex# parted imagefile
GNU Parted 2.3
Using /media/R2D2/olimex/imagefile
Welcome to GNU Parted! Type 'help' to view a list of commands.

  
(parted) p
Backtrace has 14 calls on stack:
  14: /lib/i386-linux-gnu/libparted.so.0(ped_assert+0x29) [0xb77072a9]
  13: /lib/i386-linux-gnu/libparted.so.0(+0x42acb) [0xb773cacb]
  12: /lib/i386-linux-gnu/libparted.so.0(+0x432e4) [0xb773d2e4]
  11: /lib/i386-linux-gnu/libparted.so.0(+0x4682f) [0xb774082f]
  10: /lib/i386-linux-gnu/libparted.so.0(+0x1180e) [0xb770b80e]
  9: /lib/i386-linux-gnu/libparted.so.0(ped_disk_add_partition+0x1d6) 
[0xb770ec56]
  8: /lib/i386-linux-gnu/libparted.so.0(+0x448c0) [0xb773e8c0]
  7: /lib/i386-linux-gnu/libparted.so.0(+0x462bf) [0xb77402bf]
  6: /lib/i386-linux-gnu/libparted.so.0(ped_disk_new+0x61) [0xb770f171]
  5: parted() [0x804e71b]
  4: parted(interactive_mode+0x116) [0x8056186]
  3: parted(main+0x1906) [0x804dd86]
  2: /lib/i386-linux-gnu/i686/cmov/libc.so.6(__libc_start_main+0xe6) 
[0xb754ce46]
  1: parted() [0x804de25]

  


You found a bug in GNU Parted! Here's what you have to do:

Don't panic! The bug has most likely not affected any of your data.
Help us to fix this bug by doing the following:

Check whether the bug has already been fixed 

Bug#774494: git-annex: migrate hash to hashE still re-checksums

2015-01-03 Thread A Mennucc
Package: git-annex
Version: 5.20141125
Severity: minor

Dear Joey,

I read in  changelog:
« Avoid re-checksumming when migrating from hashE to hash backend.»

I am migrating a repository from SHA256 to SHA256E should be faster in
newer versions. It is re-checksumming  everything.
Here is a piece of 'ps xaufwww'

freevo   18538  0.0  0.0   4556 0 pts/0SN   14:05   0:00  \_ 
git annex migrate --fast --backend=SHA256E pluto/
freevo   18539  1.8  0.0 107096 8 pts/0SNl  14:05   0:05  |   
\_ git-annex migrate --fast --backend=SHA256E pluto/
freevo   18544  0.1  0.0   5616 4 pts/0SN   14:05   0:00  | 
  \_ git --git-dir=/home/frivoloextra/annex_video/.git 
--work-tree=/home/frivoloextra/annex_video ls-files --cached -z -- pluto/
freevo   18548 90.7  0.7   189692 pts/0RN   14:05   4:24  | 
  \_ sha256sum 
/home/frivoloextra/annex_video/.git/annex/objects/37/MM/SHA256-s1944052424--9fe0815b45f8900ae754bc52a32c3d278a49acc0f328f86d71bee8b2fd867536/SHA256-s1944052424--9fe0815b45f8900ae754bc52a32c3d278a49acc0f328f86d71bee8b2fd867536

Since I am running it in a media box that has a very slow CPU,
it is quite slow, so I dearly miss the faster alternative.

Am I missing something?

a.

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

Kernel: Linux 3.16-2-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 git-annex depends on:
ii  curl   7.38.0-3
ii  git1:2.1.4-2
ii  libc6  2.19-13
ii  libffi63.1-2+b2
ii  libgmp10   2:6.0.0+dfsg-6
ii  libgnutls-deb0-28  3.3.8-5
ii  libgsasl7  1.8.0-6
ii  libicu52   52.1-6
ii  libidn11   1.29-1+b2
ii  libxml22.9.1+dfsg1-4
ii  libyaml-0-20.1.6-3
ii  openssh-client 1:6.7p1-3
ii  rsync  3.1.1-2+b1
ii  wget   1.16-1
ii  zlib1g 1:1.2.8.dfsg-2+b1

Versions of packages git-annex recommends:
ii  bind9-host 1:9.9.5.dfsg-7
pn  git-remote-gcrypt  none
ii  gnupg  1.4.18-6
ii  lsof   4.86+dfsg-1
ii  nocache0.9-2
pn  quvi   none

Versions of packages git-annex suggests:
pn  bup  none
pn  graphviz none
ii  libnss-mdns  0.10-6
pn  tahoe-lafs   none

-- no debconf information

-- 
Andrea Mennucc
 E' un mondo difficile. Che vita intensa! (Tonino Carotone)


signature.asc
Description: Digital signature


Bug#773174: unblock: debdelta/0.55 , or discuss on the matter

2014-12-15 Thread A Mennucc
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Dear Release team,

I uploaded a new version of debdelta ; unfortunately (my fault)
I did not realize that this time the freeze policy is so tight.

Please unblock package debdelta, or let us discuss if there is some
set of changes that you are willing to let into Jessie.

Note that the package 'debdelta' contains both the server code and
the client code . The server code is quite old, but this is not a
problem, since few people (if any) need to use the server code.
(The up-to-date server code is in GIT, and is in use in the server
that generates deltas for 'debdelta-upgrade' , that is the client
tool).  The client code is agnostic, it can apply deltas generated by
server code that is much more advanced than what is shipped in the
package (as long as the GPG key matches!)

Let me highlight all the changes between the version
0.50+2 in stable, and 0.55   in unstable;
I will list them in decreasing order of importance.
'S' means : affects server code
'C' means : affects client code
'P' means : affects packaging

1C) ship new GPG key; the key currently available in the clients in
 wheezy and in testing will expire 2015-08-24 so it will need
  to be updated during the lifetime of Jessie.
2P) Bug fix: owned and unowned files after purge (policy 6.8 + 10.7.3),
   (Closes: #617481). These are all the changes in debian/postrm
and debian/postinst that you see in the debdiff
3C)  Portuguese translation  (Closes: #760731).
4C) add a stanza in etc/sources.conf to tell the client where to
  find deltas for backports
5P) ship in .dsc , and then build, only what is committed in git archive;
  so the following files are not shipped any more
debdelta-0.55/contrib/debmirror-delta-security.ubuntu
debdelta-0.55/old/README
debdelta-0.55/old/README.upgrade
debdelta-0.55/po/pt.po
debdelta-0.55/preunpacking/tarpu.py
6CS) close unneeded file descriptor when invoking subprocesses
7P) bump Standards Version (no change)
8C) do not get confused by broken symlinks
9P) debian/rules : add build-arch, build-indep
10S) support data.tar.xz, with  XZ parameter autodetection
11P) update location of GIT repository in debian/control
12S) add ability to cache intermediate data
13C) wait for subprocesses to avoid zombies
15CS) change code to be more ready for a future switch to Python 3 ,
   and some other minor code improvements

If you think that there are too many changes,
but some of the above changes may enter into testing (and then in Jessie)
please tell me which one, and I will upload a new version.

All server-code related changes may be omitted w/o affecting the
client.

I attach the 'cleaned up' debdiff. In this debdiff I deleted all references
to the files listed in (5P) that simply disappeared from the package,
and the portuguese translation. I also deleted duplicates
(since my package uses symlinks, each change is reported 5 times
by debdiff).


If you wish,
unblock debdelta/0.55
otherwise please tell me which changes may be accepted.
I personally would love to see changes 1 to 4 included;
these do not really affect the code, but have large
positive impact.

Thanks and sorry for the mess.

   a.


signature.asc
Description: Digital signature


Bug#763660: Info received (Bug#763660: xserver-xorg-video-nouveau: GeForce 9400M , no screens found)

2014-10-03 Thread A Mennucc
dear all,

I tried booting with Ubuntu precise, and it works fine (!).

kernel version 3.2.0-69-generic
xserver-xorg-video-nouveau version 1:0.0.16+git20111201+b5534a1-1build3

I am a bit puzzled, this looks like a regression of some kind.
Admittetly kernel 3.2.0 did not contain the configuration CONFIG_X86_SYSFB

I attach dmesg and X log from ubuntu

a.






dmesg.txt.gz
Description: application/gzip


Xorg.0.log.gz
Description: application/gzip


signature.asc
Description: OpenPGP digital signature


Bug#763660: xserver-xorg-video-nouveau: GeForce 9400M , no screens found

2014-10-02 Thread A Mennucc
thanks for the prompt reply!

#740953 also suggests to add the kernel option
   nouveau.config=NvBios=PRAMIN
but I think it is useless in my case, since the module nouveau properly
loads from PRAMIN and detects the video card

thinking of it , it is quite weird that the module detects the card, and
the video driver doesn't...

a.






signature.asc
Description: OpenPGP digital signature


Bug#763660: xserver-xorg-video-nouveau: GeForce 9400M , no screens found

2014-10-01 Thread A Mennucc
: USEC_INITIALIZED=718972


DRM Information from dmesg:
---
[0.00] AGP: No AGP bridge found
[0.00] AGP: Checking aperture...
[0.00] AGP: No AGP bridge found
[0.859992] Linux agpgart interface v0.103
[   20.547949] [drm] Initialized drm 1.1.0 20060810
[   21.438577] nouveau  [ DRM] VRAM: 256 MiB
[   21.438580] nouveau  [ DRM] GART: 1048576 MiB
[   21.438586] nouveau  [ DRM] TMDS table version 2.0
[   21.438589] nouveau  [ DRM] DCB version 4.0
[   21.438593] nouveau  [ DRM] DCB outp 00: 01000123 00010014
[   21.438597] nouveau  [ DRM] DCB outp 01: 02021232 0010
[   21.438600] nouveau  [ DRM] DCB outp 02: 02021286 0f220010
[   21.438604] nouveau  [ DRM] DCB conn 00: 0040
[   21.438608] nouveau  [ DRM] DCB conn 01: a146
[   21.452128] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   21.452133] [drm] Driver supports precise vblank timestamp query.
[   21.464779] nouveau  [ DRM] MM: using M2MF for buffer copies
[   21.596784] nouveau  [ DRM] allocated 1280x800 fb: 0x5, bo 
88007bf1f000
[   21.676038] [drm] Initialized nouveau 1.1.2 20120801 for :02:00.0 on 
minor 0


-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16-2-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

Versions of packages xserver-xorg-video-nouveau depends on:
ii  libc6  2.19-11
ii  libdrm-nouveau22.4.56-1
ii  libdrm22.4.56-1
ii  libudev1   208-8
ii  xserver-xorg-core [xorg-video-abi-18]  2:1.16.1-1

Versions of packages xserver-xorg-video-nouveau recommends:
ii  libgl1-mesa-dri  10.2.6-1

xserver-xorg-video-nouveau suggests no packages.

-- no debconf information

-- 
Andrea Mennucc
 E' un mondo difficile. Che vita intensa! (Tonino Carotone)


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



Bug#760765: intel-microcode: breaks initrd for newer kernels

2014-09-07 Thread A Mennucc
Package: intel-microcode
Version: 2.20140624.1
Severity: critical
Justification: breaks the whole system

hi

I have installed a small wheezy system, and then promptly
upgraded it to jessie. This system has rootfs crypted
with cryptsetup (altogh I am not sure this is relevant).

I have two kernel currently in /boot, 3.14-2-amd64 and 3.2.0-4-amd64,
I can boot the system with the latter, but not with the former.

When I try to boot using 3.14-2-amd64 , the scripts in initrd
complain that it cannot find the rootfs.

I tried to investigate the problem, and found this startling
fact. Usually initrd.img is a CPIO archive, compressed
with GZIP. Instead, initrd.img-3.14-2-amd64 is a CPIO file
but not compressed, and it seems to contain only this file

$ cpio -t  /boot/initrd.img-3.14-2-amd64
kernel
kernel/x86
kernel/x86/microcode
kernel/x86/microcode/GenuineIntel.bin

(even if initrd.img-3.14-2-amd64  is itself quite large, roughly 14MB).

After some fiddling, I noted that if I delete the file
 /usr/share/initramfs-tools/hooks/intel_microcode
and regenerate initrd.img-3.14-2-amd64
then it is fine. Unfortunately I cannot understand
why it is broken.

You may find the broken initrd in
  http://mennucc1.debian.net/tmp/initrd.img-3.14-2-amd64

I attach 3 files, that are the output of
 $ update-initramfs -v -u  -k 3.14-2-amd64

3.14~no~microcode : the output when 
/usr/share/initramfs-tools/hooks/intel_microcode is deleted

3.14~with~microcode : the output when 
/usr/share/initramfs-tools/hooks/intel_microcode is present

3.14~with~microcode~xz : the output when I add 'set -zx' to  
/usr/share/initramfs-tools/hooks/intel_microcode

a.


-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.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

Versions of packages intel-microcode depends on:
ii  iucode-tool  1.0.3-1

Versions of packages intel-microcode recommends:
ii  initramfs-tools  0.116

intel-microcode suggests no packages.

-- no debconf information

-- 
Andrea Mennucc
 E' un mondo difficile. Che vita intensa! (Tonino Carotone)


3.14~no~microcode.gz
Description: application/gzip


3.14~with~microcode.gz
Description: application/gzip


3.14~with~microcode~xz.gz
Description: application/gzip


signature.asc
Description: Digital signature


Bug#758055: libfftw3-3: fftw-wisdom-to-conf wisdom conf.c : invalid wisdom

2014-08-13 Thread A Mennucc
Package: libfftw3-3
Version: 3.3.2-3.1
Severity: normal

hi, according to the manual, these commands

$ fftw-wisdom -n -o wisdom cof1024 cob1024
$ fftw-wisdom-to-conf  wisdom  conf.c

should work, but the latter reports:

  fftw-wisdom-to-conf: invalid wisdom

a.


-- System Information:
Debian Release: 7.6
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages libfftw3-3 depends on:
ii  libc6  2.19-7
ii  libgomp1   4.7.2-5
ii  multiarch-support  2.13-38+deb7u3

libfftw3-3 recommends no packages.

Versions of packages libfftw3-3 suggests:
ii  libfftw3-bin  3.3.2-3.1
ii  libfftw3-dev  3.3.2-3.1

-- no debconf information

-- 
Andrea Mennucc
 E' un mondo difficile. Che vita intensa! (Tonino Carotone)


signature.asc
Description: Digital signature


Bug#755175: opu: package debdelta/0.39+squeeze2

2014-07-18 Thread A Mennucc
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: opu

Dear release team,

in the version of 'debdelta' in squeeze, the PGP keys are too old,
so 'debdelta-upgrade' was useless; this new version contains new keys;

moreover, the new server that builds deltas is creating deltas for
squeeze-backports as well, this new package contains the needed
stanza in the configuration.

As you can see from the attachment, the diff is minimal.

So please approve 'debdelta' for the upcoming squeeze point release.

a.

ps:
 I think that this new package should work fine in squeeze-lts as
  well; it contains keys valid up to 2016

-- System Information:
Debian Release: 7.6
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

-- 
Andrea Mennucc
 E' un mondo difficile. Che vita intensa! (Tonino Carotone)
File lists identical (after any substitutions)

Control files: lines which differ (wdiff format)

Installed-Size: [-400-] {+392+}
Version: [-0.39trl-] {+0.39+squeeze2+}
diff -Nru debdelta-0.39trl/debian/changelog debdelta-0.39+squeeze2/debian/changelog
--- debdelta-0.39trl/debian/changelog	2010-06-13 16:58:19.0 +0200
+++ debdelta-0.39+squeeze2/debian/changelog	2014-07-18 15:32:22.0 +0200
@@ -1,3 +1,10 @@
+debdelta (0.39+squeeze2) oldstable-proposed-updates; urgency=low
+
+  * new GPG keys
+  * add Debian Backports to sources.conf
+
+ -- A Mennucc1 mennu...@debian.org  Fri, 18 Jul 2014 14:55:40 +0200
+
 debdelta (0.39trl) unstable; urgency=high
   
   * The real thing release: upload the real 0.39, not a damaged version;
diff -Nru debdelta-0.39trl/etc/sources.conf debdelta-0.39+squeeze2/etc/sources.conf
--- debdelta-0.39trl/etc/sources.conf	2010-02-27 15:23:17.0 +0100
+++ debdelta-0.39+squeeze2/etc/sources.conf	2014-07-18 15:32:22.0 +0200
@@ -23,6 +23,11 @@
 Label=Debian
 delta_uri=http://debdeltas.debian.net/debian-deltas
 
+[backports debian archive]
+Origin=Debian Backports
+Label=Debian Backports
+delta_uri=http://debdeltas.debian.net/debian-deltas
+
 
 [stable security debian archive]
 Origin=Debian
I file binari /tmp/v3ePCjcgpQ/debdelta-0.39trl/keyrings/pub.gpg e /tmp/L5pW68i948/debdelta-0.39+squeeze2/keyrings/pub.gpg sono diversi


signature.asc
Description: Digital signature


Bug#737001: debdelta partial fixes

2014-03-03 Thread A Mennucc
hi,

I partially fixed the problem.

New dpkg-deb has changed the way it compresses the data in deb packages,
I have added some logic to detect it.

a.



signature.asc
Description: OpenPGP digital signature


Bug#731775: gtkmorph current sid: xserver segfault just upon starting this program

2013-12-09 Thread A Mennucc
On Mon, Dec 09, 2013 at 06:05:17PM +0100, Milan Kostić wrote:
  On Sid when i starting gtkmorph, xserver just segfaults and logout me.

then this is a bug in xserver, not in gtkmorph. Please report it there.

a.


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



Bug#687690: berusky in experimental

2013-08-11 Thread A Mennucc
hi,

unfortunately my web site is down

you may find my packaging of berusky 1.7 in
 http://people.debian.org/~mennucc1/berusky

I adapted your patches, splitted one in two, added some description; but
did nothing regarding the German translation

a.

On 10/08/2013 17:50, Bart Martens wrote:
 On Thu, Aug 08, 2013 at 09:57:19PM +0200, A Mennucc wrote:
 hi,

 what about uploading 'berusky' version 1.7 in experimental?

 a.

 ps: if you don't want all the burden, we may share maintenance
 I noticed that upstream has released version 1.7, and I'm having a look at
 whether the problem I reported has been solved.  I'll keep your offer to
 co-maintain in mind.

 Regards,

 Bart Martens




signature.asc
Description: OpenPGP digital signature


Bug#687690: prepared new version

2013-08-08 Thread A Mennucc
hi,

I packaged the new version 1.7

it is in
http://mennucc1.debian.net/berusky/

a.



signature.asc
Description: OpenPGP digital signature


Bug#687690: berusky in experimental

2013-08-08 Thread A Mennucc
hi,

what about uploading 'berusky' version 1.7 in experimental?

a.

ps: if you don't want all the burden, we may share maintenance






signature.asc
Description: OpenPGP digital signature


Bug#673187: berusky2 in experimental

2013-08-08 Thread A Mennucc
hi,

what about uploading 'berusky2' in experimental?

a.

ps: if you don't want all the burden, we may share maintenance




signature.asc
Description: OpenPGP digital signature


Bug#710398: debdelta: allow applying patches to unpacked .debs in locations other than /

2013-08-03 Thread A Mennucc
hi,

if you wish you may apply your patch onto

 git://git.debian.org/git/collab-maint/debdelta.git

a.


On 30/05/2013 15:47, Colin Watson wrote:
 Package: debdelta
 Version: 0.50+2
 Severity: wishlist
 Tags: patch
 User: ubuntu-de...@lists.ubuntu.com
 Usertags: origin-ubuntu ubuntu-patch saucy

 Hi,

 I'm working on a system that involves unpacking .debs to locations other
 than /, and it would be nice to be able to use debpatch on these.  It's
 great that it generally supports applying patches to the unpacked
 package directly; it's just that it only does so if they're unpacked to
 /.  I would suggest that the test could reasonably be is a directory
 rather than is /.

   * Allow patching without a .deb even if the unpack directory is something
 other than .deb.





signature.asc
Description: OpenPGP digital signature


Bug#713525: dvbstreamer: diff for NMU version 2.1.0-2.4

2013-07-05 Thread A Mennucc
On Fri, Jul 05, 2013 at 02:15:19PM +0200, gregor herrmann wrote:
 Dear maintainer,
 
 I've prepared an NMU for dvbstreamer (versioned as 2.1.0-2.4) and
 uploaded it to DELAYED/2.

thanks a lot.

a.


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



Bug#711992: l2tpns: nsctl.8.gz

2013-06-11 Thread A Mennucc
Package: l2tpns
Version: 2.1.21-1.1
Severity: minor

hi

the man page /usr/share/man/man8/nsctl.8.gz
is not compressed

a.


-- System Information:
Debian Release: 7.0
  APT prefers stable
  APT policy: (300, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

-- 
Andrea Mennucc
 E' un mondo difficile. Che vita intensa! (Tonino Carotone)


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



Bug#691337: xdelta3: update 3.0.0.dfsg-1 (2011-01-01) to 3.04 (2012-08-18)

2013-05-08 Thread A Mennucc
hi,

I am waiting for
http://code.google.com/p/xdelta/issues/detail?id=130
to be fixed as well

a.




signature.asc
Description: OpenPGP digital signature


Bug#686801: xdelta3: replace xdelta

2013-05-08 Thread A Mennucc
hi,

xdelta is a different program, different calling semantics, different
file format

so it cannot be replaced by xdelta3

a.



signature.asc
Description: OpenPGP digital signature


Bug#706924: emacs24: gtk integration problem with toolbar style

2013-05-06 Thread A Mennucc
Package: emacs24
Version: 24.3+1-1
Severity: minor

hi

I noted a minor problem. In my system emacs24 by default displays
both icons and text in the toolbar ; this is annoying, the toolbar
is not wide enough to contain both (in particular when using auctex);
I would like to see icons only, so I set up the correct gconf key;
but emacs has an erratic behaviour on this respect;
one possible cause of confusion is that emacs calls it 'images'
but gtk calls it 'icons'.

Currently I see this situation in gconf:

#  gconftool --long-docs /desktop/gnome/interface/toolbar_style
Toolbar Style. Valid values are both, both-horiz, icons, and
text.
# gconftool -g /desktop/gnome/interface/toolbar_style
icons

and emacs reports
 tool-bar-style is a variable defined in `C source code'.
 Its value is nil
 Documentation:
 Tool bar style to use.
 It can be one of
 image- show images only
 text - show text only
 both - show both, text below image
 both-horiz   - show text to the right of the image
 text-image-horiz - show text to the left of the image
 any other- use system default or image if no system default.
 This variable only affects the GTK+ toolkit version of Emacs.
 You can customize this variable.


So emacs24 should display icons only; but
when I start emacs24 I see both icons and text.

Moreover if I issue
# gconftool -s /desktop/gnome/interface/toolbar_style -t string icons
then emacs24 changes the toolbar to icons only; but when I
restart emacs24, it is again  both icons and text.

The only thing that persists is when I customize the Emacs variable
and save it to ~/.emacs as
   '(tool-bar-style (quote image))

a.

-- System Information:
Debian Release: 7.0
  APT prefers stable
  APT policy: (300, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages emacs24 depends on:
ii  emacs24-bin-common  24.3+1-1
ii  gconf-service   3.2.5-1+build1
ii  libasound2  1.0.25-4
ii  libatk1.0-0 2.4.0-2
ii  libc6   2.13-38
ii  libcairo-gobject2   1.12.2-3
ii  libcairo2   1.12.2-3
ii  libdbus-1-3 1.6.8-1
ii  libfontconfig1  2.9.0-7.1
ii  libfreetype62.4.9-1.1
ii  libgconf-2-43.2.5-1+build1
ii  libgdk-pixbuf2.0-0  2.26.1-1
ii  libgif4 4.1.6-10
ii  libglib2.0-02.33.12+really2.32.4-5
ii  libgnutls26 2.12.20-6
ii  libgomp14.7.2-5
ii  libgpm2 1.20.4-6
ii  libgtk-3-0  3.4.2-6
ii  libice6 2:1.0.8-2
ii  libjpeg88d-1
ii  libm17n-0   1.6.3-2
ii  libmagickcore5  8:6.7.7.10-5
ii  libmagickwand5  8:6.7.7.10-5
ii  libotf0 0.9.12-2
ii  libpango1.0-0   1.30.0-1
ii  libpng12-0  1.2.49-1
ii  librsvg2-2  2.36.1-1
ii  libselinux1 2.1.9-5
ii  libsm6  2:1.2.1-2
ii  libtiff43.9.6-11
ii  libtinfo5   5.9-10
ii  libx11-62:1.5.0-1
ii  libxft2 2.3.1-1
ii  libxml2 2.8.0+dfsg1-7+nmu1
ii  libxpm4 1:3.5.10-1
ii  libxrender1 1:0.9.7-1
ii  zlib1g  1:1.2.7.dfsg-13

emacs24 recommends no packages.

Versions of packages emacs24 suggests:
pn  emacs24-common-non-dfsg  none

-- no debconf information

-- 
Andrea Mennucc
 E' un mondo difficile. Che vita intensa! (Tonino Carotone)


signature.asc
Description: Digital signature


Bug#614498: svn 90

2013-03-31 Thread A Mennucc
hi

I tried guppy SVN 90. It works with python 2.7 in Debian wheezy.

a.

-- 
Andrea Mennucc
 E' un mondo difficile. Che vita intensa! (Tonino Carotone)


signature.asc
Description: Digital signature


Bug#703843: liboss4-salsa-asound2: cannot install

2013-03-25 Thread A Mennucc
Package: liboss4-salsa-asound2
Version: 4.2-build2007-2
Severity: important

hi,

I have all the 'alsa' stuff installed;  I tried to replace it with
 OSS4, but the install of liboss4-salsa-asound2 utterly failed.

I see that  liboss4-salsa-asound2 provides libasound2
but it seems that this is not enough.

IMHO the problem is that 'Provides' do not satisfy a versioned 'Depends':
«If a relationship field has a version number attached, only
 real packages will be considered to see whether the relationship is satisfied»
http://www.debian.org/doc/debian-policy/ch-relationships.html

So your 'Provides' is not working as you expect.

You should use a different approach, divert the ALSA library
and substitute with your link; and remove the 'Conflicts' line.

 

Here are my failed attempts at installing it

# apt-get -t sid  --ignore-hold install liboss4-salsa-asound2
 Reading package lists... Done
 Building dependency tree
 Reading state information... Done
 Some packages could not be installed. This may mean that you have
 requested an impossible situation or if you are using the unstable
 distribution that some required packages have not yet been created
 or been moved out of Incoming.
 The following information may help to resolve the situation:

 The following packages have unmet dependencies:
  liboss4-salsa-asound2 : Conflicts: libasound2
 E: Unable to correct problems, you have held broken packages.


I then tried this.
# dpkg --force-all -r libasound2:amd64  libasound2:i386
and then again
# apt-get -t unstable --ignore-hold install liboss4-salsa-asound2  
liboss4-salsa-asound2:i386
and the result is as in attachment.

a.

-- System Information:
Debian Release: 7.0
  APT prefers testing
  APT policy: (300, 'testing'), (200, 'unstable'), (100, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

-- 
Andrea Mennucc
 E' un mondo difficile. Che vita intensa! (Tonino Carotone)
Script started on Sun Mar 24 17:31:13 2013

Reading package lists... 0%

Reading package lists... 100%

Reading package lists... Done


Building dependency tree... 0%

Building dependency tree... 0%

Building dependency tree... 50%

Building dependency tree... 50%

Building dependency tree   


Reading state information... 0%

Reading state information... 2%

Reading state information... Done

You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
 alsa-utils : Depends: libasound2 (= 1.0.25)
 audacious-plugins : Depends: libasound2 (= 1.0.16)
 audacity : Depends: libasound2 (= 1.0.16)
 chromium : Depends: libasound2 (= 1.0.16)
 dosbox : Depends: libasound2 (= 1.0.16)
 emacs23 : Depends: libasound2 (= 1.0.16)
 emacs24 : Depends: libasound2 (= 1.0.16)
 gnome-alsamixer : Depends: libasound2 ( 1.0.24.1)
 gstreamer0.10-alsa : Depends: libasound2 (= 1.0.16)
 icedove : Depends: libasound2 (= 1.0.16)
 iceowl : Depends: libasound2 (= 1.0.16)
 lib32asound2 : Depends: libasound2 (= 1.0.25-4)
 liballegro4.4-plugin-alsa : Depends: libasound2 (= 1.0.16)
 libasound2-dev : Depends: libasound2 (= 1.0.25-4)
 libasound2-plugins : Depends: libasound2 (= 1.0.25)
 libavdevice53 : Depends: libasound2 (= 1.0.16)
 libcanberra0 : Depends: libasound2 (= 1.0.16)
 libesd0 : Depends: libasound2 ( 1.0.24.1)
 libflite1 : Depends: libasound2 (= 1.0.16)
 libfluidsynth1 : Depends: libasound2 ( 1.0.24.1)
 libgcj12 : Depends: libasound2 (= 1.0.16)
Recommends: gcj-4.6-jre-lib (= 4.6.1-9) but it is not going to be 
installed
 libgcj13 : Depends: libasound2 (= 1.0.16)
 libportaudio2 : Depends: libasound2 ( 1.0.24.1)
 libportmidi0 : Depends: libasound2 (= 1.0.16)
 libsdl1.2debian : Depends: libasound2 (= 1.0.16)
 libsox-fmt-alsa : Depends: libasound2 (= 1.0.16)
 libvisual-0.4-plugins : Depends: libasound2 (= 1.0.16)
 mencoder : Depends: libasound2 (= 1.0.16)
 mplayer : Depends: libasound2 (= 1.0.16)
 openjdk-6-jre : Depends: libasound2 (= 1.0.16)
 pax-britannica : Depends: libasound2 (= 1.0.16)
 pulseaudio : Depends: libasound2 (= 1.0.24.1)
 qemu-kvm : Depends: libasound2 (= 1.0.16)
 qemu-system : Depends: libasound2 (= 1.0.16)
 rdesktop : Depends: libasound2 ( 1.0.24.1)
 skype:i386 : Depends: libasound2:i386 (= 1.0.16)
 speech-dispatcher : Depends: libasound2 (= 1.0.16)
 stormbaancoureur : Depends: libasound2 ( 1.0.18)
 timidity : Depends: libasound2 (= 1.0.16)
 vlc-nox : Depends: libasound2 (= 1.0.16)
 xulrunner-13.0 : Depends: libasound2 (= 1.0.16)
 xulrunner-18.0 : Depends: libasound2 (= 1.0.16)
 xulrunner-19.0 : Depends: libasound2 (= 1.0.16)
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a 
solution).

Script done on Sun Mar 24 17:31:13 2013


signature.asc
Description: Digital signature


Bug#703682: texlive-math-extra: xelatex and unicode-math break \not\in

2013-03-22 Thread A Mennucc
Package: texlive-math-extra
Version: 2012.20130315-1
Severity: normal

hi,

the statement $\not\in$ does not work when compiling with xelatex
and using the package unicode-math ; see attached examples.

I tried the attached examples with  texlive as shipped in Debian
experimental (20130315),
and with two installs of texlive made using their upstream
installer (2013-02-19 and 2013-03-22) :
the problem only occours with the Debian version: hence I am posting
this bug

thanks. a.


##
minimal input file

see attachment

##
 List of ls-R files

-rw-r--r-- 1 root root 1682 Mar 18 21:38 /var/lib/texmf/ls-R
lrwxrwxrwx 1 root root 29 Dec 19 05:11 /usr/share/texmf/ls-R - 
/var/lib/texmf/ls-R-TEXMFMAIN
lrwxrwxrwx 1 root root 31 Mar 16 04:01 /usr/share/texlive/texmf/ls-R - 
/var/lib/texmf/ls-R-TEXLIVEMAIN
-rw-rw-r-- 1 root staff 80 Jul  4  2012 /usr/local/share/texmf/ls-R
lrwxrwxrwx 1 root root 31 Mar 16 04:01 /usr/share/texlive/texmf-dist/ls-R - 
/var/lib/texmf/ls-R-TEXLIVEDIST
lrwxrwxrwx 1 root root 31 Mar 16 04:01 /usr/share/texlive/texmf-dist/ls-R - 
/var/lib/texmf/ls-R-TEXLIVEDIST
lrwxrwxrwx 1 root root 31 Mar 16 04:01 /usr/share/texlive/texmf/ls-R - 
/var/lib/texmf/ls-R-TEXLIVEMAIN
##
 Config files
-rw-r--r-- 1 root root 838 Feb 19 21:57 /etc/texmf/web2c/texmf.cnf
-rw-r--r-- 1 root root 5032 Mar 18 21:38 /var/lib/texmf/web2c/fmtutil.cnf
lrwxrwxrwx 1 root root 32 Mar 16 04:01 /usr/share/texmf/web2c/updmap.cfg - 
/var/lib/texmf/updmap.cfg-DEBIAN
-rw-r--r-- 1 root root 3694 Mar 18 21:38 
/var/lib/texmf/tex/generic/config/language.dat
##
 Files in /etc/texmf/web2c/
total 8
-rw-r--r-- 1 root root 283 Jun 26  2011 mktex.cnf
-rw-r--r-- 1 root root 838 Feb 19 21:57 texmf.cnf
##
 md5sums of texmf.d
ca40c66f144b4bafc3e59a2dd32ecb9c  /etc/texmf/texmf.d/00debian.cnf
1df66bc319cec731e202eaf39f5d85e1  /etc/texmf/texmf.d/96JadeTeX.cnf

-- System Information:
Debian Release: 7.0
  APT prefers testing
  APT policy: (300, 'testing'), (200, 'unstable'), (100, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages texlive-math-extra depends on:
ii  dpkg   1.16.9
ii  tex-common 4.01
ii  texlive-binaries   2012.20130315.29398-1
ii  texlive-common 2012.20130315-1
ii  texlive-fonts-recommended  2012.20130315-1
ii  texlive-latex-base 2012.20130315-1

texlive-math-extra recommends no packages.

texlive-math-extra suggests no packages.

Versions of packages tex-common depends on:
ii  debconf [debconf-2.0]  1.5.49
ii  dpkg   1.16.9
ii  ucf3.0025+nmu3

Versions of packages tex-common suggests:
ii  debhelper  9.20120909

Versions of packages texlive-math-extra is related to:
ii  tex-common4.01
ii  texlive-binaries  2012.20130315.29398-1

-- debconf information:
  tex-common/check_texmf_wrong:
  tex-common/check_texmf_missing:

-- 
Andrea Mennucc
 E' un mondo difficile. Che vita intensa! (Tonino Carotone)


notin.tar.bz2
Description: Binary data


signature.asc
Description: Digital signature


Bug#702829: debdelta 0.39trl ships with an obsolete keyring

2013-03-13 Thread A Mennucc
On Mon, Mar 11, 2013 at 03:54:56PM -0700, Mike Swanson wrote:
 Package: debdelta
 Version: 0.39trl
 Severity: important
 
 debdelta.debian.net signs with a newer key than the version in squeeze
 provides.  This makes it difficult to get new deltas for the stable
 release of Debian to say the least.

You are right.

As a fast workaround, go to 
http://packages.debian.org/sid/debdelta
and download the latest version for your architecture and install it.

I try to keep 'debdelta' as simple and as backward-compatible as possible,
and indeed I use the sid version in two squeeze boxes and it works for me.
(If it does not work for you please report).

Anyway I will try to upload a version in stable with the new keys in it.

a.


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



Bug#702638: texlive-extra-utils: pdfjam does not work

2013-03-09 Thread A Mennucc
Package: texlive-extra-utils
Version: 2012.20130111-1
Severity: important

hi,

here is the error

$ pdfjam --no-tidy  --output /tmp/ciao.pdf EDB.pdf 1
  
  pdfjam: This is pdfjam version 2.08.
  pdfjam: Reading any site-wide or user-specific defaults...
  (none found)
  pdfjam: Temporary directory for this job is
/var/tmp/pdfjam-q3JCpO
  pdfjam: Effective call for this run of pdfjam:
  /usr/bin/pdfjam --no-tidy --output '/tmp/ciao.pdf' -- EDB.pdf 1 
  pdfjam: Calling pdflatex...
  pdfjam: FAILED.
  The call to 'pdflatex' resulted in an error.
  If '--no-tidy' was used, you can examine the
  log file at
  /var/tmp/pdfjam-q3JCpO/a.log
  to try to diagnose the problem.
  pdfjam ERROR: Output file not written

I attach  /var/tmp/pdfjam-q3JCpO/a.log

a.



##
 List of ls-R files

-rw-r--r-- 1 root root 1682 Feb 19 22:55 /var/lib/texmf/ls-R
lrwxrwxrwx 1 root root 29 Dec 19 05:11 /usr/share/texmf/ls-R - 
/var/lib/texmf/ls-R-TEXMFMAIN
lrwxrwxrwx 1 root root 31 Jan 11 06:01 /usr/share/texlive/texmf/ls-R - 
/var/lib/texmf/ls-R-TEXLIVEMAIN
-rw-rw-r-- 1 root staff 80 Jul  4  2012 /usr/local/share/texmf/ls-R
lrwxrwxrwx 1 root root 31 Jan 11 06:01 /usr/share/texlive/texmf-dist/ls-R - 
/var/lib/texmf/ls-R-TEXLIVEDIST
lrwxrwxrwx 1 root root 31 Jan 11 06:01 /usr/share/texlive/texmf-dist/ls-R - 
/var/lib/texmf/ls-R-TEXLIVEDIST
lrwxrwxrwx 1 root root 31 Jan 11 06:01 /usr/share/texlive/texmf/ls-R - 
/var/lib/texmf/ls-R-TEXLIVEMAIN
##
 Config files
-rw-r--r-- 1 root root 838 Feb 19 21:57 /etc/texmf/web2c/texmf.cnf
-rw-r--r-- 1 root root 5032 Feb 19 22:55 /var/lib/texmf/web2c/fmtutil.cnf
lrwxrwxrwx 1 root root 32 Jan 11 06:01 /usr/share/texmf/web2c/updmap.cfg - 
/var/lib/texmf/updmap.cfg-DEBIAN
-rw-r--r-- 1 root root 3694 Feb 19 22:55 
/var/lib/texmf/tex/generic/config/language.dat
##
 Files in /etc/texmf/web2c/
total 8
-rw-r--r-- 1 root root 283 Jun 26  2011 mktex.cnf
-rw-r--r-- 1 root root 838 Feb 19 21:57 texmf.cnf
##
 md5sums of texmf.d
ca40c66f144b4bafc3e59a2dd32ecb9c  /etc/texmf/texmf.d/00debian.cnf
1df66bc319cec731e202eaf39f5d85e1  /etc/texmf/texmf.d/96JadeTeX.cnf

-- System Information:
Debian Release: 7.0
  APT prefers testing
  APT policy: (300, 'testing'), (200, 'unstable'), (100, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages texlive-extra-utils depends on:
ii  dpkg  1.16.9
ii  install-info  4.13a.dfsg.1-10
ii  python2.7.3-4
ii  tex-common4.01
ii  texlive-base  2012.20130111-1
ii  texlive-binaries  2012.20121124-1
ii  texlive-common2012.20130111-1

Versions of packages texlive-extra-utils recommends:
ii  ghostscript 9.05~dfsg-6.3
ii  ruby1.8 [ruby-interpreter]  1.8.7.358-6
ii  texlive-latex-base  2012.20130111-1
ii  texlive-latex-recommended   2012.20130111-1

Versions of packages texlive-extra-utils suggests:
pn  chktex  none
pn  dvidvi  none
pn  dvipng  none
pn  fragmaster  none
ii  lacheck 1.26-14
pn  latexdiff   none
pn  latexmk none
ii  purifyeps   1.1-2
ii  xindy   2.4-1.1

Versions of packages tex-common depends on:
ii  debconf [debconf-2.0]  1.5.49
ii  dpkg   1.16.9
ii  ucf3.0025+nmu3

Versions of packages tex-common suggests:
ii  debhelper  9.20120909

Versions of packages texlive-extra-utils is related to:
ii  tex-common4.01
ii  texlive-binaries  2012.20121124-1

-- debconf information:
  tex-common/check_texmf_wrong:
  tex-common/check_texmf_missing:

-- 
Andrea Mennucc
 E' un mondo difficile. Che vita intensa! (Tonino Carotone)
This is pdfTeX, Version 3.1415926-2.5-1.40.13 (TeX Live 2013/dev/Debian) 
(format=pdflatex 2013.2.19)  9 MAR 2013 14:40
entering extended mode
 restricted \write18 enabled.
 %-line parsing enabled.
**/var/tmp/pdfjam-q3JCpO/a.tex
(/var/tmp/pdfjam-q3JCpO/a.tex
LaTeX2e 2011/06/27
Babel v3.8m and hyphenation patterns for english, dumylang, nohyphenation, it
alian, loaded.

(/usr/share/texlive/texmf-dist/tex/latex/base/article.cls
Document Class: article 2007/10/19 v1.4h Standard LaTeX document class
(/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo
File: size10.clo 2007/10/19 v1.4h Standard LaTeX file (size option)
)
\c@part=\count79
\c@section=\count80
\c@subsection=\count81
\c@subsubsection=\count82
\c@paragraph=\count83
\c@subparagraph=\count84
\c@figure=\count85
\c@table=\count86
\abovecaptionskip=\skip41
\belowcaptionskip=\skip42
\bibindent=\dimen102
) (/usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty
Package: inputenc 2008/03/30 v1.1d Input encoding file
\inpenc@prehook=\toks14
\inpenc@posthook=\toks15

Bug#702376: ITP: wfrog -- Web-based customizable weather station softwar

2013-03-05 Thread A Mennucc
Package: wnpp
Severity: wishlist
Owner: A Mennucc mennu...@debian.org

* Package name: wfrog
  Version : 0.8.2 + svn
  Upstream Author : Jordi Puigsegur jordi.puigse...@gmail.com et al
* URL : http://code.google.com/p/wfrog/downloads/list
* License : GPL 3
  Programming Lang: Python
  Description : Web-based customizable weather station softwar

 wfrog is a software for logging weather station data and statistics,
 viewing them graphically on the web and sending them to a remote FTP site.
 The layout and behaviour is fully customizable through an
 advanced configuration system.
 It is written in python with an extensible architecture allowing
 new station drivers to be written very easily.
 wfrog supports many weather stations and is compliant with the WESTEP protocol.
 Supported stations:
  * Ambient Weather WS1080
  * Davis VantagePro, VantagePro2
  * Elecsa AstroTouch 6975
  * Fine Offset Electronics WH1080, WH1081, WH1090, WH1091, WH2080, WH2081
  * Freetec PX1117
  * LaCrosse 2300 series
  * Oregon Scientific WMR100N, WMR200, WMRS200, WMR928X
  * PCE FWS20
  * Scientific Sales Pro Touch Screen Weather Station
  * Topcom National Geographic 265NE
  * Watson W8681 


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



Bug#702376:

2013-03-05 Thread A Mennucc
the packages are in http://mennucc1.debian.net/wfrog/debian/

a.




signature.asc
Description: OpenPGP digital signature


Bug#673824: gnome-shell: generally 100%cpu and then no response

2013-02-01 Thread A Mennucc
:4.9.2-1
ii  libnspr4-0d  2:4.9.2-1
ii  libp11-kit0  0.12-3
ii  libpango1.0-01.30.0-1
ii  libpolkit-agent-1-0  0.105-3
ii  libpolkit-gobject-1-00.105-3
ii  libpulse-mainloop-glib0  2.0-6
ii  libpulse02.0-6
ii  libsoup2.4-1 2.38.1-2
ii  libstartup-notification0 0.12-1
ii  libtelepathy-glib0   0.18.2-2
ii  libtelepathy-logger2 0.4.0-1
ii  libx11-6 2:1.5.0-1
ii  libxcomposite1   1:0.4.3-2
ii  libxdamage1  1:1.1.3-2
ii  libxext6 2:1.3.1-2
ii  libxfixes3   1:5.0-4
ii  libxi6   2:1.6.1-1
ii  libxml2  2.8.0+dfsg1-7
ii  python   2.7.3~rc2-1
ii  telepathy-mission-control-5  1:5.12.3-1

Versions of packages gnome-shell recommends:
ii  gkbd-capplet3.4.0.2-1
pn  gnome-contacts  none
ii  gnome-control-center1:3.4.3.1-2
ii  gnome-session-fallback  3.4.2.1-3
ii  gnome-user-guide3.4.2-1+build1
ii  unzip   6.0-8

gnome-shell suggests no packages.

-- no debconf information

-- 
Andrea Mennucc
 E' un mondo difficile. Che vita intensa! (Tonino Carotone)


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



Bug#695957: (no subject)

2013-01-18 Thread A Mennucc
hi,

for the record, I manually deleted the dependency  ia32-libs-gtk ,
I installed the resulting package, and then I manually installed
 libgl1-mesa-glx:i386
 libgl1-nvidia-glx:i386
 libcurl3:i386 
 libglu1-mesa:i386
and it works. (But there may be other dependencies).

a.

-- 
Andrea Mennucc
 E' un mondo difficile. Che vita intensa! (Tonino Carotone)


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



Bug#696581: script

2012-12-23 Thread A Mennucc
hi.

(It seems that 'reportbug -m' does not work as I thought).

I attach a typescript of a tentative of upgrading.

a.

--
Andrea Mennucc
 E' un mondo difficile. Che vita intensa! (Tonino Carotone)
Script started on Sun Dec 23 11:28:53 2012
[...]
The following NEW packages will be installed:
  cpp:i386{ab} cpp-4.7:i386{ab} freeglut3:i386 gtk2-engines:i386 
  gtk2-engines-pixbuf:i386 ia32-libs-gtk-i386:i386{a} ia32-libs-i386:i386 
  lesstif2:i386 libacl1:i386 libaio1:i386 libart-2.0-2:i386 
  libasound2:i386{a} libasyncns0:i386 libattr1:i386{a} libaudio2:i386 
  libaudiofile1:i386 libbonobo2-0:i386{b} libbsd0:i386 libcaca0:i386{a} 
  libcanberra-gtk-module:i386 libcanberra-gtk0:i386{a} libcanberra0:i386{a} 
  libcap2:i386 libcurl3:i386 libdb5.1:i386{a} libdirectfb-1.2-9:i386 
  libdrm-intel1:i386{a} libdrm-nouveau1a:i386{a} libdrm-radeon1:i386{a} 
  libdrm2:i386{a} libedit2:i386 libesd0:i386 libexif12:i386 libflac8:i386 
  libfltk1.1:i386 libgail-common:i386 libgail18:i386{a} libgconf2-4:i386 
  libgd2-xpm:i386{a} libgdbm3:i386 libgl1-mesa-dri:i386{a} 
  libgl1-mesa-glx:i386{a} libglade2-0:i386{b} libglapi-mesa:i386{a} 
  libglu1-mesa:i386 libgmp10:i386{a} libgnomecanvas2-0:i386{b} 
  libgphoto2-2:i386 libgphoto2-port0:i386{a} libgpm2:i386{a} 
  libice6:i386{a} libidl0:i386{b} libidn11:i386{a} libieee1284-3:i386 
  libjack-jackd2-0:i386 libjpeg62:i386 libjson0:i386{a} liblcms1:i386 
  libldap-2.4-2:i386{a} libltdl7:i386{a} liblua5.1-0:i386 liblzma5:i386{a} 
  liblzo2-2:i386 libmng1:i386 libmpc2:i386{a} libmpfr4:i386{a} 
  libmpg123-0:i386 libncursesw5:i386{a} libnss3-1d:i386 libodbc1:i386 
  libogg0:i386{a} libopenal1:i386 liborbit2:i386{b} libpam0g:i386 
  libpciaccess0:i386{a} libpopt0:i386 libpulse0:i386{ab} libqt4-dbus:i386 
  libqt4-network:i386 libqt4-script:i386 libqt4-test:i386 
  libqt4-xml:i386{a} libqtcore4:i386{a} libqtgui4:i386 librtmp0:i386{a} 
  libsamplerate0:i386{a} libsane:i386 libsane-extras:i386{a} 
  libsasl2-2:i386{a} libsasl2-modules:i386{a} libsdl1.2debian:i386 
  libsigc++-2.0-0c2a:i386 libslang2:i386{a} libsm6:i386{a} 
  libsndfile1:i386{a} libssh2-1:i386{a} libssl1.0.0:i386{a} libstdc++5:i386 
  libstdc++6:i386{a} libsvga1:i386 libsysfs2:i386 libtdb1:i386 
  libtinfo5:i386{a} libts-0.0-0:i386{a} libusb-0.1-4:i386{a} 
  libuuid1:i386{a} libv4l-0:i386{a} libv4lconvert0:i386{a} 
  libvorbis0a:i386{a} libvorbisenc2:i386{a} libvorbisfile3:i386 
  libwmf0.2-7:i386 libwrap0:i386{a} libx11-xcb1:i386{a} libx86-1:i386{a} 
  libxaw7:i386 libxcb-glx0:i386{a} libxcb-render-util0:i386 libxml2:i386 
  libxmu6:i386{a} libxmuu1:i386 libxp6:i386{a} libxpm4:i386{a} 
  libxslt1.1:i386 libxss1:i386 libxt6:i386{a} libxtst6:i386{a} libxv1:i386 
  libxxf86vm1:i386{a} odbcinst{a} odbcinst1debian2{a} odbcinst1debian2:i386 
  uuid-runtime{a} xaw3dg:i386 
The following packages will be upgraded:
  ia32-libs ia32-libs-gtk 
2 packages upgraded, 134 newly installed, 0 to remove and 0 not upgraded.
Need to get 65.7 MB of archives. After unpacking 84.8 MB will be used.
The following packages have unmet dependencies:
 libgnomecanvas2-0 : Conflicts: libgnomecanvas2-0:i386 but 2.30.3-1.2 is to be 
installed.
 libgnomecanvas2-0:i386 : Conflicts: libgnomecanvas2-0 but 2.30.3-1.2 is 
installed.
 libbonobo2-0 : Conflicts: libbonobo2-0:i386 but 2.24.3-1 is to be installed.
 libbonobo2-0:i386 : Depends: libbonobo2-common:i386 (= 2.24.3-1) which is a 
virtual package.
 Conflicts: libbonobo2-0 but 2.24.3-1 is installed.
 cpp : Conflicts: cpp:i386 but 4:4.7.2-1 is to be installed.
 cpp:i386 : Conflicts: cpp but 4:4.7.2-1 is installed.
 libidl0 : Conflicts: libidl0:i386 but 0.8.14-0.2 is to be installed.
 libidl0:i386 : Conflicts: libidl0 but 0.8.14-0.2 is installed.
 libglade2-0 : Conflicts: libglade2-0:i386 but 1:2.6.4-1 is to be installed.
 libglade2-0:i386 : Conflicts: libglade2-0 but 1:2.6.4-1 is installed.
 liborbit2 : Conflicts: liborbit2:i386 but 1:2.14.19-0.1 is to be installed.
 liborbit2:i386 : Conflicts: liborbit2 but 1:2.14.19-0.1 is installed.
 cpp-4.7 : Conflicts: cpp-4.7:i386 but 4.7.2-4 is to be installed.
 cpp-4.7:i386 : Conflicts: cpp-4.7 but 4.7.2-4 is installed.
 libpulse0 : Breaks: libpulse0:i386 (!= 2.1-2) but 2.0-6 is to be installed.
 libpulse0:i386 : Breaks: libpulse0 (!= 2.0-6) but 2.1-2 is installed.
The following actions will resolve these dependencies:

  Remove the following packages:   
1)  googleearth
2)  ia32-libs  
3)  ia32-libs-gtk  
4)  libwine-alsa-unstable  
5)  libwine-bin-unstable   
6)  libwine-cms-unstable   
7)  libwine-gl-unstable

Bug#695340: auctex: xdvi does not understand synctex

2012-12-07 Thread A Mennucc
/style/ltxdoc.elc
Wrote /usr/share/emacs23/site-lisp/auctex/style/makeidx.elc
Wrote /usr/share/emacs23/site-lisp/auctex/style/mdwlist.elc
Wrote /usr/share/emacs23/site-lisp/auctex/style/MinionPro.elc
Wrote /usr/share/emacs23/site-lisp/auctex/style/multicol.elc
Wrote /usr/share/emacs23/site-lisp/auctex/style/multido.elc
Wrote /usr/share/emacs23/site-lisp/auctex/style/multind.elc
Wrote /usr/share/emacs23/site-lisp/auctex/style/natbib.elc
Wrote /usr/share/emacs23/site-lisp/auctex/style/naustrian.elc
Wrote /usr/share/emacs23/site-lisp/auctex/style/ngerman.elc
Wrote /usr/share/emacs23/site-lisp/auctex/style/nicefrac.elc
Wrote /usr/share/emacs23/site-lisp/auctex/style/nomencl.elc
Wrote /usr/share/emacs23/site-lisp/auctex/style/paralist.elc
Wrote /usr/share/emacs23/site-lisp/auctex/style/pdfsync.elc
Wrote /usr/share/emacs23/site-lisp/auctex/style/plfonts.elc
Wrote /usr/share/emacs23/site-lisp/auctex/style/plhb.elc
Wrote /usr/share/emacs23/site-lisp/auctex/style/polish.elc
Wrote /usr/share/emacs23/site-lisp/auctex/style/polski.elc
Wrote /usr/share/emacs23/site-lisp/auctex/style/prosper.elc
Wrote /usr/share/emacs23/site-lisp/auctex/style/psfig.elc
Wrote /usr/share/emacs23/site-lisp/auctex/style/pst-grad.elc
Wrote /usr/share/emacs23/site-lisp/auctex/style/pst-node.elc
Wrote /usr/share/emacs23/site-lisp/auctex/style/pst-plot.elc
Wrote /usr/share/emacs23/site-lisp/auctex/style/pstricks.elc
Wrote /usr/share/emacs23/site-lisp/auctex/style/pst-slpe.elc
Wrote /usr/share/emacs23/site-lisp/auctex/style/report.elc
Wrote /usr/share/emacs23/site-lisp/auctex/style/ruby.elc
Wrote /usr/share/emacs23/site-lisp/auctex/style/scrartcl.elc
Wrote /usr/share/emacs23/site-lisp/auctex/style/scrbase.elc
Wrote /usr/share/emacs23/site-lisp/auctex/style/scrbook.elc
Wrote /usr/share/emacs23/site-lisp/auctex/style/scrlttr2.elc
Wrote /usr/share/emacs23/site-lisp/auctex/style/scrpage2.elc
Wrote /usr/share/emacs23/site-lisp/auctex/style/scrreprt.elc
Wrote /usr/share/emacs23/site-lisp/auctex/style/setspace.elc
Wrote /usr/share/emacs23/site-lisp/auctex/style/shortvrb.elc
Wrote /usr/share/emacs23/site-lisp/auctex/style/slides.elc
Wrote /usr/share/emacs23/site-lisp/auctex/style/slovak.elc
Wrote /usr/share/emacs23/site-lisp/auctex/style/subfigure.elc
Wrote /usr/share/emacs23/site-lisp/auctex/style/swedish.elc
Wrote /usr/share/emacs23/site-lisp/auctex/style/tabularx.elc
Wrote /usr/share/emacs23/site-lisp/auctex/style/units.elc
Wrote /usr/share/emacs23/site-lisp/auctex/style/url.elc
Wrote /usr/share/emacs23/site-lisp/auctex/style/varioref.elc
Wrote /usr/share/emacs23/site-lisp/auctex/style/verbatim.elc
Wrote /usr/share/emacs23/site-lisp/auctex/style/virtex.elc
Wrote /usr/share/emacs23/site-lisp/auctex/style/xspace.elc


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

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

Versions of packages auctex depends on:
ii  debconf [debconf-2.0]  1.5.46
ii  dpkg   1.16.9
ii  emacs2323.4+1-4
ii  install-info   4.13a.dfsg.1-10
ii  preview-latex-style11.87-1

Versions of packages auctex recommends:
ii  evince 3.4.0-3.1
ii  ghostscript9.05~dfsg-6.2
ii  texlive-latex-recommended  2012.20120611-5

Versions of packages auctex suggests:
pn  catdvi   none
pn  dvipng   none
ii  lacheck  1.26-14

-- debconf information:
  auctex/doauto: Background
  auctex/doautofg: File

-- 
Andrea Mennucc
 E' un mondo difficile. Che vita intensa! (Tonino Carotone)
(custom-set-variables
  ;; custom-set-variables was added by Custom.
  ;; If you edit it by hand, you could mess it up, so be careful.
  ;; Your init file should contain only one such instance.
  ;; If there is more than one, they won't work right.
 '(TeX-source-correlate-method (quote source-specials)))
(custom-set-faces
  ;; custom-set-faces was added by Custom.
  ;; If you edit it by hand, you could mess it up, so be careful.
  ;; Your init file should contain only one such instance.
  ;; If there is more than one, they won't work right.
 )


Bug#693030: unblock: debdelta/0.50+2

2012-11-12 Thread A Mennucc
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package debdelta.

Sorry to bother again.
Carlos Mandela found two annoying bugs; 
* not stripping the ':arch' part of package names in multiarch hosts
* not quoting the ':' in epochs when using a proxy
(both situations admittetly I did not test a lot - BTW I do not have
a proxy here)

See diffs in attachment.

unblock debdelta/0.50+2

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

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

-- 
Andrea Mennucc
 E' un mondo difficile. Che vita intensa! (Tonino Carotone)
File lists identical (after any substitutions)

Control files of package debdelta: lines which differ (wdiff format)

Version: [-0.50+1-] {+0.50+2+}

Control files of package debdelta-doc: lines which differ (wdiff format)

Installed-Size: [-251-] {+252+}
Version: [-0.50+1-] {+0.50+2+}
diff -Nru debdelta-0.50+1/debdelta debdelta-0.50+2/debdelta
--- debdelta-0.50+1/debdelta	2012-09-24 12:04:08.0 +0200
+++ debdelta-0.50+2/debdelta	2012-11-07 11:09:14.0 +0100
@@ -4197,7 +4197,7 @@
   #
 
   import socket, httplib
-  from urlparse import urlparse
+  from urlparse import urlparse, urlunparse
 
    manage connections
   #keeps a cache of all connections, by URL
@@ -4226,7 +4226,7 @@
   def _connect(uri, headers):
 connects for a GET ; returns (filetype, statuscode, servermessage, getheaders)
 uri_p=urlparse(uri)
-if uri[:7] == 'http://' and not proxies:
+if uri_p.scheme == 'http' and not proxies:
   #use persistent http connections
   conn=conn_by_url(uri)
   if conn == None :
@@ -4253,7 +4253,11 @@
   return e, None, None, None
 else: #use urllib2
   try:
-req = urllib2.Request(uri, headers=headers)
+if uri_p.scheme == 'http':
+  a=[copy(z) for z in uri_p]
+  a[2]=urllib2.quote(uri_p[2])
+  url=urlunparse(a)
+req = urllib2.Request(url, headers=headers)
 r = urllib2.urlopen(req)
 #print r.info(),dir(r),r.code
 return r, getattr(r,'code',None), getattr(r,'msg','(no message)'), r.info()
@@ -4528,7 +4532,7 @@
   assert(a[0] == 'http')
 
   #delta name
-  delta_name=p.name+'_'+version_mangle(installed_version)+\
+  delta_name=p.name.split(':')[0]+'_'+version_mangle(installed_version)+\
   '_'+ version_mangle(candidate_version)+'_'+\
   arch+'.debdelta'
 
diff -Nru debdelta-0.50+1/debdeltas debdelta-0.50+2/debdeltas
--- debdelta-0.50+1/debdeltas	2012-09-24 12:04:08.0 +0200
+++ debdelta-0.50+2/debdeltas	2012-11-07 11:09:14.0 +0100
@@ -4197,7 +4197,7 @@
   #
 
   import socket, httplib
-  from urlparse import urlparse
+  from urlparse import urlparse, urlunparse
 
    manage connections
   #keeps a cache of all connections, by URL
@@ -4226,7 +4226,7 @@
   def _connect(uri, headers):
 connects for a GET ; returns (filetype, statuscode, servermessage, getheaders)
 uri_p=urlparse(uri)
-if uri[:7] == 'http://' and not proxies:
+if uri_p.scheme == 'http' and not proxies:
   #use persistent http connections
   conn=conn_by_url(uri)
   if conn == None :
@@ -4253,7 +4253,11 @@
   return e, None, None, None
 else: #use urllib2
   try:
-req = urllib2.Request(uri, headers=headers)
+if uri_p.scheme == 'http':
+  a=[copy(z) for z in uri_p]
+  a[2]=urllib2.quote(uri_p[2])
+  url=urlunparse(a)
+req = urllib2.Request(url, headers=headers)
 r = urllib2.urlopen(req)
 #print r.info(),dir(r),r.code
 return r, getattr(r,'code',None), getattr(r,'msg','(no message)'), r.info()
@@ -4528,7 +4532,7 @@
   assert(a[0] == 'http')
 
   #delta name
-  delta_name=p.name+'_'+version_mangle(installed_version)+\
+  delta_name=p.name.split(':')[0]+'_'+version_mangle(installed_version)+\
   '_'+ version_mangle(candidate_version)+'_'+\
   arch+'.debdelta'
 
diff -Nru debdelta-0.50+1/debdelta-upgrade debdelta-0.50+2/debdelta-upgrade
--- debdelta-0.50+1/debdelta-upgrade	2012-09-24 12:04:08.0 +0200
+++ debdelta-0.50+2/debdelta-upgrade	2012-11-07 11:09:14.0 +0100
@@ -4197,7 +4197,7 @@
   #
 
   import socket, httplib
-  from urlparse import urlparse
+  from urlparse import urlparse, urlunparse
 
    manage connections
   #keeps a cache of all

Bug#692046: unblock: debdelta/0.50+1

2012-11-01 Thread A Mennucc
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package debdelta.

It corrects a nasty bug that occours with many KDE packages: those
contain a broken symlink, and 'debdelta-upgrade' would consider them
damaged, and not update them.

I also enabled the hardening flags.

I attach the debdiff. 

PS looking at the debdiff I noted that a file tarpu.py seems
disappeared: I just deleted an useless symlink.

Thanks!

unblock debdelta/0.50+1

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

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

-- 
Andrea Mennucc
 E' un mondo difficile. Che vita intensa! (Tonino Carotone)


signature.asc
Description: Digital signature


Bug#687845: debdelta: multiple locale files errors while doing debdelta-updates in Debian wheezy

2012-09-24 Thread A Mennucc
hi,

it turns out that many KDE packages contain a broken symlink of the form

/usr/share/doc/kde/HTML/../../common -- ../common

this broken symlink confuses 'debdelta-upgrade' ; I attach a patch, you
may apply it to /usr/bin/debdelta using

# sudo patch /usr/bin/debdelta 
0001-debpatch,-debdelta-upgrade-:-do-not-get-confused-by-broken-symlinks.patch

a.
From 5715f4648fb1d3b8d9ac462f62253f9782f50cf4 Mon Sep 17 00:00:00 2001
From: A Mennucc mennu...@debian.org
Date: Mon, 24 Sep 2012 11:53:22 +0200
Subject: [PATCH] debpatch, debdelta-upgrade : do not get confused by broken
 symlinks

---
 debdelta/debdelta |3 +++
 1 file changed, 3 insertions(+)

diff --git a/debdelta/debdelta b/debdelta/debdelta
index b5eebad..9d921d6 100755
--- a/debdelta/debdelta
+++ b/debdelta/debdelta
@@ -1627,6 +1627,9 @@ def do_patch_(delta, olddeb, newdeb, TD, runtime,
   file_triples.append((orig,divert,z))
 else:
   file_triples.append((orig,divert,None))
+  elif not os.path.exists(divert) and os.path.islink(divert):
+file_triples.append((orig,divert,None))
+if VERBOSE  1 : print '  Broken symlink? ',divert
   elif not os.path.exists(divert):
 file_triples.append((orig,divert,None))
 if VERBOSE : print ' Disappeared file? ',divert
-- 
1.7.10.4



signature.asc
Description: OpenPGP digital signature


Bug#687845: broken symlink in many KDE packages

2012-09-24 Thread A Mennucc
Dear KDE mantainers,

it turns out that many KDE packages contain a broken symlink of the form

/usr/share/doc/kde/HTML/../../common -- ../common

we noted this fact because this broken symlink confuses
'debdelta-upgrade' , see bug 687845

a.




signature.asc
Description: OpenPGP digital signature


Bug#688116: gitg: wrong homepage

2012-09-19 Thread A Mennucc
Package: gitg
Version: 0.2.4-1.1
Severity: minor

hi

in the control file, it is listed as
Homepage: http://trac.novowork.com/gitg/
but that URL gives 404

a.

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

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

Versions of packages gitg depends on:
ii  dbus-x11 1.6.0-1
ii  dconf-gsettings-backend [gsettings-backend]  0.12.1-2
ii  git  1:1.7.10.4-1
ii  gsettings-desktop-schemas3.4.2-1
ii  libatk1.0-0  2.4.0-2
ii  libc62.13-35
ii  libcairo-gobject21.12.2-2
ii  libcairo21.12.2-2
ii  libdconf00.12.1-2
ii  libgdk-pixbuf2.0-0   2.26.1-1
ii  libglib2.0-0 2.32.3-1
ii  libgtk-3-0   3.4.2-3
ii  libgtksourceview-3.0-0   3.4.2-1
ii  libpango1.0-01.30.0-1

gitg recommends no packages.

gitg suggests no packages.

-- no debconf information

-- 
Andrea Mennucc
 E' un mondo difficile. Che vita intensa! (Tonino Carotone)


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



Bug#687420: unblock: pygame/1.9.1release+dfsg-7

2012-09-12 Thread A Mennucc
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package pygame

this fixes copyright and hence an RC bug

unblock pygame/1.9.1release+dfsg-7

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=it_IT.utf8, LC_CTYPE=it_IT.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
File lists identical (after any substitutions)

Control files: lines which differ (wdiff format)

Depends: python-numpy, ttf-freefont, [-python2.7 | python2.6,-] python (= 
2.6.6-7~), python ( 2.8), libc6 (= 2.4), libjpeg8 (= 8c), libpng12-0 (= 
1.2.13-4), libportmidi0, libsdl-image1.2 (= 1.2.10), libsdl-mixer1.2, 
libsdl-ttf2.0-0, libsdl1.2debian (= 1.2.11), libsmpeg0, libx11-6
Installed-Size: [-7699-] {+7707+}
Version: [-1.9.1release+dfsg-6-] {+1.9.1release+dfsg-7+}
diff -Nru pygame-1.9.1release+dfsg/debian/changelog pygame-1.9.1release+dfsg/debian/changelog
--- pygame-1.9.1release+dfsg/debian/changelog	2012-04-20 05:25:47.0 +0200
+++ pygame-1.9.1release+dfsg/debian/changelog	2012-09-11 00:10:20.0 +0200
@@ -1,3 +1,10 @@
+pygame (1.9.1release+dfsg-7) unstable; urgency=low
+
+  * Add missing licenses and copyright holders in debian/copyright.
+(Closes: #685189)
+
+ -- Vincent Cheng vincentc1...@gmail.com  Mon, 10 Sep 2012 15:08:11 -0700
+
 pygame (1.9.1release+dfsg-6) unstable; urgency=low
 
   * Add b-d on libpng-dev and libjpeg-dev to fix FTBFS. (Closes: #669464)
diff -Nru pygame-1.9.1release+dfsg/debian/copyright pygame-1.9.1release+dfsg/debian/copyright
--- pygame-1.9.1release+dfsg/debian/copyright	2012-04-20 05:20:38.0 +0200
+++ pygame-1.9.1release+dfsg/debian/copyright	2012-09-11 07:33:08.0 +0200
@@ -3,31 +3,82 @@
 Source: http://www.pygame.org/ftp/
 
 Files: *
-Copyright: 2000-2001 Pete Shinners p...@shinners.org
-   2002 Bob Pendleton
-   2006 Rene Dudfield
+Copyright: 2000-2003 Pete Shinners p...@shinners.org
+   2006-2007 Rene Dudfield
+   2007 Richard Goedeken
2007-2008 Marcus von Appen
+License: LGPL-2+
+
+Files: src/fastevents.c src/fastevents.h
+Copyright: 2002 Bob Pendleton
 License: LGPL-2.1+
 
-Files: examples/*
-Copyright: Public Domain
-License: public-domain
+Files: src/sdlmain_osx.m
+Copyright: 2009 Brian Fisher
+License: LGPL-2+
+
+Files: src/SDL_gfx/*
+Copyright: A. Schiffler
+License: LGPL-2+
+
+Files: src/overlay.c
+Copyright: 2002-2003 Dmitry Borisov
+License: LGPL-2+
+
+Files: src/bitmask.c src/bitmask.h src/mask.c
+Copyright: 2002-2005 Ulf Ekstrom
+   1992 Donald W. Gillies
+License: LGPL-2+
+
+Files: lib/sprite.py
+Copyright: 2000-2003, 2007 Pete Shinners
+   2004 Joe Wreschnig
+License: LGPL-2+
 
 Files: lib/freesansbold.ttf
 Copyright: 2002-2009 Free Software Foundation
-License: GPL-3.0+
+License: GPL-3.0+ with FreeFont exception
 
-Files: src/camera.doc
+Files: src/camera.doc src/_camera.c docs/ref/camera.html
 Copyright: 2004 Takafumi Mizuno taka-...@ls-a.jp
 License: BSD-2-clause
 
+Files: src/numeric_arrayobject.h
+Copyright: 1996 The Regents of the University of California
+License: python-numeric
+
+Files: test/test_utils/unittest.py
+Copyright: 1999-2003 Steve Purcell
+License: python
+
+Files: examples/*
+Copyright: Public Domain
+License: public-domain
+
 Files: debian/*
 Copyright: 2001 Francis Irving fran...@flourish.org
2001-2004 Ed Boraas e...@debian.org
2005-2006 Joe Wreschnig pi...@debian.org
2008-2011 A Mennucc1 mennu...@debian.org
2011 Vincent Cheng vincentc1...@gmail.com
-License: LGPL-2.1+
+License: LGPL-2+
+
+License: LGPL-2+
+ This package is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2 of the License, or (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ Lesser General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see http://www.gnu.org/licenses/.
+ .
+ On Debian systems, the complete text of the GNU Lesser General
+ Public License can be found in /usr/share/common-licenses/LGPL-2.
 
 License: LGPL-2.1+
  This package is free software; you can redistribute it and/or
@@ -46,7 +97,7 @@
  On Debian systems, the complete text of the GNU Lesser General
  Public License can be found in /usr/share/common-licenses/LGPL-2.1.
 
-License: GPL-3.0+
+License: GPL-3.0+ with FreeFont exception
  This program is free software: you can redistribute it and/or modify
  it under the 

Bug#548709: please... please... Re: ftp.debian.org: please help me prepare an official repository for deltas

2012-09-08 Thread A Mennucc
On 03/09/2012 22:39, Luca Falavigna wrote:
 Hi,

 I can assist you integrating debdelta into ftp-master (or other
 services, if hosting on ftp-master turns to be problematic).
 Is there any documentation available, so I can start figuring out what
 could be needed in order for debdelta to work?
hi and really thanks,

The debdelta service is presented in
http://debdelta.debian.net/

There is also detailed documentation in that page as well.

Note that the way my server generates deltas is probably not apt to DAK.
I had started looking into it. There may be some steps , please see
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=548709#49

a.




signature.asc
Description: OpenPGP digital signature


Bug#548709: hosting, Re: Bug#548709: please... please... Re: ftp.debian.org: please help me prepare an official repository for deltas

2012-09-08 Thread A Mennucc

Hi again.

Currently though I would need a web site where to publish the deltas.
Indeed deltas are distributed thru in debdeltas.debian.net that nowadays
is an alias for ftp.linux.it , but that site is often down or
disconnected from the net, hence I need a new one. The server that
generates the deltas pushes them into debdeltas.debian.net using rsync .
The deltas are ± 10GB of data.

Would it be possible to host the deltas somewhere inside the Debian
infrastructure ?

a.




signature.asc
Description: OpenPGP digital signature


Bug#548709: please... please... Re: ftp.debian.org: please help me prepare an official repository for deltas

2012-09-03 Thread A Mennucc
dear all

let me add that currently deltas are served thru ftp.linux.it
(and they were very kind to offer that space)

but nowadays ftp.linux.it is often down, and this is severely damaging
the service

so it would be nice if the project may at least offer a web server

a.





signature.asc
Description: OpenPGP digital signature


Bug#686031: unblock: debdelta/0.50

2012-08-28 Thread A Mennucc
On 27/08/2012 21:22, Niels Thykier wrote:
 Whats up with:

  debdelta-0.50/po/fr.mo |binary
  debdelta-0.50/po/it.mo |binary
you mean, you are surprised to see .mo files in the source?
 I would expect these to be generated during build; have they been added
 by mistake?

nope, they are not generated during build

a.




signature.asc
Description: OpenPGP digital signature


Bug#686031: unblock: debdelta/0.50

2012-08-27 Thread A Mennucc
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Sorry to bother again!

Please unblock package debdelta; the GnuPG signing key expired on 20th Aug
(I had forgotten!), I included a new one, and moreover I corrected
some messages and translations (thanks to d-italian people). a.

unblock debdelta/0.50

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

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

-- 
Andrea Mennucc
 E' un mondo difficile. Che vita intensa! (Tonino Carotone)
diff -Nru debdelta-0.49/debdelta debdelta-0.50/debdelta
--- debdelta-0.49/debdelta	2012-08-02 07:22:49.0 +0200
+++ debdelta-0.50/debdelta	2012-08-26 22:24:26.0 +0200
@@ -43,7 +43,7 @@
 
 
 doc['deltas']=_(\
-Usage: debdeltas [ option...  ]  [deb files and dirs, or 'Package' files]
+Usage: debdeltas [ option...  ]  [deb files and dirs, or 'Packages' files]
   Computes all missing deltas for deb files.
   It orders by version number and produce deltas to the newest version
 
@@ -52,7 +52,7 @@
 key used to sign the deltas (using GnuPG)
 --dir DIR   force saving of deltas in this DIR
 (otherwise they go in the dir of the newer deb_file)
---old ARGS  'Package' files containing list of old versions of debs
+--old ARGS  'Packages' files containing list of old versions of debs
 --alt ARGS  for any cmdline argument, search for debs also in this place
  -n N   how many deltas to produce for each deb (default unlimited)
 --no-md5do not include MD5 info in delta
diff -Nru debdelta-0.49/debdeltas debdelta-0.50/debdeltas
--- debdelta-0.49/debdeltas	2012-08-02 07:22:49.0 +0200
+++ debdelta-0.50/debdeltas	2012-08-26 22:24:26.0 +0200
@@ -43,7 +43,7 @@
 
 
 doc['deltas']=_(\
-Usage: debdeltas [ option...  ]  [deb files and dirs, or 'Package' files]
+Usage: debdeltas [ option...  ]  [deb files and dirs, or 'Packages' files]
   Computes all missing deltas for deb files.
   It orders by version number and produce deltas to the newest version
 
@@ -52,7 +52,7 @@
 key used to sign the deltas (using GnuPG)
 --dir DIR   force saving of deltas in this DIR
 (otherwise they go in the dir of the newer deb_file)
---old ARGS  'Package' files containing list of old versions of debs
+--old ARGS  'Packages' files containing list of old versions of debs
 --alt ARGS  for any cmdline argument, search for debs also in this place
  -n N   how many deltas to produce for each deb (default unlimited)
 --no-md5do not include MD5 info in delta
diff -Nru debdelta-0.49/debdelta-upgrade debdelta-0.50/debdelta-upgrade
--- debdelta-0.49/debdelta-upgrade	2012-08-02 07:22:49.0 +0200
+++ debdelta-0.50/debdelta-upgrade	2012-08-26 22:24:26.0 +0200
@@ -43,7 +43,7 @@
 
 
 doc['deltas']=_(\
-Usage: debdeltas [ option...  ]  [deb files and dirs, or 'Package' files]
+Usage: debdeltas [ option...  ]  [deb files and dirs, or 'Packages' files]
   Computes all missing deltas for deb files.
   It orders by version number and produce deltas to the newest version
 
@@ -52,7 +52,7 @@
 key used to sign the deltas (using GnuPG)
 --dir DIR   force saving of deltas in this DIR
 (otherwise they go in the dir of the newer deb_file)
---old ARGS  'Package' files containing list of old versions of debs
+--old ARGS  'Packages' files containing list of old versions of debs
 --alt ARGS  for any cmdline argument, search for debs also in this place
  -n N   how many deltas to produce for each deb (default unlimited)
 --no-md5do not include MD5 info in delta
diff -Nru debdelta-0.49/debian/changelog debdelta-0.50/debian/changelog
--- debdelta-0.49/debian/changelog	2012-08-06 16:20:04.0 +0200
+++ debdelta-0.50/debian/changelog	2012-08-26 22:14:26.0 +0200
@@ -1,3 +1,12 @@
+debdelta (0.50) unstable; urgency=medium
+
+  * ship 2012 gpg public key (to verify deltas with debdelta-upgrade)
+  * correct typo in program message
+  * correct italian translation of program messages
+according to d-italian rules
+
+ -- A Mennucc1 mennu...@debian.org  Sun, 26 Aug 2012 21:10:55 +0200
+
 debdelta (0.49) unstable; urgency=low
 
   * update italian translation of program messages
diff -Nru debdelta-0.49/debpatch debdelta-0.50/debpatch
--- debdelta-0.49/debpatch	2012-08-02 07:22:49.0 +0200
+++ debdelta-0.50/debpatch	2012-08-26 22:24:26.0 +0200
@@ -43,7 +43,7 @@
 
 
 doc['deltas']=_(\
-Usage: debdeltas [ option...  ]  [deb files and dirs, or 'Package' files]
+Usage: debdeltas [ option...  ]  [deb files and dirs, or 'Packages' files]
   Computes all missing deltas for deb files.
   It orders by version number and produce deltas to the newest version
 
@@ -52,7 +52,7 @@
 key used to sign the deltas (using GnuPG

Bug#684052: unblock: debdelta/0.49

2012-08-06 Thread A Mennucc
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package debdelta

there was a intl update that I had overlooked

I also corrected a typo in a man page

a.


unblock debdelta/0.49

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

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

-- 
Andrea Mennucc
 E' un mondo difficile. Che vita intensa! (Tonino Carotone)
diff -Nru debdelta-0.47/debdeltas.1 debdelta-0.49/debdeltas.1
--- debdelta-0.47/debdeltas.1	2012-05-09 13:49:59.0 +0200
+++ debdelta-0.49/debdeltas.1	2012-08-02 12:19:56.0 +0200
@@ -98,7 +98,7 @@
 package in a index is stored in
 \fIpool/main/x/xxx/xxx_3_i386.deb\fR , and --dir is
 \fI/tmp/foobar//\fR , then the delta will be saved in
-\fI/tmp/foobar/pool/main/x/xxx/xxx_2_3_i386.deb\fR.  The same is
+\fI/tmp/foobar/pool/main/x/xxx/xxx_2_3_i386.debdelta\fR.  The same is
 true for --alt (and is useful to find old versions of a package).
 
 .SH OTHER OPTIONS
diff -Nru debdelta-0.47/debian/changelog debdelta-0.49/debian/changelog
--- debdelta-0.47/debian/changelog	2012-05-28 17:34:58.0 +0200
+++ debdelta-0.49/debian/changelog	2012-08-06 16:20:04.0 +0200
@@ -1,3 +1,18 @@
+debdelta (0.49) unstable; urgency=low
+
+  * update italian translation of program messages
+  * update and really ship French translation of program messages,
+thanks to Thomas Blein  (Closes: #678329).
+
+ -- A Mennucc1 mennu...@debian.org  Thu, 02 Aug 2012 11:00:34 +0200
+
+debdelta (0.48) unstable; urgency=low
+
+  * French translation of program messages, thanks to Thomas
+Blein (Closes: #678329).
+
+ -- A Mennucc1 mennu...@debian.org  Thu, 02 Aug 2012 07:24:35 +0200
+
 debdelta (0.47) unstable; urgency=low
 
   * debdelta , debdeltas : autodetect (some) xz parameters for data.tar.xz
diff -Nru debdelta-0.47/debian/rules debdelta-0.49/debian/rules
--- debdelta-0.47/debian/rules	2011-08-24 18:03:39.0 +0200
+++ debdelta-0.49/debian/rules	2012-08-02 11:02:38.0 +0200
@@ -57,12 +57,13 @@
 	$(checkdir)
 	rm -rf $(D)
 	# dirs
-	install -d $(D)/DEBIAN $(D)/usr/bin $(docdir) $(mandir) $(D)/usr/lib/debdelta $(D)/usr/share/debdelta $(D)/usr/share/keyrings $(D)/usr/share/locale/it/LC_MESSAGES
+	install -d $(D)/DEBIAN $(D)/usr/bin $(docdir) $(mandir) $(D)/usr/lib/debdelta $(D)/usr/share/debdelta $(D)/usr/share/keyrings $(D)/usr/share/locale/it/LC_MESSAGES $(D)/usr/share/locale/fr/LC_MESSAGES
 	# control
 	install -m 755 debian/postrm $(D)/DEBIAN/
 	install -m 755 debian/postinst $(D)/DEBIAN/
 	# /usr/share
 	cp po/it.mo $(D)/usr/share/locale/it/LC_MESSAGES/debdelta.mo
+	cp po/fr.mo $(D)/usr/share/locale/fr/LC_MESSAGES/debdelta.mo
 	install debpatch.sh $(D)/usr/share/debdelta
 	install contrib/debmirror-delta-security $(D)/usr/share/debdelta/
 	install contrib/debmirror-marshal-deltas $(D)/usr/share/debdelta/
I file binari /tmp/eIZ_4MmrgL/debdelta-0.47/po/fr.mo e /tmp/5lcfnPsxQs/debdelta-0.49/po/fr.mo sono diversi
diff -Nru debdelta-0.47/po/fr.po debdelta-0.49/po/fr.po
--- debdelta-0.47/po/fr.po	1970-01-01 01:00:00.0 +0100
+++ debdelta-0.49/po/fr.po	2012-08-06 16:18:05.0 +0200
@@ -0,0 +1,566 @@
+# Translation of debdelta in French.
+# Copyright © 2012 Debian French l10n team debian-l10n-fre...@lists.debian.org
+# This file is distributed under the same license as the debdelta package.
+#
+# Thomas Blein tbl...@tblein.eu, 2012.
+msgid 
+msgstr 
+Project-Id-Version: debdelta\n
+Report-Msgid-Bugs-To: \n
+POT-Creation-Date: 2012-08-02 15:28+0200\n
+PO-Revision-Date: 2012-08-02 23:25+0200\n
+Last-Translator: Thomas Blein tbl...@tblein.eu\n
+Language-Team: French debian-l10n-fre...@lists.debian.org\n
+Language: fr\n
+MIME-Version: 1.0\n
+Content-Type: text/plain; charset=UTF-8\n
+Content-Transfer-Encoding: 8bit\n
+X-Generator: Lokalize 1.4\n
+Plural-Forms: nplurals=2; plural=(n  1);\n
+
+#: ../debdelta:30
+msgid 
+Usage: debdelta [ option...  ] fromfile tofile delta\n
+  Computes the difference of two deb files, from fromfile to tofile, and 
+writes it to delta\n
+\n
+Options:\n
+--signing-key KEY\n
+gnupg key used to sign the delta\n
+--no-md5do not include MD5 info in delta\n
+--needsold  create a delta that can only be used if the old deb is 
+available\n
+ -M Mb  maximum memory  to use (for 'bsdiff' or 'xdelta')\n
+--delta-algo ALGO\n
+use a specific backend for computing binary diffs\n
+msgstr 
+Usage : debdelta [OPTION] FICHIER_ORIGINE FICHIER_DESTINATION DELTA\n
+  Calcule la différence entre deux fichiers deb, entre FICHIER_ORIGINE et 
+FICHIER_DESTINATION, et l'inscrit dans DELTA.\n
+\n
+Options :\n
+--signing-key CLÉ\n
+clé gnupg à utiliser pour signer la différence\n
+--no-md5ne pas inclure les informations MD5 de la différence

Bug#678329: update 'debdelta' translation

2012-08-02 Thread A Mennucc
dear Thomas, fr l10n,

when I inserted the french translation of messages into 'debdelta', I
realized that it was done wrt an old version of messages.pot ; may you
or someone on d-l10n-fr update it?

thanks

a.

# Translation of debdelta in French.
# Copyright © 2012 Debian French l10n team debian-l10n-fre...@lists.debian.org
# This file is distributed under the same license as the debdelta package.
#
# Thomas Blein tbl...@tblein.eu, 2012.
msgid 
msgstr 
Project-Id-Version: debdelta\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2012-08-02 11:23+0200\n
PO-Revision-Date: 2012-08-02 10:46+0200\n
Last-Translator: Thomas Blein tbl...@tblein.eu\n
Language-Team: French debian-l10n-fre...@lists.debian.org\n
Language: fr\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
X-Generator: Lokalize 1.2\n
Plural-Forms: nplurals=2; plural=(n  1);\n

#: ../debdelta:30
msgid 
Usage: debdelta [ option...  ] fromfile tofile delta\n
  Computes the difference of two deb files, from fromfile to tofile, and 
writes it to delta\n
\n
Options:\n
--signing-key KEY\n
gnupg key used to sign the delta\n
--no-md5do not include MD5 info in delta\n
--needsold  create a delta that can only be used if the old deb is 
available\n
 -M Mb  maximum memory  to use (for 'bsdiff' or 'xdelta')\n
--delta-algo ALGO\n
use a specific backend for computing binary diffs\n
msgstr 
Usage : debdelta [OPTION] FICHIER_ORIGINE FICHIER_DESTINATION DELTA\n
  Calcule la différence entre deux fichiers deb, entre FICHIER_ORIGINE et 
FICHIER_DESTINATION, et l'inscrit dans DELTA.\n
\n
Options :\n
--signing-key CLÉ\n
clé gnupg à utiliser pour signer la différence\n
--no-md5ne pas inclure les informations MD5 de la différence\n
--needsold  créer un delta qui ne peut être utilisé que si le vieux deb\n
est disponible\n
 -M Mb  mémoire maximum à utiliser (pour 'bsdiff' ou 'xdelta')\n
--delta-algo ALGO\n
utilise une dorsale spécifique pour calculer les différences \n
binaires\n

#: ../debdelta:45
msgid 
Usage: debdeltas [ option...  ]  [deb files and dirs, or 'Package' files]\n
  Computes all missing deltas for deb files.\n
  It orders by version number and produce deltas to the newest version\n
\n
Options:\n
--signing-key KEY\n
key used to sign the deltas (using GnuPG)\n
--dir DIR   force saving of deltas in this DIR\n
(otherwise they go in the dir of the newer deb_file)\n
--old ARGS  'Package' files containing list of old versions of debs\n
--alt ARGS  for any cmdline argument, search for debs also in this place\n
 -n N   how many deltas to produce for each deb (default unlimited)\n
--no-md5do not include MD5 info in delta\n
--needsold  create a delta that can only be used if the old .deb is 
available\n
--delta-algo ALGO\n
use a specific backend for computing binary diffs;\n
possible values are: xdelta xdelta-bzip xdelta3 bsdiff\n
 -M Mb  maximum memory to use (for 'bsdiff' or 'xdelta')\n
--clean-deltas delete deltas if newer deb is not in archive\n
msgstr 
Usage : debdeltas [OPTION]  [fichiers et dossiers deb, ou fichiers 
'Package']\n
  Calcule tous les deltas manquants pour les fichiers deb.\n
  Les fichiers deb sont classés par numéro de version et des deltas sont 
produits par rapport à la version la plus récente.\n
\n
Options :\n
--signing-key KEY\n
clé utilisée pour signer les deltas (utilisant GnuPG)\n
--dir RÉP   force l'enregistrement des deltas dans le répertoire RÉP\n
(sinon ils sont enregistrés dans le dossier du fichier deb le\n
 plus récent)\n
--old ARGS  fichier 'Package' contenant une liste des anciennes versions\n
des fichiers deb\n
--alt ARGS  pour tout paramètre de ligne de commande, rechercher aussi pour\n
des debs également à cet endroit.\n
 -n N   nombre de deltas à produire pour chaque deb\n
(illimité par défaut)\n
--no-md5ne pas inclure les informations MD5 de la différence\n
--needsold  créer un delta qui ne peut être utilisé que si le vieux .deb\n
est disponible\n
--delta-algo ALGO\n
utilise une dorsale spécifique pour calculer les différences\n
binaires\n
les valeurs possibles sont : xdelta xdelta-bzip xdelta3 bsdiff\n
 -M Mb  mémoire maximum à utiliser (pour 'bsdiff' ou 'xdelta')\n
--clean-deltas\n
supprimer les deltas si le deb plus récent n'est pas dans\n
l'archive\n

#: ../debdelta:69
#, fuzzy
msgid 
Usage: debpatch [ option...  ] delta  fromfile  tofile \n
  Applies delta to fromfile and produces a reconstructed  version of 
tofile.\n
\n
(When using 'debpatch' and the old .deb is not available,\n
  use '/' for the fromfile.)\n
\n
Usage: debpatch --info delta\n
  Write info on delta.\n
\n
Options:\n
--no-md5   do not verify MD5 (if found in info 

Bug#678329: update 'debdelta' translation

2012-08-02 Thread A Mennucc
On 02/08/2012 14:48, Christian PERRIER wrote:
 Quoting A Mennucc (mennu...@debian.org):
 dear Thomas, fr l10n,

 when I inserted the french translation of messages into 'debdelta', I
 realized that it was done wrt an old version of messages.pot ; may you
 or someone on d-l10n-fr update it?
 Could you use the --previous option of msgmerge when merging with
 the POT file.
yes, and thanks for letting me know, see attachment
 It will help a LOT spotting what changed in such strings:


 #: ../debdelta:69
 #, fuzzy
 msgid 
 Usage: debpatch [ option...  ] delta  fromfile  tofile \n
   Applies delta to fromfile and produces a reconstructed  version of 
 tofile.\n
 \n
 (When using 'debpatch' and the old .deb is not available,\n
   use '/' for the fromfile.)\n
 \n
 Usage: debpatch --info delta\n
   Write info on delta.\n
 \n
 Options:\n
 --no-md5   do not verify MD5 (if found in info in delta)\n
  -Aaccept unsigned deltas\n
 --format FORMAT\n
format of created deb\n

BTW the difference is the addition of the last two lines

a.
# Translation of debdelta in French.
# Copyright © 2012 Debian French l10n team debian-l10n-fre...@lists.debian.org
# This file is distributed under the same license as the debdelta package.
#
# Thomas Blein tbl...@tblein.eu, 2012.
msgid 
msgstr 
Project-Id-Version: debdelta\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2012-08-02 15:28+0200\n
PO-Revision-Date: 2012-08-02 15:26+0200\n
Last-Translator: Thomas Blein tbl...@tblein.eu\n
Language-Team: French debian-l10n-fre...@lists.debian.org\n
Language: fr\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
X-Generator: Lokalize 1.2\n
Plural-Forms: nplurals=2; plural=(n  1);\n

#: ../debdelta:30
msgid 
Usage: debdelta [ option...  ] fromfile tofile delta\n
  Computes the difference of two deb files, from fromfile to tofile, and 
writes it to delta\n
\n
Options:\n
--signing-key KEY\n
gnupg key used to sign the delta\n
--no-md5do not include MD5 info in delta\n
--needsold  create a delta that can only be used if the old deb is 
available\n
 -M Mb  maximum memory  to use (for 'bsdiff' or 'xdelta')\n
--delta-algo ALGO\n
use a specific backend for computing binary diffs\n
msgstr 
Usage : debdelta [OPTION] FICHIER_ORIGINE FICHIER_DESTINATION DELTA\n
  Calcule la différence entre deux fichiers deb, entre FICHIER_ORIGINE et 
FICHIER_DESTINATION, et l'inscrit dans DELTA.\n
\n
Options :\n
--signing-key CLÉ\n
clé gnupg à utiliser pour signer la différence\n
--no-md5ne pas inclure les informations MD5 de la différence\n
--needsold  créer un delta qui ne peut être utilisé que si le vieux deb\n
est disponible\n
 -M Mb  mémoire maximum à utiliser (pour 'bsdiff' ou 'xdelta')\n
--delta-algo ALGO\n
utilise une dorsale spécifique pour calculer les différences \n
binaires\n

#: ../debdelta:45
msgid 
Usage: debdeltas [ option...  ]  [deb files and dirs, or 'Package' files]\n
  Computes all missing deltas for deb files.\n
  It orders by version number and produce deltas to the newest version\n
\n
Options:\n
--signing-key KEY\n
key used to sign the deltas (using GnuPG)\n
--dir DIR   force saving of deltas in this DIR\n
(otherwise they go in the dir of the newer deb_file)\n
--old ARGS  'Package' files containing list of old versions of debs\n
--alt ARGS  for any cmdline argument, search for debs also in this place\n
 -n N   how many deltas to produce for each deb (default unlimited)\n
--no-md5do not include MD5 info in delta\n
--needsold  create a delta that can only be used if the old .deb is 
available\n
--delta-algo ALGO\n
use a specific backend for computing binary diffs;\n
possible values are: xdelta xdelta-bzip xdelta3 bsdiff\n
 -M Mb  maximum memory to use (for 'bsdiff' or 'xdelta')\n
--clean-deltas delete deltas if newer deb is not in archive\n
msgstr 
Usage : debdeltas [OPTION]  [fichiers et dossiers deb, ou fichiers 
'Package']\n
  Calcule tous les deltas manquants pour les fichiers deb.\n
  Les fichiers deb sont classés par numéro de version et des deltas sont 
produits par rapport à la version la plus récente.\n
\n
Options :\n
--signing-key KEY\n
clé utilisée pour signer les deltas (utilisant GnuPG)\n
--dir RÉP   force l'enregistrement des deltas dans le répertoire RÉP\n
(sinon ils sont enregistrés dans le dossier du fichier deb le\n
 plus récent)\n
--old ARGS  fichier 'Package' contenant une liste des anciennes versions\n
des fichiers deb\n
--alt ARGS  pour tout paramètre de ligne de commande, rechercher aussi pour\n
des debs également à cet endroit.\n
 -n N   nombre de deltas à produire pour chaque deb\n
(illimité par défaut)\n
--no-md5ne pas inclure les informations MD5 de la différence\n
--needsold  créer un delta qui ne

Bug#678329: update 'debdelta' translation

2012-08-02 Thread A Mennucc
dear all,

this translation update is quite short, roughly 8 short messages, and adding

+--format FORMAT\n
+   format of created deb\n

to the help screens; it would be nice to upload it for wheezy

a.

On 02/08/2012 17:25, Thomas Blein wrote:
 Dear Andrea,

 I will make the update and send it to review on the French-l10 list.

 I'm going in vacation on Monday and will not have any internet connexion
 for two weeks. So what is the time windows for the update? Just to know
 if we have to hurry on this particular translation for the review
 process or if we can take our time to do it properly.

 Thanks and greetings,

 Thomas




signature.asc
Description: OpenPGP digital signature


Bug#683091: unblock: freevo/1.9.2b2-4

2012-07-29 Thread A Mennucc
sorry, you are right.

Currently testing has freevo/1.9.2b2-2 while unstable has
freevo/1.9.2b2-4 (I attach proper diffs) ;

upgrading is not needed to correct an RC bug in testing , as you
correctly stated ;

upgrading would fix these bugs:

* make sure the recordserver starts after dvbstreamer,
otherwise the recordserver dies
* patch applelib so that the apple plugin does not crash when
parsing certain  apple.com trailers
* [INTL:nl] Dutch translation of debconf templates,
* [INTL:it] Italian translation of debconf messages,
* [INTL:pl] Polish debconf translation,

my personal PVR have been running with these patches in it since March

a.

File lists identical (after any substitutions)

Control files of package freevo: lines which differ (wdiff format)
--
Depends: debconf (= 0.5) | debconf-2.0, python (= 2.6.6-7~), python-freevo (= [-1.9.2b2-2),-] {+1.9.2b2-4),+} freevo-data (= [-1.9.2b2-2),-] {+1.9.2b2-4),+} mplayer, lsdvd, console-tools | kbd, debconf, adduser, xinit
Installed-Size: [-5506-] {+5515+}
Version: [-1.9.2b2-2-] {+1.9.2b2-4+}

Control files of package freevo-data: lines which differ (wdiff format)
---
Recommends: freevo (= [-1.9.2b2-2)-] {+1.9.2b2-4)+}
Version: [-1.9.2b2-2-] {+1.9.2b2-4+}

Control files of package freevo-doc: lines which differ (wdiff format)
--
Version: [-1.9.2b2-2-] {+1.9.2b2-4+}

Control files of package freevo-lirc: lines which differ (wdiff format)
---
Depends: freevo (= [-1.9.2b2-2),-] {+1.9.2b2-4),+} python-pylirc, lirc
Version: [-1.9.2b2-2-] {+1.9.2b2-4+}

Control files of package python-freevo: lines which differ (wdiff format)
-
Recommends: freevo (= [-1.9.2b2-2)-] {+1.9.2b2-4)+}
Version: [-1.9.2b2-2-] {+1.9.2b2-4+}
diff -Nru freevo-1.9.2b2/debian/changelog freevo-1.9.2b2/debian/changelog
--- freevo-1.9.2b2/debian/changelog	2011-11-19 18:42:06.0 +0100
+++ freevo-1.9.2b2/debian/changelog	2012-07-22 09:53:49.0 +0200
@@ -1,3 +1,23 @@
+freevo (1.9.2b2-4) unstable; urgency=low
+
+  * Bug fix: fails to install due to insserv rejecting the script
+header, thanks to Andreas Beckmann (Closes: #665741).
+
+ -- A Mennucc1 mennu...@debian.org  Sun, 22 Jul 2012 09:53:46 +0200
+
+freevo (1.9.2b2-3) unstable; urgency=low
+
+  * make sure the recordserver starts after dvbstreamer
+  * patch applelib
+  * [INTL:nl] Dutch translation of debconf templates,
+thanks to Jeroen Schot (Closes: #652628).
+  * [INTL:it] Italian translation of debconf messages,
+thanks to Beatrice Torracca (Closes: #660457).
+  * [INTL:pl] Polish debconf translation,
+thanks to Michał Kułach (Closes: #663687).
+
+ -- A Mennucc1 mennu...@debian.org  Fri, 23 Mar 2012 10:47:43 +0100
+
 freevo (1.9.2b2-2) unstable; urgency=low
 
   * update to svn 11905
diff -Nru freevo-1.9.2b2/debian/freevo.freevo_recordserver.init freevo-1.9.2b2/debian/freevo.freevo_recordserver.init
--- freevo-1.9.2b2/debian/freevo.freevo_recordserver.init	2009-09-04 17:02:48.0 +0200
+++ freevo-1.9.2b2/debian/freevo.freevo_recordserver.init	2012-07-22 09:54:03.0 +0200
@@ -3,8 +3,8 @@
 # Provides:freevo-recordserver
 # Required-Start:   $remote_fs $time
 # Required-Stop:$remote_fs $time
-# Should-Start:
-# Should-Stop:
+# Should-Start:  dvbstreamer
+# Should-Stop:   dvbstreamer
 # Default-Start:   2 3 4 5
 # Default-Stop:		0 1 6
 # Short-Description: Starts the Freevo Home Theatre PC Platform Recordserver
diff -Nru freevo-1.9.2b2/debian/patches/applelib.py.diff freevo-1.9.2b2/debian/patches/applelib.py.diff
--- freevo-1.9.2b2/debian/patches/applelib.py.diff	1970-01-01 01:00:00.0 +0100
+++ freevo-1.9.2b2/debian/patches/applelib.py.diff	2012-03-17 09:39:54.0 +0100
@@ -0,0 +1,30 @@
+--- x/src/video/plugins/applelib.py	(revisione 11905)
 x/src/video/plugins/applelib.py	(copia locale)
+@@ -37,6 +37,9 @@
+ import urllib
+ import config
+ 
++import logging
++logger = logging.getLogger(freevo.video.plugins.applelib)
++
+ class Trailer:
+ def __init__(self, element):
+ self.cast = []
+@@ -77,12 +80,14 @@
+ if rt is not None:
+ colon_pos = rt.find(':')
+ try:
+-if colon_pos != -1:
++if colon_pos  0:
+ self.runtime = (int(rt[:colon_pos]) * 60 ) + int(rt[colon_pos+1:])
++elif colon_pos == 0:
++self.runtime = int(rt[1:])
+ else:
+-self.runtime = int(colon_pos)
++self.runtime = int(rt)
+ except:
+-

Bug#683091: unblock: freevo/1.9.2b2-4

2012-07-28 Thread A Mennucc
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package freevo

I just found out I overlooked a RC bug in freevo; I uploaded corrected
version 1.9.2b2-4  ; see attachments; please provide exception.

unblock freevo/1.9.2b2-4

ps: I had written to d-release@d.o on 22 July


-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

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

-- 
Andrea Mennucc
 E' un mondo difficile. Che vita intensa! (Tonino Carotone)
File lists identical (after any substitutions)

Control files of package freevo: lines which differ (wdiff format)
--
Depends: debconf (= 0.5) | debconf-2.0, python (= 2.6.6-7~), python-freevo (= [-1.9.2b2-3),-] {+1.9.2b2-4),+} freevo-data (= [-1.9.2b2-3),-] {+1.9.2b2-4),+} mplayer, lsdvd, console-tools | kbd, debconf, adduser, xinit
Version: [-1.9.2b2-3-] {+1.9.2b2-4+}

Control files of package freevo-data: lines which differ (wdiff format)
---
Recommends: freevo (= [-1.9.2b2-3)-] {+1.9.2b2-4)+}
Version: [-1.9.2b2-3-] {+1.9.2b2-4+}

Control files of package freevo-doc: lines which differ (wdiff format)
--
Version: [-1.9.2b2-3-] {+1.9.2b2-4+}

Control files of package freevo-lirc: lines which differ (wdiff format)
---
Depends: freevo (= [-1.9.2b2-3),-] {+1.9.2b2-4),+} python-pylirc, lirc
Version: [-1.9.2b2-3-] {+1.9.2b2-4+}

Control files of package python-freevo: lines which differ (wdiff format)
-
Recommends: freevo (= [-1.9.2b2-3)-] {+1.9.2b2-4)+}
Version: [-1.9.2b2-3-] {+1.9.2b2-4+}
diff -Nru freevo-1.9.2b2/debian/changelog freevo-1.9.2b2/debian/changelog
--- freevo-1.9.2b2/debian/changelog	2012-03-23 10:47:46.0 +0100
+++ freevo-1.9.2b2/debian/changelog	2012-07-22 09:53:49.0 +0200
@@ -1,3 +1,10 @@
+freevo (1.9.2b2-4) unstable; urgency=low
+
+  * Bug fix: fails to install due to insserv rejecting the script
+header, thanks to Andreas Beckmann (Closes: #665741).
+
+ -- A Mennucc1 mennu...@debian.org  Sun, 22 Jul 2012 09:53:46 +0200
+
 freevo (1.9.2b2-3) unstable; urgency=low
 
   * make sure the recordserver starts after dvbstreamer
diff -Nru freevo-1.9.2b2/debian/freevo.freevo_recordserver.init freevo-1.9.2b2/debian/freevo.freevo_recordserver.init
--- freevo-1.9.2b2/debian/freevo.freevo_recordserver.init	2012-03-17 09:39:54.0 +0100
+++ freevo-1.9.2b2/debian/freevo.freevo_recordserver.init	2012-07-22 09:54:03.0 +0200
@@ -1,10 +1,10 @@
 #! /bin/sh
 ### BEGIN INIT INFO
 # Provides:freevo-recordserver
-# Required-Start:   $remote_fs $time dvbstreamer
-# Required-Stop:$remote_fs $time dvbstreamer
-# Should-Start:
-# Should-Stop:
+# Required-Start:   $remote_fs $time
+# Required-Stop:$remote_fs $time
+# Should-Start:  dvbstreamer
+# Should-Stop:   dvbstreamer
 # Default-Start:   2 3 4 5
 # Default-Stop:		0 1 6
 # Short-Description: Starts the Freevo Home Theatre PC Platform Recordserver


signature.asc
Description: Digital signature


Bug#548709: Fwd: debdelta integration

2012-07-09 Thread A Mennucc
forwarded for public reference

 Original Message 
Subject:debdelta integration
Date:   Thu, 24 May 2012 12:37:42 +0200
From:   A Mennucc mennu...@debian.org
To: Ftp Masters ftpmas...@debian.org
CC: Stefano Zacchiroli z...@debian.org



dear all,

I manage the debdelta service; I would like to integrate the delta
generation inside a Debian infrastructure: indeed my current server does
not manage it anymore gracefully (and also some upcoming family business
... keep an eye on d-private in June).

In the past I had some nice conversation in Sep 2010 with Joerg (hi!),
and also with some people inside bug http://bugs.debian.org/548709 ; and
with Zack (hi!) who suggested I should contact you.

I have looked around, into DAK a bit.

My current idea is: I may setup a generation server into ries.d.o , to
see if/how it works. Would this be fine?
ries.d.o seems a good choice, since it contains a copy of all the data
in ftp-master.d.o .

I need some help in these respects.

(1) the morgue is not copied into ries.d.o ; debdelta needs it, it needs
the old version of a deb to create the delta : may you please change
/home/dak/syncdd.sh in ries.d.o so that the morgue is copied (or at
least the last two months of it...)

(2) can I access r/o the postgres db of dak in ries.d.o ? how?

After that, I will look into it more, and come back with further ideas.

Thanks in advance

a.






signature.asc
Description: OpenPGP digital signature


Bug#548709: debdelta integration

2012-07-09 Thread A Mennucc
dear all,

currently I generate deltas on a desktop PC, with an external USB disk
for holding the mirror; this is not working well (the USB disk does not
stand up to the job, it needs power cycle every few days); so the
debdelta service is erratic; please help me move it onto some hw

a.

On 24/05/2012 12:37, A Mennucc wrote:
 dear all,

 I manage the debdelta service; I would like to integrate the delta
 generation inside a Debian infrastructure: indeed my current server does
 not manage it anymore gracefully (and also some upcoming family business
 ... keep an eye on d-private in June).

 In the past I had some nice conversation in Sep 2010 with Joerg (hi!),
 and also with some people inside bug http://bugs.debian.org/548709 ; and
 with Zack (hi!) who suggested I should contact you.

 I have looked around, into DAK a bit.

 My current idea is: I may setup a generation server into ries.d.o , to
 see if/how it works. Would this be fine?
 ries.d.o seems a good choice, since it contains a copy of all the data
 in ftp-master.d.o .

 I need some help in these respects.

 (1) the morgue is not copied into ries.d.o ; debdelta needs it, it needs
 the old version of a deb to create the delta : may you please change
 /home/dak/syncdd.sh in ries.d.o so that the morgue is copied (or at
 least the last two months of it...)

 (2) can I access r/o the postgres db of dak in ries.d.o ? how?

 After that, I will look into it more, and come back with further ideas.

 Thanks in advance

 a.






signature.asc
Description: OpenPGP digital signature


Bug#670236: mplayer2: can't play video with resolution of 2542x1080

2012-04-24 Thread A Mennucc
hi,

try the option '-xy 0.5'

a.




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



Bug#490184: patch for git

2012-04-05 Thread A Mennucc
hi,

I updated the patch for the latest git.

I hope you may include it

a.
From d5a9d085312ac774b20ce2ba544acf8aaeea3021 Mon Sep 17 00:00:00 2001
From: Andrea Mennucc mennu...@debian.org
Date: Thu, 5 Apr 2012 09:58:58 +0200
Subject: [PATCH 3/3] add --quiet --verbose options

---
 pbuilder-checkparams|   20 
 pbuilder-createbuildenv |6 +++---
 pbuilder-modules|   10 --
 pbuilder-updatebuildenv |8 
 pbuilderrc  |   10 ++
 pdebuild-checkparams|   20 
 pdebuild-internal   |2 +-
 7 files changed, 66 insertions(+), 10 deletions(-)

diff --git a/pbuilder-checkparams b/pbuilder-checkparams
index 3cdc48e..820cd56 100755
--- a/pbuilder-checkparams
+++ b/pbuilder-checkparams
@@ -260,6 +260,26 @@ while [ -n $1 ]; do
 	TWICE=yes
 	shift;
 	;;
+	--quiet)
+	if test ${VERBOSE:-2} = 2 ; then
+		VERBOSE=1
+		APTQUIET=-q
+	else
+		VERBOSE=0
+		APTQUIET=-q -q
+	fi
+	shift;
+	;;
+	--verbose)
+	if test ${VERBOSE:-0} = 0 ; then
+		VERBOSE=1
+		APTQUIET=-q
+	else
+		VERBOSE=2
+		APTQUIET=
+	fi
+	shift;
+	;;
 	--) # end of processing for this
 	shift;
 	break;
diff --git a/pbuilder-createbuildenv b/pbuilder-createbuildenv
index 8362b1c..8974e03 100755
--- a/pbuilder-createbuildenv
+++ b/pbuilder-createbuildenv
@@ -95,7 +95,7 @@ log I: Refreshing the base.tgz 
 log I: upgrading packages
 mountproc
 $TRAP umountproc_cleanbuildplace_trap exit sighup
-$CHROOTEXEC /usr/bin/apt-get -q update
+$CHROOTEXEC /usr/bin/apt-get $APTQUIET update
 
 case `readlink -e $PBUILDERSATISFYDEPENDSCMD` in
   *-aptitude)
@@ -120,8 +120,8 @@ if [ -n $REMOVEPACKAGES ]; then
 $CHROOTEXEC /usr/bin/dpkg --purge $REMOVEPACKAGES
 fi
 recover_aptcache
-$CHROOTEXEC /usr/bin/apt-get -q -y ${APTGETOPT[@]} ${FORCE_CONFNEW[@]} dist-upgrade
-$CHROOTEXEC /usr/bin/apt-get -q -y ${APTGETOPT[@]} install \
+$CHROOTEXEC /usr/bin/apt-get $APTQUIET -y ${APTGETOPT[@]} ${FORCE_CONFNEW[@]} dist-upgrade
+$CHROOTEXEC /usr/bin/apt-get $APTQUIET -y ${APTGETOPT[@]} install \
 build-essential \
 dpkg-dev \
 $EXTRAPACKAGES
diff --git a/pbuilder-modules b/pbuilder-modules
index 5c935eb..bad5479 100644
--- a/pbuilder-modules
+++ b/pbuilder-modules
@@ -74,6 +74,8 @@ pbuilder-options:
  --bindmounts [bind-mount-point]
  --debug
  --twice
+ --verbose
+ --quiet
  --autocleanaptcache
  --compressprog [program]
  --debootstrapopts [debootstrap options]
@@ -103,10 +105,14 @@ function log() {
 	echo $* 2
 	;;
  	W: *) 
-	echo $* 2
+	if test ${VERBOSE:-2} -ge 1 ; then
+		echo $* 2
+	fi
 	;;
  	I: *) 
-	echo $*
+	if test ${VERBOSE:-2} -ge 2 ; then
+		echo $*
+	fi
 	;;
 	*)
 	echo malformed log message: $*
diff --git a/pbuilder-updatebuildenv b/pbuilder-updatebuildenv
index e673592..3f27442 100755
--- a/pbuilder-updatebuildenv
+++ b/pbuilder-updatebuildenv
@@ -39,7 +39,7 @@ $TRAP umountproc_cleanbuildplace_trap exit sighup
 loadhooks
 log I: Refreshing the base.tgz 
 log I: upgrading packages
-$CHROOTEXEC /usr/bin/apt-get -q update
+$CHROOTEXEC /usr/bin/apt-get $APTQUIET update
 
 case `readlink -e $PBUILDERSATISFYDEPENDSCMD` in
   *-aptitude)
@@ -66,12 +66,12 @@ fi
 recover_aptcache
 
 $TRAP saveaptcache_umountproc_cleanbuildplace_trap exit sighup
-$CHROOTEXEC /usr/bin/apt-get -q -y ${APTGETOPT[@]} ${FORCE_CONFNEW[@]} dist-upgrade
+$CHROOTEXEC /usr/bin/apt-get $APTQUIET -y ${APTGETOPT[@]} ${FORCE_CONFNEW[@]} dist-upgrade
 # autoremove: Ignore error in case of etch because apt in etch doesn't
 # support autoremove. TODO: Do not ignore error when etch is no longer
 # supported.
-$CHROOTEXEC /usr/bin/apt-get -q -y ${APTGETOPT[@]} autoremove || true
-$CHROOTEXEC /usr/bin/apt-get -q -y ${APTGETOPT[@]} install \
+$CHROOTEXEC /usr/bin/apt-get $APTQUIET -y ${APTGETOPT[@]} autoremove || true
+$CHROOTEXEC /usr/bin/apt-get $APTQUIET -y ${APTGETOPT[@]} install \
 build-essential \
 dpkg-dev \
 $EXTRAPACKAGES
diff --git a/pbuilderrc b/pbuilderrc
index 691e46d..2297dcc 100644
--- a/pbuilderrc
+++ b/pbuilderrc
@@ -117,3 +117,13 @@ AUTOCLEANAPTCACHE=
 
 #default COMPRESSPROG
 COMPRESSPROG=gzip
+
+# default verbosity, it is changed by --quiet and --verbose
+# possible values are
+# 2 - output I: information, W: warning and E: error messages
+# 1 - output W: warning and E: error messages
+# 0 - output only E: error messages
+VERBOSE=2
+
+# default APT quieteness, it is changed by --quiet and --verbose
+APTQUIET=-q
diff --git a/pdebuild-checkparams b/pdebuild-checkparams
index b6ba0ed..1d4bb46 100644
--- a/pdebuild-checkparams
+++ b/pdebuild-checkparams
@@ -102,6 +102,26 @@ while [ -n $1 ]; do
 	--help)
 	showhelp
 	;;
+	--quiet)
+	if test ${VERBOSE:-2} = 2 ; then
+		VERBOSE=1
+		APTQUIET=-q
+	else
+		VERBOSE=0
+		APTQUIET=-q -q
+	fi
+	shift;
+	;;
+	--verbose)
+	if test ${VERBOSE:-0} = 0 ; then
+		VERBOSE=1
+		APTQUIET=-q
+	else
+		VERBOSE

Bug#665004: possible solution

2012-04-05 Thread A Mennucc
hi,

I found a solution for this bug.

I look into the GIT repo for this package.

I noted in the changelog of 1.5.99.901-1 the following line:
 Multitouch isn't enabled yet (it would require a newer server anyway).

Looking into configure.ac I spotted
 PKG_CHECK_MODULES(XI22, [inputproto = 2.1.99.3] [xorg-server = 1.11.99.901], 
HAVE_XI22=yes, HAVE_XI22=no)
 if test x$HAVE_XI22 = xyes; then
 AC_DEFINE(HAVE_MULTITOUCH, 1, [XI2.2 available])
 fi
but currently in Debian/testing x11proto-input-dev=inputproto is at 2.1 
and  xserver-xorg-dev=xorg-server is at 1.11.4
whereas in Debian/experimental   x11proto-input-dev is at 2.1.99.6-1 , 
 xserver-xorg-dev is at  1.12.0-1

So I issued
# apt-get -t experimental install x11proto-input-dev xserver-xorg-dev
and moreover it turned out that I needed
# apt-get install libmtdev-dev

This way I could compile the synaptics module with multitouch enabled;
unfortunately the resulting module has ABI 16, whereas the server has ABI 13;
to install the server from experimental, I also had to recompile
 xserver-xorg-input-evdev so that it now has ABI 16 as well.

I installed the synaptics and evdev modules, and the server from 
experimental, and it all works fine.

I attach anyway the patch to the GIT repo.

So the solution may be to upload a version with my patch to experimental,
and similarly for x---evdev, so people that want to upgrade 
and still use multitouch may use that; and in due time move it all to 
unstable and to testing.

NB : I use the proprietary nvidia driver ; I did not recompile it in any 
 way :-)

a.

ps: And, just in case I can confirm the bug . I use a MacBook 5.1.
 Both actions:
  swipe two fingers on pad - scrolling
 and
  click on touchpad with two/3 fingers -  right/center mouse click
 do not work with the synaptic package now in unstable.
diff --git a/debian/changelog b/debian/changelog
index 21adbd7..652d629 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-input-synaptics (1.5.99.902-2) unstable; urgency=low
+
+  * enable multitouch
+
+ -- A Mennucc1 mennu...@debian.org  Thu, 05 Apr 2012 15:18:43 +0200
+
 xserver-xorg-input-synaptics (1.5.99.902-1) unstable; urgency=low
 
   * New upstream release candidate (1.6 RC2).
diff --git a/debian/control b/debian/control
index 87ddf23..10a52f1 100644
--- a/debian/control
+++ b/debian/control
@@ -11,10 +11,12 @@ Build-Depends:
  libxi-dev (= 2:1.2.0),
  libxtst-dev,
  x11proto-core-dev,
- xserver-xorg-dev (= 2:1.9.4),
+ x11proto-input-dev (= 2.1.99.3),
+ xserver-xorg-dev (= 2:1.11.99.901),
  pkg-config,
  quilt,
- xutils-dev (= 1:7.5+4)
+ xutils-dev (= 1:7.5+4),
+ libmtdev-dev
 Standards-Version: 3.9.2
 Vcs-Git: git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-input-synaptics
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-input-synaptics.git


Bug#665455: xmltv: FTBFS , b-d on liblinux-dvb-perl

2012-03-24 Thread A Mennucc
Package: xmltv
Version: 0.5.61-1
Severity: important

hi, you should add a build-dependency on liblinux-dvb-perl. a.



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



Bug#662829: multiget: password authentication does not work

2012-03-06 Thread A Mennucc
Package: multiget
Version: 1.2.0-3
Severity: normal

hello,

I am trying to use 'multiget' to download from a password authenticated
web site; when I initiate the transfer, I write the user/pass in the form;
the server runs lighttpd;
the authentication is the simple, plain one; the log reports

192.168.0.1 www..org - [06/Mar/2012:17:35:27 +] HEAD /zzz/bigfile.avi 
HTTP/1.1 401 0 http://etcetc; Mozilla/4.0(compatible;MSIE 5.00;Windows 98)

Other web browsers, when they get the 401, then retry and send the user/pass;
'multiget' instead declares failure, and then waits 30 seconds
and tries again, and so on forever.

a.

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing'), (450, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages multiget depends on:
ii  libatk1.0-0 2.2.0-2
ii  libc6   2.13-26
ii  libcairo2   1.10.2-6.2
ii  libfontconfig1  2.8.0-3.1
ii  libfreetype62.4.8-1
ii  libgcc1 1:4.6.2-12
ii  libglade2-0 1:2.6.4-1
ii  libglib2.0-02.30.2-6
ii  libgtk2.0-0 2.24.10-1
ii  libpango1.0-0   1.29.4-2
ii  libstdc++6  4.6.2-12
ii  libwxbase2.8-0  2.8.12.1-7
ii  libwxgtk2.8-0   2.8.12.1-7
ii  libxml2 2.7.8.dfsg-7

multiget recommends no packages.

multiget suggests no packages.

-- no debconf information

-- 
Andrea Mennucc
 E' un mondo difficile. Che vita intensa! (Tonino Carotone)



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



Bug#659722: /usr/bin/gpg-agent: permission

2012-02-13 Thread A Mennucc
Package: gnupg-agent
Version: 2.0.18-2
Severity: minor
File: /usr/bin/gpg-agent

hi,

the permissions in the socket of the agent are:

$ ls -al /tmp/gpg-BB7pPK
totale 0
drwx--  2 theuser theuser   60 feb 13 13:57 .
drwxrwxrwt 56 rootroot   4700 feb 13 13:59 ..
srwxr-xr-x  1 theuser theuser0 feb 13 13:57 S.gpg-agent

Just to be on the safe side, wouldn't it be better to change that to

srwx--  1 theuser theuser0 feb 13 13:57 S.gpg-agent

?

a.


-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing'), (450, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages gnupg-agent depends on:
ii  libassuan02.0.2-1
ii  libc6 2.13-26
ii  libgcrypt11   1.5.0-3
ii  libgpg-error0 1.10-2
ii  libpth20  2.0.7-16
ii  libreadline6  6.2-8
ii  pinentry-gtk2 [pinentry]  0.8.1-1

Versions of packages gnupg-agent recommends:
ii  gnupg   1.4.11-3
ii  gnupg2  2.0.18-2

gnupg-agent suggests no packages.

-- no debconf information

-- 
Andrea Mennucc
 E' un mondo difficile. Che vita intensa! (Tonino Carotone)



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



Bug#659582: debdelta: chokes on system with multi-arch dpkg installed

2012-02-12 Thread A Mennucc
On Sun, Feb 12, 2012 at 07:44:32PM +0800, Paul Wise wrote:
 I have multiarch dpkg installed (see below) and I get some errors when
 running debdelta (see below). It appears that debdelta is directly
 accessing internal dpkg files, which are named differently on multi-arch
 systems for packages marked as multi-arch.

thanks a lot for reporting

 Instead of accessing internal
 dpkg files, I think debdelta should spawn dpkg --listfiles to get a list
 of files that belong to a package.

yeah, that was what I was doing in the beginning (the code is still there)
but it is slow, it was slowing down all the patching process;
so I wrote the code to parse the files directly.

I will look into it.

a.




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



Bug#655604: /usr/bin/qemu-nbd: qemu-nbd wants full path name

2012-01-13 Thread A Mennucc
On Fri, Jan 13, 2012 at 01:03:03PM +0400, Michael Tokarev wrote:
 
 On 13.01.2012 12:36, A Mennucc wrote:
  here is a strace
  
  you can see that there is a chdir(/) before the 'open'
  
  (next time, before closing a bug report, at least try the command!)
 
 There's no need to be rude here.

sorry!

a.




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



Bug#655604: /usr/bin/qemu-nbd: qemu-nbd wants full path name

2012-01-12 Thread A Mennucc
Package: qemu-utils
Version: 1.0+dfsg-2
Severity: normal
File: /usr/bin/qemu-nbd

the command
# sudo qemu-nbd -P 1 -c /dev/nbd1 debian_squeeze.qcow2 
fails, whereas
# sudo qemu-nbd -P 1 -c /dev/nbd1 `pwd`/debian_squeeze.qcow2 
succeds

It seems that qemu-nbd wants full path names.

a.

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing'), (450, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages qemu-utils depends on:
ii  libaio1  0.3.109-2
ii  libc62.13-24
ii  libcurl3-gnutls  7.23.1-3
ii  libglib2.0-0 2.30.2-4
ii  libiscsi11.0.1-1
ii  librados20.38-1
ii  librbd1  0.38-1
ii  libuuid1 2.19.1-5
ii  zlib1g   1:1.2.3.4.dfsg-3

qemu-utils recommends no packages.

Versions of packages qemu-utils suggests:
ii  debootstrap  1.0.38

-- no debconf information

-- 
Andrea Mennucc
 E' un mondo difficile. Che vita intensa! (Tonino Carotone)



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



Bug#655605: qemu-utils: qemu-nbd quite slow when writing

2012-01-12 Thread A Mennucc
Package: qemu-utils
Version: 1.0+dfsg-2
Severity: wishlist

hi

if I mount a partition, let's say
  # sudo qemu-nbd -P 1 -c /dev/nbd1 `pwd`/debian_squeeze.qcow2 
  # sudo mount /dev/nbd1 /mnt
and then I write large files into /mnt,
it happens that the writing is quite quite slow,
and moreover that, while the system is writing,
the load average goes very high (~6) , even though,
according to 'top', no process is really using a lot of memory
or of CPU. Similarly when I tried to reduce the size using
  # sudo wipe2fs /dev/nbd1

Maybe there is some way to improve this situation?
(Cache and reorder data blocks in 'qemu-nbd' before writing to the disk?)

a.

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing'), (450, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages qemu-utils depends on:
ii  libaio1  0.3.109-2
ii  libc62.13-24
ii  libcurl3-gnutls  7.23.1-3
ii  libglib2.0-0 2.30.2-4
ii  libiscsi11.0.1-1
ii  librados20.38-1
ii  librbd1  0.38-1
ii  libuuid1 2.19.1-5
ii  zlib1g   1:1.2.3.4.dfsg-3

qemu-utils recommends no packages.

Versions of packages qemu-utils suggests:
ii  debootstrap  1.0.38

-- no debconf information

-- 
Andrea Mennucc
 E' un mondo difficile. Che vita intensa! (Tonino Carotone)



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



Bug#562522: abcde: The -q option is not recognized anymore.

2012-01-09 Thread A Mennucc
Package: abcde
Version: 2.4.2-1
Followup-For: Bug #562522

hi,

to reenable the -q option, just add it at line 3235

a.


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

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

Versions of packages abcde depends on:
ii  cd-discid 1.2-1
ii  cdparanoia3.10.2+debian-10
ii  flac  1.2.1-6
ii  lame  3.99.3+repack1-1
ii  vorbis-tools  1.4.0-1
ii  wget  1.13.4-1

Versions of packages abcde recommends:
ii  vorbis-tools  1.4.0-1

Versions of packages abcde suggests:
ii  distmp3 none
ii  eject   2.1.5+deb1+cvs20081104-9
ii  eyed3   0.6.17-3
ii  id3 0.15-3
ii  id3v2   0.1.12-2
ii  mkcue   1-2.1
ii  mp3gain 1.5.2-r2-2
ii  normalize-audio 0.7.7-7
ii  python-musicbrainz  2.1.5-6.2
ii  vorbisgain  0.36-4

-- no debconf information

-- 
Andrea Mennucc
 E' un mondo difficile. Che vita intensa! (Tonino Carotone)
--- /usr/bin/abcde~	2010-05-29 11:21:52.0 +0200
+++ /usr/bin/abcde	2012-01-09 12:27:51.994837618 +0100
@@ -3232,7 +3232,7 @@
 
 # Parse command line options
 #while getopts 1a:bc:C:d:Dehj:klLmMnNo:pPq:r:Rs:S:t:T:vVxw:W: opt ; do
-while getopts 1a:bBc:C:d:Defghj:klLmMnNo:pPr:s:S:t:T:UvVxX:w:W:z opt ; do
+while getopts 1a:bBc:C:d:Defghj:klLmMnNo:pPq:r:s:S:t:T:UvVxX:w:W:z opt ; do
 	case $opt in
 		1) ONETRACK=y ;;
 		a) ACTIONS=$OPTARG ;;


Bug#654187: portmidi: does not compile in kfreebsd-*

2012-01-07 Thread A Mennucc
hi

Il 02/01/2012 11:14, A Mennucc ha scritto:
 your package does not compile in kfreebsd-{amd64,i386} architectures
 https://buildd.debian.org/status/package.php?p=portmidi

 BTW I noted this fact since it is blocking the transition
  from sid to testing of python-pygame .

we tweaked pygame, now it compiles without  portmidi in non-linux
architecture; if you ever port portmidi to  kfreebsd-{amd64,i386} and/or
hurd, we will re-enable it
 Note that I do not know if  kfreebsd-{amd64,i386}  will be
  released in wheezy (in case, this bug will become release critical, I guess)

(nope, I was wrong, this is not release critical)

a.




signature.asc
Description: OpenPGP digital signature


Bug#653215: python-pygame: turn on MMX instructions

2012-01-05 Thread A Mennucc
Il 05/01/2012 02:52, Jeff Breidenbach ha scritto:
 ... Also, I have appended
 python test snippets as requested.

 from pygame import *
 # Should return 'SSE' instead of 'GENERIC'
 print transform.get_smoothscale_backend()
 # This will rescale a test image of your choosing, exercising the code path
 image.save(transform.smoothscale(image.load('test.jpg'), (100, 100)), 
 'new.jpg')
hi,

I checked that it works as expected. So it is a green light :-)

a.




signature.asc
Description: OpenPGP digital signature


Bug#653215: newer pygame, details, Re: Bug#653215: new pygame , with mmx and w/o portmidi

2012-01-05 Thread A Mennucc
hi,

(foreword, this email has nothing to do with bug 653215, but it answers
a post that was CCed there, so I send it there too for completeness).

Il 04/01/2012 10:11, Vincent Cheng ha scritto:
 I would change the b-d on libportmidi-dev from [!kfreebsd-any] to
 [linux-any], given that portmidi also FTBFS on hurd-i386 and I see no
 indication that it's going to be fixed on hurd anytime soon.
Good idea, I did that .
 I've also tried building pygame in a kfreebsd-i386 VM. I have no idea
 how to get the build log out of a VBox VM, so I ended up taking
 screenshots of the log instead; they're attached with this e-mail.

I use qemu, here are some suggestions:
- try to scp from the guest to the real host ; with qemu,
  the host is at 10.0.2.1 (or 10.0.2.2 , can't recall for sure)
- setup email and send an email from the guest
- with qemu, while the guest is not running, you can use
  qemu-nbd to mount a qemu disk into the real host

 First problem is that pygame stalls when it can't find some of its
 dependencies (for kfreebsd, this is portmidi and porttime), and
 requires that the user manually types in 'y' at the prompt (otherwise
 the build just seems to stall forever; see pygame_ftbfs1.png).
(it is not stalling forever, it is waiting for input; the problem is
that the output is buffered, so you are not seeing the prompt)
  How
 will the buildds end up handling this?
In buildds , the input is redirected from dev/null, so by looking in
config_unix.py I can tell that the 'confirm()' call would default to
no and the build would be aborted. That is why I patched
config_unix.py , so that it will instead not abort because of a missing
'portmidi' dependency on non linux targets.

 Second problem is that pygame FTBFS on kfreebsd after the user accepts
 the prompt to proceed with the build (see pygame_ftbfs2.png); pygame's
 camera extension is Linux-specific.

with the newer pygame it should not; if you have time, please check in
the virtual environment; otherwise we may simply upload it and see if it
works

a.




signature.asc
Description: OpenPGP digital signature


Bug#653215: newer pygame, details, Re: Bug#653215: new pygame , with mmx and w/o portmidi

2012-01-05 Thread A Mennucc
Il 05/01/2012 09:25, A Mennucc ha scritto:

 with the newer pygame it should not; if you have time, please check in
 the virtual environment; otherwise we may simply upload it and see if it
 works

hi, I reread #653215 ; I decided to change urgency to 'high' and upload
it, so if it builds on kfreebsd, it will go in testing before the ubuntu
snapshot. a.




signature.asc
Description: OpenPGP digital signature


Bug#653215: new pygame , with mmx and w/o portmidi

2012-01-03 Thread A Mennucc
hi,

I compiled a new pygame, with MMX enabled ,
(and w/o the portmidi build-dependency on kfreebsd, that is blocking the
transition to testing);

it is in
http://mennucc1.debian.net/pygame/

source files:
pygame_1.9.1release+dfsg-3.dsc
http://mennucc1.debian.net/pygame/pygame_1.9.1release+dfsg-3.dsc
pygame_1.9.1release+dfsg-3.debian.tar.gz
http://mennucc1.debian.net/pygame/pygame_1.9.1release+dfsg-3.debian.tar.gz

I compiled  in amd64, it seems OK;
I ran test/transform_test.py and it says OK,
 but I dont know if it really tries the SDL bug codepath;
in case, may you provide a snippet of python code that specifically
tries it?

a.



signature.asc
Description: OpenPGP digital signature


Bug#654187: portmidi: does not compile in kfreebsd-*

2012-01-02 Thread A Mennucc
Source: portmidi
Version: 1:184-2
Severity: important

hi,

your package does not compile in kfreebsd-{amd64,i386} architectures
https://buildd.debian.org/status/package.php?p=portmidi

BTW I noted this fact since it is blocking the transition
 from sid to testing of python-pygame .

Note that I do not know if  kfreebsd-{amd64,i386}  will be
 released in wheezy (in case, this bug will become release critical, I guess)

a.


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

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

-- 
Andrea Mennucc
 E' un mondo difficile. Che vita intensa! (Tonino Carotone)



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



Bug#652497: cryptdisks: danger in swap

2011-12-17 Thread A Mennucc
Package: cryptsetup
Version: 2:1.3.0-3
Severity: important
File: cryptdisks

hi

'cryptdisks' eases the use of crypted swap partitions,
the instructions in  /usr/share/doc/cryptsetup/README.Debian.gz
are very easy; but there is an intrinsic danger.

Indeed, if there is a line such as 

   cswap1  /dev/sdaXX   /dev/urandom
swap,cipher=aes-cbc-essiv:sha256,size=256,hash=sha256

in /etc/crypttab, then , at boot, the OS will happily overwrite 
whatever is contained in /dev/sdaXX .

So if for any reason the partion /dev/sdaXX , after a reboot,
points to a different partition/disk, it will be wiped out.
(This does happen sometimes: when the user repartitions the disk,
or has many disks and swaps them, or the BIOS
discover them in different order).

I tried to use

   cswap1  UUID=   /dev/urandom
swap,cipher=aes-cbc-essiv:sha256,size=256,hash=sha256

but it works only once, the UUID is destroyed during use

a.

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

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

Versions of packages cryptsetup depends on:
ii  debconf [debconf-2.0]  1.5.41
ii  dmsetup2:1.02.67-2
ii  libc6  2.13-21
ii  libcryptsetup1 2:1.3.0-3
ii  libpopt0   1.16-1

cryptsetup recommends no packages.

Versions of packages cryptsetup suggests:
ii  busybox 1:1.19.3-4
ii  dosfstools  3.0.12-1
ii  initramfs-tools [linux-initramfs-tool]  0.99
ii  liblocale-gettext-perl  1.05-7+b1
ii  udev175-3

-- debconf information excluded

-- 
Andrea Mennucc
 E' un mondo difficile. Che vita intensa! (Tonino Carotone)



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



Bug#643967: debdelta as well is affected

2011-12-08 Thread A Mennucc

hi,

'debdelta-upgrade' uses 'prelink -u' in ssytems where prelink is used,
to recover the original version of the file; so this bug is
affecting it as well; please give it a look

a.


-- 
Andrea Mennucc
 E' un mondo difficile. Che vita intensa! (Tonino Carotone)



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



Bug#651264: glade: please provide an upgrade method for glade 3.6 projects

2011-12-07 Thread A Mennucc
Package: glade
Version: 3.10.2-1
Severity: wishlist

hi   

We have a long running project, that uses gtk2 to visualize. We
built all interfaces with glade (version 3.6.7, in debian Squeeze)

Lately I upgraded my laptop to Debian/wheezy: there glade is 3.10.2
and it is unable to open the project saved by glade 3.6.7, it prints
 Couldnt recognize GtkBuilder xml, skipping 

This is quite annoying. It means that, if I upgrade all of my 
boxes to Wheezy, I will lose the ability 
to edit the glade projects. This is quite annoying.

I did a manual comparison of my glade files with a glade file
saved by glade 3.10, and I found out that I could adapt easily
by hand, in two steps
1) replace the initial and end tags
 glade-interface  -  interface
2) replace all widget tags
 widget  -  object

With the above changes, I could load the project in glade 3.10

Please provide some way to automatically do that conversion
(or, provide a way to edit glade 3.6 project with glade 3.10)

a.

ps: yes, I understand that Glade 3.10 prepares projects for Gtk 3,
 so an automatically converted project may not work as expected;
 still a way to to do a first, rough, conversion would be very useful
 (BTW: I seem to remember that such a tool was present at the time
 of the glade/gtk 1 - 2 update)

ps2: another way to solve this problem would be to package 
 gnome 3.8 in Debian/wheezy


-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

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

Versions of packages glade depends on:
ii  libc6   2.13-21 
ii  libgladeui-2-0  3.10.2-1
ii  libglib2.0-02.30.2-4
ii  libgtk-3-0  3.0.12-2

Versions of packages glade recommends:
pn  devhelp   3.2.0-1
pn  libgtk-3-dev  none 

glade suggests no packages.

-- no debconf information

-- 
Andrea Mennucc
 E' un mondo difficile. Che vita intensa! (Tonino Carotone)



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



Bug#651264: glade: please provide an upgrade method for glade 3.6 projects

2011-12-07 Thread A Mennucc
hi

On Wed, Dec 07, 2011 at 10:47:49AM +0100, Michael Biebl wrote:
 On 07.12.2011 10:13, A Mennucc wrote:
 
 Have you tried gtk-builder-convert (libgtk2.0-dev)?

oh wow, I did not think of using it 
(after all, its main purpose does not seem to convert
to glade 3.10 format ...)

What about adding some lines in README ?

a.

ps: BTW , the README file is obsolete in some parts, and would benefit
 from a review : e.g. the file http://glade.gnome.org/glade-2.0.dtd 
 does not exist ; and it refers to gtk 2.20 whereas it uses gtk 3



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



Bug#651165: dpkg-repack: loses conffiles

2011-12-06 Thread A Mennucc
Package: dpkg-repack
Version: 1.36
Severity: important

hi, 

I was playing with dpkg-repack and I noted that it does not repack the list of 
conffiles

for example, 'libpam-runtime' and 'libpam-modules' have conffiles , 
indeed there exist files /var/lib/dpkg/info/libpam-runtime.conffiles and 
..modules...

but the list of conffiles is not repacked

# ar p libpam-modules_1.1.3-6_amd64.deb control.tar.gz | tar tzvf -
drwxr-xr-x root/root 0 2011-12-06 13:28 ./
-rw-r--r-- root/root  1268 2011-12-06 13:28 ./control
-rwxr-xr-x root/root   706 2011-11-07 04:48 ./postinst
-rw-r--r-- root/root 12867 2011-11-07 04:48 ./templates
-rwxr-xr-x root/root   259 2011-11-07 04:48 ./preinst
-rw-r--r-- root/root  7083 2011-11-07 04:48 ./md5sums
-rwxr-xr-x root/root   206 2011-11-07 04:48 ./postrm

# ar p libpam-runtime_1.1.3-6_all.deb control.tar.gz | tar tzvf -
drwxr-xr-x root/root 0 2011-12-06 13:28 ./
-rwxr-xr-x root/root92 2011-11-07 04:48 ./prerm
-rw-r--r-- root/root   738 2011-12-06 13:28 ./control
-rwxr-xr-x root/root  1282 2011-11-07 04:48 ./postinst
-rw-r--r-- root/root 31377 2011-11-07 04:48 ./templates
-rw-r--r-- root/root  4944 2011-11-07 04:48 ./md5sums
-rwxr-xr-x root/root   517 2011-11-07 04:48 ./postrm

This is an important bug: 'dpkg' has a quite different behaviour depending on 
if a
file is a conffile or not

a.

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

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

Versions of packages dpkg-repack depends on:
ii  perl  5.14.2-5

dpkg-repack recommends no packages.

dpkg-repack suggests no packages.

-- no debconf information

-- 
Andrea Mennucc
 E' un mondo difficile. Che vita intensa! (Tonino Carotone)


signature.asc
Description: Digital signature


Bug#649019: debdelta: faulty delta of packagekit

2011-11-17 Thread A Mennucc
Dear shirish

I apologize; I should have written what follows some time ago.

Preface: if you run the command 'debdelta-upgrade' with the '-d' option
then, if any delta fails, the command will create some temporary files,
and print something like this

!!Faulty delta. Please send by email to mennu...@debian.org the following files:
!! /.../xul-ext-https-everywhere_1.1-1_1.2-1_al...deb
!! /tmp/xul-ext-https-everywhere_1.1-1_all.deb
!! /tmp/debdeltaE4lapBU

if you post a bug report, you should attach to your bug report those files.

On Thu, Nov 17, 2011 at 04:43:36AM +0530, shirish शिरीष wrote:
 
 (Faulty delta. Please consider retrying with the option -d ). ; P
 61% packagekit_0.7.1-1_amd64.deb
  Error: applying of delta for packagekit failed:  : new deb size is
 863668 instead of 807092 (non retriable)

The message is misleading (my fault).

If a delta fails, then debdelta-upgrade will download the corresponding .deb
(see the option '--deb-policy' in the man page for more details).

So if you issue 'debdelta-upgrade -d' after the failure , nothing will happen.

There are three ways out of this:
 1) always use the '-d' option
 2) always use the option '--deb-policy s,b' so that debdelta-upgrade will
not download the deb in case of failure; if any fails, 
use 'debdelta-upgrade -d' 
 3) as a last resort, if you did not do the above, and you wish to
send a bugreport, please manually delete the downloaded deb, e.g.
# rm /var/cache/apt/archives/that-deb-that-failed_0.0-0_amd64.deb
and run  'debdelta-upgrade -d' : it will retry and , upon failure,
generate the log files that you may send me.
 
 The debdelta-upgrade is an alias with 'debdelta-upgrade -d' so by
 default it retries.

You may have got the alias wrong. The above message is printed when the '-d'
option is not present. Somehow your alias is not working OK.
Try typing 'alias' in the shell and see if it is there (I guess no).

a.




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



Bug#648699: cairo-dock: session

2011-11-14 Thread A Mennucc
Package: cairo-dock
Version: 2.4.0~2-1
Severity: wishlist

hi,

according to some sources, see e.g.
http://www.webupd8.org/2011/09/cairo-dock-240-released-with-custom.html
 it will be possible in Ubuntu
to run the desktop environment using compix+cairodock ;
this is achieved adding a session to the GDM sessions in
/usr/share/xsessions/...

Would it be possible to have this feature in Debian as well?

a.

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages cairo-dock depends on:
ii  cairo-dock-core  2.4.0~2-1
ii  cairo-dock-plug-ins  2.4.0~2-1

cairo-dock recommends no packages.

cairo-dock suggests no packages.

-- no debconf information

-- 
Andrea Mennucc
 E' un mondo difficile. Che vita intensa! (Tonino Carotone)



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



Bug#645435: bug and hostname

2011-10-22 Thread A Mennucc
hi,

I was using svn in wheezy and getting this same problem
 $ svn update
   svn: generic failure

so I tried to upgrade to sid, and still the bug was there

then I noted that /etc/hosts was misconfigured, and that
$ hostname -f
was failing with message
 hostname: Name or service not known

as soon as I corrected it, svn started working fine again

currently I am using
  libsasl2-22.1.25.dfsg1-2
  libsasl2-modules  2.1.25.dfsg1-2
  subversion   1.6.17dfsg-2

a.




signature.asc
Description: OpenPGP digital signature


Bug#544347: python-pygame 1.9.1

2011-06-29 Thread A Mennucc
hi,

 it is high time to upload 1.9.1 ;

 I would propose to upload it in experimental, e-mail all mantainers of
all all packages that use pygame so that they have a chance to test
their package with 1.9.1 , and then after some months upload 1.9.1 into
unstable .

  If Alexander can send me his package I will test it and upload it
(sorry mentors.d.n has lost it) otherwise I may upload the one in Ubuntu
(I checked that it does compile in Debian).

The version I adapted and compiled from Ubuntu is in
http://mennucc1.debian.net/pygame/pygame_1.9.1release-0_i386.changes
(and references therein); I did not test it in any way (yet).

a.

ps: let me mention that I am not possibly the best person to care for
this package, since I do not use it : help is needed



signature.asc
Description: OpenPGP digital signature


Bug#625696: debmirror: please do not forcibly use rsync for trace files

2011-06-14 Thread A Mennucc
On Sat, Jun 11, 2011 at 12:39:25PM -0400, Joey Hess wrote:
 It's the only way I know to enumerate the file list
 (which http does not generally allow doing).

I see your point. So I i'd say,
let's keep this bug standing until someone 
has some better ideas.

a.



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



Bug#628185: debdelta-upgrade : [Errno -2] Name or service not known

2011-05-28 Thread A Mennucc
Dear Shirish,

Il 28/05/2011 05:01, shirish शिरीष ha scritto:
 debdelta-upgrade : [Errno -2] Name or service not known
   
that error is a DNS error, it should mean that you had some problems in
your internet connection. Please try again. Moreover , if this happens
again use,   debdelta-upgrade -d   to get a more meaningful traceback.

a.



signature.asc
Description: OpenPGP digital signature


Bug#627932: prelink: ' -u -o ' alters a file

2011-05-25 Thread A Mennucc
Package: prelink
Version: 0.0.20090925-1
Severity: normal

hello,

'debdelta-upgrade' uses 'prelink -u -o pristinebin installedbin'
to obtain the pristine version of a binary , so as to upgrade it
using a delta

unfortunately the above does sometimes change files that were not prelinked

e.g. download  http://mennucc1.debian.org/kvm_filesystem
and then run 

$ /usr/sbin/prelink -u -o  kvm_filesystem_u  kvm_filesystem 
$ cmp -l  kvm_filesystem_u  kvm_filesystem 

you will see that the files are different in two bytes; whereas 

$ /usr/sbin/prelink -u   kvm_filesystem 
prelink: kvm_filesystem does not have .gnu.prelink_undo section



a.


-- System Information:
Debian Release: 6.0.1
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, '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/bash

Versions of packages prelink depends on:
ii  execstack 0.0.20090925-1 ELF GNU_STACK program header editi
ii  libc6 2.11.2-10  Embedded GNU C Library: Shared lib
ii  libelfg0  0.8.13-1   an ELF object file access library
ii  libselinux1   2.0.96-1   SELinux runtime shared libraries

prelink recommends no packages.

prelink suggests no packages.

-- Configuration Files:
/etc/default/prelink changed [not included]

-- no debconf information

-- debsums errors found:
debsums: no md5sums for prelink

-- 
Andrea Mennucc
 E' un mondo difficile. Che vita intensa! (Tonino Carotone)


signature.asc
Description: Digital signature


Bug#623903: [Pkg-freevo-maint] Bug#623903: freevo: diff for NMU version 1.9.0-10.1

2011-05-08 Thread A Mennucc
Il 07/05/2011 14:54, Luca Falavigna ha scritto:
 tags 607481 + patch pending
 tags 623903 + patch pending
 thanks


 Dear maintainer,

 I've prepared an NMU for freevo (versioned as 1.9.0-10.1) and
 uploaded it to DELAYED/10. Please feel free to tell me if I
 should delay it longer.
   
thanks, your NMU is very welcome. a.



signature.asc
Description: OpenPGP digital signature


Bug#625834: psgml: does not work (?)

2011-05-06 Thread A Mennucc
Package: psgml
Version: 1.3.2-12
Severity: important

hi,

I installed 'psgml' and opened a docbook document, but I got nXML mode 

I tried to use psgml mode, but I did not find a way

I also noted that  /usr/share/emacs23/site-lisp/psgml/install.log contains a 
lot of warnings

what is going wrong ?

a.


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

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

Versions of packages psgml depends on:
ii  emacs23  23.2+1-7The GNU Emacs editor (with GTK+ us
ii  sgml-base1.26+nmu1   SGML infrastructure and SGML catal
ii  sgml-data2.0.4   common SGML and XML data
ii  ucf  3.0025+nmu1 Update Configuration File: preserv

Versions of packages psgml recommends:
ii  sp1.3.4-1.2.1-47 James Clark's SGML parsing tools

Versions of packages psgml suggests:
pn  debiandoc-sgmlnone (no description available)
pn  linuxdoc-sgml none (no description available)
ii  make  3.81-8 An utility for Directing compilati
pn  w3-dtd-mathml none (no description available)
pn  w3c-dtd-xhtml none (no description available)

-- no debconf information

-- 
Andrea Mennucc

The EULA sounds like it was written by a team of lawyers who want to tell 
me what I can't do, and the GPL sounds like it was written by a human 
being who wants me to know what I can do.
Anonymous,http://www.securityfocus.com/columnists/420



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



  1   2   3   4   5   6   7   8   >