Re: Forget to add pseudo-header when closing a bug

2015-08-28 Thread Alex Vong
Hi Alessio,

I wonder how you do that. Do you re-open before you re-close the bug?
Does sending fixed bug_num ver_num have the same effect?

2015-08-28 1:40 GMT+08:00, Alessio Treglia ales...@debian.org:
 Hi,

 On Thu, Aug 27, 2015 at 5:36 AM, Alex Vong alexvong1...@gmail.com wrote:
 What should I do if I forget to add pseudo-header such as

 Package: packagename
 Version: packageversion

 when closing a bug?
 Should I manaully send something to cont...@bugs.debian.org to achieve
 the same effect?

 I have found myself in the same situation few times, and I worked it
 out by re-closing the bug via sending another email to
 bugn-d...@bugs.debian.org with the Version: header in the body.

 Cheers!

 --
 Alessio Treglia  | www.alessiotreglia.com
 Debian Developer | ales...@debian.org
 Ubuntu Core Developer|  quadris...@ubuntu.com
 0416 0004 A827 6E40 BB98 90FB E8A4 8AE5 311D 765A




Bug#795771: RFS: dblatex/0.3.7-1

2015-08-28 Thread Andreas Hoenen
Gianfranco Costamagna costamagnagianfra...@yahoo.it wrote:

Hi Gianfranco,

 I would appreciate a changelog like this:

 dblatex (0.3.7-1) unstable; urgency=low
 …

Adapted and uploaded as 0.3.7-1 again:

http://mentors.debian.net/debian/pool/main/d/dblatex/dblatex_0.3.7-1.dsc

Regards, Andreas
-- 
Andreas Hoenen andr...@hoenen-terstappen.de
GPG: 1024D/B888D2CE
 A4A6 E8B5 593A E89B 496B
 82F0 728D 8B7E B888 D2CE


signature.asc
Description: PGP signature


Bug#795704: RFS: mlucas/14.1+dfsg-1 [ITP] -- program to perform Lucas-Lehmer test on a Mersenne number

2015-08-28 Thread Alex Vong
Hi Gianfranco,

An old message is inlined below.

2015-08-21 20:46 GMT+08:00, Gianfranco Costamagna
costamagnagianfra...@yahoo.it:
 d/rules: I personally do not like calling bootstrap, specially when
 the only thing needed there seems to be applying one patch and calling and
 generating
 changelogs/manpages.

 I would generate them with dh_installmanpages or the equivalent dh call.

What do you mean by not preferring the bootstrap script? I have
included the script in upstream's tarball, so that devs can
re-generate build scripts, man page and friends. Besides, according to
http://manpages.debian.org/cgi-bin/man.cgi?query=dh-autoreconfapropos=0sektion=7manpath=Debian+unstable+sidformat=htmllocale=en,
dh_autoreconf cannot run mutiple commands, so I put all commands in
the bootstrap script. What is your idea?

PS: I think I can remove the +dfsg suffice now since the new tarball
is now DFSG-Free.

Cheers,
Alex



Re: Forget to add pseudo-header when closing a bug

2015-08-28 Thread Alex Vong
2015-08-28 16:48 GMT+08:00, Jakub Wilk jw...@debian.org:
Does sending fixed bug_num ver_num have the same effect?

 nn-d...@bugs.debian.org, unlike fixed, will send notification to
 the bug submitter, which might not be desirable when you're closing for
 the second time.

Okay, I don't want to send notification to the bug submitter so I
don't send email to `nn-d...@bugs.debian.org'.

Cheers,
Alex



Re: Looking for a mentor for the OpenSIPS project

2015-08-28 Thread Răzvan Crainea
Sorry, I initially missed that warning. It is fixed now, I've 
re-uploaded the debs.
There are still two spelling warnings, but those are false positives - 
those strings are not present in the sources. Is there anything I can do 
to remove those?


Cheers,

Răzvan Crainea
OpenSIPS Solutions
www.opensips-solutions.com

On 08/27/2015 05:41 PM, Gianfranco Costamagna wrote:

Hi, I think you might want to fix the last two copyright issues



I unused-file-paragraph-in-dep5-copyright
paragraph at line 1366
paragraph at line 53
I wildcard-matches-nothing-in-dep5-copyright
cfg.tab.c (paragraph at line 53)
cfg.tab.h (paragraph at line 53)
(not blockers I guess, but nice to see fixed)



cheers,

G.




Il Giovedì 27 Agosto 2015 16:34, Răzvan Crainearaz...@opensips.org  ha 
scritto:
Hi, all!

After several ping-pongs with Julian, we've finally managed to have a
candidate for upstream. I've uploaded the latests sources here:

http://mentors.debian.net/debian/pool/main/o/opensips/opensips_2.1.1-1.dsc

Best regards,

Răzvan Crainea
OpenSIPS Solutions
www.opensips-solutions.com


On 08/21/2015 11:57 AM, Julián Moreno Patiño wrote:

Hello guys,

Sorry but yestarday I was in the Debconf dinner. Right now I am at
#debian-opensips in irc.debian.org

Kind regards,





Re: How to track header dependencies amongst -dev packages?

2015-08-28 Thread Ferenc Wagner
Ferenc Wagner wf...@niif.hu writes:

 I'm packaging software which consists of multiple libraries.  I put
 those libraries into various lib* binary packages with corresponding
 lib*-dev packages.  Some header files contained in the lib*-dev packages
 include others in other lib*-dev packages, thus package dependencies
 must be declared between them.  Is there any tool to help me with this,
 or should I create my own?  I imagine something like ${misc:Depends}...

I put something together which might (after recoding in a safe manner)
bu useful to others or be considered a horrible hack (which I'd like to
know of).  I invoke this script:

#!/bin/sh -e

cd debian

pkgs=$(grep-dctrl -sPackage -n -FSection libdevel control)

for p in $pkgs; do
includes=$includes -I $p/usr/include
done

for pkg in $pkgs; do
  {
printf 'header:Depends='
for header in $(find $pkg -name *.h); do
gcc -MM -MT '' -E $includes $header
done | sed s|^:||;s|^ *||;\|^$pkg/|d;s|/.*| (= \${binary:Version}),| 
| sort -u | tr '\n' ' '
printf '\n'
  } $pkg.substvars
done

from debian/rules like

override_dh_gencontrol:
debian/check_header_deps
dh_gencontrol

and use Depends: ${header:Depends} in the control file.  Works for me in
the single case I tested.

Do you think it's worth developing into some proper helper?
-- 
Regards,
Feri.



Bug#788418: Review

2015-08-28 Thread Gianfranco Costamagna
Control: owner -1 !
Control: tags -1 moreinfo

Hi,

the packaging looks good, unfortunately I can't sponsor right now
because of:

W debug-file-with-no-debug-symbols

usr/lib/debug/.build-id/24/1f5b7a77afde9b121e3ff14f97151283c1ed14.debug

X shlib-calls-exit

it would be nice to address them :)


the main showstopper actually is that this will require a transition
for the two rdeps.

So please ask for a slot by opening a bug against release.debian.org and
check if rdeps actually rebuilds correctly on top of the new release.

(it isn't usually needed, but with the libstdc++ transition I would
like to avoid pushing new transitions on unstable, even if they have 2
rdeps)

cheers,

G.



Bug#796828: marked as done (RFS: xfce4-equake-plugin/1.3.8 [ITP] -- Xfce panel plugin which monitors earthquakes)

2015-08-28 Thread Debian Bug Tracking System
Your message dated Fri, 28 Aug 2015 08:27:27 + (UTC)
with message-id 179742219.2359773.1440750447404.javamail.ya...@mail.yahoo.com
and subject line Re: Bug#796828: RFS: xfce4-equake-plugin/1.3.8
has caused the Debian Bug report #796828,
regarding RFS: xfce4-equake-plugin/1.3.8 [ITP] -- Xfce panel plugin which 
monitors earthquakes
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
796828: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=796828
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---

Package: sponsorship-requests
Severity: wishlist

Dear mentors,

I am looking for a sponsor for my package xfce4-equake-plugin

 * Package name: xfce4-equake-plugin
   Version : 1.3.8
   Upstream Author : Jeroen van Aart andr...@e-quake.org
 * URL : http://www.e-quake.org
 * License : GPL
   Section : xfce

It builds those binary packages:

 xfce4-equake-plugin - Xfce panel plugin which monitors earthquakes

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


 http://mentors.debian.net/package/xfce4-equake-plugin

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

 dget -x 
http://mentors.debian.net/debian/pool/main/x/xfce4-equake-plugin/xfce4-equake-plugin_1.3.8.dsc


More information about hello can be obtained from http://www.e-quake.org 
or https://sourceforge.net/projects/equake/


Changes since the last upload:

 * Closes: 728691
 * Moved to bing maps for the detailed map display, the USGS map 
display remains unchanged



Thank you,
Jeroen van Aart
---End Message---
---BeginMessage---


Hi,

To add a plugin you right click on the panel and select the panel - 
add new items option, then choose the panel plugin from the window 
which pops up.


yes, you alredy told me that :)


I fixed those and uploaded it.


wonderful
Would I have to use dh-autoreconf? I tried it but it causes some build 
errors I can't seem to fix. As far as  can see it's not a requirement 
and things have worked fine using autotools-dev.


I guess it isn't required, autoreconf should be a superset of autotools, but
I'm not an auto* fan (I'm a cmake fan), so I usually see such troubles, and
I don't touch if things work, so it is fine that way.

Good to know, thanks.


TLTR;

BuiltSignedUploaded, thanks for your contribition to Debian!

cheers,

G.---End Message---


Re: Looking for a mentor for the OpenSIPS project

2015-08-28 Thread Răzvan Crainea

Ok, I'll choose option 1) :)

Thanks,

Răzvan Crainea
OpenSIPS Solutions
www.opensips-solutions.com

On 08/28/2015 10:56 AM, Gianfranco Costamagna wrote:

Hi Julián, do you want to upload?

Răzvan for the binaries false positive you can:
1) not care at all (they are pedantic)
2) add a lintian override

for me both are good :)




cheers,

G.




Bug#795771: marked as done (RFS: dblatex/0.3.7-2)

2015-08-28 Thread Debian Bug Tracking System
Your message dated Fri, 28 Aug 2015 08:40:28 + (UTC)
with message-id 942389465.2405237.1440751228036.javamail.ya...@mail.yahoo.com
and subject line Re: Bug#795771: RFS: dblatex/0.3.7-1
has caused the Debian Bug report #795771,
regarding RFS: dblatex/0.3.7-2
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
795771: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=795771
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package dblatex

  Package name: dblatex
  Version : 0.3.7-1
  Upstream Author : Benoît Guillon mars...@users.sourceforge.net
  URL : http://dblatex.sourceforge.net/
  License : GPL V2+
  Section : text

It builds those binary packages:

  dblatex- Produces DVI, PostScript, PDF documents from DocBook sources

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

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


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

  dget -x 
http://mentors.debian.net/debian/pool/main/d/dblatex/dblatex_0.3.7-1.dsc

More information about dblatex can be obtained from 
http://dblatex.sourceforge.net/

Changes since the last upload:

  dblatex (0.3.7-1) unstable; urgency=low

* New upstream release
* New upstream release fixes the following open Debian BTS issues:
  + Use section attribute label to force the section counter.  Don't
number a chapter with an empty label attribute.  Thanks to Petter
Reinholdtsen for reporting.  Closes: #684772
  + Improve the PDF metadata setup.  Thanks to Petter Reinholdtsen for
reporting.  Closes: #792898
  + Allow one to put a figure anchor at the top even if the caption is at 
the
bottom, thanks to the parameter figure.anchor.top.  Thanks to Petter
Reinholdtsen for reporting.  Closes: #793077
* Drop patches that have been integrated upstream:
  + 20_inkscape_error_handler.patch
* Refresh various patches regarding line numbers and context.
* Add a temporary lintian override regarding a copyright file spelling error
  until it will be fixed upstream.

   -- Andreas Hoenen andr...@hoenen-terstappen.de  Sun, 16 Aug 2015 11:39:27 
+0200

  dblatex (0.3.6-1) unstable; urgency=low

* New upstream release
* Drop patches that have been integrated upstream:
  + 20_nb_quotes_in_title.patch
  + 20_nn_quotes_in_title.patch
* Fix #756386:
  + New upstream relase adds possibility to use xindy instead of makeindex 
as
it is better suited for sorting of index entries starting with non-latin
characters.
  + debian/control:
Add Suggests dependency on xindy.
  + README.Debian:
Document dependency purpose xindy usage.
  Thanks to Petter Reinholdtsen for reporting.  Closes: #756386
* Resolve dependency issues with inkscape:
  + debian/control:
Add Suggests dependency on inkscape needed for on the fly SVG 
conversion.
  + README.Debian:
Document dependency purpose.
  + 20_inkscape_error_handler.patch:
Emit a warning if SVG conversion fails due to inkscape not installed.
  Thanks to Sebastian Kuzminsky for reporting.  Closes: #766945
* debian/control:
  + Add build dependency on dh-python.
  + Provide X-Python-Version information.
* Standards-Version: 3.9.6 (no changes needed)

   -- Andreas Hoenen andr...@hoenen-terstappen.de  Fri, 12 Jun 2015 22:52:25 
+0200

Regards, Andreas Hoenen
-- 
Andreas Hoenen andr...@hoenen-terstappen.de
GPG: 1024D/B888D2CE
 A4A6 E8B5 593A E89B 496B
 82F0 728D 8B7E B888 D2CE
---End Message---
---BeginMessage---


Hi Andreas,

http://mentors.debian.net/debian/pool/main/d/dblatex/dblatex_0.3.7-1.dsc


BuiltSignedUploaded, thanks for your nice contribution to Debian!

(and thanks for following my nitpicks)

Regards, Andreas


cheers,

G.---End Message---


Bug#795704: RFS: mlucas/14.1+dfsg-1 [ITP] -- program to perform Lucas-Lehmer test on a Mersenne number

2015-08-28 Thread Gianfranco Costamagna
Hi Alex,




What do you mean by not preferring the bootstrap script? I have
included the script in upstream's tarball, so that devs can
re-generate build scripts, man page and friends. Besides, according to
http://manpages.debian.org/cgi-bin/man.cgi?query=dh-autoreconfapropos=0sektion=7manpath=Debian+unstable+sidformat=htmllocale=en,
dh_autoreconf cannot run mutiple commands, so I put all commands in
the bootstrap script. What is your idea?



My idea might be to have the manpage built
at dh_build stage
and installed
at dh_installmanpages stage.

So this might be achieved by calling
override_dh_auto_build:
dh_auto_build
yourmanpage generation

and a debian/manpages file

I can't retrieve the source anymore, so I don't know what was wrong or
I didn't like, but I might be fine with the upstream bootstrap script
if it makes packaging easier for you :D

PS: I think I can remove the +dfsg suffice now since the new tarballis now 
DFSG-Free.



that is nice!

cheers,

G.



Bug#795704: marked as done (RFS: mlucas/14.1-1 [ITP] -- program to perform Lucas-Lehmer test on a Mersenne number)

2015-08-28 Thread Debian Bug Tracking System
Your message dated Fri, 28 Aug 2015 10:08:57 + (UTC)
with message-id 585801580.2419019.1440756537583.javamail.ya...@mail.yahoo.com
and subject line Re: Bug#795704: RFS: mlucas/14.1-1 [ITP] -- program to perform 
Lucas-Lehmer test on a Mersenne number
has caused the Debian Bug report #795704,
regarding RFS: mlucas/14.1-1 [ITP] -- program to perform Lucas-Lehmer test on a 
Mersenne number
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
795704: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=795704
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: sponsorship-requests
Severity: wishlist

Dear mentors,

I am looking for a sponsor for my package mlucas

* Package name: mlucas
  Version : 14.1-dfsg1
  Upstream Author :
* URL : http://hogranch.com/mayer/README.html
* License: GPL-2+
  Section : math

It builds those binary packages:

  mlucas - program to perform Lucas-Lehmer test on a Mersenne number

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

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


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

  dget -x 
http://mentors.debian.net/debian/pool/main/m/mlucas/mlucas_14.1-dfsg1.dsc


Changes since the last upload:

 mlucas (14.1-dfsg1) UNRELEASED; urgency=low

   * Initial release (Closes: #786656)

  -- Alex Vong alexvong1...@gmail.com  Sun, 02 Aug 2015 03:13:37 +0800


Cheers,
Alex Vong
---End Message---
---BeginMessage---
Hi Alex,
BuiltSignedUploaded, thanks for your contribution to Debian!

cheers,

G.---End Message---


Bug#795704: RFS: mlucas/14.1-1 [ITP] -- program to perform Lucas-Lehmer test on a Mersenne number

2015-08-28 Thread Alex Vong
Hi Gianfranco,

Thanks! I will let upstream know.

Cheers,
Alex

2015-08-28 18:08 GMT+08:00, Gianfranco Costamagna
costamagnagianfra...@yahoo.it:
 Hi Alex,
 BuiltSignedUploaded, thanks for your contribution to Debian!

 cheers,

 G.




Bug#793331: marked as done (RFS: postsrsd/1.2-1 [ITP] -- Sender Rewriting Scheme (SRS) lookup table for Postfix)

2015-08-28 Thread Debian Bug Tracking System
Your message dated Fri, 28 Aug 2015 13:10:51 +0200
with message-id 20150828111051.ga8...@buchert.pl
and subject line Closing
has caused the Debian Bug report #793331,
regarding RFS: postsrsd/1.2-1 [ITP] -- Sender Rewriting Scheme (SRS) lookup 
table for Postfix
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
793331: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=793331
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---

Package: sponsorship-requests
Severity: wishlist

  Dear mentors,

  I am looking for a sponsor for my package postsrsd

 * Package name: postsrsd
   Version : 1.2-1
   Upstream Author : Timo Röhling timo.roehl...@gmx.de
 * URL : https://github.com/roehling/postsrsd
 * License : GPL-2+
   Section : mail

  It builds those binary packages:

postsrsd   - Sender Rewriting Scheme (SRS) lookup table for Postfix

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

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


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

dget -x
http://mentors.debian.net/debian/pool/main/p/postsrsd/postsrsd_1.2-1.dsc

  More information about hello can be obtained from http://www.example.com.

  Changes since the last upload:

postsrsd (1.2-1) unstable; urgency=medium

  * Initial release (Closes: #757720)

 -- Oxan van Leeuwen o...@oxanvanleeuwen.nl  Fri, 26 Dec 2014 17:35:3


  Regards,
   Oxan van Leeuwen
---End Message---
---BeginMessage---
Closing this since the sponsor has been found (me)
and the package was accepted to unstable.

Tomasz


signature.asc
Description: Digital signature
---End Message---


Re: Looking for a mentor for the OpenSIPS project

2015-08-28 Thread Gianfranco Costamagna
Hi Julián, do you want to upload?

Răzvan for the binaries false positive you can:
1) not care at all (they are pedantic)
2) add a lintian override

for me both are good :)




cheers,

G.



Re: Forget to add pseudo-header when closing a bug

2015-08-28 Thread Jakub Wilk

* Alex Vong alexvong1...@gmail.com, 2015-08-28, 14:16:

I wonder how you do that. Do you re-open before you re-close the bug?


No, you don't have to.


Does sending fixed bug_num ver_num have the same effect?


nn-d...@bugs.debian.org, unlike fixed, will send notification to 
the bug submitter, which might not be desirable when you're closing for 
the second time.


Also, fixed doesn't close the bug. When you use fixed on an open 
bug, it will remain open.


--
Jakub Wilk



Bug#797183: marked as done (RFS: asl/0.1.6-1 [ITP])

2015-08-28 Thread Debian Bug Tracking System
Your message dated Fri, 28 Aug 2015 11:16:14 + (UTC)
with message-id 1338392787.2525368.1440760574611.javamail.ya...@mail.yahoo.com
and subject line Re: Bug#797183: RFS: asl/0.1.6-1 [ITP]
has caused the Debian Bug report #797183,
regarding RFS: asl/0.1.6-1 [ITP]
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
797183: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=797183
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---

Package: sponsorship-requests
Severity: wishlist

Dear mentors,

I am looking for a sponsor for my package asl

* Package name: asl
  Version : 0.1.6-1
  Upstream Author : Avtech Scientific cont...@avtechscientific.com
* URL : http://asl.org.il
* License : AGPL-3
  Section : science

It builds those binary packages:

libasl-dev - multiphysics simulation software (development files)
libasl-doc - multiphysics simulation software (documentation)
libasl0- multiphysics simulation software (shared libraries)
libasl0-dbg - multiphysics simulation software (debugging symbols)

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


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

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

dget -x http://mentors.debian.net/debian/pool/main/a/asl/asl_0.1.6-1.dsc

Changes since the last upload:

  * Initial release. Closes: #796850

Best regards,
Ghislain
---End Message---
---BeginMessage---
Hi Ghislain,

I BuiltSignedUploaded the package, it was looking really good to me.

Just you might want to fix some 
shlib-calls-exit and hardening-no-fortify-functions issues
for a future upload...


I hope you will contribute also to the vtk- vtk6 transition if you know how to 
deal with it :)

cheers,

G.




Il Venerdì 28 Agosto 2015 12:39, Ghislain Vaillant ghisv...@gmail.com ha 
scritto:
Package: sponsorship-requests
Severity: wishlist

Dear mentors,

I am looking for a sponsor for my package asl

* Package name: asl
   Version : 0.1.6-1
   Upstream Author : Avtech Scientific cont...@avtechscientific.com
* URL : http://asl.org.il
* License : AGPL-3
   Section : science

It builds those binary packages:

libasl-dev - multiphysics simulation software (development files)
libasl-doc - multiphysics simulation software (documentation)
libasl0- multiphysics simulation software (shared libraries)
libasl0-dbg - multiphysics simulation software (debugging symbols)

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

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

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

dget -x http://mentors.debian.net/debian/pool/main/a/asl/asl_0.1.6-1.dsc

Changes since the last upload:

   * Initial release. Closes: #796850

Best regards,
Ghislain---End Message---


Bug#786795: Review: dhcp-probe/1.3.0-11

2015-08-28 Thread Gianfranco Costamagna
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Control: owner -1 !

Hi,

let's review.

please use the same tarball as the unstable version (orig tarball)

dpkg-source: error: file /tmp/dhcp-probe_1.3.0.orig.tar.gz has size
214140 instead of expected 213279


1) changelog:
do not remove the previous NMU entry

2) control: bump debhelper to =9 and remove quilt from b-d

3) why did you remove autoreconf?

4) compat level=9
(man debhelper helps you, this compat level automatically inject flags)

5) bonus points if you convert the rules file in the new dh style :)

the rest looks good (I didn't check all, I stopped some bits after the
above)

cheers,

G.
-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQIcBAEBCAAGBQJV4BOHAAoJEPNPCXROn13ZXM8P/RwFFL3zE8zwuzCYTfeIv3Tr
ZJ/5BA/bDW9ok5rC05voOxj9TmEazzu/gFRVbgX5d5V52HJhXU7bDE+xdh0cbmg5
Zz0nmbc3k5b+KvulIDKLKzGT36EBPGz7QVg7hE8/zodReACmUuFpfKElQrvBQDut
wpxZ6xivVabgPRmTtaLz0VG7Uxm1l5fh8xeYp2JiVhwN0mtH0/NGgcjAH4nn9Jnu
Gp62sUbfl2jy2f+nM00K7SUsHNVqWsFOOvhP3T18YgZy3pkZlOQD9eOf7CWo0fL/
d0ojSlUAKbqTcYRxqgIzsk3tqYOwCrR7tFJAKp2qqLFTAQznqaZN7xldeAKlOzey
yfrUp+8HWHKZ8R72+nsIR3S00CAeVIIhR25Kj5zf7CnbmH/ZA42IWXldYFUW0U+m
815hmEleJUuWmNPciSlBuGr7REKrRuLBmc5OC+3A2zrYCTPGQ9TdCK5i+pH5tngS
W96xTLXe2s/WJjuJOvuPhRKN9vjTb9kuFeAJ6qP2fzsW2dDOL1TgaevRzWiNGRFE
ZJnrhSCx8M1255yTcSlTBGvc7jZq11C4/KJrA6DaOEEYxaY+POm/n6etlthFbdIh
4rQnchEl1dEXVWwTws+mbIatT7WdAO7iEmfp0Ei1CLIROAE/Uq0CQiNKAXO2Be1p
qAgy+C3Yp7ScSMY+C0JG
=HXtz
-END PGP SIGNATURE-



Bug#796830: marked as done (RFS: dominate/2.1.5-1 [ITP] - Python 2 library for creating and manipulating HTML documents)

2015-08-28 Thread Debian Bug Tracking System
Your message dated Fri, 28 Aug 2015 13:03:57 + (UTC)
with message-id 354150628.2591437.1440767037823.javamail.ya...@mail.yahoo.com
and subject line Re: Bug#796830: RFS: dominate/2.1.5-1 [ITP]
has caused the Debian Bug report #796830,
regarding RFS: dominate/2.1.5-1 [ITP] - Python 2 library for creating and 
manipulating HTML documents
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
796830: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=796830
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: sponsorship-requests
Severity: wishlist

Dear mentors,

I am looking for a sponsor for my package dominate

* Package name: dominate
  Version : 2.1.5-1
  Upstream Author : Tom Flanagan t...@zkpq.ca
* URL : https://github.com/Knio/dominate
* License : LGPL-3+
  Section : python

It builds these binary packages:

python-dominate - Python 2 library for creating and manipulating HTML documents
python3-dominate - Python 3 library for creating and manipulating HTML
documents

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

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


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

dget -x
http://mentors.debian.net/debian/pool/main/d/dominate/dominate_2.1.5-1.dsc

I hope to maintain this package under the Python Modules Packaging Team if they
will have me. In which case I will update this bug with the URL to the team
repository on Alioth.

Changes since the last upload:

  * Initial release (Closes: #796518)


Regards,
Ross Gammon



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

Kernel: Linux 3.19.0-26-generic (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
---End Message---
---BeginMessage---


Hi Ross,

I have diverted the VCS to collab-maint and pushed the packaging there:
http://anonscm.debian.org/cgit/collab-maint/dominate.git/

If you prefer me to re-upload to mentors, let me know.

No doubt, I will have other python modules to work on one day, and I
will try to join DPMPT again then. They are obviously busy (or picky!).


BuiltSignedUploaded, thanks for your contribution to Debian!

(yes, collab-maint was fine :) )

cheers,

G.---End Message---


Bug#797197: marked as done (RFS: fwlogwatch/1.4-1 [ITA] -- Firewall log analyzer)

2015-08-28 Thread Debian Bug Tracking System
Your message dated Fri, 28 Aug 2015 13:06:11 + (UTC)
with message-id 955222573.2581683.1440767171055.javamail.ya...@mail.yahoo.com
and subject line Re: Bug#797197: RFS: fwlogwatch/1.4-1 [ITA] -- Firewall log 
analyzer
has caused the Debian Bug report #797197,
regarding RFS: fwlogwatch/1.4-1 [ITA] -- Firewall log analyzer
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
797197: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=797197
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: sponsorship-requests
Severity: normal [important for RC bugs, wishlist for new packages]

  Dear mentors,

  I am looking for a sponsor for my package fwlogwatch

 * Package name: fwlogwatch
   Version : 1.4-1
   Upstream Author : Boris Wesslowski b...@inside-security.de
 * URL : http://fwlogwatch.inside-security.de/
 * License : GPL-2
   Section : net

  It builds those binary packages:

fwlogwatch - Firewall log analyzer

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

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


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

dget -x 
http://mentors.debian.net/debian/pool/main/f/fwlogwatch/fwlogwatch_1.4-1.dsc

  More information about fwlogwatch can be obtained from 
http://cert.uni-stuttgart.de/projects/fwlogwatch/

  Changes since the last upload:

fwlogwatch (1.4-1) unstable; urgency=medium

  * New upstream release. (Closes: #676656)
  * Switch to dpkg-source 3.0 (quilt) format.
  * New maintainer.(Closes: #792482)
  - Thanks a lot to Alberto Gonzalez Iniesta
  * Set correct in FILES section of man page (Closes: #745113)
  * debian/fwlogwatch.cron.daily: Fix grep close tag html (LP: #1404753)
  * Bumped Standards-Version to to 3.9.6.
  * Changed /etc/init.d/fwlogwatch to LSB format.
  * Changed debian/rules DESTDIR.
  * Add again translations.
  * Fix patch man upstream a hyphen used as a minus sign.


  Regards,
   J.S.Júnior


signature.asc
Description: Message signed with OpenPGP using GPGMail
---End Message---
---BeginMessage---
Hi

I sponsored the package, because it was looking really good to me.

(maybe consider putting your full name in the Maintainer field next time,
even if not strictly required)

cheers,

G.---End Message---


Bug#796830: RFS: dominate/2.1.5-1 [ITP]

2015-08-28 Thread Ross Gammon
On 08/25/2015 12:01 PM, Gianfranco Costamagna wrote:
 Control: owner -1 !
 Control: tags -1 moreinfo
 
 Hi Ross!
 
 The packaging looks really good to me, just a problem on VCS.
 
 DPMT recently rejected my application, so I had to reupload everything
 with VCS pointing to collab-maint,
 so I'll happily sponsor the package once your application gets approved.
 (feel free to go on irc OFTC/#debian-python, to ask if you can join the team
 and about the team policy)
 
 
 
 cheers,
 
 Gianfranco
 
 

Hi Gianfranco,

I have diverted the VCS to collab-maint and pushed the packaging there:
http://anonscm.debian.org/cgit/collab-maint/dominate.git/

If you prefer me to re-upload to mentors, let me know.

No doubt, I will have other python modules to work on one day, and I
will try to join DPMPT again then. They are obviously busy (or picky!).

Regards,

Ross



signature.asc
Description: OpenPGP digital signature


Bug#782074: RFS: ublock/0.9.5.0+dfsg1-1 [ITP] -- general-purpose lightweight ads, malware, trackers blocker

2015-08-28 Thread Matthew Bekkema
Thanks for the review!

I contacted the upstream author of hufilter and it's now distributed under
CC-BY-SA-4.0 license. I renamed the other pulic-domain short description to
unlicense.

I'm not sure how to fix the other issues. According to
https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/#copyright-field,
the copyright field is for relevant copyright notices but a lot of the filters
don't have any copyright notices.

I would like to make the extension available to Chromium but I don't know how to
get Chromium extensions installed system-wide. I can't find any other Chromium
extensions packaged for Debian either.



Bug#782074: RFS: ublock/0.9.5.0+dfsg1-1 [ITP] -- general-purpose lightweight ads, malware, trackers blocker

2015-08-28 Thread Gianfranco Costamagna
Hi Matthew,

can you please contact the Debian Chromium maintainers and ask them?

https://packages.qa.debian.org/c/chromium-browser.html

cheers,

G.





Il Venerdì 28 Agosto 2015 15:39, Matthew Bekkema mbekkem...@gmail.com ha 
scritto:
Thanks for the review!

I contacted the upstream author of hufilter and it's now distributed under
CC-BY-SA-4.0 license. I renamed the other pulic-domain short description to
unlicense.

I'm not sure how to fix the other issues. According to
https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/#copyright-field,
the copyright field is for relevant copyright notices but a lot of the filters
don't have any copyright notices.

I would like to make the extension available to Chromium but I don't know how to
get Chromium extensions installed system-wide. I can't find any other Chromium
extensions packaged for Debian either.



Bug#797197: RFS: fwlogwatch/1.4-1 [ITA] -- Firewall log analyzer

2015-08-28 Thread J.S.Júnior
Package: sponsorship-requests
Severity: normal [important for RC bugs, wishlist for new packages]

  Dear mentors,

  I am looking for a sponsor for my package fwlogwatch

 * Package name: fwlogwatch
   Version : 1.4-1
   Upstream Author : Boris Wesslowski b...@inside-security.de
 * URL : http://fwlogwatch.inside-security.de/
 * License : GPL-2
   Section : net

  It builds those binary packages:

fwlogwatch - Firewall log analyzer

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

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


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

dget -x 
http://mentors.debian.net/debian/pool/main/f/fwlogwatch/fwlogwatch_1.4-1.dsc

  More information about fwlogwatch can be obtained from 
http://cert.uni-stuttgart.de/projects/fwlogwatch/

  Changes since the last upload:

fwlogwatch (1.4-1) unstable; urgency=medium

  * New upstream release. (Closes: #676656)
  * Switch to dpkg-source 3.0 (quilt) format.
  * New maintainer.(Closes: #792482)
  - Thanks a lot to Alberto Gonzalez Iniesta
  * Set correct in FILES section of man page (Closes: #745113)
  * debian/fwlogwatch.cron.daily: Fix grep close tag html (LP: #1404753)
  * Bumped Standards-Version to to 3.9.6.
  * Changed /etc/init.d/fwlogwatch to LSB format.
  * Changed debian/rules DESTDIR.
  * Add again translations.
  * Fix patch man upstream a hyphen used as a minus sign.


  Regards,
   J.S.Júnior


signature.asc
Description: Message signed with OpenPGP using GPGMail


Re: Questions before my first upload attempt

2015-08-28 Thread Thomas Schmitt
Hi,

i am trying to follow the instructions for SSH setup with
alioth, after having been accepted as project member of
  https://alioth.debian.org/projects/pkg-libburnia/
and promoted to admin in one sweep.
The project has an SVN and two mailing lists.

A ssh-rsa key has been uploaded via
  https://alioth.debian.org/account/editsshkeys.php


https://wiki.debian.org/Alioth/Svn sends me to
https://wiki.debian.org/Alioth/SSH which tells me to be
mistrusting about the host key fingerprint.
It points to
  https://db.debian.org/machines.cgi?host=moszumanska
which says
  SSH host fingerprint: ssh-rsa d7:0b:26:5c:7a:5d:56:40:a9:e0:5d:f4:e1:70:88:bf

But with my first attempt of logging in, i see:

  $ ssh svn.debian.org
  The authenticity of host 'svn.debian.org (5.153.231.21)' can't be established.
  RSA key fingerprint is SHA256:VbwoMdcyFWByMDQrIOcaUL6c16LV6+80G9+Rs2rtA8E.
  Are you sure you want to continue connecting (yes/no)? 

traceroute (from Sid VM's host, as VM sees * * *) says:

  10  po1.ar1.dc1.yo26.yrk.bytemark.co.uk (91.223.58.29)  50.893 ms  51.077 ms  
51.463 ms
  11  bm-bl1.debian.org (5.153.231.241)  46.995 ms  47.236 ms  47.558 ms
  12  moszumanska.debian.org (5.153.231.21)  48.540 ms * *

Shall i trust it ?

Where to report the mismatch (if it is not my fault ...) ?


Have a nice day :)

Thomas



Re: Questions before my first upload attempt

2015-08-28 Thread Thomas Schmitt
Hi,

sorry for the noise.

After learning that it is a feature of Sid's ssh client,
it was not too hard to find

  ssh -o FingerprintHash=md5  svn.debian.org

which displays

  RSA key fingerprint is MD5:d7:0b:26:5c:7a:5d:56:40:a9:e0:5d:f4:e1:70:88:bf.

Jessie's ssh client says by default:
  RSA key fingerprint is d7:0b:26:5c:7a:5d:56:40:a9:e0:5d:f4:e1:70:88:bf.


Is this a bug of the wiki, of db.debian.org/machines.cgi,
or of ssh client ?
Do the wiki and the machine database have bug package names ?


Have a nice day :)

Thomas



Re: Looking for a mentor for a couple of projects

2015-08-28 Thread Frederic Bonnard
Hi Gianfranco, and thank you for coming here to make a contribution :)
I'v not uploaded a new version with the modifications yet, but I have a few
questions below.

 please fix all the above (message #72 of bug 772823)

I did all that was doable in a reasonable time. As said before, for what need 
more
time and/or help from upstream, I've kept track of it in README.source

 d/changelog: no need to put your name into []
 when you are the only one who worked on the package (and the signature
 is your)

done, thanks

 d/rules: as said skipping tests is usually bad, please enable them if possible

Yes, we'll try to do something with upstream, but I couldn't do that in
a trivial way. As explained tests create VMs.
This is tracked in README.source though.

 d/copyright: multiple-licenses looks bad to me.
 
 Is something like you can choose your favourite one?
 
 so please say something like LGPL-3 or MIT or XFree86
 
 I don't think the same file can be licensed under the tree licenses without 
 breaking
 the law. (but IANAL)

Actually I based the licensing of that file on that same file :
http://sources.debian.net/src/spice-html5/0.1.4-1/debian/copyright/?hl=13#L13
I can ask the maintainer there if he knows more.

 tests/* seems to be under LGPL-2.1+
 (and also something under plugins and somewhere else, looking by a grep of 
 the License keyword
 
 e.g.
 ./plugins/sample/i18n.py:# version 2.1 of the License, or (at your option) 
 any later version.
 ./plugins/sample/ui/Makefile.am:# version 2.1 of the License, or (at your 
 option) any later version.
 ./plugins/sample/ui/config/Makefile.am:# version 2.1 of the License, or (at 
 your option) any later version.
 ./plugins/sample/ui/pages/Makefile.am:# version 2.1 of the License, or (at 
 your option) any later version.
 ./plugins/sample/ui/js/Makefile.am:# version 2.1 of the License, or (at your 
 option) any later version.
 ./plugins/sample/__init__.py:# version 2.1 of the License, or (at your 
 option) any later version.

I guess upstream didn't update the files. I'll sent a mail to them to ask.

 also grepping by copyright makes some result appear not listed in copyright 
 file.

did you mean : ?

./m4/*.m4:dnl Copyright (C) 1996-2003, 2009-2010 Free Software Foundation,
./po/Makefile.in.in:# Copyright (C) 1995-1997, 2000-2007, 2009-2010 by Ulrich 
Drepper drep...@gnu.ai.mit.edu
./plugins/sample/po/Makefile.in.in:# Copyright (C) 1995-1997, 2000-2007, 
2009-2010 by Ulrich Drepper drep...@gnu.ai.mit.edu
./config.rpath:#   Copyright 1996-2010 Free Software Foundation, Inc.
./INSTALL:Copyright (C) 1994-1996, 1999-2002, 2004-2011 Free Software 
Foundation,
./INSTALL:are permitted in any medium without royalty provided the copyright
./build-aux/config.rpath:#   Copyright 1996-2010 Free Software Foundation, Inc.
./build-aux/pkg-version:# Copyright 2008-2012 Red Hat, Inc.

not sure how to deal with those : they specify a copyright but no license
except things like unlimited permission to copy and/or distribute it, with or
without modifications, as long as this notice is preserved.
So, does this means that they will fall under the license of the project
(LGPL-3) or are those small notices considered as a license by itself?

 please check if the license is really LGPL-3 and not LGPL-3+

COPYING specifies LGPL-3 ; do you mean people generally use LGPL-3+ and that
upstream may have done a typo ? I'll ask.

 patches needs a Description: field (and they are not dep-3)

will do

 the other stuff looks good, please ping when you have done the above,
 and I'll do some testing on a built package.
 
 (btw would be nice to have a setup.py and install_requires, do let
 python:Depends pick up the python dependencies automagically)

Indeed! good suggestion given the number of python deps pulled and it seems to
change quite often.
I will ask for this too.

Fred



Re: Questions before my first upload attempt

2015-08-28 Thread Jakub Wilk

* Thomas Schmitt scdbac...@gmx.net, 2015-08-28, 17:06:
After learning that it is a feature of Sid's ssh client, it was not too 
hard to find


 ssh -o FingerprintHash=md5  svn.debian.org

which displays

 RSA key fingerprint is MD5:d7:0b:26:5c:7a:5d:56:40:a9:e0:5d:f4:e1:70:88:bf.

Jessie's ssh client says by default:
 RSA key fingerprint is d7:0b:26:5c:7a:5d:56:40:a9:e0:5d:f4:e1:70:88:bf.


Is this a bug of the wiki, of db.debian.org/machines.cgi, or of ssh 
client ?


db.debian.org should be probably fixed show SHA256 fingerprints (in 
addition to MD5 fingerprints).


In the mean time, it show the public key, which you can manually add to 
your ~/.ssh/known_hosts.



Do the wiki and the machine database have bug package names ?


You can use the www.debian.org pseudo-pacakge for the wiki, I guess...

There's no pseudo-package for db.d.o. You can contact us at 
ad...@db.debian.org.


--
Jakub Wilk