Re: MeshLab package ready for review and sponsorship

2020-06-27 Thread Anton Gladky
Hi Ryan,

I have uploaded the package. But it would be good if you have a look
at some small notes:

* I have enable gitlab-ci on this repo. And it looks like CXXFLAGS are ignored
  by the build system [1]. Please try to find the reason for this and
enable vlhc
  test again [2].

* Please consider adding autopkgstest, if it is possible for this package.

[1] https://salsa.debian.org/science-team/meshlab/-/jobs/827736
[2] 
https://salsa.debian.org/science-team/meshlab/-/commit/c6307efbc883d58680474f4216d4244ce7f22627

Best regards and thanks for contribution!

Anton

Am Mo., 22. Juni 2020 um 21:50 Uhr schrieb Ryan Pavlik :
>
> Hello all!
>
> I've finished up the most recent MeshLab release (2020.06) and it's now
> on Mentors ready to upload.
>
> https://mentors.debian.net/package/meshlab
>
> It's also on salsa: https://salsa.debian.org/science-team/meshlab
>
> Thank you!
>
> Ryan Pavlik
>
>



Re: Looking for example package that uses multiple source tarballs

2020-06-27 Thread Qianqian Fang

On 6/26/20 12:00 PM, Pierre Gruet wrote:

As you guessed, the fact that you got the old version number 1.9.1 in
the name of the orig tarball is because "debian" is provided as the
third argument concerning the first tarball, as the above link explains:
it forces the use of the version number written in debian/changelog. You
may see, if you put the right number again in debian/changelog, that
running "uscan --force" will download the tarballs and give them the
right version number.

Yet, I guess this should not remain as is but I unfortunately do not
have the repacking skills to do more at that point.



the --force option worked like a charm!

the empty source package issue was eventually fixed by adjusting the 
repack script to deal with the oversionmangle.


one minor question: although uscan --force allowed me to download and 
build the MUT source package, when I tried "gbp import-orig --uscan" to 
create a git repo, it refused to download the packages again, and I was 
not able to find a place to tell uscan to use --force, is there a way to 
also import an MUT orig package to git?


thanks again

Qianqian