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

[Git][debian-mate-team/python-caja][master] 2 commits: debian/copyright: Update copyright attributions.



Title: GitLab

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

Commits:

2 changed files:

Changes:

  • debian/changelog
    1
    +python-caja (1.20.1-1) unstable; urgency=medium
    
    2
    +
    
    3
    +  * New upstream version.
    
    4
    +  * debian/patches:
    
    5
    +    + Rename 0002_pkg-config-macro-not-cross-compilation-safe.patch to
    
    6
    +      1001_pkg-config-macro-not-cross-compilation-safe.patch to match
    
    7
    +      our patch naming scheme.
    
    8
    +    + Simplify 1001_pkg-config-macro-not-cross-compilation-safe.patch.
    
    9
    +  * debian/control:
    
    10
    +    + Update Vcs-*: fields. Package has been migrated to salsa.debian.org.
    
    11
    +    + Bump Standards-Version: to 4.1.4. No changes needed.
    
    12
    +    + Drop pkg-mate-team Alioth mailing list from Uploaders: field.
    
    13
    +  * debian/copyright:
    
    14
    +    + Use secure URI for copyright format.
    
    15
    +    + Make Upstream-Name: field's value more human readable.
    
    16
    +    + Update Upstream-Contact: field.
    
    17
    +    + Update Source: field. Use secure URLs.
    
    18
    +    + Update copyright attributions.
    
    19
    +  * debian/upstream/metadata:
    
    20
    +    + Add file. Be compliant with DEP-12 proposal.
    
    21
    +    + Use Martin's address as Contact: address.
    
    22
    +
    
    23
    + -- Mike Gabriel <sunweaver@debian.org>  Sun, 08 Jul 2018 03:15:43 +0200
    
    24
    +
    
    1 25
     python-caja (1.20.0-1) unstable; urgency=medium
    
    2 26
     
    
    3 27
       [ Martin Wimpress ]
    

  • debian/copyright
    ... ... @@ -68,6 +68,7 @@ Files: .tx/config
    68 68
            examples/README
    
    69 69
            libcaja-python.caja-extension.in.in
    
    70 70
            libcaja-python.caja-extension.in.in
    
    71
    +       makepot
    
    71 72
            po/LINGUAS
    
    72 73
            po/POTFILES.in
    
    73 74
            src/Makefile.am
    
    ... ... @@ -76,7 +77,8 @@ License: GPL-2+
    76 77
     Comment:
    
    77 78
      Using license as found in COPYING file.
    
    78 79
     
    
    79
    -Files: po/*.po
    
    80
    +Files: python-caja.pot
    
    81
    +       po/*.po
    
    80 82
     Copyright: YEAR, THE PACKAGE'S COPYRIGHT HOLDER
    
    81 83
     License: GPL-2+
    
    82 84
     Comment:
    


  • Reply to: