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

[Git][debian-mate-team/caja-dropbox][debian/stretch/backports] 9 commits: debian/control: Bump versioned B-D to libcaja-extension-dev (>= 1.17.1).



Title: GitLab

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

Commits:

7 changed files:

Changes:

  • debian/changelog
    1
    +caja-dropbox (1.20.0-4~bpo9+1) stretch-backports; urgency=medium
    
    2
    +
    
    3
    +  * Rebuild for stretch-backports.
    
    4
    +
    
    5
    + -- Mike Gabriel <sunweaver@debian.org>  Sun, 10 Feb 2019 20:02:26 +0100
    
    6
    +
    
    7
    +caja-dropbox (1.20.0-4) unstable; urgency=medium
    
    8
    +
    
    9
    +  * debian/control:
    
    10
    +    + Bump versioned B-D to libcaja-extension-dev (>= 1.17.1).
    
    11
    +    + Bump Standards-Version: to 4.3.0. No changes needed.
    
    12
    +  * debian/patches:
    
    13
    +    + Drop 2003_fake_xdg_current_desktop.patch. (Closes: #893163).
    
    14
    +    + Fix grammar issue in 1004_add-http-proxy-option.patch's comment header.
    
    15
    +  * debian/{control,compat}:
    
    16
    +    + Drop compat file. Switch to debhelper-compat notation in control
    
    17
    +      file. Bump to DH compat level version 12.
    
    18
    +  * debian/upstream/metadata:
    
    19
    +    + Add file. Comply with DEP-12.
    
    20
    +
    
    21
    + -- Mike Gabriel <sunweaver@debian.org>  Sat, 02 Feb 2019 17:00:13 +0100
    
    22
    +
    
    1 23
     caja-dropbox (1.20.0-3~bpo9+1) stretch-backports; urgency=medium
    
    2 24
     
    
    3 25
       * Rebuild for stretch-backports.
    

  • debian/compat deleted
    1
    -11

  • debian/control
    ... ... @@ -7,7 +7,7 @@ Uploaders: Mike Gabriel <sunweaver@debian.org>,
    7 7
                Stefano Karapetsas <stefano@karapetsas.com>,
    
    8 8
                Vangelis Mouhtsis <vangelis@gnugr.org>,
    
    9 9
                Martin Wimpress <code@flexion.org>,
    
    10
    -Build-Depends: debhelper (>= 11~),
    
    10
    +Build-Depends: debhelper-compat (= 12),
    
    11 11
                    dh-python,
    
    12 12
                    dpkg-dev (>= 1.16.1.1),
    
    13 13
                    libcaja-extension-dev (>= 1.17.1),
    
    ... ... @@ -16,7 +16,7 @@ Build-Depends: debhelper (>= 11~),
    16 16
                    python (>= 2.6.6-3~),
    
    17 17
                    python-docutils (>= 0.6),
    
    18 18
                    python-gtk2 (>= 2.12),
    
    19
    -Standards-Version: 4.1.5
    
    19
    +Standards-Version: 4.3.0
    
    20 20
     Homepage: http://www.mate-desktop.org/
    
    21 21
     Vcs-Browser: https://salsa.debian.org/debian-mate-team/caja-dropbox
    
    22 22
     Vcs-Git: https://salsa.debian.org/debian-mate-team/caja-dropbox.git
    

  • debian/patches/1004_add-http-proxy-option.patch
    1 1
     Description: Add command-line option to set the HTTP proxy
    
    2
    - This option will be used to properly fix the the Debian bug
    
    2
    + This option will be used to properly fix the Debian bug
    
    3 3
      #651065.
    
    4 4
     Author: Raphaël Hertzog <hertzog@debian.org>
    
    5 5
     Origin: vendor
    

  • debian/patches/2003_fake_xdg_current_desktop.patch deleted
    1
    -Description: Coerce XDG_CURRENT_DESKTOP to "Unity". (LP: #1559249)
    
    2
    -Author: Martin Wimpress <martin.wimpress@ubuntu.com>
    
    3
    -Abstract:
    
    4
    - This works around broken dropbox binary that will not correctly
    
    5
    - activate the tray icon or indicator icon. This patch works around
    
    6
    - that issue by coercing XDG_CURRENT_DESKTOP to report as
    
    7
    - "Unity".
    
    8
    - .
    
    9
    - This patch is valid for Debian and Ubuntu.
    
    10
    -
    
    11
    -
    
    12
    ---- a/caja-dropbox.in	2017-03-28 02:00:33.223411568 +0100
    
    13
    -+++ b/caja-dropbox.in	2017-03-28 02:03:34.637407866 +0100
    
    14
    -@@ -728,8 +728,13 @@
    
    15
    -     if os.access(db_path, os.X_OK):
    
    16
    -         f = open("/dev/null", "w")
    
    17
    -         # we don't reap the child because we're gonna die anyway, let init do it
    
    18
    -+
    
    19
    -+        # Fix indicator icon and menu. (LP: #1559249)
    
    20
    -+        new_env = os.environ.copy()
    
    21
    -+        new_env['XDG_CURRENT_DESKTOP'] = 'Unity'
    
    22
    -+
    
    23
    -         a = subprocess.Popen([db_path], preexec_fn=os.setsid, cwd=os.path.expanduser("~"),
    
    24
    --                             stderr=sys.stderr, stdout=f, close_fds=True)
    
    25
    -+                             stderr=sys.stderr, stdout=f, close_fds=True, env=new_env)
    
    26
    - 
    
    27
    -         # in seconds
    
    28
    -         interval = 0.5

  • debian/patches/series
    ... ... @@ -11,4 +11,3 @@
    11 11
     # Patches below are not really upstreamable
    
    12 12
     2001_non-interactive-update.patch
    
    13 13
     2002_use-dpkg-to-select-platform.patch
    14
    -2003_fake_xdg_current_desktop.patch

  • debian/upstream/metadata
    1
    +Name: Caja Dropbox
    
    2
    +Bug-Database: https://github.com/mate-desktop/caja-dropbox/issues
    
    3
    +Bug-Submit: https://github.com/mate-desktop/caja-dropbox/issues/new
    
    4
    +Contact: martin@mate-desktop.org
    
    5
    +Donation: http://mate-desktop.org/donate/
    
    6
    +Repository: https://github.com/mate-desktop/caja-dropbox
    
    7
    +Repository-Browse: https://github.com/mate-desktop/caja-dropbox
    
    8
    +Security-Contact: security@mate-desktop.org


  • Reply to: