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

[Git][debian-mate-team/plank][master] 9 commits: debian/control: Put debian-mate@lists.debian.org into Uploaders: field.



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.4-3) unstable; urgency=medium
    
    2
    +
    
    3
    +  * debian/copyright:
    
    4
    +    + Use secure URI for copyright format.
    
    5
    +  * debian/control:
    
    6
    +    + Update Vcs-*: fields. Package has been migrated to salsa.debian.org.
    
    7
    +    + Drop pkg-mate-team Alioth mailing list from Uploaders: field.
    
    8
    +    + Put debian-mate@lists.debian.org into Uploaders: field.
    
    9
    +    + Bump Standards-Version: to 4.2.0. No changes needed.
    
    10
    +    + Move bin:pkg libplank1 to Section: libs.
    
    11
    +  * debian/{control,compat}:
    
    12
    +    + Bump DH compat level to version 11.
    
    13
    +  * debian/rules:
    
    14
    +    + Drop now useless --parallel option from dh call.
    
    15
    +    + Move appdata file to new canonical location (/usr/share/metainfo).
    
    16
    +  * debian/plank.examples:
    
    17
    +    + Add examples to pkg's doc/ folder.
    
    18
    +
    
    19
    + -- Mike Gabriel <sunweaver@debian.org>  Wed, 22 Aug 2018 11:50:07 +0200
    
    20
    +
    
    1 21
     plank (0.11.4-2) unstable; urgency=medium
    
    2 22
     
    
    3 23
       * Team upload
    

  • debian/compat
    1
    -10
    1
    +11

  • debian/control
    ... ... @@ -2,8 +2,9 @@ Source: plank
    2 2
     Section: utils
    
    3 3
     Priority: optional
    
    4 4
     Maintainer: Rico Tzschichholz <ricotz@ubuntu.com>
    
    5
    +Uploaders: Debian+Ubuntu MATE Packaging Team <debian-mate@lists.debian.org>,
    
    5 6
                Mike Gabriel <sunweaver@debian.org>,
    
    6
    -Build-Depends: debhelper (>= 10.3~),
    
    7
    +Build-Depends: debhelper (>= 11),
    
    7 8
                    dpkg-dev (>= 1.16.1.1),
    
    8 9
                    gnome-common,
    
    9 10
                    valac (>= 0.26.0),
    
    ... ... @@ -23,7 +24,7 @@ Build-Depends: debhelper (>= 10.3~),
    23 24
     Vcs-Git: https://salsa.debian.org/debian-mate-team/plank.git
    
    24 25
     Vcs-Browser: https://salsa.debian.org/debian-mate-team/plank
    
    25 26
     Homepage: https://launchpad.net/plank
    
    26
    -Standards-Version: 4.0.0
    
    27
    +Standards-Version: 4.2.0
    
    27 28
     
    
    28 29
     Package: plank
    
    29 30
     Architecture: any
    
    ... ... @@ -42,6 +43,7 @@ Description: Elegant, simple, clean dock
    42 43
     
    
    43 44
     Package: libplank1
    
    44 45
     Architecture: any
    
    46
    +Section: libs
    
    45 47
     Depends: ${shlibs:Depends},
    
    46 48
              libplank-common (= ${source:Version}),
    
    47 49
              bamfdaemon,
    

  • debian/plank.examples
    1
    +examples/*.vala

  • debian/rules
    ... ... @@ -8,6 +8,10 @@ override_dh_install:
    8 8
     	find debian/tmp -name *.la -delete
    
    9 9
     	find debian/tmp -name *.a -delete
    
    10 10
     	dh_install
    
    11
    +	# this needs to be handled upstream, really...
    
    12
    +	mkdir -p debian/plank/usr/share/metainfo/
    
    13
    +	mv debian/plank/usr/share/appdata/* debian/plank/usr/share/metainfo/
    
    14
    +	rmdir debian/plank/usr/share/appdata/
    
    11 15
     
    
    12 16
     override_dh_missing:
    
    13 17
     	dh_missing --fail-missing
    
    ... ... @@ -30,7 +34,7 @@ override_dh_makeshlibs:
    30 34
     	dh_makeshlibs -p libplank1 -V 'libplank1 (>= 0.11.2)'
    
    31 35
     
    
    32 36
     %:
    
    33
    -	dh $@ --parallel
    
    37
    +	dh $@
    
    34 38
     
    
    35 39
     get-orig-source:
    
    36 40
     	uscan --noconf --force-download --rename --download-current-version --destdir=..


  • Reply to: