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

[Git][debian-mate-team/mate-polkit][debian/stretch/backports] 8 commits: debian/copyright: Fix typo in LGPL-2+ license text.



Title: GitLab

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

Commits:

5 changed files:

Changes:

  • debian/bin/mate-polkit.in
    1 1
     #!/bin/sh
    
    2 2
     
    
    3
    -/usr/lib/@BUILD_ARCH@/polkit-mate/polkit-mate-authentication-agent-1 &
    3
    +/usr/lib/@DEB_HOST_MULTIARCH@/polkit-mate/polkit-mate-authentication-agent-1 &

  • debian/changelog
    1
    +mate-polkit (1.20.2-1~bpo9+1) stretch-backports; urgency=medium
    
    2
    +
    
    3
    +  * Rebuild for stretch-backports.
    
    4
    +
    
    5
    + -- Mike Gabriel <sunweaver@debian.org>  Sat, 02 Feb 2019 01:45:44 +0100
    
    6
    +
    
    7
    +mate-polkit (1.20.2-1) unstable; urgency=medium
    
    8
    +
    
    9
    +  * New upstream release.
    
    10
    +  * debian/control:
    
    11
    +    + Bump Standards-Version: to 4.3.0. No changes needed.
    
    12
    +  * debian/control:
    
    13
    +    + Move mate-polkit-bin from arch:any to arch:all.
    
    14
    +
    
    15
    + -- Mike Gabriel <sunweaver@debian.org>  Wed, 09 Jan 2019 10:34:21 +0100
    
    16
    +
    
    17
    +mate-polkit (1.20.1-2) unstable; urgency=medium
    
    18
    +
    
    19
    +  [ Helmut Grohne ]
    
    20
    +  * debian/rules: Fix build/host confusion. (Closes: #913416).
    
    21
    +
    
    22
    + -- Mike Gabriel <sunweaver@debian.org>  Sun, 11 Nov 2018 15:56:48 +0100
    
    23
    +
    
    1 24
     mate-polkit (1.20.1-1~bpo9+1) stretch-backports; urgency=medium
    
    2 25
     
    
    3 26
       * Rebuild for stretch-backports.
    

  • debian/control
    ... ... @@ -15,13 +15,13 @@ Build-Depends: cdbs,
    15 15
                    libpolkit-gobject-1-dev,
    
    16 16
                    mate-common (>= 1.18),
    
    17 17
                    pkg-config,
    
    18
    -Standards-Version: 4.1.4
    
    18
    +Standards-Version: 4.3.0
    
    19 19
     Homepage: http://www.mate-desktop.org/
    
    20 20
     Vcs-Browser: https://salsa.debian.org/debian-mate-team/mate-polkit
    
    21 21
     Vcs-Git: https://salsa.debian.org/debian-mate-team/mate-polkit.git
    
    22 22
     
    
    23 23
     Package: mate-polkit-bin
    
    24
    -Architecture: any
    
    24
    +Architecture: all
    
    25 25
     Depends: mate-polkit (>= ${source:Version}),
    
    26 26
              ${misc:Depends},
    
    27 27
     Breaks: mate-polkit (<< 1.12.0-3~),
    

  • debian/copyright
    ... ... @@ -121,4 +121,4 @@ License: LGPL-2+
    121 121
      Library General Public License for more details.
    
    122 122
      .
    
    123 123
      On Debian systems, the complete text of the GNU Library General
    
    124
    - Public License version 3 can be found in "/usr/share/common-licenses/LGPL-2".
    124
    + Public License version 2 can be found in "/usr/share/common-licenses/LGPL-2".

  • debian/rules
    1 1
     #!/usr/bin/make -f
    
    2 2
     
    
    3
    +include /usr/share/dpkg/architecture.mk
    
    3 4
     include /usr/share/cdbs/1/class/autotools.mk
    
    4 5
     include /usr/share/cdbs/1/rules/debhelper.mk
    
    5 6
     include /usr/share/cdbs/1/rules/utils.mk
    
    ... ... @@ -20,9 +21,9 @@ DEB_CONFIGURE_SCRIPT := ./autogen.sh
    20 21
     
    
    21 22
     DEB_CONFIGURE_EXTRA_FLAGS := --disable-silent-rules \
    
    22 23
                                  --localstatedir=/var \
    
    23
    -                             --libdir=/usr/lib/$(shell dpkg-architecture -qDEB_BUILD_MULTIARCH) \
    
    24
    -                             --includedir=/usr/include/$(shell dpkg-architecture -qDEB_BUILD_MULTIARCH) \
    
    25
    -                             --libexecdir=/usr/lib/$(shell dpkg-architecture -qDEB_BUILD_MULTIARCH)/polkit-mate \
    
    24
    +                             --libdir=/usr/lib/$(DEB_HOST_MULTIARCH) \
    
    25
    +                             --includedir=/usr/include/$(DEB_HOST_MULTIARCH) \
    
    26
    +                             --libexecdir=/usr/lib/$(DEB_HOST_MULTIARCH)/polkit-mate \
    
    26 27
                                  --disable-silent-rules \
    
    27 28
                                  --disable-static \
    
    28 29
                                  --enable-gtk-doc
    
    ... ... @@ -36,7 +37,7 @@ remove-cruft::
    36 37
     
    
    37 38
     install-wrapper::
    
    38 39
     	mkdir -p debian/tmp/usr/bin/
    
    39
    -	cat debian/bin/mate-polkit.in  | sed -e 's/@BUILD_ARCH@/$(shell dpkg-architecture -qDEB_BUILD_MULTIARCH)/' > debian/tmp/usr/bin/mate-polkit
    
    40
    +	sed -e 's/@DEB_HOST_MULTIARCH@/$(DEB_HOST_MULTIARCH)/' < debian/bin/mate-polkit.in > debian/tmp/usr/bin/mate-polkit
    
    40 41
     
    
    41 42
     get-orig-source:
    
    42 43
     	uscan --noconf --force-download --rename --download-current-version --destdir=..


  • Reply to: