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

[Git][debian-mate-team/mate-hud][master] 2 commits: debian/patches: Add 1001_setup-py-drop-clean.patch. Fix FTBFS against Python...



Title: GitLab

Mike Gabriel pushed to branch master at Debian and Ubuntu MATE Packaging Team / mate-hud

Commits:

  • f52ee776
    by Mike Gabriel at 2023-12-26T11:12:29+01:00
    debian/patches: Add 1001_setup-py-drop-clean.patch. Fix FTBFS against Python 3.11 and newer (no i18n files included in this project, so dropping all i18n capabilities). (Closes: #1054791).
    
  • b6f23259
    by Mike Gabriel at 2023-12-26T11:15:33+01:00
    upload to unstable (debian/22.10.3-2)
    

3 changed files:

Changes:

  • debian/changelog
    1
    +mate-hud (22.10.3-2) unstable; urgency=medium
    
    2
    +
    
    3
    +  * d/changelog:
    
    4
    +    + Post-upload correct attributions of changes for the prev upload to
    
    5
    +      myself.
    
    6
    +  * debian/patches:
    
    7
    +    + Add 1001_setup-py-drop-clean.patch. Fix FTBFS against Python 3.11 and
    
    8
    +      newer (no i18n files included in this project, so dropping all i18n
    
    9
    +      capabilities). (Closes: #1054791).
    
    10
    +
    
    11
    + -- Mike Gabriel <sunweaver@debian.org>  Tue, 26 Dec 2023 11:13:09 +0100
    
    12
    +
    
    1 13
     mate-hud (22.10.3-1) unstable; urgency=medium
    
    2 14
     
    
    3 15
       [ Martin Wimpress ]
    

  • debian/patches/1001_setup-py-drop-clean.patch
    1
    +--- a/setup.py
    
    2
    ++++ b/setup.py
    
    3
    +@@ -25,8 +25,6 @@
    
    4
    + from setuptools import setup
    
    5
    + 
    
    6
    + import DistUtilsExtra.command.build_extra
    
    7
    +-import DistUtilsExtra.command.build_i18n
    
    8
    +-import DistUtilsExtra.command.clean_i18n
    
    9
    + 
    
    10
    + __VERSION__ = '22.10.3'
    
    11
    + 
    
    12
    +@@ -75,7 +73,6 @@
    
    13
    + 
    
    14
    + cmdclass = {
    
    15
    +         "build" : DistUtilsExtra.command.build_extra.build_extra,
    
    16
    +-        "clean": DistUtilsExtra.command.clean_i18n.clean_i18n,
    
    17
    + }
    
    18
    + 
    
    19
    + setup(

  • debian/patches/series
    1 1
     2001_fix-ftbfs-due-to-multi-toplevel-packages.patch
    
    2
    +1001_setup-py-drop-clean.patch


  • Reply to: