[Ubuntu] creating GRASS packages for UbuntuGIS

2016-01-08 Thread Martin Landa
Hi all,

first of all, sorry for cross-posting. I would like to contribute to
UbuntuGIS project and maintain up-to-date GRASS packages. Based on
discussion with Sebastiaan Couwenberg (thanks), I started with cloning
alioth.debian.org git repository. Afterwards I created new branch for
`ubuntugis/wily` [1] (from `experimental` branch).

At this point I am not sure how to continue (sorry, I have only little
experience with Launchpad packaging [1]). Thanks for any pointers in
advance!

Martin

[1] http://anonscm.debian.org/cgit/pkg-grass/grass.git/log/?h=ubuntugis/wily
[2] 
https://trac.osgeo.org/grass/wiki/DebianUbuntuPackaging#Buildpackagefromtarball

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

Re: [Ubuntu] creating GRASS packages for UbuntuGIS

2016-01-09 Thread Martin Landa
Hi,

2016-01-08 14:30 GMT+01:00 Sebastiaan Couwenberg :

[...]

> The grass packaging already has branches with the 'ubuntugis/' prefix,
> so it's fine to keep using those.

OK, thanks for clarification.

>> At this point I am not sure how to continue (sorry, I have only little
>> experience with Launchpad packaging [1]). Thanks for any pointers in
>> advance!
>
> Will you only maintain GRASS 7.0 in UbuntuGIS?
> Or do you also intend to use this packaging for 7.1?

Only stable releases (currently 7.0). Development daily builds I would
keep on Launchpad [1]. BTW, I am planning to rename that package
(grass7-daily) to `grass-daily`.

>  https://pkg-grass.alioth.debian.org/policy/packaging.html#git-packaging
>
> You need to have a cowbuilder chroot for the Ubuntu distributions you
> intend to build and upload the package for. In these chroots you need to
> enable the ubuntugis-unstable PPA for the dependencies. Because

I end up with

export DIST=wily ; sudo cowbuilder --create --distribution=$DIST
--basepath=/var/cache/pbuilder/base-$DIST.cow
 -> Invoking pbuilder
  forking: pbuilder create --buildplace
/var/cache/pbuilder/base-wily.cow --mirror
http://ftp.cz.debian.org/debian/ --architecture amd64 --distribution
wily --no-targz --extrapackages cowdancer
I: Running in no-targz mode
I: Distribution is wily.
I: Current time: Sat Jan  9 13:41:47 CET 2016
I: pbuilder-time-stamp: 1452343307
I: Building the build environment
I: running debootstrap
/usr/sbin/debootstrap
I: Retrieving Release
E: Failed getting release file
http://ftp.cz.debian.org/debian/dists/wily/Release

The mirror points to debian instead of ubuntu. I don't know why. Here
is my pbuilderrc file [2]. Do you have any idea what could be wrong?
Thanks in advance! Martin

[1] https://launchpad.net/~grass/+archive/ubuntu/grass-devel
[1] http://geo102.fsv.cvut.cz/~landa/tmp/pbuilderrc

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

Re: [Ubuntu] creating GRASS packages for UbuntuGIS

2016-01-09 Thread Martin Landa
Hi,

2016-01-09 14:34 GMT+01:00 Sebastiaan Couwenberg :
> You did not specify the pbuilder --mirror option with the URL to the
> Ubuntu mirror.
>
> http://manpages.debian.org/cgi-bin/man.cgi?query=pbuilder
>
> Since you're need to enable the ubuntugis-unstable PPA in the chroot,
> your should name it accordingly (e.g. base-wily-ubuntugis.cow) to
> differentiate it from the a plain Ubuntu wily chroot (without PPAs).

thanks, it helped a bit.

export DIST=wily ; sudo cowbuilder --create --distribution=$DIST
--basepath=/var/cache/pbuilder/base-$DIST-ubuntugis.cow --mirror
http://cz.archive.ubuntu.com/ubuntu/ --debootstrapopts
"--keyring=/usr/share/keyrings/ubuntu-archive-keyring.gpg"

works but at end fails on Debian stuff which shouldn't be there.

I: copying local configuration
I: Installing apt-lines
W: no hooks of type G found -- ignoring
I: Refreshing the base.tgz
I: upgrading packages
I: mounting /proc filesystem
I: mounting /dev/pts filesystem
I: installing dummy policy-rc.d
Get:1 http://cz.archive.ubuntu.com wily InRelease [218 kB]
Get:2 http://cz.archive.ubuntu.com wily/main amd64 Packages [1420 kB]
Ign http://backports.debian.org wheezy-backports InRelease
Ign http://backports.debian.org wheezy-backports Release.gpg
Ign http://backports.debian.org wheezy-backports Release
Err http://backports.debian.org wheezy-backports/main amd64 Packages
  404  Not Found [IP: 2001:610:1908:b000::148:14 80]
Err http://backports.debian.org wheezy-backports/contrib amd64 Packages
  404  Not Found [IP: 2001:610:1908:b000::148:14 80]
Err http://backports.debian.org wheezy-backports/non-free amd64 Packages
  404  Not Found [IP: 2001:610:1908:b000::148:14 80]
Ign http://backports.debian.org wheezy-backports/contrib Translation-en
Ign http://backports.debian.org wheezy-backports/main Translation-en
Ign http://backports.debian.org wheezy-backports/non-free Translation-en

BTW, I thought that `--mirror` doesn't need to be defined since it's
done in pbuilderrc file [1], see MIRRORSITE variable. Ma

[1] http://geo102.fsv.cvut.cz/~landa/tmp/pbuilderrc

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

Re: [Ubuntu] creating GRASS packages for UbuntuGIS

2016-01-09 Thread Martin Landa
Hi,

2016-01-09 15:05 GMT+01:00 Sebastiaan Couwenberg :
> Your .pbuilderrc seems buggy. It treats wily as a Debian distribution.

seems like that, just cannot find it. Relevant parts:

# List of Ubuntu suites. Update these when needed.
UBUNTU_SUITES=("wily" "vivid" "utopic" "trusty" "saucy" "raring"
"quantal" "precise" "oneiric" "natty" "lucid" "hardy")

if $(echo ${DEBIAN_SUITES[@]} | grep -q $DIST); then
# Debian configuration
MIRRORSITE="http://$DEBIAN_MIRROR/debian/";
COMPONENTS="main contrib non-free"
if $(echo "$STABLE_CODENAME stable" | grep -q $DIST); then
EXTRAPACKAGES="$EXTRAPACKAGES debian-backports-keyring"
OTHERMIRROR="$OTHERMIRROR | deb
http://backports.debian.org/debian $STABLE_BACKPORTS_SUITE
$COMPONENTS"
fi
elif $(echo ${UBUNTU_SUITES[@]} | grep -q $DIST); then
# Ubuntu configuration
MIRRORSITE="http://$UBUNTU_MIRROR/ubuntu/";
# add PPA 'ubuntugis'
OTHERMIRROR="$OTHERMIRROR | deb
http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu $DIST
main"
COMPONENTS="main restricted universe multiverse"
else
echo "Unknown distribution: $DIST"
exit 1
fi

The command:

export DIST=wily ; sudo cowbuilder --create --distribution=$DIST
--basepath=/var/cache/pbuilder/base-$DIST-ubuntugis.cow --mirror
http://cz.archive.ubuntu.com/ubuntu/ --debootstrapopts
"--keyring=/usr/share/keyrings/ubuntu-archive-keyring.gpg"

I don't see anything wrong. Ma

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

Re: [Ubuntu] creating GRASS packages for UbuntuGIS

2016-01-09 Thread Martin Landa
Hi,

2016-01-09 15:14 GMT+01:00 Sebastiaan Couwenberg :
> Work around the buggy .pbuilderc by specifying the commandline options
> explicitly.

I minimized rc file [1] now it works, thanks. Ma

[1] http://geo102.fsv.cvut.cz/~landa/tmp/pbuilderrc

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

Re: [Ubuntu] creating GRASS packages for UbuntuGIS

2016-01-09 Thread Martin Landa
Hi,

2016-01-08 14:30 GMT+01:00 Sebastiaan Couwenberg :
> It's quite rare to have Ubuntu specific packaging in the git
> repositories so there is not much chance of collision. If the 'ubuntu/'
> prefix is already used for Ubuntu specific changes (like the freexl
> security updates for example), it's a good idea to use the 'ubuntugis/'
> prefix for the PPA packaging to differentiate them.

OK, I have build environment ready. I just don't see UbuntuGIS PPA
even I have in RC file defined

OTHERMIRROR="deb
http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu $DIST
main"

$ sudo DIST=wily cowbuilder --create --distribution=$DIST
--basepath=/var/cache/pbuilder/base-${DIST}-ubuntugis.cow
 -> Invoking pbuilder
  forking: pbuilder create --buildplace
/var/cache/pbuilder/base-wily-ubuntugis.cow --mirror
http://cz.archive.ubuntu.com/ubuntu/ --architecture amd64
--distribution wily --no-targz --extrapackages cowdancer
<- here --othermirror is missig
...
I: installing dummy policy-rc.d
Get:1 http://cz.archive.ubuntu.com wily InRelease [218 kB]
Get:2 http://cz.archive.ubuntu.com wily/main amd64 Packages [1420 kB]
Get:3 http://ppa.launchpad.net wily InRelease [15.5 kB]
Get:4 http://cz.archive.ubuntu.com wily/restricted amd64 Packages [15.6 kB]
Get:5 http://cz.archive.ubuntu.com wily/universe amd64 Packages [6704 kB]
Ign http://ppa.launchpad.net wily InRelease
Get:6 http://ppa.launchpad.net wily/main amd64 Packages [961 B]
Get:7 http://ppa.launchpad.net wily/main Translation-en [1026 B]
Get:8 http://cz.archive.ubuntu.com wily/multiverse amd64 Packages [138 kB]
Get:9 http://cz.archive.ubuntu.com wily/main Translation-en [839 kB]
Get:10 http://cz.archive.ubuntu.com wily/multiverse Translation-en [107 kB]
Get:11 http://cz.archive.ubuntu.com wily/restricted Translation-en [4296 B]
Get:12 http://cz.archive.ubuntu.com wily/universe Translation-en [4579 kB]
...

I don't see any UbuntuGIS PPA, I am not sure if it's OK.

> You need to have a cowbuilder chroot for the Ubuntu distributions you
> intend to build and upload the package for. In these chroots you need to
> enable the ubuntugis-unstable PPA for the dependencies. Because
> pbuilder/cowbuilder chroots reverts the changes after every run, you
> need to use the --save-after-login option together with --login to
> preserve the PPA changes.
>
> git-buildpackage uses the configuration in debian/gbp.conf to select the
> appropriate branches and tags, you need to update these for the
> UbuntuGIS packaging. As long as you use the same upstream tarball (from
> the upstream branch) as the Debian package, you only need to change the
> debian-branch option to ubuntugis/wily:

$ debcheckout --user martinl-guest --git-track '*' grass pkg-grass

Here I am lost, how to enter cowbuilder chroot and run git-buildpackage?

Martin

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

Re: [Ubuntu] creating GRASS packages for UbuntuGIS

2016-01-13 Thread Martin Landa
Hi,

2016-01-09 16:59 GMT+01:00 Sebastiaan Couwenberg :
> Because you're using a chroot for a non-standard distribution and this
> hasn't been configured in debian/gbp.conf, you need to specify the
> distribution with the -ubuntugis suffix to have git-buildpackage use the
> correct chroot (i.e. --git-dist=wily-ubuntugis). This is documented in
> the 'Building the package' section:
>
> http://pkg-grass.alioth.debian.org/policy/packaging.html#git-build-package

thanks I was able to create build environment by

export DIST=wily
sudo -E cowbuilder --create --distribution=$DIST
--basepath=/var/cache/pbuilder/base-${DIST}-ubuntugis.cow
--save-after-login --login

on Debian Unstable. On another machine (Ubuntu 14.04 LTS) the command fails by

 -> Copying COW directory
  forking: rm -rf /var/cache/pbuilder/build//cow.26267
  forking: cp -al /var/cache/pbuilder/base-wily-ubuntugis.cow
/var/cache/pbuilder/build//cow.26267
I: unlink for ilistfile /var/cache/pbuilder/build//cow.26267/.ilist
failed, it didn't exist?
 -> Invoking pbuilder
  forking: pbuilder login --buildplace
/var/cache/pbuilder/build//cow.26267 --no-targz --internal-chrootexec
chroot /var/cache/pbuilder/build//cow.26267 cow-shell
I: Running in no-targz mode
I: copying local configuration
cp: cannot create regular file
'/var/cache/pbuilder/build/cow.26267/etc/hosts': No such file or
directory
  forking: chroot /var/cache/pbuilder/build//cow.26267 apt-get clean
chroot: failed to run command ‘apt-get’: No such file or directory
 -> Moving work directory [/var/cache/pbuilder/build//cow.26267] to
final location [/var/cache/pbuilder/base-wily-ubuntugis.cow] and
cleaning up old copy
  forking: rm -rf /var/cache/pbuilder/build//cow.26267-26267-tmp

Any idea what could be wrong? Thanks, Martin

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

Re: [Ubuntu] creating GRASS packages for UbuntuGIS

2016-01-13 Thread Martin Landa
Hi,

2016-01-13 9:16 GMT+01:00 Martin Landa :
> Any idea what could be wrong? Thanks, Martin

ah, the reason is `--save-after-login --login`. When I omit these
parameters it works. Ma

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

Re: [Ubuntu] creating GRASS packages for UbuntuGIS

2016-01-13 Thread Martin Landa
Hi,

2016-01-13 9:17 GMT+01:00 Martin Landa :

I put on GRASS trac wiki draft of how-to [1]. Any comments are very welcomed.

I created building environment, see log [2] and build GRASS package
[3]. Unfortunately in logs I can't see any reference to UbuntuGIS PPA.
In pbuilde configuration I have

OTHERMIRROR="deb
http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu $DIST
main"

Any idea what could be wrong? Martin

[1] 
https://trac.osgeo.org/grass/wiki/DebianUbuntuPackaging#GitworkflowusingtheGRASSspecificbranches
[2] http://geo102.fsv.cvut.cz/~landa/tmp/log.builder
[3] http://geo102.fsv.cvut.cz/~landa/tmp/log.packager

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

Re: [Ubuntu] creating GRASS packages for UbuntuGIS

2016-01-14 Thread Martin Landa
Hi,

2016-01-13 23:04 GMT+01:00 Bas Couwenberg :
> I don't have time for an extensive review of the draft right now, but some
> initial comments follow.

first of all, thanks for useful comments!

> So instead of:
>
>  git checkout -b ubuntugis/wily experimental
>
> You should use:
>
>  git checkout -b ubuntugis/wily debian/7.0.3.rc1-1.exp2

OK, changed.

> Instead of using `dch -i` to create the new changelog entry, you should
> specify the version instead:
>
>  dch -v 7.0.3~rc1-1~wily1
>
> The default increment used by `dch -i` is not appropriate for UbuntuGIS
> backports.

OK, changed.

> When the packaging lives on a non-default branch (i.e. not master), you need
> to document the branch in the Vcs-Git URL and gbp.conf. See this commit for
> example:
>
>
> https://anonscm.debian.org/cgit/pkg-grass/grass.git/commit/?h=experimental&id=a32ba58d0e41e41b3c4608a1ee4d926fecc96d18

OK, done for ubuntugis/wily in [1]. I was just surprised that `git
commit` also push changes to the origin. So `git push` is not needed,
right?

> As mentioned before [0]:
>
> "
>  The Get lines for ppa.launchpad.net are for the othermirror you specified.
>
>  There is only ossim for wily, most UbuntuGIS packages are for the LTS
> releases.
>
>
> https://launchpad.net/~ubuntugis/+archive/ubuntu/ubuntugis-unstable/+packages
> "

Sorry, I overlooked this issue, thanks for patience.

> Did you notice the lintian warnings in your build log?

No, I checked for lintian and didn't find anything about warning? What
do you mean exactly?

Thanks! Martin

[1] 
http://anonscm.debian.org/cgit/pkg-grass/grass.git/commit/debian?h=ubuntugis%2Fwily
[2] http://geo102.fsv.cvut.cz/~landa/tmp/log.packager

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

Re: [Ubuntu] creating GRASS packages for UbuntuGIS

2016-01-14 Thread Martin Landa
Hi,

2016-01-14 13:02 GMT+01:00 Bas Couwenberg :

> No, `git commit` only commits in your local repository, to share the changes
> with the repository on Alioth used by others you need to push your local
> changes with `git push`, this is one of big distinctions between Subversion
> and Git. With SVN you commit to the shared repo, with git you commit
> locally. This allows you to rebase your local changes into coherent commits
> before pushing them to the shared repository to ease merging and review in
> the shared repo.

sure, the more I was surprised that after my first commit to the repo
(git commit) that it's automatically pushed to the origin. I will see
what happen next time.

[...]

Martin

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

Re: [Ubuntu] creating GRASS packages for UbuntuGIS

2016-01-14 Thread Martin Landa
Hi,

2016-01-14 13:44 GMT+01:00 Martin Landa :

there is one issue what I don't understand, the result what is to be
uploaded by `dput` (`changes` file) is architecture depended
(../grass_7.0.3~rc1-1~wily1_amd64.changes). Does it mean that I need
to create build environment for both i386 and amd64 platforms?

Thanks for clarification. Ma

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

Re: [Ubuntu] creating GRASS packages for UbuntuGIS

2016-01-14 Thread Martin Landa
Hi,

2016-01-14 14:05 GMT+01:00 Bas Couwenberg :
> Launchpad wants source only uploads (-S) and builds the binaries for the
> various platforms itself.

right, but the source contains in name in it's content marks about
platform (amd64) [1]. The command

dput ppa:ubuntugis/ubuntugis-unstable ../grass_7.0.3~rc1-1~wily1_amd64.changes

Martin

[1] http://geo102.fsv.cvut.cz/~landa/tmp/grass_7.0.3~rc1-1~wily1_amd64.changes

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

Re: [Ubuntu] creating GRASS packages for UbuntuGIS

2016-01-14 Thread Martin Landa
Hi,

2016-01-14 14:08 GMT+01:00 Martin Landa :
> right, but the source contains in name in it's content marks about
> platform (amd64) [1]. The command
>
> dput ppa:ubuntugis/ubuntugis-unstable ../grass_7.0.3~rc1-1~wily1_amd64.changes

there should be

grass_7.0.3~rc1-1~wily1_source.changes

right?

But I am getting just

ls ../*changes
../grass_7.0.3~rc1-1~wily1_amd64.changes

Ma

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

Re: [Ubuntu] creating GRASS packages for UbuntuGIS

2016-01-14 Thread Martin Landa
Hi,

2016-01-14 14:43 GMT+01:00 Bas Couwenberg :
> You can just add -S to your git-buildpackage command, or use
> --git-pbuilder-options="--debbuildopts=-S".

thanks, I updated how-to on GRASS wiki accordingly. Martin

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

Re: [Ubuntu] creating GRASS packages for UbuntuGIS

2016-01-14 Thread Martin Landa
Hi,

2016-01-14 17:03 GMT+01:00 Martin Landa :

I have question about tagging, what should be appropriate format

git tag ubuntugis-wily/7.0.3RC1

or

git tag ubuntugis-wily/7.0.3~rc1-1~wily1

? Thanks, Martin

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

Re: [Ubuntu] creating GRASS packages for UbuntuGIS

2016-01-14 Thread Martin Landa
Hi,

2016-01-14 17:08 GMT+01:00 Martin Landa :

hopefully one of last issue, uploading

dput ppa:ubuntugis/ubuntugis-unstable ../grass_7.0.3~rc1-1~wily1_source.changes

in my case fails

No host ppa:ubuntugis/ubuntugis-unstable found in config

Any idea what could be wrong? Ma

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

Re: [Ubuntu] creating GRASS packages for UbuntuGIS

2016-01-14 Thread Martin Landa
Hi,

2016-01-14 18:06 GMT+01:00 Bas Couwenberg :

> You should use tags with the format:
>
>  /
>
> So in this case that's:
>
>  ubuntugis/7.0.3~rc1-1~wily1

Ok, thanks. Ma

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

Re: [Ubuntu] creating GRASS packages for UbuntuGIS

2016-01-14 Thread Martin Landa
Hi,

2016-01-14 18:06 GMT+01:00 Bas Couwenberg :
>  /
>
> So in this case that's:
>
>  ubuntugis/7.0.3~rc1-1~wily1

hm, `git tag ubuntugis/7.0.3~rc1-1~wily1`

says

fatal: 'ubuntugis/7.0.3~rc1-1~wily1' is not a valid tag name.

What I am doing wrong? Ma

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

Re: [Ubuntu] creating GRASS packages for UbuntuGIS

2016-01-14 Thread Martin Landa
Hi,

2016-01-14 18:33 GMT+01:00 Bas Couwenberg :
>> You need to replace the tilde (which is not a valid character in tags)
>> with a dot. Like the experimental tag:

ah, OK, I changed it to

git tag ubuntugis/7.0.3.rc1-1.wily1

Thanks, Ma

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

Re: [Ubuntu] creating GRASS packages for UbuntuGIS

2016-01-16 Thread Martin Landa
Dear UbuntuGIS community,

2016-01-14 17:56 GMT+01:00 Martin Landa :

I have problem to upload source changes to your PPA

> dput ppa:ubuntugis/ubuntugis-unstable 
> ../grass_7.0.3~rc1-1~wily1_source.changes
>
> in my case fails
>
> No host ppa:ubuntugis/ubuntugis-unstable found in config

Any idea what is wrong or missing on my side? Thanks, Martin

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

Re: [Ubuntu] creating GRASS packages for UbuntuGIS

2016-01-16 Thread Martin Landa
Hi Bas,

2016-01-14 18:37 GMT+01:00 Martin Landa :

at this point I am planning to merge changes done in `experimental`
branch (7.0.3RC2) to branch `ubuntugis/wily`. I just wonder how to do
it correctly? Thanks. Martin
___
UbuntuGIS mailing list
Ubuntu@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/ubuntu
http://trac.osgeo.org/ubuntugis/wiki

Re: [Ubuntu] creating GRASS packages for UbuntuGIS

2016-01-16 Thread Martin Landa
2016-01-16 11:21 GMT+01:00 Sebastiaan Couwenberg :
> Could you not find this documentation yourself?

sorry, I didn't have such problem with GRASS PPA. Thanks for pointers, Martin

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

Re: [Ubuntu] creating GRASS packages for UbuntuGIS

2016-01-16 Thread Martin Landa
Hi,

2016-01-16 11:24 GMT+01:00 Martin Landa :
> sorry, I didn't have such problem with GRASS PPA. Thanks for pointers, Martin

well, I still struggle with that (my `.dput.cf`), the command

$ dput ppa:ubuntugis/ubuntugis-unstable
../grass_7.0.3~rc1-1~wily1_source.changes
Checking signature on .changes
gpg: Signature made Thu 14 Jan 2016 05:52:12 PM CET using RSA key ID B8F8BBAB
gpg: Good signature from "Martin Landa "
Good signature on ../grass_7.0.3~rc1-1~wily1_source.changes.
Checking signature on .dsc
gpg: Signature made Thu 14 Jan 2016 05:52:10 PM CET using RSA key ID B8F8BBAB
gpg: Good signature from "Martin Landa "
Good signature on ../grass_7.0.3~rc1-1~wily1.dsc.
Uploading to ppa:ubuntugis/ubuntugis-unstable (via ftp to ppa.launchpad.net):
  Uploading grass_7.0.3~rc1-1~wily1.dsc: done.
  Uploading grass_7.0.3~rc1-1~wily1.debian.tar.xz: done.
  Uploading grass_7.0.3~rc1-1~wily1_source.changes: done.

fails with:

"""
Could not write
../grass_7.0.3~rc1-1~wily1_source.ppa:ubuntugis/ubuntugis-unstable.upload
"""

I changed method to sftp (*) but the result is the same. Probably
missing privileges in UbuntuGIS PPA? Thanks for feedback in advance,
Martin

(*) I needed to copy sftp.py from Ubuntu's dput package (Debian
package misses this file).

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

Re: [Ubuntu] creating GRASS packages for UbuntuGIS

2016-01-16 Thread Martin Landa
Hi,

2016-01-16 11:27 GMT+01:00 Sebastiaan Couwenberg :
> You need to merge the changes from the rc2 tag into the ubuntugis branch:
>
>  git checkout ubuntugis/wily
>  git merge debian/7.0.3.rc2-1.exp1
>  dch -v 7.0.3~rc2-1~exp1~wily1

thanks for the commands! Martin
___
UbuntuGIS mailing list
Ubuntu@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/ubuntu
http://trac.osgeo.org/ubuntugis/wiki

Re: [Ubuntu] creating GRASS packages for UbuntuGIS

2016-01-16 Thread Martin Landa
Hi,

2016-01-16 11:27 GMT+01:00 Sebastiaan Couwenberg :

>  dch -v 7.0.3~rc2-1~exp1~wily1

btw, I started to use different format of tags (without `exp` - I
thought that it's just related to experimental branch):

dch -v 7.0.3~rc2-1~wily1

Is it OK, or I should follow `exp` syntax? Or this syntax is relevant
only for RCs? So 7.0.3 become:

7.0.3-1~wily1 or 7.0.3-1~exp1~wily1 in experimental branch?

Martin

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

Re: [Ubuntu] creating GRASS packages for UbuntuGIS

2016-01-16 Thread Martin Landa
Hi,

2016-01-16 11:57 GMT+01:00 Sebastiaan Couwenberg :
> Correct, you're not on the list of members yet:
>
>  https://launchpad.net/~ubuntugis/+members

ah, OK. Could someone from UbuntuGIS maintainers to add to the list?
Thanks! Martin

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

Re: [Ubuntu] creating GRASS packages for UbuntuGIS

2016-01-16 Thread Martin Landa
Hi,

2016-01-16 12:02 GMT+01:00 Martin Landa :
> ah, OK. Could someone from UbuntuGIS maintainers to add to the list?
> Thanks! Martin

thanks for adding me as new member. Unfortunately to dput command
still fails with

Could not write
../grass_7.0.3~rc1-1~wily1_source.ppa:ubuntugis/ubuntugis-unstable.upload

Any idea what could be (still) wrong? Martin

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

Re: [Ubuntu] creating GRASS packages for UbuntuGIS

2016-01-16 Thread Martin Landa
Hi.

2016-01-16 12:16 GMT+01:00 Sebastiaan Couwenberg :
> On 16-01-16 11:55, Martin Landa wrote:
>> 2016-01-16 11:27 GMT+01:00 Sebastiaan Couwenberg :
>>>  dch -v 7.0.3~rc2-1~exp1~wily1
>>
>> btw, I started to use different format of tags (without `exp` - I
>> thought that it's just related to experimental branch):
>
> The -1~exp1 revision is used to have the experimental versions precede
> the -1 upload to unstable.

yes, but it's valid for Debian, not for Ubuntu ASAIU.

>  Please keep in mind issues like the possibility to upgrade to the next
>  Ubuntu stable release. Packages that are backports can be made
>  inferior in version by using a tilde. If the package contains
>  additional development, a version number without the tilde will make
>  it higher, but not as high as the next Debian revision. For example:
>
> 2.12.0-1~natty1 (backport in PPA)
>   < 2.12.0-1(from Debian in Ubuntu)
>   < 2.12.0-1natty1  (in PPA, containing additions)
>   < 2.12.0-2(from Debian in Ubuntu).
> "
>
> https://pkg-grass.alioth.debian.org/policy/packaging.html#ubuntugis-ppa
>
>> dch -v 7.0.3~rc2-1~wily1
>
> This is wrong for backports.

What is exactly wrong? Based on 2.12.0-1~natty1

7.0.3RC1 -> 7.0.3~rc1-1~willy1
7.0.3 -> 7.0.3-1~wily1

Sorry, I am getting lost from such complexity, Martin

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

Re: [Ubuntu] creating GRASS packages for UbuntuGIS

2016-01-16 Thread Martin Landa
Hi,

2016-01-16 13:11 GMT+01:00 Sebastiaan Couwenberg :
>>> The -1~exp1 revision is used to have the experimental versions precede
>>> the -1 upload to unstable.
>>
>> yes, but it's valid for Debian, not for Ubuntu ASAIU.
> Ubuntu is a derivative of Debian, and so it applies to Ubuntu as well.

hm, but there is not experimental or unstable branch in Ubuntu. I
would expect that `exp` in package names are just related to
experimental branch (in Debian).

>> What is exactly wrong? Based on 2.12.0-1~natty1
>
> Because "~wily1" is appended to the version uploaded to the Debian
> archive: 7.0.3~rc2-1~exp1.
>
> And so the correct revision for the UbuntuGIS backport is
> 7.0.3~rc2-1~exp1~wily1.

OK, thanks for explanation. Martin

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

Re: [Ubuntu] creating GRASS packages for UbuntuGIS

2016-01-17 Thread Martin Landa
Hi,

2016-01-16 23:12 GMT+01:00 Martin Landa :
>> And so the correct revision for the UbuntuGIS backport is
>> 7.0.3~rc2-1~exp1~wily1.
>
> OK, thanks for explanation. Martin

I changed the GRASS how-to include `exp1` in tag names. What I do not
understand when to use `exp` in tag/package names and when not. My
work will be based on `exp` tags [1], so I should include `exp` in
tag/package names always? Sorry, it's still not clear to me. So the
next GRASS stable version in LTS will be `7.0.3-1~exp1~trusty1`? Ma

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

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

Re: [Ubuntu] creating GRASS packages for UbuntuGIS

2016-01-17 Thread Martin Landa
2016-01-17 13:09 GMT+01:00 Sebastiaan Couwenberg :
> When you're backporting an upload to the Debian archive for UbuntuGIS
> you append ~1 to the package version, always.
>
> So if you're backporting an experimental upload which includes ~expN in
> its version you keep that, and when you're backporting an upload to
> unstable which doesn't include ~expN in its version, you still append
> ~1 to the version.
>
> I may skip the experimental upload for 7.0.3 final, and upload 7.0.3-1
> to unstable directly instead of uploading 7.0.3-1~exp1 to experimental
> first. We only have to rebuild libgdal-grass since qgis will be removed
> from the archive on the 26th, so we don't have much of a transition to
> coordinate.

thanks for clarification, Ma

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

Re: [Ubuntu] creating GRASS packages for UbuntuGIS

2016-01-17 Thread Martin Landa
Hi,

2016-01-16 12:56 GMT+01:00 Martin Landa :

I am still unable to upload source package to UbuntuGIS PPA.

My dput.cf:

"""
[ppa:ubuntugis/ubuntugis-unstable]
fqdn = ppa.launchpad.net
method = sftp
incoming = ppa:ubuntugis/ubuntugis-unstable
login = landa-martin
"""

The command:

$ dput ppa:ubuntugis/ubuntugis-unstable
../grass_7.0.3~rc1-1~exp1~wily1_source.changes

fails with:

Checking signature on .changes
...
Good signature on ../grass_7.0.3~rc1-1~exp1~wily1_source.changes.
Checking signature on .dsc
...
Good signature on ../grass_7.0.3~rc1-1~exp1~wily1.dsc.
Uploading to ppa:ubuntugis/ubuntugis-unstable (via sftp to ppa.launchpad.net):
  grass_7.0.3~rc1-1~exp1~wily1.dsc: done.
  grass_7.0.3~rc1-1~exp1~wily1.debian.tar.xz: done.
  grass_7.0.3~rc1-1~exp1~wily1_source.changes: done.
Could not write
../grass_7.0.3~rc1-1~exp1~wily1_source.ppa:ubuntugis/ubuntugis-unstable.upload

Any idea what is wrong? I am team member [1] and having registered my
GPG key at http://keyserver.ubuntu.com and imported in my Launchpad
account.

Thanks in advance for any tips. Martin

[1] https://launchpad.net/~ubuntugis/+members

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

Re: [Ubuntu] creating GRASS packages for UbuntuGIS

2016-01-17 Thread Martin Landa
Hi,

2016-01-17 13:28 GMT+01:00 Martin Landa :
> Any idea what is wrong? I am team member [1] and having registered my
> GPG key at http://keyserver.ubuntu.com and imported in my Launchpad
> account.

ah, I see, my PGP key is still waiting for validation. Sorry for the
noise. Martin

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

Re: [Ubuntu] creating GRASS packages for UbuntuGIS

2016-01-17 Thread Martin Landa
2016-01-17 13:30 GMT+01:00 Martin Landa :
>> Any idea what is wrong? I am team member [1] and having registered my
>> GPG key at http://keyserver.ubuntu.com and imported in my Launchpad
>> account.
>
> ah, I see, my PGP key is still waiting for validation. Sorry for the
> noise. Martin

hm, my PGP key is now validated, but I am still not able to upload
source package to UbuntiuGIS PPA. I asked on Launchpad for help.
Martin

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

Re: [Ubuntu] creating GRASS packages for UbuntuGIS

2016-01-17 Thread Martin Landa
2016-01-17 13:40 GMT+01:00 Martin Landa :
> hm, my PGP key is now validated, but I am still not able to upload
> source package to UbuntiuGIS PPA. I asked on Launchpad for help.

Ok, I solved myself, correct `dput.cf` is:

"""
[ubuntugis-unstable]
fqdn = ppa.launchpad.net
method = ftp
incoming = ~ubuntugis/ubuntugis-unstable/ubuntu/
login = landa-martin
allow_unsigned_uploads = 0
"""

Ma

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

Re: [Ubuntu] creating GRASS packages for UbuntuGIS

2016-01-17 Thread Martin Landa
Hi,

2016-01-17 13:49 GMT+01:00 Martin Landa :

hm, it's still not working, after uploading package by

$ dput ubuntugis-unstable ../grass_7.0.3~rc2-1~exp1~wily1_source.changes
...
Uploading to ubuntugis-unstable (via ftp to ppa.launchpad.net):
landa-mar...@ppa.launchpad.net password:
  Uploading grass_7.0.3~rc2-1~exp1~wily1.dsc: done.
  Uploading grass_7.0.3~rc2-1~exp1~wily1.debian.tar.xz: done.
  Uploading grass_7.0.3~rc2-1~exp1~wily1_source.changes: done.
Successfully uploaded packages.

I am getting rejection e-mail:

"""
Unable to find grass_7.0.3~rc2.orig.tar.gz in upload or distribution.
Files specified in DSC are broken or missing, skipping package unpack
verification.

grass (7.0.3~rc2-1~exp1~wily1) wily; urgency=medium

  * New upstream release candidate.
"""

I found `grass_7.0.3~rc2.orig.tar.gz` in my local dir:

-rw-r--r--  1 martin martin 120K Jan 17 14:45
grass_7.0.3~rc2-1~exp1~wily1_amd64.build
-rw-r--r--  1 martin martin  24K Jan 17 14:45
grass_7.0.3~rc2-1~exp1~wily1.debian.tar.xz
-rw-r--r--  1 martin martin 2.5K Jan 17 14:51 grass_7.0.3~rc2-1~exp1~wily1.dsc
-rw-r--r--  1 martin martin 1.9K Jan 17 14:52
grass_7.0.3~rc2-1~exp1~wily1_source.changes
-rw-r--r--  1 martin martin  321 Jan 17 14:53
grass_7.0.3~rc2-1~exp1~wily1_source.ubuntugis-unstable.upload
-rw-r--r--  1 martin martin  38M Jan 17 14:36 grass_7.0.3~rc2.orig.tar.gz

but the file hasn't been apparently uploaded. Any idea what could be
wrong? Thanks, Martin

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

Re: [Ubuntu] creating GRASS packages for UbuntuGIS

2016-01-17 Thread Martin Landa
Hi,

2016-01-17 13:09 GMT+01:00 Sebastiaan Couwenberg :
> first. We only have to rebuild libgdal-grass since qgis will be removed
> from the archive on the 26th, so we don't have much of a transition to
> coordinate.

btw, why qgis is going to be removed from the archive? Thanks, Martin

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

Re: [Ubuntu] creating GRASS packages for UbuntuGIS

2016-01-17 Thread Martin Landa
Hi,

2016-01-17 15:02 GMT+01:00 Sebastiaan Couwenberg :
> Build with -sa to have the orig.tar.gz included in the upload.

OK, but it means that orig.tar.gz will be uploaded several times for
every upload (wily, trusty, ...), right? Ma

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

Re: [Ubuntu] creating GRASS packages for UbuntuGIS

2016-01-17 Thread Martin Landa
Hi,

2016-01-17 17:33 GMT+01:00 Sebastiaan Couwenberg :
>> OK, but it means that orig.tar.gz will be uploaded several times for
>> every upload (wily, trusty, ...), right? Ma
>
> You only need to upload it the first time, but as long as the tarball is
> identical uploading it again isn't an issue.

OK, thanks for clarification, Ma

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

Re: [Ubuntu] creating GRASS packages for UbuntuGIS

2016-01-17 Thread Martin Landa
Hi,

2016-01-17 15:11 GMT+01:00 Sebastiaan Couwenberg :
> Qt4 is EOL, and its WebKit component has been removed because its
> security issues cannot be fixed any more.

thanks for explanation. Ma

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

[Ubuntu] major upgrade

2016-04-09 Thread Martin Landa
Hi all,

UbuntuGIS project is still in extremely bad shape. Most of branches
are not maintained at all, only unstable is somehow living. Well,
there is still GDAL 1.10, who cares ;-)

AFAR you were planning to update UbuntuGIS project by using packages
from OSGeoLive. I wanted to ask if there is any progress about that?
Since Ubuntu 16.04 still comes with GDAL 1.11, it would be nice to
have GDAL 2.0 at least in UbuntuGIS.

Thanks, Martin


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

Re: [Ubuntu] major upgrade

2016-04-10 Thread Martin Landa
Hi Angelos,

2016-04-10 11:38 GMT+02:00 Angelos Tzotsos :
> How about we arrange an IRC meeting to start this process?

good idea, Martin

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

Re: [Ubuntu] Pushing OSGeoLive packages to UbuntuGIS

2016-04-22 Thread Martin Landa
Dear Angelos,

2016-04-22 17:22 GMT+02:00 Angelos Tzotsos :
> Any thoughts/comments/objections?

everything will be better than the current situation... Thanks for
your work. Your plan sounds good. Martin

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

Re: [Ubuntu] Stable update

2016-04-24 Thread Martin Landa
Hi Angelos,

2016-04-24 22:02 GMT+02:00 Angelos Tzotsos :
> The following steps have been completed for the Stable ppa:
> 1. Ubuntu releases that reached End Of Life were removed from the archive.
> Stable now includes packages for Precise and Trusty. We can move Willy and
> Xenial packages to Stable at some point in the future.
> 2. All packages included in OSGeoLive 9.0 release, were copied and re-built
> for Stable ppa. Those packages are Trusty only.
> 3. Some maintenance patches have been applied for a couple of packages.

thanks for the hard work and turning the UbuntuGIS project to be alive
again. Martin

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

Re: [Ubuntu] Stable update

2016-04-25 Thread Martin Landa
Hi,

2016-04-24 22:02 GMT+02:00 Angelos Tzotsos :

>
> For the Testing and Unstable repositories, all Ubuntu EOL releases were
> also removed from the archives to save space.
>

I wonder if we really need three repos. Probably two repos - stable and
testing/unstable would be enough. Martin

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

Re: [Ubuntu] Stable update

2016-04-25 Thread Martin Landa
Hi,

2016-04-25 19:26 GMT+02:00 Randal Hale :
> Unstable has always been a bit confusing (at least for me) because we had
> "stable" packages in a unstable repo. Maybe you could do a Stable/Testing or
> Stable/Unstable. We've only ever had one relevant ppa and that has been
> unstable.

as GRASS packager I would use stable repo for stable releases and
testing/unstable for RCs. Moreover it's easier to maintain two repos
rather then two. Bearing in mind man power which UbuntuGIS project
has. Martin

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

Re: [Ubuntu] Stable update

2016-04-29 Thread Martin Landa
Hi,

2016-04-29 11:07 GMT+02:00 Sebastiaan Couwenberg :
> There are multiple LTS releases supported at any point in time, ideally
> those are supported by UbuntuGIS too.
>
> But the manpower is lacking in UbuntuGIS to maintain the packages for
> even one Ubuntu LTS release, let alone more than one.
>
> The manpower issue needs to be addressed before significant changes in
> UbuntuGIS can be expected.

I agree, lacking man power was the main reason why I suggested to have
only two repos:

* ubuntugis-stable
* ubuntugis-experimental (RCs, ...)

Ma

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

[Ubuntu] stable repo policy

2016-05-01 Thread Martin Landa
Hi all,

recently I uploaded grass 7.0.4 package to ubuntugis-unstable. I
wanted to ask what is status of stable repo after recent major update.
May I upload the new package for GRASS or it's somehow fixed regarding
OSGeoLive version?

Thanks, Martin

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

[Ubuntu] unstable: providing rcs

2016-09-08 Thread Martin Landa
Hi,

I remember that there was a discussion about that, unfortunately I
cannot find it. So sorry for asking again. My question is about
providing RCs packages of GRASS via ubungugis PPA. My idea is to use
unstable PPA for providing RCs.

* when RC is released it goes into unstable
* when final version is released it goes into unstable and testing

Make this approach sense to you or you prefer to provide RCs via
private PPA like [1]. Thanks for answer, Martin

[1] https://launchpad.net/%7Egrass/+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
http://lists.osgeo.org/mailman/listinfo/ubuntu
http://trac.osgeo.org/ubuntugis/wiki

Re: [Ubuntu] unstable: providing rcs

2016-09-11 Thread Martin Landa
Hi,

2016-09-08 15:18 GMT+02:00 Angelos Tzotsos :
> OSGeoLive nightly --> UbuntuGIS Testing --> UbuntuGIS Unstable --> UbuntuGIS
> Stable
>
> Please upload new packages to Testing.

you are referring only to final versions or also RC packages? Thanks, Martin

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

Re: [Ubuntu] unstable: providing rcs

2016-09-11 Thread Martin Landa
2016-09-11 23:13 GMT+02:00 Martin Landa :
>> Please upload new packages to Testing.
>
> you are referring only to final versions or also RC packages? Thanks, Martin

to be clear, can I upload 7.0.5RC1 to testing or wait for 7.0.5 (and
use private PPA for RC packages)? Ma

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

Re: [Ubuntu] unstable: providing rcs

2016-09-16 Thread Martin Landa
Hi,

2016-09-12 15:46 GMT+02:00 Angelos Tzotsos :
>> to be clear, can I upload 7.0.5RC1 to testing or wait for 7.0.5 (and
>> use private PPA for RC packages)? Ma
>>
>
> Yes, RC releases are fine for Testing ppa.

OK, later when final version will be out (7.0.5) I will upload the
package to testing and unstable too, or you prefer to maintain
unstable PPA on your own? Thanks for clarification in advance. Martin

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

[Ubuntu] Fwd: [GRASS-dev] ubuntu gis policy

2016-09-16 Thread Martin Landa
Hi,

I took liberty to forward opinion about PPA naming from GRASS ML.  The
name for unstable PPA is simply confusing (moreover with combination
of testing PPA used for experimental packages - especially for Debian
users). Could be that I missed discussion about PPA naming, anyway
current names do not respect real usage of PPAs in my eyes.

And I want to express again big thanks (especially to Angelos) for
making ubuntugis project alive! Martin

-- Forwarded message --
From: Blumentrath, Stefan 
Date: 2016-09-16 13:12 GMT+02:00
Subject: RE: [GRASS-dev] ubuntu gis policy
To: Martin Landa , GRASS developers list



Hei Martin,

Do you have any chance to influence the naming of the PPAs?

As recently also discussed on the QGIS mailinglist, packages from a
repository named "unstable" can get blocked by system administrators
(who not necessarily will take the time to try to understand what is
behind all applications), regardless if I as a user tell them that
"unstable" actually means "current release"...

Would be nice to have a more admin-friendly name there...

Cheers
Stefan

-Original Message-
From: grass-dev [mailto:grass-dev-boun...@lists.osgeo.org] On Behalf
Of Martin Landa
Sent: 16. september 2016 13:03
To: GRASS users list ; GRASS developers
list 
Subject: [GRASS-dev] ubuntu gis policy

Hi all,

recently ubuntugis maintainers changed their policy. This means that
currently is used this workflow:

OSGeoLive nightly --> UbuntuGIS Testing --> UbuntuGIS Unstable -->
UbuntuGIS Stable

What does it means for GRASS?

1) experimental packages (like Release Candidates) are uploaded to
Testing PPA [1]
2) final version packages are uploaded to Testing and Unstable [2]
3) Stable PPA can contain older version [3]

For user who want to help with testing experimental packages: please
use Testing PPA otherwise use Unstable (if you prefer up-to-date
version) or Stable PPA (you prefer stability - slightly older versions).

Martin

[1] https://launchpad.net/~ubuntugis/+archive/ubuntu/ubuntugis-testing
[2] https://launchpad.net/~ubuntugis/+archive/ubuntu/ubuntugis-unstable
[3] https://launchpad.net/~ubuntugis/+archive/ubuntu/ppa

--
Martin Landa
http://geo.fsv.cvut.cz/gwiki/Landa
http://gismentors.cz/mentors/landa
___
grass-dev mailing list
grass-...@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev


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

Re: [Ubuntu] Fwd: [GRASS-dev] ubuntu gis policy

2016-09-16 Thread Martin Landa
Hi,

2016-09-16 15:45 GMT+02:00 Micha Silver :
> "Experimental" (=Debian testing) --> "Current" (=Debian unstable) -->
> "Legacy" (=Debian stable)

AFAIK, Debian toolchains is: Experimental -> Unstable -> Testing -> Stable

So:

"Experimental" (=Debian experimental) --> "Current" (=Debian
unstable/testing) --> "Legacy" (=Debian stable)

Ma

>
> -Original Message-
> From: grass-dev [mailto:grass-dev-boun...@lists.osgeo.org] On Behalf
> Of Martin Landa
> Sent: 16. september 2016 13:03
> To: GRASS users list ; GRASS developers
> list 
> Subject: [GRASS-dev] ubuntu gis policy
>
> Hi all,
>
> recently ubuntugis maintainers changed their policy. This means that
> currently is used this workflow:
>
> OSGeoLive nightly --> UbuntuGIS Testing --> UbuntuGIS Unstable -->
> UbuntuGIS Stable
>
> What does it means for GRASS?
>
> 1) experimental packages (like Release Candidates) are uploaded to
> Testing PPA [1]
> 2) final version packages are uploaded to Testing and Unstable [2]
> 3) Stable PPA can contain older version [3]
>
> For user who want to help with testing experimental packages: please
> use Testing PPA otherwise use Unstable (if you prefer up-to-date
> version) or Stable PPA (you prefer stability - slightly older versions).
>
> Martin
>
> [1] https://launchpad.net/~ubuntugis/+archive/ubuntu/ubuntugis-testing
> [2] https://launchpad.net/~ubuntugis/+archive/ubuntu/ubuntugis-unstable
> [3] https://launchpad.net/~ubuntugis/+archive/ubuntu/ppa
>
> --
> Martin Landa
> http://geo.fsv.cvut.cz/gwiki/Landa
> http://gismentors.cz/mentors/landa
> ___
> grass-dev mailing list
> grass-...@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/grass-dev
>
>
>
>
>
> ___
> UbuntuGIS mailing list
> Ubuntu@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/ubuntu
> http://trac.osgeo.org/ubuntugis/wiki



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

Re: [Ubuntu] GRASS 7.0.5 and the GDAL GRASS plugin

2016-10-03 Thread Martin Landa
Hi,

2016-10-03 14:22 GMT+02:00 Sebastiaan Couwenberg :
>>> @Martin, will you update libgdal-grass along with grass for 7.0.5 as
>>> I've done for Debian?
>>
>> The UbuntuGIS branches for libgdal-grass have been updated for GRASS
>> 7.0.5, but they cannot be built yet because the published grass packages
>> haven't found their way into the Packages files on the Launchpad APT
>> repository and are hence unavailable to cowbuiler chroots.
>
> The grass 7.0.5 packages are now available in the Launchpad APT
> repository, so I've rebuilt and uploaded the libgdal-grass packages for
> ubuntugis-unstable & -experimental.

thanks for quick solving. Next time I can upload this package together
with GRASS. Martin

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

[Ubuntu] git push fails

2016-11-25 Thread Martin Landa
Hi,

when building GRASS packages for Launchpad [1] I have problem with

git push --all --set-upstream

which fails with

Branch vdigit set up to track remote branch vdigit from origin.
error: failed to push some refs to
'git+ssh://martinl-gu...@git.debian.org/git/pkg-grass/grass.git'
hint: Updates were rejected because a pushed branch tip is behind its remote
hint: counterpart. Check out this branch and integrate the remote changes
hint: (e.g. 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.

Any idea what could be wrong? Thanks, Ma

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

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

Re: [Ubuntu] git push fails

2016-11-25 Thread Martin Landa
Hi,

2016-11-25 12:15 GMT+01:00 Sebastiaan Couwenberg :
> There are commits on the branch that you haven't pulled into your
> working copy. You can fix it by rebasing your branch:
>
>  git pull --rebase

thanks for explanation, I have update GRASS cookbook accordingly. Martin

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

Re: [Ubuntu] git push fails

2016-11-25 Thread Martin Landa
Hi,

2016-11-25 17:34 GMT+01:00 Sebastiaan Couwenberg :
> I've fixed it on the trusty & xenial branches, and pushed the commits to
> Alioth. Don't forget to pull the changes to have those commits in your
> working copy before you make new changes, to prevent the need to rebase.

Ok, thanks. I will rebuild packages on Lauchpad to reflect this change. Ma

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

[Ubuntu] non-LTS packages

2017-04-23 Thread Martin Landa
Hi,

recently I uploaded GRASS package (7.2.1RC2) to Expr PPA for zesty
which is not LTS. Since UbuntuGIS supports only LTS Ubuntu releases I
wonder if it's a good idea. Similarly I was planning to upload GRASS
7.2.1 package when it will be released also to Unstable PPA.

Thanks for clarification. Martin

-- 
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] non-LTS packages

2017-04-23 Thread Martin Landa
Hi,

2017-04-23 17:38 GMT+02:00 Sebastiaan Couwenberg :
> There isn't much value for zesty users to add the UbuntuGIS PPAs, there
> is only GRASS. Because there isn't even sufficient manpower to maintain
> the packages for the still supported LTS releases, adding packages for
> non-LTS releases sends the wrong signal.

OK, make sense, I have removed this package from Expr PPA.

> If you want to maintain grass packages for other Ubuntu releases, that
> should be done in the GRASS PPA. Which comes with the downside of users
> likely having to deal with incompatible packages between PPAs when
> they're using more than one.

OK, I will use GRASS PPA for non-LTS packages. Thanks for feedback, Ma

--
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] non-LTS packages

2017-05-03 Thread Martin Landa
Hi,

2017-04-23 19:34 GMT+02:00 Martin Landa :
>> If you want to maintain grass packages for other Ubuntu releases, that
>> should be done in the GRASS PPA. Which comes with the downside of users
>> likely having to deal with incompatible packages between PPAs when
>> they're using more than one.
>
> OK, I will use GRASS PPA for non-LTS packages. Thanks for feedback, Ma

just to be sure, is it feasible to maintain such packages in git [1]?
Thanks for clarification, Martin

[1] https://anonscm.debian.org/cgit/pkg-grass/grass.git?h=ubuntugis%2Fzesty

-- 
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] non-LTS packages

2017-05-04 Thread Martin Landa
Hi,

2017-05-04 8:39 GMT+02:00 Sebastiaan Couwenberg :
> For the packaging intended for the GRASS PPA the 'grass/' prefix is
> appropriate.

make sense, I have renamed related tags and branch:

git tag | grep zesty
grass/7.2.1-1.zesty1
grass/7.2.1.rc2-1.exp1.zesty1

git branch | grep zesty
  grass/zesty

Probably other non-LTS tags/branches should be renamed, what do you think?

git branch | grep ubuntugis
  ubuntugis/trusty
  ubuntugis/vivid
  ubuntugis/wily
  ubuntugis/xenial
  ubuntugis/yakkety

Ma

-- 
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] [GRASS-user] GRASS support lost (again)

2017-05-15 Thread Martin Landa
Hi,

2017-05-15 8:54 GMT+02:00 Bas Couwenberg :
> Ideally the person who updates the grass package in the UbuntuGIS PPA also
> ensures that its reverse dependencies (libgdal-grass & qgis) are updated to
> work with the new version.

you are right, it's my plan, unfortunately not enough time. I will try
to change it in the near future. Martin

-- 
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

[Ubuntu] update QGIS package when GRASS is released

2017-05-15 Thread Martin Landa
Hi,

currently we are facing broken QGIS GRASS integration in Unstable PPA
since I have uploaded package for new version of GRASS (7.2.1) few
days ago. I am prepared to take care about qgis package update in this
case. Unfortunately my time is limited for this task, I will
appreciate your tips who to create qgis package correctly for
UbuntuGIS. Ideally something similar what is documented for GRASS [1].

Thanks! Martin

[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] update QGIS package when GRASS is released

2017-05-16 Thread Martin Landa
Hi,

2017-05-15 19:53 GMT+02:00 Martin Landa :
> case. Unfortunately my time is limited for this task, I will
> appreciate your tips who to create qgis package correctly for
> UbuntuGIS. Ideally something similar what is documented for GRASS [1].

I will start with

https://anonscm.debian.org/git/pkg-grass/qgis.git

Ma

-- 
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

[Ubuntu] problem install python-qgis package on Ubuntu 16.04

2017-08-10 Thread Martin Landa
Hi,

recently I was not able to install `python-qgis` package on Ubuntu
16.04 (using UbuntuGIS unstable PPA):

$ apt-get --no-install-recommends --assume-yes --force-yes install python-qgis
The following packages have unmet dependencies:
 python-qgis : Depends: python-qscintilla2 but it is not going to be installed
   Depends: python-qt4 but it is not going to be installed
   Depends: python-qt4-sql but it is not going to be installed

When I install python-qt4,python-qt4-sql,python-qscintilla2 packages
first than above command fails:

The following packages have unmet dependencies:
 python-qgis : Breaks: python-qt4 (< 4.11.4+dfsg-2) but
4.11.4+dfsg-1build4 is to be installed

Thanks for feedback in advance, Martin

-- 
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] problem install python-qgis package on Ubuntu 16.04

2017-08-10 Thread Martin Landa
Hi,

2017-08-10 15:45 GMT+02:00 Bas Couwenberg :

> This is a known issue, see the earlier discussion on this list:
>
>  http://lists.osgeo.org/pipermail/ubuntu/2017-August/001612.html

thanks for pointer. Ma

-- 
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

[Ubuntu] ​Alioth.debian.org and gdal-grass package

2017-08-16 Thread Martin Landa
Hi,

I wonder whether gdal-grass git repo [1] is currently used for
managing UbuntuGIS packages. Eg. ubuntu/xenial branch contains GDAL
driver version 2.1.0, while Unstable PPA offers 2.2.1 (Stable 2.1.3).

I also wonder how to manage more PPAs (UbuntuGIS stable and unstable)
in one git branch. For example currently gdal-grass package in Stable
is 2.1.3 while in Unstable 2.2.1. Is there any policy for that? BTW,
currently I am using grass git repo [2] for managing Unstable PPA.
Should I use similar approach for gdal-grass repo?

Thanks for clarification in advance, Martin

[1] https://anonscm.debian.org/cgit/pkg-grass/gdal-grass.git
[2] https://anonscm.debian.org/cgit/pkg-grass/grass.git

-- 
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] ​Alioth.debian.org and gdal-grass package

2017-09-01 Thread Martin Landa
Hi,

2017-08-16 18:31 GMT+02:00 Sebastiaan Couwenberg :
> There should a branch for each distribution (trusty, xenial, etc), these
> packages should be uploaded to the unstable or experimental PPA, and
> copied from there to the other PPAs once its ready.

I can take care also about gdal-grass ubuntu branches, but it seems
that I do not have push privileges

fatal: unable to access
'https://anonscm.debian.org/git/pkg-grass/gdal-grass.git/': The
requested URL returned error: 403

Am I right? Thanks, Ma

-- 
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] ​Alioth.debian.org and gdal-grass package

2017-09-01 Thread Martin Landa
Hi,

2017-09-01 20:09 GMT+02:00 Sebastiaan Couwenberg :
> You need to use SSH to git.d.o for pushes, anonscm.d.o is a read-only
> host. See:

ops, sorry, I overlooked my origin URL. I pushed successfully the
changes. Thanks for patience, Ma

-- 
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

[Ubuntu] QGIS 2.18 LTR in UbuntuGIS

2017-09-06 Thread Martin Landa
Hi,

are there any plans to include new QGIS LTR (2.18) in UbuntuGIS. Both
Expr [1] and Unstable [2] show QGIS 2.14.

Thanks for clarification, Ma

[1] 
https://launchpad.net/~ubuntugis/+archive/ubuntu/ubuntugis-experimental/+packages?field.name_filter=qgis&field.status_filter=published&field.series_filter=
[2] 
https://launchpad.net/~ubuntugis/+archive/ubuntu/ubuntugis-unstable/+packages?field.name_filter=qgis&field.status_filter=published&field.series_filter=

-- 
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] QGIS 2.18 LTR in UbuntuGIS

2017-09-06 Thread Martin Landa
Hi,

2017-09-06 11:40 GMT+02:00 Martin Landa :
> are there any plans to include new QGIS LTR (2.18) in UbuntuGIS. Both
> Expr [1] and Unstable [2] show QGIS 2.14.

hm, it seems to me that I am ahead of roadmap [1] :-) Ma

[1] https://lists.osgeo.org/pipermail/qgis-developer/2017-September/049683.html

-- 
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

[Ubuntu] copy package from expr to unstable

2017-09-19 Thread Martin Landa
Hi,

what is appropriate way to copy packages from Expr PPA to Unstable? Do
I need to build package (by gbp buildpackage) using --git-dist
pointing to unstable chroot environment again or can I reuse package
already built using Expr chroot environment, see [1]?

Thanks, Ma

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


-- 
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] copy package from expr to unstable

2017-09-19 Thread Martin Landa
Hi,

2017-09-19 9:58 GMT+02:00 Bas Couwenberg :
> Copy the source package (but not the binary packages) using the Launchpad
> webinterface [0] from -experimental to -unstable, Launchpad will then build
> the binary packages for -unstable.

thanks, Ma

-- 
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] copy package from expr to unstable

2017-09-19 Thread Martin Landa
Hi,

2017-09-19 10:32 GMT+02:00 Martin Landa :
>> Copy the source package (but not the binary packages) using the Launchpad
>> webinterface [0] from -experimental to -unstable, Launchpad will then build
>> the binary packages for -unstable.

btw, copying gdal-grass package is failing due to

 sbuild-build-depends-libgdal-grass-dummy : Depends: grass (>= 7.2.2)
but it is not going to be installed
Depends: grass-dev (>=
7.2.2) but it is not going to be installed

Even grass 7.2.2 package is already available in UbuntuGIS Unstable. Ma

-- 
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] copy package from expr to unstable

2017-09-19 Thread Martin Landa
2017-09-19 10:51 GMT+02:00 Bas Couwenberg :
> The grass 7.2.2 was probably not published yet at the time the build of
> libgdal-grass packages started. The builds are now being retried.

thanks, seems to be working. Ma

-- 
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

[Ubuntu] gdal-grass package for trusty

2017-09-19 Thread Martin Landa
Hi,

I have problem with building gdal-grass package for trusty. It is failing on

The following packages have unmet dependencies:
 libgeos-c1v5 : Breaks: libgeos-c1 (< 3.4.2-8~) but 3.4.2-4ubuntu1 is
to be installed.
Unable to resolve dependencies!  Giving up...

I checked debian files but without success. Any idea? Thanks, Ma

-- 
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] GDAL 2.2.2 transition

2017-11-19 Thread Martin Landa
Hi,

2017-11-19 17:32 GMT+01:00 Angelos Tzotsos :
> Due to a single upload (grass rc) in Experimental, I now have to rebuild all
> packages on my own ppa before moving them to Unstable, since the GDAL
> transition there got broken.

sorry for making troubles. I thought that experimental is dedicated
for experiments. No extra coordination is needed then. I am uploading
GRASS RCs to Experimenal when they are released. New packages (grass,
gdal-grass, qgis) are copied to Unstable when final release of GRASS
is out.

Ma

-- 
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] GDAL 2.2.2 transition

2017-11-19 Thread Martin Landa
Hi Angelos,

2017-11-19 23:13 GMT+01:00 Angelos Tzotsos :
> in order to move the packages to unstable, so this was some kind of
> "freezing" for a few days in my mind.

sorry, I overlooked that, please next be more explicit (ask for
freezing for few days). It would be no problem for me to wait few
days. Ma

-- 
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

[Ubuntu] build qgis for ubuntu-experimental

2018-01-12 Thread Martin Landa
Hi,

I trying to build new qgis packages for ubuntu experimental after
uploading grass 7.4.0RC2.

I have updated my build environment by

sudo -E cowbuilder --update --distribution=xenial
--basepath=/var/cache/pbuilder/base-xenial-ubuntugis-experimental.cow
--save-after-login

But any attempt to build

gbp buildpackage --git-pbuilder-options=--source-only-changes
--git-pbuilder --git-ignore-new
--git-dist=xenial-ubuntugis-experimental

fails with:

dpkg-checkbuilddeps: error: Unmet build dependencies: gdal-bin
grass-dev (>= 7.4.0~rc2) libgdal-dev (>= 1.10.1-0~) libgeos-dev (>=
3.0.0) libgsl-dev libproj-dev libqwt-dev libspatialite-dev
python-qt4-dev (>= 4.1.0) pyqt4.qsci-dev python-gdal python-nose2
python-sip-dev (>= 4.5.0) qt4-doc-html xvfb xfonts-100dpi xfonts-75dpi
xfonts-scalable spawn-fcgi lighttpd pkg-kde-tools
W: Unmet build-dependency in source
Package grass was not found in the pkg-config search path.
Perhaps you should add the directory containing `grass.pc'
to the PKG_CONFIG_PATH environment variable
No package 'grass' found

grass package is apparently missing, any idea why grass-dev is unmet dependency?

Thanks, Ma

-- 
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] build qgis for ubuntu-experimental

2018-01-12 Thread Martin Landa
2018-01-12 17:39 GMT+01:00 Sebastiaan Couwenberg :
> Does the /var/cache/pbuilder/base-xenial-ubuntugis-experimental.cow
> chroot use the ubuntugis-experimental PPA in its apt sources?

I will check, I except that it should be fine. I was able to build
gdal-grass package in the same environment. Ma

-- 
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] build qgis for ubuntu-experimental

2018-01-12 Thread Martin Landa
2018-01-12 17:57 GMT+01:00 Martin Landa :
> 2018-01-12 17:39 GMT+01:00 Sebastiaan Couwenberg :
>> Does the /var/cache/pbuilder/base-xenial-ubuntugis-experimental.cow
>> chroot use the ubuntugis-experimental PPA in its apt sources?
>
> I will check, I except that it should be fine. I was able to build
> gdal-grass package in the same environment. Ma

root@debian:/# grep ubuntugis /etc/apt/sources.list
deb http://ppa.launchpad.net/ubuntugis/ubuntugis-experimental/ubuntu xenial main

yes, it's there.

Ma

-- 
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] build qgis for ubuntu-experimental

2018-01-27 Thread Martin Landa
Hi,

2018-01-12 18:22 GMT+01:00 Sebastiaan Couwenberg :
> Is the key for the repo installed successfully, does the log for the
> cowbuilder --update command so any warnings or errors for the repo?

$ sudo -E cowbuilder --update --distribution=$DIST
--basepath=/var/cache/pbuilder/base-xenial-ubuntugis-experimental.cow
--save-after-login

...
W: GPG error: http://ppa.launchpad.net/ubuntugis/ubuntugis-experimental/ubuntu
xenial InRelease: The following signatures couldn't be verified
because the public key is not available: NO_PUBKEY 089EBE08314DF160
W: The repository
'http://ppa.launchpad.net/ubuntugis/ubuntugis-experimental/ubuntu
xenial InRelease' is not signed.
W: There is no public key available for the following key IDs:
089EBE08314DF160
...

Full log attached.

> The full build log should provide more insight.

$ gbp buildpackage --git-pbuilder-options=--source-only-changes -sa
--git-pbuilder --git-ignore-new
--git-dist=xenial-ubuntugis-experimental
gbp:info: Building with (cowbuilder) for xenial-ubuntugis-experimental
gbp:info: Performing the build
Building with cowbuilder for distribution xenial-ubuntugis-experimental
I: using cowbuilder as pbuilder
dpkg-checkbuilddeps: error: Unmet build dependencies: gdal-bin
grass-dev (>= 7.2.2) libgdal-dev (>= 1.10.1-0~) libgeos-dev (>= 3.0.0)
libgsl-dev libproj-dev libqscintilla2-qt4-dev libqwt-dev
libspatialite-dev python-qt4-dev (>= 4.1.0) pyqt4.qsci-dev python-gdal
python-nose2 python-sip-dev (>= 4.5.0) qt4-doc-html xvfb xfonts-100dpi
xfonts-75dpi xfonts-scalable spawn-fcgi lighttpd pkg-kde-tools
W: Unmet build-dependency in source
Package grass was not found in the pkg-config search path.
Perhaps you should add the directory containing `grass.pc'
to the PKG_CONFIG_PATH environment variable
No package 'grass' found
Package grass was not found in the pkg-config search path.
Perhaps you should add the directory containing `grass.pc'
to the PKG_CONFIG_PATH environment variable
No package 'grass' found
dh clean --with pkgkde_symbolshelper,python2 --parallel
--builddirectory=debian/build
dh: unable to load addon pkgkde_symbolshelper: Can't locate
Debian/Debhelper/Sequence/pkgkde_symbolshelper.pm in @INC (you may
need to install the Debian::Debhelper::Sequence::pkgkde_symbolshelper
module) (@INC contains: /etc/perl
/usr/local/lib/x86_64-linux-gnu/perl/5.26.1
/usr/local/share/perl/5.26.1 /usr/lib/x86_64-linux-gnu/perl5/5.26
/usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26
/usr/share/perl/5.26 /usr/local/lib/site_perl
/usr/lib/x86_64-linux-gnu/perl-base) at (eval 8) line 1.
BEGIN failed--compilation aborted at (eval 8) line 1.

debian/rules:193: recipe for target 'clean' failed
make: *** [clean] Error 2
gbp:error: 'git-pbuilder -sa' failed: it exited with 2

Ma

-- 
Martin Landa
http://geo.fsv.cvut.cz/gwiki/Landa
http://gismentors.cz/mentors/landa
I: Copying COW directory
I: forking: rm -rf /var/cache/pbuilder/build/cow.24821
I: forking: cp -al /var/cache/pbuilder/base-xenial-ubuntugis-experimental.cow /var/cache/pbuilder/build/cow.24821
I: removed stale ilistfile /var/cache/pbuilder/build/cow.24821/.ilist
I: Invoking pbuilder
I: forking: pbuilder update --buildplace /var/cache/pbuilder/build/cow.24821 --mirror http://cz.archive.ubuntu.com/ubuntu/ --distribution xenial --extrapackages ' devscripts gnupg patchutils vim-tiny openssh-client lintian' --no-targz --internal-chrootexec 'chroot /var/cache/pbuilder/build/cow.24821 cow-shell'
I: Running in no-targz mode
I: Current time: Sat Jan 27 18:33:27 CET 2018
I: pbuilder-time-stamp: 1517074407
I: copying local configuration
W: hookdir /root/pbuilder-hooks does not exist, skipping
W: --override-config is not set; not updating apt.conf Read the manpage for details.
I: mounting /proc filesystem
I: mounting /sys filesystem
I: creating /{dev,run}/shm
I: mounting /dev/pts filesystem
I: policy-rc.d already exists
I: Refreshing the base.tgz 
I: upgrading packages
Hit:1 http://cz.archive.ubuntu.com/ubuntu xenial InRelease
Get:2 http://ppa.launchpad.net/ubuntugis/ubuntugis-experimental/ubuntu xenial InRelease [23.8 kB]
Ign:2 http://ppa.launchpad.net/ubuntugis/ubuntugis-experimental/ubuntu xenial InRelease
Fetched 23.8 kB in 0s (72.6 kB/s)
Reading package lists...
W: GPG error: http://ppa.launchpad.net/ubuntugis/ubuntugis-experimental/ubuntu xenial InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 089EBE08314DF160
W: The repository 'http://ppa.launchpad.net/ubuntugis/ubuntugis-experimental/ubuntu xenial InRelease' is not signed.
W: There is no public key available for the following key IDs:
089EBE08314DF160  
I: Obtaining the cached apt archive contents
Reading package lists...

Re: [Ubuntu] build qgis for ubuntu-experimental

2018-01-28 Thread Martin Landa
Hi,

2018-01-27 18:53 GMT+01:00 Sebastiaan Couwenberg :
> Ensure that the pkg-kde-tools package is installed outside the chroot
> too, that's where the clean target is run before the build is started in
> the chroot.

thanks, it helped. The original message remains:

dpkg-source: info: applying grass74.patch
Package grass was not found in the pkg-config search path.
Perhaps you should add the directory containing `grass.pc'
to the PKG_CONFIG_PATH environment variable
No package 'grass' found
Package grass was not found in the pkg-config search path.
Perhaps you should add the directory containing `grass.pc'
to the PKG_CONFIG_PATH environment variable
No package 'grass' found
dh clean --with pkgkde_symbolshelper,python2 --parallel
--builddirectory=debian/build
   dh_auto_clean -O--builddirectory=debian/build
   debian/rules override_dh_clean
make[1]: Entering directory '/home/martin/dokumenty/git/pkg-grass/qgis'
Package grass was not found in the pkg-config search path.
Perhaps you should add the directory containing `grass.pc'
to the PKG_CONFIG_PATH environment variable
No package 'grass' found
Package grass was not found in the pkg-config search path.
Perhaps you should add the directory containing `grass.pc'
to the PKG_CONFIG_PATH environment variable
No package 'grass' found
dh_clean qgis.bin.1 qbrowser.bin.1 build-arch-stamp install-arch-stamp
# automatically generated files

but the package built and uploaded. Ma

--
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] build qgis for ubuntu-experimental

2018-01-28 Thread Martin Landa
Hi,

2018-01-28 14:54 GMT+01:00 Sebastiaan Couwenberg :
> The package was not updated for GRASS 7.4, compare the changes in the
> ubuntu/xenial branch to those in master.

ops, overlooked [1], something else? Ma

[1] 
https://anonscm.debian.org/cgit/pkg-grass/qgis.git/commit/?id=8b2ba5deb169428afc2ede7f8c253000a5dcb0f7

PS: thanks for fixing debian/changelog

-- 
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] build qgis for ubuntu-experimental

2018-01-28 Thread Martin Landa
Hi,

2018-01-28 15:31 GMT+01:00 Sebastiaan Couwenberg :
> The library path needs to be updated too:
>
>  
> https://anonscm.debian.org/cgit/pkg-grass/qgis.git/commit/?id=0a6d591bced43ef028c5676681c55a2a2ef1ae09

done, will upload fixed package ASAP. Thanks for pointers, Ma

-- 
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

[Ubuntu] unable to build gdal-grass package for trusty

2018-01-28 Thread Martin Landa
Hi,

I am currently unable to build gdal-grass package for trusty. The gbp
buildpackage command fails with:

The following packages have unmet dependencies:
 libgeos-c1v5 : Breaks: libgeos-c1 (< 3.4.2-8~) but 3.4.2-4ubuntu1 is
to be installed.
Unable to resolve dependencies!  Giving up...

Any idea why dependecies are broken? Thanks! Ma

-- 
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] unable to build gdal-grass package for trusty

2018-01-28 Thread Martin Landa
Hi,

2018-01-28 20:17 GMT+01:00 Sebastiaan Couwenberg :
> There is not enough information, like which PPA your using and which
> versions of the gdal & grass packages are being used.

UbuntuGIS Expr, 2.2.2, see [1]

[...]

Ma

[1] https://anonscm.debian.org/cgit/pkg-grass/gdal-grass.git?h=ubuntu%2Ftrusty

-- 
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] unable to build gdal-grass package for trusty

2018-01-28 Thread Martin Landa
Hi,

2018-01-28 20:34 GMT+01:00 Sebastiaan Couwenberg :
> Add the ubuntugis-unstable PPA as an additional dependency in your
> ubuntugis-unstable chroot. The PPA is configured with a dependency on
> ubuntugis-unstable for Launchpad builds to pull other dependencies from
> that PPA instead of from the Ubuntu repos, but this does not translate
> to the apt repository it provides, you need to configure separate
> sources on clients that use the experimental PPA.

right, I solved this issue by copying geos package from ubuntu
unstable to ubuntu experimental for trusty. Ma

-- 
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

[Ubuntu] upgrade to qgis2.18

2018-02-27 Thread Martin Landa
Hi,

recently QGIS 3.0 has been published. So QGIS 2.18 became current LTR.
It's time to upgrade QGIS 2.14 to 2.18 ASAIU. Today I uploaded new
package (2.18.17) to ubuntugis experimental for xenial. If no
objection I will copy new packages to UbuntuGIS Unstable in the next
days.

Martin

-- 
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] upgrade to qgis2.18

2018-02-27 Thread Martin Landa
Hi,

2018-02-27 20:32 GMT+01:00 Sebastiaan Couwenberg :
> The branch still needed to be updated in the Vcs-Git URL. Fixed in git.

thanks for fix. Ma

-- 
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

[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 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

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 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 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

Re: [Ubuntu] upgrade to qgis2.18

2018-03-05 Thread Martin Landa
Hi,

2018-03-05 11:58 GMT+01:00 Andre Joost :

> There is a dependency error in the current qgis 2.14.22+dfsg-1~trusty1 in
> ubuntugis unstable, see
> https://gis.stackexchange.com/questions/273457/reinstalling-qgis-on-mint
>
> qgis-providers is marked as depending on libqca2-plugins, but that is only
> available for xenial and newer.

fixed in [1], I pushed new package to ubuntugis-experimental
(currently building) [2]. Could you test the new package before
copying to ubuntugis-unstable?

> qgis 2.18 from qgis.org/ubuntugis-ltr installs without that dependency.
> Please make sure the new 2.18 inside ubuntugis unstable will do the same.

I was not really planning to upgrade qgis to 2.18 also in trusty.
There will be new Ubuntu LTS soon, so I upgraded qgis package only for
Xenial.

Ma

[1] 
https://anonscm.debian.org/cgit/pkg-grass/qgis.git/commit/?h=ubuntu/trusty&id=ac6fdeb38b074b8c649fa5445e7fe5f8e7a42265
[2] 
https://launchpad.net/~ubuntugis/+archive/ubuntu/ubuntugis-experimental/+packages?field.name_filter=qgis&field.status_filter=published&field.series_filter=

-- 
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] upgrade to qgis2.18

2018-03-05 Thread Martin Landa
Hi,

2018-03-05 18:45 GMT+01:00 Andre Joost :
> Using aptitude install qgis, I read that libgeos-c1v5 breaks libgeos-c1(<
> 3.4.2-8~) but 3.4.2-4ubuntu1 should be installed.

UbuntuGIS Experimental depends on Unstable. Do you have both PPAs activated? Ma

PS: Please keep discussion on ML, thanks.

-- 
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

  1   2   >