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

[Git][debian-mate-team/mate-power-manager][master] 3 commits: Fix a typo in hu.po to address a FTBFS with gettext 0.22



Title: GitLab

Faidon Liambotis pushed to branch master at Debian and Ubuntu MATE Packaging Team / mate-power-manager

Commits:

  • d921d965
    by Faidon Liambotis at 2024-09-05T16:24:02+03:00
    Fix a typo in hu.po to address a FTBFS with gettext 0.22
    
    Closes: #1074753
    
  • cb803409
    by Faidon Liambotis at 2024-09-05T16:30:04+03:00
    Depend on pkgconf instead of the transitional pkg-config
    
  • 516240da
    by Faidon Liambotis at 2024-09-05T16:33:49+03:00
    Release 1.26.1-1.1
    

4 changed files:

Changes:

  • debian/changelog
    1
    +mate-power-manager (1.26.1-1.1) unstable; urgency=medium
    
    2
    +
    
    3
    +  [ Faidon Liambotis ]
    
    4
    +  * Non-maintainer upload, with permission.
    
    5
    +  * Fix a typo in hu.po to address a FTBFS with gettext 0.22.
    
    6
    +    (Closes: #1074753)
    
    7
    +  * Depend on pkgconf instead of the transitional pkg-config.
    
    8
    +
    
    9
    +  [ Mike Gabriel ]
    
    10
    +  * debian/control: Drop from B-D: libgcrypt20-dev. Not used.
    
    11
    +    (Closes: #1071938).
    
    12
    +
    
    13
    + -- Faidon Liambotis <paravoid@debian.org>  Thu, 05 Sep 2024 16:33:43 +0300
    
    14
    +
    
    1 15
     mate-power-manager (1.26.1-1) unstable; urgency=medium
    
    2 16
     
    
    3 17
       * New upstream release. (Closes: #1038444).
    

  • debian/control
    ... ... @@ -24,7 +24,7 @@ Build-Depends: debhelper-compat (= 13),
    24 24
                    libxml2-utils,
    
    25 25
                    libxrandr-dev,
    
    26 26
                    mate-common (>= 1.24.0-1~),
    
    27
    -               pkg-config,
    
    27
    +               pkgconf,
    
    28 28
                    polkitd,
    
    29 29
                    xmlto,
    
    30 30
                    yelp-tools,
    

  • debian/patches/0002_fix_error_with_hu_po.patch
    1
    +Description: Fix FTBFS with gettext 0.22
    
    2
    +Author: Faidon Liambotis <paravoid@debian.org>
    
    3
    +Bug: https://github.com/mate-desktop/mate-power-manager/issues/390
    
    4
    +Bug-Debian: https://bugs.debian.org/1074753
    
    5
    +Last-Update: 2024-09-05
    
    6
    +
    
    7
    +--- a/po/hu.po
    
    8
    ++++ b/po/hu.po
    
    9
    +@@ -1333,7 +1333,7 @@ msgstr "A noteszgép akkumulátora gyeng
    
    10
    + #: src/gpm-manager.c:1313
    
    11
    + #, c-format
    
    12
    + msgid "Approximately <b>%s</b> remaining (%.0f%%)"
    
    13
    +-msgstr "Megközelítőleg <b>%s</b> van hátra (%.0lf%%)"
    
    14
    ++msgstr "Megközelítőleg <b>%s</b> van hátra (%.0f%%)"
    
    15
    + 
    
    16
    + #: src/gpm-manager.c:1317
    
    17
    + msgid "UPS low"

  • debian/patches/series
    1 1
     0001_add-gaming-input-devices.patch
    
    2
    +0002_fix_error_with_hu_po.patch


  • Reply to: