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

[Git][debian-mate-team/mate-power-manager][master] 5 commits: debian/control: White-space clean-up at EOF.



Title: GitLab

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

Commits:

6 changed files:

Changes:

  • debian/changelog
    1
    +mate-power-manager (1.20.3-1) unstable; urgency=medium
    
    2
    +
    
    3
    +  * New upstream release.
    
    4
    +  * debian/control:
    
    5
    +    + Bump Standards-Version: to 4.3.0. No changes needed.
    
    6
    +    + White-space clean-up at EOF.
    
    7
    +    + Replace B-D on libtool-bin by libtool. (Closes: #912842).
    
    8
    +  * debian/patches:
    
    9
    +    + Drop Ubuntu-specific patch 2000_disable_notification_prefs_ui.patch.
    
    10
    +      (Closes: #915926).
    
    11
    +    + Add 2001_libtool-bin.patch (as part of the fix for #912842).
    
    12
    +
    
    13
    + -- Mike Gabriel <sunweaver@debian.org>  Wed, 09 Jan 2019 10:39:56 +0100
    
    14
    +
    
    1 15
     mate-power-manager (1.20.2-2) unstable; urgency=medium
    
    2 16
     
    
    3 17
       * debian/control:
    

  • debian/control
    ... ... @@ -17,7 +17,7 @@ Build-Depends: debhelper (>= 11~),
    17 17
                    libgtk-3-dev,
    
    18 18
                    libmate-panel-applet-dev (>= 1.18),
    
    19 19
                    libnotify-dev,
    
    20
    -               libtool-bin,
    
    20
    +               libtool,
    
    21 21
                    libupower-glib-dev,
    
    22 22
                    libx11-dev,
    
    23 23
                    libxext-dev,
    
    ... ... @@ -71,4 +71,3 @@ Description: power management tool for the MATE desktop (common files)
    71 71
      events, all integrated to other components of the MATE desktop.
    
    72 72
      .
    
    73 73
      This package contains the architecture independent files.
    74
    -

  • debian/patches/2000_disable_notification_prefs_ui.patch deleted
    1
    -Description: Disable the notification preferences so options are not presented that indicator-power handles.
    
    2
    -Author: Martin Wimpress <code@flexion.org>
    
    3
    -
    
    4
    ---- a/data/gpm-prefs.ui
    
    5
    -+++ b/data/gpm-prefs.ui
    
    6
    -@@ -895,7 +895,7 @@
    
    7
    -                 </child>
    
    8
    -                 <child>
    
    9
    -                   <object class="GtkVBox" id="vbox_notification">
    
    10
    --                    <property name="visible">True</property>
    
    11
    -+                    <property name="visible">False</property>
    
    12
    -                     <property name="orientation">vertical</property>
    
    13
    -                     <property name="spacing">6</property>
    
    14
    -                     <child>

  • debian/patches/2001_libtool-bin.patch
    1
    +Author: Helmut Grohne <helmut@subdivi.de>
    
    2
    +Description: Use libtoolized libtool rather than an external one.
    
    3
    +
    
    4
    +--- mate-power-manager-1.20.2.orig/src/Makefile.am
    
    5
    ++++ mate-power-manager-1.20.2/src/Makefile.am
    
    6
    +@@ -270,21 +270,21 @@
    
    7
    + 	@GLIB_GENMARSHAL@ $< --prefix=gpm_marshal --header > $@
    
    8
    + 
    
    9
    + org.mate.PowerManager.h: org.mate.PowerManager.xml
    
    10
    +-	libtool --mode=execute dbus-binding-tool	\
    
    11
    ++	$(LIBTOOL) --mode=execute dbus-binding-tool	\
    
    12
    + 		--prefix=gpm_manager			\
    
    13
    + 		--mode=glib-server			\
    
    14
    + 		--output=org.mate.PowerManager.h	\
    
    15
    + 		$(srcdir)/org.mate.PowerManager.xml
    
    16
    + 
    
    17
    + org.mate.PowerManager.Backlight.h: org.mate.PowerManager.Backlight.xml
    
    18
    +-	libtool --mode=execute dbus-binding-tool	\
    
    19
    ++	$(LIBTOOL) --mode=execute dbus-binding-tool	\
    
    20
    + 		--prefix=gpm_backlight			\
    
    21
    + 		--mode=glib-server			\
    
    22
    + 		--output=org.mate.PowerManager.Backlight.h	\
    
    23
    + 		$(srcdir)/org.mate.PowerManager.Backlight.xml
    
    24
    + 
    
    25
    + org.mate.PowerManager.KbdBacklight.h: org.mate.PowerManager.KbdBacklight.xml
    
    26
    +-	libtool --mode=execute dbus-binding-tool	\
    
    27
    ++	$(LIBTOOL) --mode=execute dbus-binding-tool	\
    
    28
    + 		--prefix=gpm_kbd_backlight			\
    
    29
    + 		--mode=glib-server			\
    
    30
    + 		--output=org.mate.PowerManager.KbdBacklight.h	\

  • debian/patches/series
    1
    +2001_libtool-bin.patch

  • debian/patches/ubuntu.series deleted
    1
    -2000_disable_notification_prefs_ui.patch


  • Reply to: