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

[Git][debian-mate-team/mate-media][master] 4 commits: debian/rules: Drop dbgsym-migration dh_strip override.



Title: GitLab

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

Commits:

4 changed files:

Changes:

  • debian/changelog
    1
    -mate-media (1.22.1-1) UNRELEASED; urgency=medium
    
    1
    +mate-media (1.22.1-1) unstable; urgency=medium
    
    2 2
     
    
    3
    +  [ Martin Wimpress ]
    
    3 4
       * New upstream release.
    
    5
    +  * debian/control:
    
    6
    +    + Add B-D: libmate-panel-applet-dev (>=1.22)
    
    7
    +  * debian/mate-media.install:
    
    8
    +    + Add usr/lib/, usr/share/dbus-1/, usr/share/mate-panel/
    
    9
    +  * debian/rules:
    
    10
    +    + Update Ubuntu specific removal of
    
    11
    +      /etc/xdg/autostart/mate-volume-control-status-icon.desktop.
    
    12
    +  * debian/copyright:
    
    13
    +    + Update copyright attributions.
    
    14
    +
    
    15
    +  [ Mike Gabriel ]
    
    16
    +  * debian/{compat,control}:
    
    17
    +    + Use debhelper-compat notation. Bump to DH compat level version 12.
    
    18
    +  * debian/control:
    
    19
    +    + Bump Standards-Version: to 4.4.0. No changes needed.
    
    20
    +  * debian/rules:
    
    21
    +    + Drop dbgsym-migration dh_strip override.
    
    22
    +  * debian/mate-media.install:
    
    23
    +    + Fix FTBFS when systems install libexec files to /usr/libexec/ rather than
    
    24
    +      /usr/lib/.
    
    4 25
     
    
    5
    - -- Martin Wimpress <martin.wimpress@ubuntu.com>  Mon, 18 Mar 2019 20:30:23 +0000
    
    26
    + -- Mike Gabriel <sunweaver@debian.org>  Sat, 27 Jul 2019 23:22:56 +0200
    
    6 27
     
    
    7 28
     mate-media (1.20.2-1) unstable; urgency=medium
    
    8 29
     
    

  • debian/copyright
    ... ... @@ -98,6 +98,7 @@ Files: data/Makefile.am
    98 98
            mate-volume-control/org.mate.applets.GvcApplet.mate-panel-applet.in.in
    
    99 99
            mate-volume-control/org.mate.panel.applet.GvcAppletFactory.service.in
    
    100 100
            mate-volume-control/status-icon-main.c
    
    101
    +       .travis.yml
    
    101 102
            .tx/config
    
    102 103
            .github/issue_template.md
    
    103 104
            AUTHORS
    

  • debian/mate-media.install
    1 1
     usr/bin/
    
    2
    -usr/lib/
    
    2
    +usr/lib*/
    
    3 3
     usr/share/applications/
    
    4 4
     usr/share/dbus-1/
    
    5 5
     usr/share/mate-panel/
    \ No newline at end of file

  • debian/rules
    ... ... @@ -27,8 +27,5 @@ override_dh_auto_configure:
    27 27
     		--disable-silent-rules \
    
    28 28
     		--disable-static
    
    29 29
     
    
    30
    -override_dh_strip:
    
    31
    -	dh_strip --dbgsym-migration='mate-media-dbg (<< 1.14.0-2~)'
    
    32
    -
    
    33 30
     get-orig-source:
    
    34 31
     	uscan --noconf --force-download --rename --download-current-version --destdir=..


  • Reply to: