Re: [Ubuntu] meeting during FOSDEM

2016-01-08 Thread Sebastiaan Couwenberg
On 08-01-16 15:30, Johan Van de Wauw wrote:
> Last year, we had a meeting with some debian gis members during FOSDEM.
> As you can probably guess I'll be around again this year. Anyone else 
> attending?

I will, although I've not booked my hotel yet. I'm not sure if I can
travel home on Monday (in case my new employer approves my day off
request) or if I have to return on Sunday evening already.

I'm very much interested in having a follow-up to the meeting last year.
That was quite short, so I'd be happy to have a more extensive meeting
this year.

Kind Regards,

Bas

-- 
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1
___
UbuntuGIS mailing list
Ubuntu@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/ubuntu
http://trac.osgeo.org/ubuntugis/wiki

[Ubuntu] meeting during FOSDEM

2016-01-08 Thread Johan Van de Wauw
Hi all,

Last year, we had a meeting with some debian gis members during FOSDEM.
As you can probably guess I'll be around again this year. Anyone else attending?

Note that like previous year there is a distributions devroom and a
geospatial devroom, so enough interesting stuff is happening :-)

https://fosdem.org/2016/schedule/

Kind Regards,
Johan
___
UbuntuGIS mailing list
Ubuntu@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/ubuntu
http://trac.osgeo.org/ubuntugis/wiki

Re: [Ubuntu] some notes on backporting packages from DebianGIS for beginners.

2016-01-08 Thread Rashad Kanavath
On Fri, Jan 8, 2016 at 2:56 PM, Sebastiaan Couwenberg 
wrote:

> On 08-01-16 12:02, Rashad Kanavath wrote:
> > http://wiki.orfeo-toolbox.org/index.php/Backport_packages_from_DebianGIS
>
> The "Create source.change including FULL Source code using debuild"
> section should probably not recommend the use of debuild, you should
> always use the appropriate chroot for the distribution being uploaded to.
>
> You can pass the debuild options to pbuilder with the git-buildpackage
> --git-pbuilder-options argument:
>
>  gbp buildpackage --git-pbuilder --git-dist= \
>   --git-pbuilder-options="--debbuildopts='-S -sa'"
>
> This was what I tried following your earlier comments. But it was not
working for me. It was says "full source not included" (Tested distro
ubuntu 14.04)

Also, I create the source.changes with debuild after I test using
git-buildpackage.


> You should configure the appropriate GPG key in ~/.devscripts to have
> the various tools use it automatically:
>
>  # GPG keyid to use (-k option)
>  DEBSIGN_KEYID=
>
> Kind Regards,
>
> Bas
>
> --
>  GPG Key ID: 4096R/6750F10AE88D4AF1
> Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1
> ___
> UbuntuGIS mailing list
> Ubuntu@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/ubuntu
> http://trac.osgeo.org/ubuntugis/wiki
>



-- 
Regards,
   Rashad
___
UbuntuGIS mailing list
Ubuntu@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/ubuntu
http://trac.osgeo.org/ubuntugis/wiki

Re: [Ubuntu] some notes on backporting packages from DebianGIS for beginners.

2016-01-08 Thread Sebastiaan Couwenberg
On 08-01-16 12:02, Rashad Kanavath wrote:
> http://wiki.orfeo-toolbox.org/index.php/Backport_packages_from_DebianGIS

The "Create source.change including FULL Source code using debuild"
section should probably not recommend the use of debuild, you should
always use the appropriate chroot for the distribution being uploaded to.

You can pass the debuild options to pbuilder with the git-buildpackage
--git-pbuilder-options argument:

 gbp buildpackage --git-pbuilder --git-dist= \
  --git-pbuilder-options="--debbuildopts='-S -sa'"

You should configure the appropriate GPG key in ~/.devscripts to have
the various tools use it automatically:

 # GPG keyid to use (-k option)
 DEBSIGN_KEYID=

Kind Regards,

Bas

-- 
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1
___
UbuntuGIS mailing list
Ubuntu@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/ubuntu
http://trac.osgeo.org/ubuntugis/wiki

Re: [Ubuntu] some notes on backporting packages from DebianGIS for beginners.

2016-01-08 Thread Sebastiaan Couwenberg
On 08-01-16 12:02, Rashad Kanavath wrote:
> http://wiki.orfeo-toolbox.org/index.php/Backport_packages_from_DebianGIS

You need to document (or link to section in the Debian GIS policy) the
appropriate version to use. The current example is only appropriate for
a revision that contains changes on top of the Debian GIS packaging, the
~ variant for backports is more often appropriate because changes to the
Debian GIS packaging is not often required. The Debian GIS policy
includes this 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).
"

http://pkg-grass.alioth.debian.org/policy/packaging.html#ubuntugis-ppa

Kind Regards,

Bas

-- 
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1
___
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-08 Thread Sebastiaan Couwenberg
On 08-01-16 13:26, Martin Landa wrote:
> 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).

In general packaging for UbuntuGIS can use the 'ubuntu/' prefix instead
of 'ubuntugis/' as documented in the team policy:

 https://pkg-grass.alioth.debian.org/policy/repositories.html#git-branches

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.

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

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

If your packaging only concerns 7.0, you can start building the package
with git-buildpackage as documented in the Debian GIS Policy:

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

 # The default name for the Debian branch is "master".
 # Change it if the name is different (for instance, "debian/unstable").
 debian-branch = ubuntugis/wily

You should also update the Vcs-Git URL in debian/control{,.in} to
document the non-default branch:

 Vcs-Git: git://anonscm.debian.org/pkg-grass/grass.git -b ubuntugis/wily

In the debian/changelog you need to use the correct package revision for
backports in UbuntuGIS as documented in the team policy:

 https://pkg-grass.alioth.debian.org/policy/packaging.html#ubuntugis-ppa

This UbuntuGIS specific package revision needs be used along with the
ubuntugis/ prefix for the release tag:

 https://pkg-grass.alioth.debian.org/policy/packaging.html#git-tag-release

The above procedure should be used instead to what's documented in the
grass wiki.

Kind Regards,

Bas

-- 
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1
___
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-08 Thread Johan Van de Wauw
Hello Martin,

Great news.

You page contains the necessary steps if all you have to do is just a
plain backport. In reality you will often have to add patches to
support older versions of ubuntu.

Perhaps you should tell where exactly you are stuck?

Kind Regards,
Johan

On Fri, Jan 8, 2016 at 1:26 PM, Martin Landa  wrote:
> 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
___
UbuntuGIS mailing list
Ubuntu@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/ubuntu
http://trac.osgeo.org/ubuntugis/wiki

[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

[Ubuntu] some notes on backporting packages from DebianGIS for beginners.

2016-01-08 Thread Rashad Kanavath
Hello all,

Here is a wiki page that list steps that I followed when copying packages
from debianGIS.

The steps are focussed on ossim package but applies to others as well. BTW,
I have only tested OTB other than ossim.

Hope it helps others.

http://wiki.orfeo-toolbox.org/index.php/Backport_packages_from_DebianGIS

-- 
Regards,
   Rashad
___
UbuntuGIS mailing list
Ubuntu@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/ubuntu
http://trac.osgeo.org/ubuntugis/wiki