[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][debian-mate-team/caja-actions][master] 3 commits: debian/watch: Fix Github watch URL.



Title: GitLab

Mike Gabriel pushed to branch master at Debian and Ubuntu MATE Packaging Team / caja-actions

Commits:

3 changed files:

Changes:

  • debian/changelog
    1
    +caja-actions (1.8.3-5) UNRELEASED; urgency=medium
    
    2
    +
    
    3
    +  * debian/{compat,control}: Use debhelper-compat notation. Bump to DH compat level version 12.
    
    4
    +  * debian/control:
    
    5
    +    + Add Rules-Requires-Root: field and set it to no.
    
    6
    +    + Bump DH compat level to version 13.
    
    7
    +    + Bump Standards-Version: to 4.5.1. No changes needed.
    
    8
    +  * debian/watch:
    
    9
    +    + Fix Github watch URL.
    
    10
    +
    
    11
    + -- Mike Gabriel <sunweaver@debian.org>  Wed, 28 Apr 2021 22:21:08 +0200
    
    12
    +
    
    1 13
     caja-actions (1.8.3-4) unstable; urgency=medium
    
    2 14
     
    
    3 15
       [ Vangelis Mouhtsis ]
    

  • debian/control
    ... ... @@ -16,7 +16,7 @@ Build-Depends: debhelper-compat (= 13),
    16 16
                    yelp-tools,
    
    17 17
     Build-Depends-Indep: intltool (>= 0.40.0),
    
    18 18
                          gettext,
    
    19
    -Standards-Version: 4.5.0
    
    19
    +Standards-Version: 4.5.1
    
    20 20
     Rules-Requires-Root: no
    
    21 21
     Homepage: https://github.com/NiceandGently/caja-actions
    
    22 22
     Vcs-Browser: https://salsa.debian.org/debian-mate-team/caja-actions
    

  • debian/watch
    1 1
     version=3
    
    2
    -https://github.com/NiceandGently/caja-actions/tags .*/archive/v?([\d\.]+).tar.gz
    
    2
    +https://github.com/NiceandGently/caja-actions/tags .*/archive/refs/tags/v?([\d\.]+).tar.gz
    
    3 3
     


  • Reply to: