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

[Git][debian-mate-team/caja-mediainfo][master] 4 commits: debian/patches: Drop 1001_Py3-port.patch. Resolved upstream.



Title: GitLab

Mike Gabriel pushed to branch master at Debian and Ubuntu MATE Packaging Team / caja-mediainfo

Commits:

4 changed files:

Changes:

  • debian/changelog
    1
    +caja-mediainfo (1.0.3+repack1-1) unstable; urgency=medium
    
    2
    +
    
    3
    +  * New upstream release.
    
    4
    +  * debian/control:
    
    5
    +    + Bump Standards-Version: to 4.5.0. No changes needed.
    
    6
    +    + Bump DH compat level to version 13.
    
    7
    +  * debian/upstream/metadata:
    
    8
    +    + Drop obsolete fields Contact: and Name:.
    
    9
    +    + Append .git suffix to URLs in Repository: field.
    
    10
    +  * debian/patches:
    
    11
    +    + Drop 1001_Py3-port.patch. Resolved upstream.
    
    12
    +  * debian/copyright:
    
    13
    +    + Update copyright attributions.
    
    14
    +    + Add global Comment: field.
    
    15
    +  * debian/watch:
    
    16
    +    + Add +repack1 suffix to orig tarballs.
    
    17
    +
    
    18
    + -- Mike Gabriel <sunweaver@debian.org>  Sun, 23 Aug 2020 21:38:46 +0200
    
    19
    +
    
    1 20
     caja-mediainfo (1.0.1-3) unstable; urgency=medium
    
    2 21
     
    
    3 22
       * Upload to unstable as is.
    

  • debian/copyright
    ... ... @@ -3,6 +3,8 @@ Upstream-Name: caja-mediainfo-tab
    3 3
     Upstream-Contact: Caldas Lopes <joao.caldas.lopes@gmail.com>
    
    4 4
     Source:  https://github.com/linux-man/caja-mediainfo-tab
    
    5 5
     Files-Excluded: debian/* caja-mediainfo-tab-gtk2/*
    
    6
    +Comment:
    
    7
    + Drop packaging files, drop GTK-2 related files.
    
    6 8
     
    
    7 9
     Files: *
    
    8 10
     Copyright: 2018-2019 Caldas Lopes <joao.caldas.lopes@gmail.com>
    
    ... ... @@ -10,6 +12,7 @@ License: GPL-3
    10 12
     
    
    11 13
     Files: debian/*
    
    12 14
     Copyright: 2019, Martin Wimpress <martin.wimpress@ubuntu.com>
    
    15
    +           2020, Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
    
    13 16
     License: GPL-3
    
    14 17
     
    
    15 18
     License: GPL-3
    

  • debian/patches/1001_Py3-port.patch deleted
    1
    -Description: Port to Python3.
    
    2
    -Author: Vlad Orlov <monsta@inbox.ru>
    
    3
    -
    
    4
    ---- a/caja-extension/caja-mediainfo-tab.py
    
    5
    -+++ b/caja-extension/caja-mediainfo-tab.py
    
    6
    -@@ -1,4 +1,4 @@
    
    7
    --#!/usr/bin/python
    
    8
    -+#!/usr/bin/python3
    
    9
    - #coding: utf-8
    
    10
    - 
    
    11
    - import locale, os
    
    12
    -@@ -10,7 +10,7 @@
    
    13
    - 
    
    14
    - from gi.repository import Caja, GObject, Gtk
    
    15
    - 
    
    16
    --from MediaInfoDLL import *
    
    17
    -+from MediaInfoDLL3 import *
    
    18
    - 
    
    19
    - lang = locale.getdefaultlocale()[0]
    
    20
    - locale_path = os.path.join(os.path.dirname(__file__), "caja-mediainfo-tab/locale")

  • debian/watch
    1 1
     version=4
    
    2
    +opts=dversionmangle=s/\+repack1//,repacksuffix=+repack1 \
    
    2 3
     https://github.com/linux-man/caja-mediainfo-tab/tags .*/v?(\d\S*)\.tar\.gz


  • Reply to: