[Git][debian-gis-team/asfsmd][master] Fix control file.
    Bas Couwenberg (@sebastic) 
    gitlab at salsa.debian.org
       
    Sun May 26 07:26:48 BST 2024
    
    
  
Bas Couwenberg pushed to branch master at Debian GIS Project / asfsmd
Commits:
419bb4c2 by Bas Couwenberg at 2024-05-26T08:19:28+02:00
Fix control file.
Set Maintainer to Debian GIS Project, move Antonio to Uploaders.
Sort control fields.
Sort dependencies.
Replace tabs with spaces.
- - - - -
1 changed file:
- debian/control
Changes:
=====================================
debian/control
=====================================
@@ -1,7 +1,8 @@
 Source: asfsmd
+Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
+Uploaders: Antonio Valentino <antonio.valentino at tiscali.it>
 Section: python
 Priority: optional
-Maintainer: Antonio Valentino <antonio.valentino at tiscali.it>
 Build-Depends: debhelper-compat (= 13),
                dh-sequence-python3,
                pybuild-plugin-pyproject,
@@ -14,11 +15,11 @@ Build-Depends: debhelper-compat (= 13),
                python3-setuptools,
                python3-tqdm
 Standards-Version: 4.6.2
-Testsuite: autopkgtest-pkg-pybuild
-Homepage: https://github.com/avalentino/asfsmd
 Vcs-Browser: https://salsa.debian.org/debian-gis-team/asfsmd
 Vcs-Git: https://salsa.debian.org/debian-gis-team/asfsmd.git
+Homepage: https://github.com/avalentino/asfsmd
 Rules-Requires-Root: no
+Testsuite: autopkgtest-pkg-pybuild
 Description: ASF Sentinel-1 Metadata Download tool
  Small Python tool (`asfsmd`) that allows one to download XML
  files containing Sentinel-1 products metadata from the ASF
@@ -48,17 +49,17 @@ Description: ASF Sentinel-1 Metadata Download tool
 
 Package: python3-asfsmd
 Architecture: all
-Depends: ${misc:Depends},
-         ${python3:Depends}
+Depends: ${python3:Depends},
+         ${misc:Depends}
 Description: ${source:Synopsis}
  ${source:Extended-Description}
 
 Package: asfsmd
 Section: utils
 Architecture: all
-Depends: ${misc:Depends},
+Depends: python3-asfsmd (= ${source:Version}),
          ${python3:Depends},
-	 python3-asfsmd (= ${source:Version})
+         ${misc:Depends}
 Recommends: python3-argcomplete
 Description: ${source:Synopsis} - CLI tool
  ${source:Extended-Description}
View it on GitLab: https://salsa.debian.org/debian-gis-team/asfsmd/-/commit/419bb4c2e670934e3b585c932fc9862b8dcbbbdb
-- 
This project does not include diff previews in email notifications.
View it on GitLab: https://salsa.debian.org/debian-gis-team/asfsmd/-/commit/419bb4c2e670934e3b585c932fc9862b8dcbbbdb
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/20240526/dfd0d1f2/attachment-0001.htm>
    
    
More information about the Pkg-grass-devel
mailing list