[Git][debian-gis-team/jeolib-jiplib][main] 2 commits: Sort control fields & dependencies.

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Thu Mar 27 09:40:40 GMT 2025



Bas Couwenberg pushed to branch main at Debian GIS Project / jeolib-jiplib


Commits:
872c298b by Bas Couwenberg at 2025-03-27T10:22:17+01:00
Sort control fields & dependencies.

- - - - -
4a77e3af by Bas Couwenberg at 2025-03-27T10:22:55+01:00
Enable Salsa CI.

- - - - -


3 changed files:

- + debian/.gitlab-ci.yml
- debian/control
- − debian/salsa-ci.yml.ex


Changes:

=====================================
debian/.gitlab-ci.yml
=====================================
@@ -0,0 +1,6 @@
+---
+include:
+  - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml
+
+variables:
+  SALSA_CI_ENABLE_BUILD_PACKAGE_TWICE: 1


=====================================
debian/control
=====================================
@@ -1,42 +1,41 @@
 Source: jeolib-jiplib
-Section: python
-Priority: optional
 Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
 Uploaders: Francesco Paolo Lovergine <frankie at debian.org>
-Rules-Requires-Root: no
-Build-Depends:
- debhelper-compat (= 13),
- cmake,
- libmiallib-dev,
- libgsl-dev,
- libfann-dev,
- libgdal-dev,
- libjsoncpp-dev,
- python3-all-dev,
- python3-numpy-dev,
- python3-pip,
- libboost-filesystem-dev,
- libboost-serialization-dev,
- swig,
- pkg-config,
- python3,
- python3-numpy,
- python3-setuptools,
- dh-python,
- chrpath
+Section: python
+Priority: optional
+Build-Depends: chrpath,
+               cmake,
+               debhelper-compat (= 13),
+               dh-python,
+               libboost-filesystem-dev,
+               libboost-serialization-dev,
+               libfann-dev,
+               libgdal-dev,
+               libgsl-dev,
+               libjsoncpp-dev,
+               libmiallib-dev,
+               pkg-config,
+               python3,
+               python3-all-dev,
+               python3-numpy,
+               python3-numpy-dev,
+               python3-pip,
+               python3-setuptools,
+               swig
 Standards-Version: 4.7.2
-Homepage: https://github.com/ec-jrc/jeolib-jiplib
 Vcs-Browser: https://salsa.debian.org/debiani-gis/jeolib-jiplib
 Vcs-Git: https://salsa.debian.org/debian-gis/jeolib-jiplib.git
+Homepage: https://github.com/ec-jrc/jeolib-jiplib
+Rules-Requires-Root: no
 
 Package: libjiplib-dev
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: ${misc:Depends},
- libjiplib1 (= ${binary:Version})
+Depends: libjiplib1 (= ${binary:Version}),
+         ${misc:Depends}
 Description: ISPRA JRC image processing for geospatial data library
- This is an intermediate level library written in C++ with Python 
+ This is an intermediate level library written in C++ with Python
  binding used by PyJeo and possibly other tools.
  .
  This package contains headers, static objects, scripts used
@@ -44,11 +43,13 @@ Description: ISPRA JRC image processing for geospatial data library
 
 Package: libjiplib1
 Architecture: any
-Depends: ${misc:Depends},
- ${shlibs:Depends}, ${python3:Depends}, python3-numpy (>=  1:2.1.0)
+Depends: python3-numpy (>= 1:2.1.0),
+         ${python3:Depends},
+         ${shlibs:Depends},
+         ${misc:Depends}
 Description: ISPRA JRC image processing for geospatial data library
- This is an intermediate level library written in C++ with Python 
+ This is an intermediate level library written in C++ with Python
  binding used by PyJeo and possibly other tools.
  .
- This package contains the shared library and the Python 
+ This package contains the shared library and the Python
  bindings extension.


=====================================
debian/salsa-ci.yml.ex deleted
=====================================
@@ -1,11 +0,0 @@
-# For more information on what jobs are run see:
-# https://salsa.debian.org/salsa-ci-team/pipeline
-#
-# To enable the jobs, go to your repository (at salsa.debian.org)
-# and click over Settings > CI/CD > Expand (in General pipelines).
-# In "CI/CD configuration file" write debian/salsa-ci.yml and click
-# in "Save Changes". The CI tests will run after the next commit.
----
-include:
-  - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
-  - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml



View it on GitLab: https://salsa.debian.org/debian-gis-team/jeolib-jiplib/-/compare/6d11215ad0067e8300c50faf52d071c7672d4bc7...4a77e3afc99ffbbedad46deb2fd7edb6922875e5

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/jeolib-jiplib/-/compare/6d11215ad0067e8300c50faf52d071c7672d4bc7...4a77e3afc99ffbbedad46deb2fd7edb6922875e5
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20250327/cd56e8dd/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list