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

[Git][debian-mate-team/libmateweather][master] 6 commits: prepare new release (v1.26.2)



Title: GitLab

Mike Gabriel pushed to branch master at Debian and Ubuntu MATE Packaging Team / libmateweather

Commits:

  • 4e17a456
    by Mike Gabriel at 2023-10-31T07:57:36+01:00
    prepare new release (v1.26.2)
    
  • 47b8dd64
    by Mike Gabriel at 2023-10-31T07:57:46+01:00
    debian/control: Bump Standards-Version: to 4.6.2. No changes needed.
    
  • 066dabf3
    by Mike Gabriel at 2023-10-31T07:58:29+01:00
    debian/copyright: Update copyright attribution for debian/.
    
  • 1f81ee73
    by Mike Gabriel at 2023-10-31T08:02:03+01:00
    debian/patches: Drop timezone.patch. Applied upstream.
    
  • 8734f4bf
    by Mike Gabriel at 2023-10-31T08:03:37+01:00
    debian/copyright: Update copyright attributions.
    
  • e3ab91f1
    by Mike Gabriel at 2023-10-31T08:09:22+01:00
    upload to unstable (debian/1.26.2-1)
    

5 changed files:

Changes:

  • debian/changelog
    1
    +libmateweather (1.26.2-1) unstable; urgency=medium
    
    2
    +
    
    3
    +  * New upstream release.
    
    4
    +    - Update URL of Aviation Weather data provider. (Closes: #1054248,
    
    5
    +      #1054268).
    
    6
    +  * debian/control:
    
    7
    +    + Bump Standards-Version: to 4.6.2. No changes needed.
    
    8
    +  * debian/copyright:
    
    9
    +    + Update copyright attribution for debian/.
    
    10
    +    + Update copyright attributions.
    
    11
    +  * debian/patches:
    
    12
    +    + Drop timezone.patch. Applied upstream.
    
    13
    +
    
    14
    + -- Mike Gabriel <sunweaver@debian.org>  Tue, 31 Oct 2023 07:58:05 +0100
    
    15
    +
    
    1 16
     libmateweather (1.26.0-1.1) unstable; urgency=medium
    
    2 17
     
    
    3 18
       * Non-maintainer upload.
    

  • debian/control
    ... ... @@ -19,7 +19,7 @@ Build-Depends: autoconf-archive,
    19 19
                    libxml2-utils,
    
    20 20
                    mate-common (>= 1.18),
    
    21 21
                    tzdata,
    
    22
    -Standards-Version: 4.6.0
    
    22
    +Standards-Version: 4.6.2
    
    23 23
     Rules-Requires-Root: no
    
    24 24
     Homepage: http://www.mate-desktop.org/
    
    25 25
     Vcs-Browser: https://salsa.debian.org/debian-mate-team/libmateweather
    

  • debian/copyright
    ... ... @@ -37,6 +37,7 @@ Copyright: *No copyright*
    37 37
     License: GPL-2+
    
    38 38
     
    
    39 39
     Files: libmateweather.pot
    
    40
    +       locations.pot
    
    40 41
            po/*
    
    41 42
     Copyright: 1998-2010, Free Software Foundation, Inc.
    
    42 43
                2009, GNOME i18n Project for Vietnamese.
    
    ... ... @@ -129,8 +130,8 @@ Copyright: 2009, Red Hat, Inc.
    129 130
     License: public-domain
    
    130 131
     
    
    131 132
     Files: debian/*
    
    132
    -Copyright: 2011-2014 Stefano Karapetsas <stefano@karapetsas.com>
    
    133
    -           2014 Mike Gabriel <sunweaver@debian.org>
    
    133
    +Copyright: 2011-2014, Stefano Karapetsas <stefano@karapetsas.com>
    
    134
    +           2014-2023, Mike Gabriel <sunweaver@debian.org>
    
    134 135
     License: GPL-2+ or LGPL-2.1+
    
    135 136
     
    
    136 137
     License: GPL-2+
    

  • debian/patches/series deleted
    1
    -timezones.patch

  • debian/patches/timezones.patch deleted
    1
    -Author: Reiner Herrmann <reiner@reiner-h.de>
    
    2
    -Bug-Debian: https://bugs.debian.org/1017304
    
    3
    -Description: Update spelling of Kiev/Kyiv to match tzdata
    
    4
    - tzdata 2022b-1 changed it from Kiev to Kyiv.
    
    5
    -
    
    6
    ---- a/data/Locations.xml.in
    
    7
    -+++ b/data/Locations.xml.in
    
    8
    -@@ -20618,13 +20618,13 @@
    
    9
    -       <iso-code>UA</iso-code>
    
    10
    -       <fips-code>UP</fips-code>
    
    11
    -       <timezones>
    
    12
    --        <timezone id="Europe/Kiev">
    
    13
    -+        <timezone id="Europe/Kyiv">
    
    14
    -           <obsoletes>Europe/Simferopol</obsoletes>
    
    15
    -           <obsoletes>Europe/Uzhgorod</obsoletes>
    
    16
    -           <obsoletes>Europe/Zaporozhye</obsoletes>
    
    17
    -         </timezone>
    
    18
    -       </timezones>
    
    19
    --      <tz-hint>Europe/Kiev</tz-hint>
    
    20
    -+      <tz-hint>Europe/Kyiv</tz-hint>
    
    21
    -       <city>
    
    22
    -         <!-- A city in Ukraine -->
    
    23
    -         <name>Boryspil'</name>
    
    24
    -@@ -20700,7 +20700,7 @@
    
    25
    -              "Kiev" is the traditional English name.
    
    26
    -              The local name in Ukrainian is "Kyyiv".
    
    27
    -           -->
    
    28
    --        <name>Kiev</name>
    
    29
    -+        <name>Kyiv</name>
    
    30
    -         <coordinates>50.433333 30.516667</coordinates>
    
    31
    -         <location>
    
    32
    -           <name>Kyiv</name>


  • Reply to: