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

[Git][debian-mate-team/plank][master] 11 commits: prepare new upstream release (v0.11.89)



Title: GitLab

Mike Gabriel pushed to branch master at Debian and Ubuntu MATE Packaging Team / plank

Commits:

5 changed files:

Changes:

  • debian/changelog
    1
    +plank (0.11.89-1) unstable; urgency=medium
    
    2
    +
    
    3
    +  * New upstream release.
    
    4
    +  * debian/{compat,control}:
    
    5
    +    + Use debhelper-compat notation. Bump to DH compat level version 12.
    
    6
    +  * debian/control:
    
    7
    +    + Bump Standards-Version: to 4.4.0. No changes needed.
    
    8
    +    + Update versioned B-Ds for this upstream release.
    
    9
    +    + Add B-D: libgnome-menu-3-dev.
    
    10
    +    + Add B-D: valadoc.
    
    11
    +  * debian/rules:
    
    12
    +    + Drop mv code for appdata .xml file. Now correctly installed by upstream.
    
    13
    +    + Enable build of documentation files.
    
    14
    +    + Drop dbgsym-migration dh_strip override.
    
    15
    +    + Drop custom compression settings for dh_builddeb.
    
    16
    +  * debian/libplank-doc.install:
    
    17
    +    + New location from where to move upstream docs into gtk-doc/html/plank/.
    
    18
    +  * lintian:
    
    19
    +    + Override library-not-linked-against-libc
    
    20
    +      usr/lib/x86_64-linux-gnu/plank/docklets/libdocklet-desktop.so.
    
    21
    +
    
    22
    + -- Mike Gabriel <sunweaver@debian.org>  Tue, 20 Aug 2019 10:37:59 +0200
    
    23
    +
    
    1 24
     plank (0.11.4-4) unstable; urgency=medium
    
    2 25
     
    
    3 26
       * debian/{rules,plank.install}:
    

  • debian/control
    ... ... @@ -7,13 +7,15 @@ Uploaders: Debian+Ubuntu MATE Packaging Team <debian-mate@lists.debian.org>,
    7 7
     Build-Depends: debhelper-compat (=12),
    
    8 8
                    dpkg-dev (>= 1.16.1.1),
    
    9 9
                    gnome-common,
    
    10
    -               valac (>= 0.26.0),
    
    11
    -               libbamf3-dev (>= 0.5),
    
    12
    -               libcairo2-dev (>= 1.10.0),
    
    10
    +               valac (>= 0.34.0),
    
    11
    +               valadoc,
    
    12
    +               libbamf3-dev (>= 0.4),
    
    13
    +               libcairo2-dev (>= 1.13.0),
    
    13 14
                    libdbusmenu-gtk3-dev (>= 0.6.2),
    
    14 15
                    libgdk-pixbuf2.0-dev (>= 2.26.0),
    
    15 16
                    libgee-0.8-dev,
    
    16 17
                    libglib2.0-dev (>= 2.40.0),
    
    18
    +               libgnome-menu-3-dev,
    
    17 19
                    libgtk-3-dev (>= 3.10.0),
    
    18 20
                    libwnck-3-dev,
    
    19 21
                    libxml2-utils,
    

  • debian/libplank-doc.install
    1
    -#docs/c-doc/html/* usr/share/gtk-doc/html/plank-c
    
    2
    -docs/vala-doc/plank/* usr/share/gtk-doc/html/plank
    1
    +usr/share/doc/plank/* usr/share/gtk-doc/html/plank

  • debian/plank.lintian-overrides
    1
    +# indeed no libc symbols are used by libdocklet-desktop.so
    
    2
    +plank: library-not-linked-against-libc usr/lib/x86_64-linux-gnu/plank/docklets/libdocklet-desktop.so

  • debian/rules
    1 1
     #!/usr/bin/make -f
    
    2 2
     
    
    3
    +NULL =
    
    4
    +
    
    3 5
     export DEB_BUILD_MAINT_OPTIONS = hardening=+all
    
    4 6
     DPKG_EXPORT_BUILDFLAGS = 1
    
    5 7
     include /usr/share/dpkg/buildflags.mk
    
    ... ... @@ -7,25 +9,16 @@ include /usr/share/dpkg/buildflags.mk
    7 9
     override_dh_install:
    
    8 10
     	find debian/tmp -name *.la -delete
    
    9 11
     	find debian/tmp -name *.a -delete
    
    10
    -	# this needs to be handled upstream, really...
    
    11
    -	mkdir -p debian/tmp/usr/share/metainfo/
    
    12
    -	mv debian/tmp/usr/share/appdata/* debian/tmp/usr/share/metainfo/
    
    13
    -	rmdir debian/tmp/usr/share/appdata/
    
    14 12
     	dh_install
    
    15 13
     
    
    16 14
     override_dh_missing:
    
    17 15
     	dh_missing --fail-missing
    
    18 16
     
    
    19
    -override_dh_strip:
    
    20
    -	dh_strip -p libplank1 --dbgsym-migration='libplank1-dbg (<< 0.11.2-2~)'
    
    21
    -	dh_strip -p plank --dbgsym-migration='plank-dbg (<< 0.11.2-2~)'
    
    22
    -
    
    23
    -override_dh_builddeb:
    
    24
    -	dh_builddeb -- -Zxz
    
    25
    -
    
    26 17
     override_dh_auto_configure:
    
    27 18
     	dh_auto_configure -- \
    
    28
    -		--enable-headless-tests
    
    19
    +	        --enable-docs \
    
    20
    +	        --enable-headless-tests \
    
    21
    +	        $(NULL)
    
    29 22
     
    
    30 23
     override_dh_auto_test:
    
    31 24
     	dh_auto_test || true
    


  • Reply to: