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

[Git][debian-mate-team/mate-panel][debian/stretch/backports] 5 commits: debian/control: Versioned B-D on librda-dev (>= 0.0.3-2~).



Title: GitLab

Mike Gabriel pushed to branch debian/stretch/backports at Debian and Ubuntu MATE Packaging Team / mate-panel

Commits:

4 changed files:

Changes:

  • debian/changelog
    1
    +mate-panel (1.20.4-2~bpo9+1) stretch-backports; urgency=medium
    
    2
    +
    
    3
    +  * Rebuild for stretch-backports.
    
    4
    +
    
    5
    + -- Mike Gabriel <sunweaver@debian.org>  Sat, 02 Feb 2019 01:27:38 +0100
    
    6
    +
    
    7
    +mate-panel (1.20.4-2) unstable; urgency=medium
    
    8
    +
    
    9
    +  * debian/patches:
    
    10
    +    + Add 0004_configure.ac-Explicitly-require-in-RDA-0.0.3.patch.
    
    11
    +      Explicitly require RDA 0.0.3 or higher.
    
    12
    +  * debian/control:
    
    13
    +    + Versioned B-D on librda-dev (>= 0.0.3-2~).
    
    14
    +
    
    15
    + -- Mike Gabriel <sunweaver@debian.org>  Sun, 20 Jan 2019 01:07:24 +0100
    
    16
    +
    
    1 17
     mate-panel (1.20.4-1~bpo9+1) stretch-backports; urgency=medium
    
    2 18
     
    
    3 19
       * Rebuild for stretch-backports.
    

  • debian/control
    ... ... @@ -26,7 +26,7 @@ Build-Depends: debhelper-compat (= 12),
    26 26
                    libmate-menu-dev (>= 1.18),
    
    27 27
                    libmateweather-dev (>= 1.18),
    
    28 28
                    libpango1.0-dev,
    
    29
    -               librda-dev,
    
    29
    +               librda-dev (>= 0.0.3-2~),
    
    30 30
                    librsvg2-dev,
    
    31 31
                    libsm-dev,
    
    32 32
                    libsoup2.4-dev,
    

  • debian/patches/0004_configure.ac-Explicitly-require-in-RDA-0.0.3.patch
    1
    +From 5adcf338b28eda28008533f2e5717f6d00ed73d1 Mon Sep 17 00:00:00 2001
    
    2
    +From: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
    
    3
    +Date: Sat, 19 Jan 2019 23:10:12 +0100
    
    4
    +Subject: [PATCH] configure.ac: Explicitly require in RDA >= 0.0.3.
    
    5
    +
    
    6
    +---
    
    7
    + configure.ac | 3 ++-
    
    8
    + 1 file changed, 2 insertions(+), 1 deletion(-)
    
    9
    +
    
    10
    +diff --git a/configure.ac b/configure.ac
    
    11
    +index a41a93c..cbdc149 100644
    
    12
    +--- a/configure.ac
    
    13
    ++++ b/configure.ac
    
    14
    +@@ -66,6 +66,7 @@ LIBRSVG_REQUIRED=2.36.2
    
    15
    + GTK_REQUIRED=3.22.0
    
    16
    + LIBWNCK_REQUIRED=3.4.6
    
    17
    + WEATHER_REQUIRED=1.17.0
    
    18
    ++RDA_REQUIRED=0.0.3
    
    19
    + 
    
    20
    + dnl pkg-config dependency checks
    
    21
    + 
    
    22
    +@@ -204,7 +205,7 @@ fi
    
    23
    + 
    
    24
    + dnl Remote Desktop Awareness
    
    25
    + 
    
    26
    +-PKG_CHECK_MODULES(RDA, rda, have_rda=yes, have_rda=no)
    
    27
    ++PKG_CHECK_MODULES(RDA, rda >= $RDA_REQUIRED, have_rda=yes, have_rda=no)
    
    28
    + if test "x$have_rda" = "xyes"; then
    
    29
    +   AC_DEFINE(HAVE_RDA, 1, [Have the Remote Desktop Awareness library])
    
    30
    + fi
    
    31
    +-- 
    
    32
    +2.11.0
    
    33
    +

  • debian/patches/series
    1 1
     0001_RDA-support-Make-MATE-panel-aware-of-being-run-insid.patch
    
    2 2
     0002_mate-panel-panel-menu-items.c-Only-offer-Shutdown-bu.patch
    
    3 3
     0003_configure.ac-Report-RDA-support-status-in-configurat.patch
    
    4
    +0004_configure.ac-Explicitly-require-in-RDA-0.0.3.patch


  • Reply to: