Re: [Ubuntu] Mismatch in binaryfulness. (arch) False != (files) True

2018-03-03 Thread Sebastiaan Couwenberg
On 03/03/2018 03:30 PM, Martin Landa wrote:
> Do you have any idea what is wrong?

Not without the source package.
___
UbuntuGIS mailing list
Ubuntu@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/ubuntu
http://trac.osgeo.org/ubuntugis/wiki

Re: [Ubuntu] Mismatch in binaryfulness. (arch) False != (files) True

2018-03-03 Thread Sebastiaan Couwenberg
On 03/03/2018 06:42 PM, Martin Landa wrote:
> But unfortunately I am still getting rejection from
> Launchpad (Mismatch in binaryfulness. (arch) False != (files) True).
> There must be something I am overlooking :-(

How do you build and upload (exact commandlines)?

If you're only doing a source-only build (-S), do a binary one and have
lintian do a full report.

Kind Regards,

Bas
___
UbuntuGIS mailing list
Ubuntu@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/ubuntu
http://trac.osgeo.org/ubuntugis/wiki

Re: [Ubuntu] Mismatch in binaryfulness. (arch) False != (files) True

2018-03-03 Thread Martin Landa
Hi,

2018-03-03 18:51 GMT+01:00 Sebastiaan Couwenberg :
> How do you build and upload (exact commandlines)?

I am using exactly the same commands as for ubuntugis packages [1].

> If you're only doing a source-only build (-S), do a binary one and have
> lintian do a full report.

Here is my command.

$ gbp buildpackage --git-pbuilder-options=--source-only-changes -sa
--git-pbuilder --git-ignore-new --git-dist=${DIST}

Ma

[1] https://trac.osgeo.org/grass/wiki/DebianUbuntuPackaging#Buildnewpackage

-- 
Martin Landa
http://geo.fsv.cvut.cz/gwiki/Landa
http://gismentors.cz/mentors/landa
___
UbuntuGIS mailing list
Ubuntu@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/ubuntu
http://trac.osgeo.org/ubuntugis/wiki

Re: [Ubuntu] Mismatch in binaryfulness. (arch) False != (files) True

2018-03-03 Thread Martin Landa
2018-03-03 20:12 GMT+01:00 Sebastiaan Couwenberg :
> Must be something in your environment.

I am using the same commands [1] for building UbuntuGIS packages on
the same computer. It's strange. Ma

[1] https://trac.osgeo.org/grass/wiki/DebianUbuntuPackaging#Buildnewpackage

-- 
Martin Landa
http://geo.fsv.cvut.cz/gwiki/Landa
http://gismentors.cz/mentors/landa
___
UbuntuGIS mailing list
Ubuntu@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/ubuntu
http://trac.osgeo.org/ubuntugis/wiki

Re: [Ubuntu] Mismatch in binaryfulness. (arch) False != (files) True

2018-03-03 Thread Sebastiaan Couwenberg
On 03/03/2018 04:18 PM, Martin Landa wrote:
> [1] https://github.com/landam/grass-stable-ppa/tree/ubuntugis/artful

There is a stray control.in template which is no longer used since
7.2.2-2/7.4.0~rc1-1~exp1, see:

 
https://anonscm.debian.org/cgit/pkg-grass/grass.git/commit/?id=e6d0e56f15798c390e63546e8eadc18bdd008745

There is also an issue in the changelog file with non-sequential versions:

 grass (7.4.0-1~artful2) artful; urgency=medium
 grass (7.4.0-1~artful1) artful; urgency=medium
 grass (7.4.0-1~xenial1) xenial; urgency=medium
 grass (7.4.0-1) unstable; urgency=medium

7.4.0~xenial1 is a higher version that 7.4.0-1~artful1:

 $ dpkg --compare-versions 7.4.0-1~xenial1 gt 7.4.0-1~artful1 ; echo $?
 0

The ~xenial1 changelog entry should be removed.

Kind Regards,

Bas
___
UbuntuGIS mailing list
Ubuntu@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/ubuntu
http://trac.osgeo.org/ubuntugis/wiki

Re: [Ubuntu] Mismatch in binaryfulness. (arch) False != (files) True

2018-03-03 Thread Martin Landa
Hi,

2018-03-03 16:36 GMT+01:00 Sebastiaan Couwenberg :
> There is a stray control.in template which is no longer used since
> 7.2.2-2/7.4.0~rc1-1~exp1, see:
>
>  
> https://anonscm.debian.org/cgit/pkg-grass/grass.git/commit/?id=e6d0e56f15798c390e63546e8eadc18bdd008745
> The ~xenial1 changelog entry should be removed.

done in [1]. But unfortunately I am still getting rejection from
Launchpad (Mismatch in binaryfulness. (arch) False != (files) True).
There must be something I am overlooking :-(

Ma

[1] 
https://github.com/landam/grass-stable-ppa/commit/f28f9032286178dd067f449ef7e77e991baea797

-- 
Martin Landa
http://geo.fsv.cvut.cz/gwiki/Landa
http://gismentors.cz/mentors/landa
___
UbuntuGIS mailing list
Ubuntu@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/ubuntu
http://trac.osgeo.org/ubuntugis/wiki

Re: [Ubuntu] Mismatch in binaryfulness. (arch) False != (files) True

2018-03-03 Thread Martin Landa
Hi,

2018-03-03 15:45 GMT+01:00 Sebastiaan Couwenberg :
> On 03/03/2018 03:30 PM, Martin Landa wrote:
>> Do you have any idea what is wrong?
>
> Not without the source package.

attached, maintained in git [1]. Hope it helps.

Ma

[1] https://github.com/landam/grass-stable-ppa/tree/ubuntugis/artful

-- 
Martin Landa
http://geo.fsv.cvut.cz/gwiki/Landa
http://gismentors.cz/mentors/landa


grass_7.4.0-1~artful1.dsc
Description: Binary data
___
UbuntuGIS mailing list
Ubuntu@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/ubuntu
http://trac.osgeo.org/ubuntugis/wiki

[Ubuntu] Mismatch in binaryfulness. (arch) False != (files) True

2018-03-03 Thread Martin Landa
Hi,

I am having problem with Launchpad which is not exactly related to
UbuntuGIS. My attempt to upload grass package to

https://launchpad.net/~grass/+archive/ubuntu/grass-stable

is failing with message below

"""
Mismatch in binaryfulness. (arch) False != (files) True

grass (7.4.0-1~artful1) artful; urgency=medium

  * Rebuild for artful.
"""

I prepared GRASS package similarly as I do for UbuntuGIS. This problem
is new to me. Do you have any idea what is wrong?

Thanks for any pointers in advance! Martin

[1] https://answers.launchpad.net/launchpad/+question/663760

-- 
Martin Landa
http://geo.fsv.cvut.cz/gwiki/Landa
http://gismentors.cz/mentors/landa
___
UbuntuGIS mailing list
Ubuntu@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/ubuntu
http://trac.osgeo.org/ubuntugis/wiki

Re: [Ubuntu] Mismatch in binaryfulness. (arch) False != (files) True

2018-03-03 Thread Sebastiaan Couwenberg
On 03/03/2018 07:00 PM, Martin Landa wrote:
> 2018-03-03 18:51 GMT+01:00 Sebastiaan Couwenberg :
>> How do you build and upload (exact commandlines)?
> 
> I am using exactly the same commands as for ubuntugis packages [1].
> 
>> If you're only doing a source-only build (-S), do a binary one and have
>> lintian do a full report.
> 
> Here is my command.
> 
> $ gbp buildpackage --git-pbuilder-options=--source-only-changes -sa
> --git-pbuilder --git-ignore-new --git-dist=${DIST}

Don't use --git-ignore-new, fix your working directory instead.

My source-only build for artful and upload to Launchpad works as expected.

Must be something in your environment.

Kind Regards,

Bas
___
UbuntuGIS mailing list
Ubuntu@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/ubuntu
http://trac.osgeo.org/ubuntugis/wiki

Re: [Ubuntu] Mismatch in binaryfulness. (arch) False != (files) True

2018-03-03 Thread Martin Landa
Hi,

2018-03-03 20:12 GMT+01:00 Sebastiaan Couwenberg :
> Don't use --git-ignore-new, fix your working directory instead.

OK, fixed.

> My source-only build for artful and upload to Launchpad works as expected.
>
> Must be something in your environment.

I have created chroot for artful again from scratch. Packages are
still refused [1]. Uploading to UbuntuGIS works, no idea what could be
wrong. Ma

[1] https://launchpad.net/~grass/+archive/ubuntu/grass-stable

-- 
Martin Landa
http://geo.fsv.cvut.cz/gwiki/Landa
http://gismentors.cz/mentors/landa
___
UbuntuGIS mailing list
Ubuntu@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/ubuntu
http://trac.osgeo.org/ubuntugis/wiki