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

[Git][debian-mate-team/mate-power-manager][master] 8 commits: prepare new upstream release (v1.26.1)



Title: GitLab

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

Commits:

  • 9bf44614
    by Mike Gabriel at 2023-06-18T09:22:54+02:00
    prepare new upstream release (v1.26.1)
    
  • f121286c
    by Mike Gabriel at 2023-06-18T09:23:04+02:00
    debian/control: Bump Standards-Version: to 4.6.2. No changes needed.
    
  • 0f49aa25
    by Mike Gabriel at 2023-06-18T09:23:17+02:00
    debian/copyright: Update copyright attribution for debian/ folder.
    
  • f01711ac
    by Mike Gabriel at 2023-06-18T09:28:37+02:00
    debian/control: In B-D, switch from transitional pkg policykit-1 to combination of polkitd and libpolkit-gobject-1-dev. (Closes: #1025599).
    
  • 709feefe
    by Mike Gabriel at 2023-06-18T09:37:36+02:00
    debian/control: In D, replace transitional policykit-1 by polkitd and pkexec (also addresses #1025599).
    
  • e1c4baaa
    by Mike Gabriel at 2023-06-18T13:23:14+02:00
    debian/rules: Set libexecdir to /usr/libexec/mate-power-manager.
    
  • 1d16e8da
    by Mike Gabriel at 2023-06-18T14:19:57+02:00
    debian/mate-power-manager.install: Adjust to changed libexecdir.
    
  • 80ce4299
    by Mike Gabriel at 2023-06-18T14:36:58+02:00
    upload to unstable (debian/1.26.1-1)
    

5 changed files:

Changes:

  • debian/changelog
    1
    +mate-power-manager (1.26.1-1) unstable; urgency=medium
    
    2
    +
    
    3
    +  * New upstream release. (Closes: #1038444).
    
    4
    +    - gpm-prefs: fix memory leak.
    
    5
    +    - gpm-statistics: fix memory leak.
    
    6
    +  * debian/control:
    
    7
    +    + Bump Standards-Version: to 4.6.2. No changes needed.
    
    8
    +    + In B-D, switch from transitional pkg policykit-1 to combination of
    
    9
    +      polkitd and libpolkit-gobject-1-dev. (Closes: #1025599).
    
    10
    +    + In D, replace transitional policykit-1 by polkitd and pkexec (also
    
    11
    +      addresses #1025599).
    
    12
    +  * debian/rules:
    
    13
    +    + Set libexecdir to /usr/libexec/mate-power-manager.
    
    14
    +  * debian/mate-power-manager.install:
    
    15
    +    + Adjust to changed libexecdir.
    
    16
    +  * debian/copyright:
    
    17
    +    + Update copyright attribution for debian/ folder.
    
    18
    +
    
    19
    + -- Mike Gabriel <sunweaver@debian.org>  Sun, 18 Jun 2023 09:23:22 +0200
    
    20
    +
    
    1 21
     mate-power-manager (1.26.0-2) unstable; urgency=medium
    
    2 22
     
    
    3 23
       [ Martin Wimpress ]
    

  • debian/control
    ... ... @@ -17,6 +17,7 @@ Build-Depends: debhelper-compat (= 13),
    17 17
                    libgtk-3-dev,
    
    18 18
                    libmate-panel-applet-dev (>= 1.18),
    
    19 19
                    libnotify-dev,
    
    20
    +               libpolkit-gobject-1-dev,
    
    20 21
                    libupower-glib-dev,
    
    21 22
                    libsecret-1-dev (>= 0.11),
    
    22 23
                    libx11-dev,
    
    ... ... @@ -25,10 +26,10 @@ Build-Depends: debhelper-compat (= 13),
    25 26
                    libxrandr-dev,
    
    26 27
                    mate-common (>= 1.24.0-1~),
    
    27 28
                    pkg-config,
    
    28
    -               policykit-1,
    
    29
    +               polkitd,
    
    29 30
                    xmlto,
    
    30 31
                    yelp-tools,
    
    31
    -Standards-Version: 4.6.0
    
    32
    +Standards-Version: 4.6.2
    
    32 33
     Rules-Requires-Root: no
    
    33 34
     Homepage: http://www.mate-desktop.org/
    
    34 35
     Vcs-Browser: https://salsa.debian.org/debian-mate-team/mate-power-manager
    
    ... ... @@ -39,7 +40,7 @@ Architecture: any
    39 40
     Depends: default-dbus-session-bus | dbus-session-bus,
    
    40 41
              mate-notification-daemon | notification-daemon,
    
    41 42
              mate-power-manager-common (= ${source:Version}),
    
    42
    -         policykit-1,
    
    43
    +         polkitd, pkexec,
    
    43 44
              systemd | elogind | consolekit,
    
    44 45
              upower,
    
    45 46
              ${misc:Depends},
    

  • debian/copyright
    ... ... @@ -227,7 +227,7 @@ License: public-domain
    227 227
     
    
    228 228
     Files: debian/*
    
    229 229
     Copyright: 2011-2014, Stefano Karapetsas <stefano@karapetsas.com>
    
    230
    -           2014, Mike Gabriel <sunweaver@debian.org>
    
    230
    +           2014-2023, Mike Gabriel <sunweaver@debian.org>
    
    231 231
     License: GPL-2+
    
    232 232
     
    
    233 233
     License: GPL-2+
    

  • debian/mate-power-manager.install
    1 1
     etc/xdg/
    
    2 2
     usr/bin/
    
    3
    -usr/lib/
    
    3
    +usr/libexec/
    
    4 4
     usr/sbin/mate-power-backlight-helper
    
    5 5
     usr/share/applications/
    
    6 6
     usr/share/dbus-1/
    

  • debian/rules
    ... ... @@ -31,7 +31,7 @@ override_dh_auto_configure:
    31 31
     	NOCONFIGURE=1 ./autogen.sh
    
    32 32
     	dh_auto_configure $(DHFLAGS) -- \
    
    33 33
     		--disable-silent-rules \
    
    34
    -		--libexecdir=/usr/lib/mate-power-manager \
    
    34
    +		--libexecdir=/usr/libexec/mate-power-manager \
    
    35 35
     		--enable-applets \
    
    36 36
     		--without-keyring \
    
    37 37
     		--enable-deprecated
    


  • Reply to: