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

[Git][debian-mate-team/caja-rename][master] 8 commits: prepare new upstream release (Bzr VCS snapshot v19.7.15~bzr37-1)



Title: GitLab

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

Commits:

5 changed files:

Changes:

  • debian/changelog
    1
    +caja-rename (19.7.15~bzr37-1) unstable; urgency=medium
    
    2
    +
    
    3
    +  * Upload to unstable as is.
    
    4
    +
    
    5
    + -- Mike Gabriel <sunweaver@debian.org>  Fri, 03 Jan 2020 06:53:56 +0100
    
    6
    +
    
    7
    +caja-rename (19.7.15~bzr37-1~exp1) experimental; urgency=medium
    
    8
    +
    
    9
    +  * New upstream release (Bzr VCS snapshot).
    
    10
    +  * debian/copyright:
    
    11
    +    + Update copyright attributions.
    
    12
    +  * debian/rules:
    
    13
    +    + Drop dh_fixperms override. Not required anymore.
    
    14
    +  * debian/{control,rules}:
    
    15
    +    + Port to Python3. (Closes: #936266).
    
    16
    +  * debian/watch:
    
    17
    +    + Drop file. No release tarballs maintained upstream.
    
    18
    +  * debian/control:
    
    19
    +    + Add Rules-Requires-Root: field and set it to no.
    
    20
    +    + Bump Standards-Version:
    
    21
    +
    
    22
    + -- Mike Gabriel <sunweaver@debian.org>  Tue, 10 Dec 2019 11:09:29 +0100
    
    23
    +
    
    1 24
     caja-rename (18.7.28~bzr25-1) unstable; urgency=medium
    
    2 25
     
    
    3 26
       * New upstream release (Bzr VCS snapshot). (A little confused by
    

  • debian/control
    ... ... @@ -9,9 +9,9 @@ Build-Depends:
    9 9
      debhelper-compat (= 12),
    
    10 10
      dpkg-dev (>= 1.16.1.1),
    
    11 11
      dh-python,
    
    12
    - python (>= 2.7),
    
    13
    - python-setuptools,
    
    14
    - python-polib,
    
    12
    + python3 (>= 3.6),
    
    13
    + python3-setuptools,
    
    14
    + python3-polib,
    
    15 15
     Standards-Version: 4.4.1
    
    16 16
     Rules-Requires-Root: no
    
    17 17
     Homepage: https://tari.in/www/software/cajarename/
    
    ... ... @@ -22,11 +22,11 @@ Package: caja-rename
    22 22
     Architecture: all
    
    23 23
     Depends:
    
    24 24
      ${misc:Depends},
    
    25
    - ${python:Depends},
    
    26
    - python-gi,
    
    27
    - gir1.2-gtk-3.0,
    
    25
    + ${python3:Depends},
    
    28 26
      caja,
    
    29
    - python-caja,
    
    27
    + gir1.2-gtk-3.0,
    
    28
    + python3-caja (>= 1.23.0),
    
    29
    + python3-gi,
    
    30 30
     Breaks: cajarename,
    
    31 31
     Replaces: cajarename,
    
    32 32
     Description: Batch renaming extension for Caja
    

  • debian/copyright
    ... ... @@ -4,19 +4,16 @@ Upstream-Contact: Robert Tari <robert.tari@gmail.com>
    4 4
     Source: https://code.launchpad.net/~robert-tari/cajarename/trunk
    
    5 5
     
    
    6 6
     Files: *
    
    7
    -Copyright: 2017, Robert Tari <robert.tari@gmail.com>
    
    7
    +Copyright: 2017-2019, Robert Tari <robert.tari@gmail.com>
    
    8 8
     License: GPL-3+
    
    9 9
     
    
    10
    -Files: po/es.po
    
    11
    - po/ku.po
    
    12
    - po/nl.po
    
    13
    - po/pt_BR.po
    
    14
    -Copyright: 2017, Rosetta Contributors and Canonical Ltd
    
    10
    +Files: po/*.po
    
    11
    +Copyright: 2017-2019, Rosetta Contributors and Canonical Ltd
    
    15 12
     License: GPL-3+
    
    16 13
     
    
    17 14
     Files: debian/*
    
    18
    -Copyright: 2017, Robert Tari <robert.tari@gmail.com>
    
    19
    -  2017, Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
    
    15
    +Copyright: 2017-2019, Robert Tari <robert.tari@gmail.com>
    
    16
    +  2017-2019, Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
    
    20 17
     License: GPL-3+
    
    21 18
     
    
    22 19
     License: GPL-3+
    

  • debian/rules
    ... ... @@ -15,7 +15,7 @@ export PYBUILD_NAME=caja-rename
    15 15
     export PYBUILD_SYSTEM=distutils
    
    16 16
     
    
    17 17
     %:
    
    18
    -	dh ${@} --with python2 --buildsystem=pybuild
    
    18
    +	dh ${@} --with python3 --buildsystem=pybuild
    
    19 19
     
    
    20 20
     override_dh_installchangelogs:
    
    21 21
     	dh_installchangelogs ChangeLog.bzr
    
    ... ... @@ -31,10 +31,6 @@ override_dh_auto_clean:
    31 31
     	rm -fv cajarename.egg-info/top_level.txt
    
    32 32
     	rm -Rfv .pybuild
    
    33 33
     
    
    34
    -override_dh_fixperms:
    
    35
    -	dh_fixperms
    
    36
    -	chmod a-x debian/*/usr/share/cajarename/cajarename2.glade
    
    37
    -
    
    38 34
     ## http://wiki.debian.org/onlyjob/get-orig-source
    
    39 35
     .PHONY: get-orig-source
    
    40 36
     get-orig-source: $(PKG)_$(VER)$(DTYPE).orig.tar.xz $(info I: $(PKG)_$(VER)$(DTYPE))
    

  • debian/watch deleted
    1
    -version=3
    
    2
    -https://launchpad.net/cajarename/+download .*/cajarename-([0-9.]+)\.tar\.gz


  • Reply to: