Bug#751609: RFS: dmaths/3.5.2.5+dfsg1-1 (new version of a package that is already in Debian)

2014-09-29 Thread Eriberto
Hi Innocent,

2014-09-28 6:07 GMT-03:00 Innocent De Marchi :

>> >> 2. d/control:
>> >> - Explain me why the package depends of writer and draw to work.
>> >
>> >
>> > Has no sense to install the package without these two programs. I don't
>> > know
>> > if I understand the question...
>>
>>
>> You put in long description "It also allows you to use your favorite
>> drawing software and include graphs of functions into a document". So,
>> why install draw compulsorily as dependency? I am trying understand
>> the package. If using writer, will you need of the draw?
>>
>
> Dmaths is work with Writer and Draw. It does not depend on the two, but some
> of them must be installed.
> Perhaps you could do depend on the LibreOffice metapackage.


The solution: 'libreoffice-writer | libreoffice-draw'. The
libreoffice-common can be removed because libreoffice-writer and
libreoffice-draw already depend of the libreoffice-common.


>> >> - Please, create a VCS to control your debian/ versions. You can
>> >> use github or other. So, add the Vcs-Browser and Vcs-{Git|Svn|Cvs} to
>> >> d/control.
>> >
>> >
>> > I want to do this with all my packages, but now I have no time. I don't
>> > practice with Git and will need some time for me to update.
>>
>>
>> You can use SVN or CVS (or GIT). Sorry but it is an essential
>> condition for me. GitHub is simple and has several tutorials and
>> videos on Internet.
>>
>
> Yes, I understand it, but at this moment I have no time to document to do
> this. Perhaps I can do in a few months


No problems. I will wait for you. I have a control to know about the
reviewing stage of the packages.


>> >> 5. After the build, there are two wrong independent license files in
>> >> the package:
>> >>
>> >> usr/lib/libreoffice/share/extensions/DmathsAddon/Fichiers/licence.odt
>> >> usr/lib/libreoffice/share/extensions/DmathsAddon/Fichiers/license.txt
>> >>
>> >> You must add an override_dh_install to d/rules to remove these files ($
>> >> man dh):
>> >>
>> >> override_dh_install:
>> >> dh_install
>> >> rm -f
>> >>
>> >> $(CURDIR)/debian/libreoffice-dmaths/usr/lib/libreoffice/share/extensions/DmathsAddon/Fichiers/licence.odt
>> >> rm -f
>> >>
>> >> $(CURDIR)/debian/libreoffice-dmaths/usr/lib/libreoffice/share/extensions/DmathsAddon/Fichiers/license.txt
>> >>
>> >
>> > The dmaths has a menu with an option to see the file
>> > DmathsAddon/Fichiers/licence.odt
>> > If it is deleted, an error occurs when accessing the file. I've added a
>> > line
>> > to delete the file license.txt to repackage the sources
>> > (see README.source)
>>
>>
>> Ok. Please, add comments line in libreoffice-dmaths.lintian-overrides
>> to explain each issue. I think you will need two lines.
>>
>
> Ok. I will add this comment:
> #The licence.odt file is essential for dmaths: dmaths is broken without the
> file.
> #Image files can not be installed in another directory: dmaths does not
> support changes.


Ok, add these comments (I didn't see comments in current package).


>>I saw several Lintian messages in your last upload. A new Lintian was
>>uploaded today to unstable. May it can help you too:
>>http://eriberto.pro.br/blog/?p=1289
>
> Yes,  I had not updated the pbuilder environment. I have fully reviewed the
> messages.
>
> Today I updated the package:
> http://mentors.debian.net/debian/pool/main/d/dmaths/dmaths_3.5.2.5+dfsg1-1.dsc
>
>  I hope that everything is correct!
> Thank you very much for your help!


You are welcome. I am glad for help you.

Cheers,

Eriberto


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/cap+dxjfkvmrh9uu73j-pyqyqeivrdywkxw-1qodlhjxqv2z...@mail.gmail.com



Bug#751609: RFS: dmaths/3.5.2.5+dfsg1-1 (new version of a package that is already in Debian)

2014-09-28 Thread Innocent De Marchi
Hi Eribert,


>
> >> 2. d/control:
> >> - Explain me why the package depends of writer and draw to work.
> >
> >
> > Has no sense to install the package without these two programs. I don't
> know
> > if I understand the question...
>
>
> You put in long description "It also allows you to use your favorite
> drawing software and include graphs of functions into a document". So,
> why install draw compulsorily as dependency? I am trying understand
> the package. If using writer, will you need of the draw?
>
>
Dmaths is work with Writer and Draw. It does not depend on the two, but
some of them must be installed.
Perhaps you could do depend on the LibreOffice metapackage.




>
> >> - Please, create a VCS to control your debian/ versions. You can
> >> use github or other. So, add the Vcs-Browser and Vcs-{Git|Svn|Cvs} to
> >> d/control.
> >
> >
> > I want to do this with all my packages, but now I have no time. I don't
> > practice with Git and will need some time for me to update.
>
>
> You can use SVN or CVS (or GIT). Sorry but it is an essential
> condition for me. GitHub is simple and has several tutorials and
> videos on Internet.
>
>
Yes, I understand it, but at this moment I have no time to document to do
this. Perhaps I can do in a few months




>
> >> 5. After the build, there are two wrong independent license files in
> >> the package:
> >>
> >> usr/lib/libreoffice/share/extensions/DmathsAddon/Fichiers/licence.odt
> >> usr/lib/libreoffice/share/extensions/DmathsAddon/Fichiers/license.txt
> >>
> >> You must add an override_dh_install to d/rules to remove these files ($
> >> man dh):
> >>
> >> override_dh_install:
> >> dh_install
> >> rm -f
> >>
> $(CURDIR)/debian/libreoffice-dmaths/usr/lib/libreoffice/share/extensions/DmathsAddon/Fichiers/licence.odt
> >> rm -f
> >>
> $(CURDIR)/debian/libreoffice-dmaths/usr/lib/libreoffice/share/extensions/DmathsAddon/Fichiers/license.txt
> >>
> >
> > The dmaths has a menu with an option to see the file
> > DmathsAddon/Fichiers/licence.odt
> > If it is deleted, an error occurs when accessing the file. I've added a
> line
> > to delete the file license.txt to repackage the sources
> > (see README.source)
>
>
> Ok. Please, add comments line in libreoffice-dmaths.lintian-overrides
> to explain each issue. I think you will need two lines.
>
>
Ok. I will add this comment:
#The licence.odt file is essential for dmaths: dmaths is broken without the
file.
#Image files can not be installed in another directory: dmaths does not
support changes.


>I saw several Lintian messages in your last upload. A new Lintian was
>uploaded today to unstable. May it can help you too:
>http://eriberto.pro.br/blog/?p=1289 

Yes,  I had not updated the pbuilder environment. I have fully reviewed the
messages.

Today I updated the package:
http://mentors.debian.net/debian/pool/main/d/dmaths/dmaths_3.5.2.5+dfsg1-1.dsc

 I hope that everything is correct!
Thank you very much for your help!

I. De Marchi


Bug#751609: RFS: dmaths/3.5.2.5+dfsg1-1 (new version of a package that is already in Debian)

2014-09-06 Thread Eriberto Mota
2014-09-06 14:34 GMT-03:00 Innocent De Marchi :
> Hi Eriberto,


Hi Innocent,


>> 2. d/control:
>> - Explain me why the package depends of writer and draw to work.
>
>
> Has no sense to install the package without these two programs. I don't know
> if I understand the question...


You put in long description "It also allows you to use your favorite
drawing software and include graphs of functions into a document". So,
why install draw compulsorily as dependency? I am trying understand
the package. If using writer, will you need of the draw?


>> - Please, create a VCS to control your debian/ versions. You can
>> use github or other. So, add the Vcs-Browser and Vcs-{Git|Svn|Cvs} to
>> d/control.
>
>
> I want to do this with all my packages, but now I have no time. I don't
> practice with Git and will need some time for me to update.


You can use SVN or CVS (or GIT). Sorry but it is an essential
condition for me. GitHub is simple and has several tutorials and
videos on Internet.


>> 5. After the build, there are two wrong independent license files in
>> the package:
>>
>> usr/lib/libreoffice/share/extensions/DmathsAddon/Fichiers/licence.odt
>> usr/lib/libreoffice/share/extensions/DmathsAddon/Fichiers/license.txt
>>
>> You must add an override_dh_install to d/rules to remove these files ($
>> man dh):
>>
>> override_dh_install:
>> dh_install
>> rm -f
>> $(CURDIR)/debian/libreoffice-dmaths/usr/lib/libreoffice/share/extensions/DmathsAddon/Fichiers/licence.odt
>> rm -f
>> $(CURDIR)/debian/libreoffice-dmaths/usr/lib/libreoffice/share/extensions/DmathsAddon/Fichiers/license.txt
>>
>
> The dmaths has a menu with an option to see the file
> DmathsAddon/Fichiers/licence.odt
> If it is deleted, an error occurs when accessing the file. I've added a line
> to delete the file license.txt to repackage the sources
> (see README.source)


Ok. Please, add comments line in libreoffice-dmaths.lintian-overrides
to explain each issue. I think you will need two lines.


>> 6. Now, remove the 'extra-license' lines from Lintian override file.
>>
>
> OK. Only the line for DmathsAddon/Fichiers/license.txt

Ok!

I saw several Lintian messages in your last upload. A new Lintian was
uploaded today to unstable. May it can help you too:
http://eriberto.pro.br/blog/?p=1289

Thanks for your work.

Cheers,

Eriberto


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/cap+dxjcymqbnhh+h8fcrhfq1_-c3iujvea1vwtw4bzsno6a...@mail.gmail.com



Bug#751609: RFS: dmaths/3.5.2.5+dfsg1-1 (new version of a package that is already in Debian)

2014-09-06 Thread Innocent De Marchi
Hi Eriberto,

I've rebuilt the package.


> 1. d/compat: change to 9.
>

OK


>
> 2. d/control:
> - Explain me why the package depends of writer and draw to work.
>

Has no sense to install the package without these two programs. I don't
know if I understand the question...



> - Please, create a VCS to control your debian/ versions. You can
> use github or other. So, add the Vcs-Browser and Vcs-{Git|Svn|Cvs} to
> d/control.
>

I want to do this with all my packages, but now I have no time. I don't
practice with Git and will need some time for me to update.


> - Why your package is extra? It conflicts with other? If not,
> please, change to 'optional'.
>

Ok


> 3. d/copyright: I didn't see any reference to Alain Hague here.
>
> Ok


> 4. d/watch: dmaths isn't versioned in its site. So, you haven't how o
> make a d/watch that works. Please, remove the content of the file and
> add a explanation about it.
>
> Ok


> 5. After the build, there are two wrong independent license files in
> the package:
>
> usr/lib/libreoffice/share/extensions/DmathsAddon/Fichiers/licence.odt
> usr/lib/libreoffice/share/extensions/DmathsAddon/Fichiers/license.txt
>
> You must add an override_dh_install to d/rules to remove these files ($
> man dh):
>
> override_dh_install:
> dh_install
> rm -f
> $(CURDIR)/debian/libreoffice-dmaths/usr/lib/libreoffice/share/extensions/DmathsAddon/Fichiers/licence.odt
> rm -f
> $(CURDIR)/debian/libreoffice-dmaths/usr/lib/libreoffice/share/extensions/DmathsAddon/Fichiers/license.txt
>
>
The dmaths has a menu with an option to see the file
DmathsAddon/Fichiers/licence.odt
If it is deleted, an error occurs when accessing the file. I've added a
line to delete the file license.txt to repackage the sources
(see README.source)



> 6. Now, remove the 'extra-license' lines from Lintian override file.
>
>
OK. Only the line for DmathsAddon/Fichiers/license.txt

The package is updated on debian.mentors
http://mentors.debian.net/debian/pool/main/d/dmaths/dmaths_3.5.2.5+dfsg1-1.dsc
 I hope that everything is correct!
Thank you very much for your help!

I. De Marchi


Bug#751609: RFS: dmaths/3.5.2.5+dfsg1-1 (new version of a package that is already in Debian)

2014-09-02 Thread Eriberto Mota
tags -1 moreinfo
thanks


Hi Innocent.

Please,

1. d/compat: change to 9.

2. d/control:
- Explain me why the package depends of writer and draw to work.
- Please, create a VCS to control your debian/ versions. You can
use github or other. So, add the Vcs-Browser and Vcs-{Git|Svn|Cvs} to
d/control.
- Why your package is extra? It conflicts with other? If not,
please, change to 'optional'.

3. d/copyright: I didn't see any reference to Alain Hague here.

4. d/watch: dmaths isn't versioned in its site. So, you haven't how o
make a d/watch that works. Please, remove the content of the file and
add a explanation about it.

5. After the build, there are two wrong independent license files in
the package:

usr/lib/libreoffice/share/extensions/DmathsAddon/Fichiers/licence.odt
usr/lib/libreoffice/share/extensions/DmathsAddon/Fichiers/license.txt

You must add an override_dh_install to d/rules to remove these files ($ man dh):

override_dh_install:
dh_install
rm -f 
$(CURDIR)/debian/libreoffice-dmaths/usr/lib/libreoffice/share/extensions/DmathsAddon/Fichiers/licence.odt
rm -f 
$(CURDIR)/debian/libreoffice-dmaths/usr/lib/libreoffice/share/extensions/DmathsAddon/Fichiers/license.txt

6. Now, remove the 'extra-license' lines from Lintian override file.


Thanks for your work. I will wait your package.

Cheers,

Eriberto


2014-06-14 15:00 GMT-03:00 Innocent De Marchi :
>
> Package: sponsorship-requests
> Severity: normal
>
>
> Dear mentors,
>
>  I am looking for a sponsor for my package "dmaths".
>  I have already tried to upgrade this package repeatedly[0][1]
>
> There is a community of users of this package in Debian[2] and
> there are users (on Ubuntu) impatiently awaiting the update[3].
>
>
>
>
> To access further information about this package, please visit the following
> URL:
>
>   http://mentors.debian.net/package/dmaths
>
>
>   Alternatively, one can download the package with dget using this command:
>
> dget -x
> http://mentors.debian.net/debian/pool/main/d/dmaths/dmaths_3.5.2.5+dfsg1-1.dsc
>
>  Regards,
>Innocent De Marchi
>
>
>
> [0] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=728136
> [1] https://lists.debian.org/debian-mentors/2013/05/msg00341.html
>
>
>
> [2] http://qa.debian.org/popcon.php?package=dmaths
> [3] https://lists.ubuntu.com/archives/ubuntu-motu/2014-May/007657.html
>
>
>
>


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/cap+dxjejrehkzccrevd5cfkfwvbztngrkkjzethax4wlzzq...@mail.gmail.com



Bug#751609: RFS: dmaths/3.5.2.5+dfsg1-1 (new version of a package that is already in Debian)

2014-06-14 Thread Innocent De Marchi
Package: sponsorship-requests
Severity: normal


Dear mentors,

 I am looking for a sponsor for my package "dmaths".
 I have already tried to upgrade this package repeatedly[0][1]

There is a community of users of this package in Debian[2] and
there are users (on Ubuntu) impatiently awaiting the update[3].


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

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


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

dget -x 
http://mentors.debian.net/debian/pool/main/d/dmaths/dmaths_3.5.2.5+dfsg1-1.dsc

 Regards,
   Innocent De Marchi



[0] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=728136
[1] https://lists.debian.org/debian-mentors/2013/05/msg00341.html


[2] http://qa.debian.org/popcon.php?package=dmaths
[3] https://lists.ubuntu.com/archives/ubuntu-motu/2014-May/007657.html