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

[Git][debian-mate-team/mate-calc][debian/stretch/backports] 32 commits: debian/control: Bump Standards-Version: to 4.1.3. No changes needed.



Title: GitLab

Mike Gabriel pushed to branch debian/stretch/backports at Debian and Ubuntu MATE Packaging Team / mate-calc

Commits:

7 changed files:

Changes:

  • debian/changelog
    1
    +mate-calc (1.20.2-1~bpo9+1) stretch-backports; urgency=medium
    
    2
    +
    
    3
    +  * Rebuild for stretch-backports.
    
    4
    +
    
    5
    + -- Mike Gabriel <sunweaver@debian.org>  Sun, 22 Jul 2018 20:09:42 +0200
    
    6
    +
    
    7
    +mate-calc (1.20.2-1) unstable; urgency=medium
    
    8
    +
    
    9
    +  * New upstream release.
    
    10
    +  * debian/control:
    
    11
    +    + Update Vcs-*: fields. Package has been migrated to salsa.debian.org.
    
    12
    +    + Bump Standards-Version: to 4.1.4. No changes needed.
    
    13
    +    + Drop pkg-mate-team Alioth mailing list from Uploaders: field.
    
    14
    +  * debian/copyright:
    
    15
    +    + Make Upstream-Name: field's value more human readable.
    
    16
    +    + Update Upstream-Contact: field.
    
    17
    +    + Update Source: field. Use secure URLs.
    
    18
    +  * debian/upstream/metadata:
    
    19
    +    + Add file. Be compliant with DEP-12 proposal.
    
    20
    +    + Use Martin's address as Contact: address.
    
    21
    +
    
    22
    + -- Mike Gabriel <sunweaver@debian.org>  Thu, 05 Jul 2018 15:36:58 +0200
    
    23
    +
    
    24
    +mate-calc (1.20.1-1) unstable; urgency=medium
    
    25
    +
    
    26
    +  [ Martin Wimpress ]
    
    27
    +  * New upstream release.
    
    28
    +  * debian/patches:
    
    29
    +    + Drop 0001_init_gtk_before_math_equation_new.patch. Applied upstream.
    
    30
    +
    
    31
    +  [ Mike Gabriel ]
    
    32
    +  * debian/copyright:
    
    33
    +    + Update copyright attributions.
    
    34
    +
    
    35
    + -- Mike Gabriel <sunweaver@debian.org>  Thu, 05 Apr 2018 11:48:02 +0200
    
    36
    +
    
    37
    +mate-calc (1.20.0-2) unstable; urgency=medium
    
    38
    +
    
    39
    +  [ Mike Gabriel ]
    
    40
    +  * debian/copyright: Use secure URI for copyright format.
    
    41
    +
    
    42
    +  [ Martin Wimpress ]
    
    43
    +  * debian/patches:
    
    44
    +    + Add 0001_init_gtk_before_math_equation_new.patch. Initialise GTK before
    
    45
    +      math_equation_new to prevent a slew of warnings when running from the
    
    46
    +      terminal.
    
    47
    +
    
    48
    + -- Mike Gabriel <sunweaver@debian.org>  Wed, 07 Mar 2018 14:53:38 +0100
    
    49
    +
    
    50
    +mate-calc (1.20.0-1) unstable; urgency=medium
    
    51
    +
    
    52
    +  [ Martin Wimpress ]
    
    53
    +  * debian/copyright (already in 1.19.0-0ubuntu1):
    
    54
    +    + Update copyright attributions.
    
    55
    +
    
    56
    +  [ Vangelis Mouhtsis ]
    
    57
    +  * debian/control (already in 1.19.0-0ubuntu1):
    
    58
    +    + Temporarily have pkg-mate-team ML under Uploaders:.
    
    59
    +    + Update Maintainer: field to debian-mate ML on lists.debian.org.
    
    60
    +    + Rename pretty name of our team -> Debian+Ubuntu MATE Packaging Team.
    
    61
    +    + Bump Standards-Version: to 4.1.3. No changes needed.
    
    62
    +
    
    63
    +  [ Mike Gabriel ]
    
    64
    +  * debian/{control,compat}: Bump DH version level to 11.
    
    65
    +  * debian/{rules,mate-calc-common.install}:
    
    66
    +    + Move appstream metainfo to correct location.
    
    67
    +
    
    68
    + -- Mike Gabriel <sunweaver@debian.org>  Wed, 14 Feb 2018 15:48:26 +0100
    
    69
    +
    
    70
    +mate-calc (1.20.0-0ubuntu1) bionic; urgency=medium
    
    71
    +
    
    72
    +  * New upstream release.
    
    73
    +
    
    74
    + -- Martin Wimpress <martin.wimpress@ubuntu.com>  Wed, 07 Feb 2018 14:03:57 +0000
    
    75
    +
    
    76
    +mate-calc (1.19.0-0ubuntu1) bionic; urgency=medium
    
    77
    +
    
    78
    +  * New upstream release.
    
    79
    +
    
    80
    + -- Martin Wimpress <martin.wimpress@ubuntu.com>  Wed, 24 Jan 2018 06:46:13 +0000
    
    81
    +
    
    1 82
     mate-calc (1.18.1-2~bpo9+1) stretch-backports; urgency=medium
    
    2 83
     
    
    3 84
       * Rebuild for stretch-backports.
    

  • debian/compat
    1
    -10
    1
    +11

  • debian/control
    1 1
     Source: mate-calc
    
    2 2
     Section: math
    
    3 3
     Priority: optional
    
    4
    -Maintainer: Debian MATE Packaging Team <pkg-mate-team@lists.alioth.debian.org>
    
    4
    +Maintainer: Debian+Ubuntu Debian MATE Packaging Team <debian-mate@lists.debian.org>
    
    5 5
     Uploaders: Mike Gabriel <sunweaver@debian.org>,
    
    6 6
                Martin Wimpress <code@flexion.org>,
    
    7 7
                Vangelis Mouhtsis <vangelis@gnugr.org>,
    
    8
    -Build-Depends: debhelper (>= 10.3~),
    
    8
    +Build-Depends: debhelper (>= 11~),
    
    9 9
                    dpkg-dev (>= 1.16.1.1),
    
    10 10
                    libatk1.0-dev,
    
    11 11
                    libglib2.0-dev,
    
    ... ... @@ -13,10 +13,10 @@ Build-Depends: debhelper (>= 10.3~),
    13 13
                    libxml2-dev,
    
    14 14
                    mate-common (>= 1.18),
    
    15 15
                    yelp-tools,
    
    16
    -Standards-Version: 4.1.1
    
    16
    +Standards-Version: 4.1.4
    
    17 17
     Homepage: http://www.mate-desktop.org/
    
    18
    -Vcs-Browser: https://anonscm.debian.org/git/pkg-mate/mate-calc.git
    
    19
    -Vcs-Git: https://anonscm.debian.org/git/pkg-mate/mate-calc.git
    
    18
    +Vcs-Browser: https://salsa.debian.org/debian-mate-team/mate-calc
    
    19
    +Vcs-Git: https://salsa.debian.org/debian-mate-team/mate-calc.git
    
    20 20
     
    
    21 21
     Package: mate-calc
    
    22 22
     Architecture: any
    

  • debian/copyright
    1
    -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
    
    2
    -Upstream-Name: mate-calc
    
    3
    -Upstream-Contact: Stefano Karapetsas <stefano@karapetsas.com>
    
    4
    -Source: http://git.mate-desktop.org/mate-calc/
    
    1
    +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
    
    2
    +Upstream-Name: MATE Calc
    
    3
    +Upstream-Contact: Martin Wimpress <martin@mate-desktop.org>
    
    4
    +Source: https://git.mate-desktop.org/mate-calc/
    
    5 5
     
    
    6 6
     Files: data/*.ui
    
    7 7
     Copyright: 2008-2011 Robert Ancell <robert.ancell@gmail.com>
    
    ... ... @@ -60,7 +60,8 @@ Copyright: Christian.Kirbach@googlemail.com
    60 60
                sergi256@gmail.com
    
    61 61
     License: CC-BY-SA
    
    62 62
     
    
    63
    -Files: po/*
    
    63
    +Files: mate-calc.pot
    
    64
    +       po/*
    
    64 65
     Copyright: Adam Weinberger <adamw@gnome.org>, 2004, 2005, 2006.
    
    65 66
                Afonso Celso Medina <medina@maua.br>, 2005.
    
    66 67
                Ahmad M. Zawawi <azawawi@emirates.net.ae>, 2003.
    
    ... ... @@ -295,12 +296,14 @@ Copyright: Adam Weinberger <adamw@gnome.org>, 2004, 2005, 2006.
    295 296
                甘露(Gan Lu) <rhythm.gan@gmail.com>, 2009.
    
    296 297
     License: GPL-2+
    
    297 298
     
    
    298
    -Files: .tx/config
    
    299
    +Files: .github/issue_template.md
    
    300
    +       .tx/config
    
    299 301
            data/*.in
    
    300 302
            data/Makefile.am
    
    301 303
            data/mate-calc-cmd.1
    
    302 304
            data/mate-calc.1
    
    303 305
            help/Makefile.am
    
    306
    +       makepot
    
    304 307
            po/LINGUAS
    
    305 308
            po/POTFILES.*
    
    306 309
            po/gnome-copyrights.txt
    

  • debian/mate-calc-common.install
    1
    -usr/share/appdata/
    
    2 1
     usr/share/glib-2.0/
    
    3 2
     usr/share/help/
    
    4 3
     usr/share/locale/
    
    5 4
     usr/share/man/
    
    5
    +usr/share/metainfo/
    
    6 6
     usr/share/mate-calc/

  • debian/rules
    ... ... @@ -13,6 +13,8 @@ override_dh_missing:
    13 13
     	dh_missing --fail-missing
    
    14 14
     
    
    15 15
     override_dh_install:
    
    16
    +	mkdir -p debian/tmp/usr/share/metainfo/
    
    17
    +	mv debian/tmp/usr/share/appdata/mate-calc.appdata.xml debian/tmp/usr/share/metainfo/
    
    16 18
     	dh_install
    
    17 19
     
    
    18 20
     override_dh_installchangelogs:
    

  • debian/upstream/metadata
    1
    +Name: MATE Calc
    
    2
    +Bug-Database: https://github.com/mate-desktop/mate-calc/issues
    
    3
    +Bug-Submit: https://github.com/mate-desktop/mate-calc/issues/new
    
    4
    +Contact: martin@mate-desktop.org
    
    5
    +Donation: http://mate-desktop.org/donate/
    
    6
    +Repository: https://github.com/mate-desktop/mate-calc
    
    7
    +Repository-Browse: https://github.com/mate-desktop/mate-calc
    
    8
    +Security-Contact: security@mate-desktop.org


  • Reply to: