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

[Git][debian-mate-team/mate-applets][master] 4 commits: debian/rules: Add configure option --with-iwevgenie for netspeed applet. (Closes: #1017429).



Title: GitLab

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

Commits:

  • a2a75c26
    by Mike Gabriel at 2024-03-29T17:12:26+01:00
    debian/rules: Add configure option --with-iwevgenie for netspeed applet. (Closes: #1017429).
    
  • 8ccb46dc
    by Mike Gabriel at 2024-03-29T17:13:47+01:00
    debian/control: Drop libnl-genl-3-dev from B-D. Not used for building netspeed applet.
    
  • 3aa48e03
    by Mike Gabriel at 2024-03-29T17:24:44+01:00
    debian/rules: Disable configure option: --without-nl. (Conflicts with --with-iwevgenie).
    
  • 251f6e3b
    by Mike Gabriel at 2024-03-29T17:25:55+01:00
    upload to unstable (debian/1.26.1-3)
    

3 changed files:

Changes:

  • debian/changelog
    1
    +mate-applets (1.26.1-3) unstable; urgency=medium
    
    2
    +
    
    3
    +  * debian/rules:
    
    4
    +    + Add configure option --with-iwevgenie for netspeed applet. (Closes:
    
    5
    +      #1017429).
    
    6
    +    + Disable configure option: --without-nl. (Conflicts with --with-iwevgenie).
    
    7
    +  * debian/control:
    
    8
    +    + Drop libnl-genl-3-dev from B-D. Not used for building netspeed applet.
    
    9
    +
    
    10
    + -- Mike Gabriel <sunweaver@debian.org>  Fri, 29 Mar 2024 16:58:15 +0100
    
    11
    +
    
    1 12
     mate-applets (1.26.1-2) unstable; urgency=medium
    
    2 13
     
    
    3 14
       * debian/control:
    

  • debian/control
    ... ... @@ -25,7 +25,6 @@ Build-Depends: cdbs,
    25 25
                    libiw-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
    
    26 26
                    libmate-panel-applet-dev (>= 1.26),
    
    27 27
                    libmateweather-dev (>= 1.18),
    
    28
    -               libnl-genl-3-dev,
    
    29 28
                    libnotify-dev,
    
    30 29
                    libpolkit-gobject-1-dev,
    
    31 30
                    libupower-glib-dev,
    

  • debian/rules
    ... ... @@ -19,6 +19,8 @@ DEB_DH_INSTALL_ARGS +=
    19 19
     DEB_CONFIGURE_SCRIPT := ./autogen.sh
    
    20 20
     
    
    21 21
     DEB_CONFIGURE_EXTRA_FLAGS += \
    
    22
    +                --with-iwevgenie \
    
    23
    +                --without-nl \
    
    22 24
                     --disable-silent-rules \
    
    23 25
                     --libexecdir=/usr/lib/mate-applets \
    
    24 26
                     --localstatedir=/var \
    


  • Reply to: