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

[Git][debian-mate-team/caja-rename][master] 4 commits: prepare new upstream release (v23.10.1)



Title: GitLab

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

Commits:

  • 9cb22871
    by Mike Gabriel at 2023-09-24T16:16:27+02:00
    prepare new upstream release (v23.10.1)
    
  • 37927ab6
    by Mike Gabriel at 2023-09-24T16:21:07+02:00
    debian/copyright: Update copyright attributions.
    
  • ba366135
    by Mike Gabriel at 2023-09-24T17:21:38+02:00
    debian/: Adjust to rewrite of caja-rename in C.
    
  • a9a7a4e6
    by Mike Gabriel at 2023-09-24T17:22:50+02:00
    upload to unstable (debian/23.10.1-1)
    

4 changed files:

Changes:

  • debian/changelog
    1
    +caja-rename (23.10.1-1) unstable; urgency=medium
    
    2
    +
    
    3
    +  * New upstream release.
    
    4
    +  * debian/copyright: Update copyright attributions.
    
    5
    +  * debian/: Adjust to rewrite of caja-rename in C.
    
    6
    +
    
    7
    + -- Mike Gabriel <sunweaver@debian.org>  Sun, 24 Sep 2023 17:21:52 +0200
    
    8
    +
    
    1 9
     caja-rename (23.9.1-1) unstable; urgency=medium
    
    2 10
     
    
    3 11
       * New upstream release.
    

  • debian/control
    ... ... @@ -6,12 +6,13 @@ Uploaders:
    6 6
      Mike Gabriel <sunweaver@debian.org>,
    
    7 7
      Robert Tari <robert.tari@gmail.com>,
    
    8 8
     Build-Depends:
    
    9
    + cmake,
    
    10
    + cmake-extras,
    
    9 11
      debhelper-compat (= 13),
    
    10 12
      dpkg-dev (>= 1.16.1.1),
    
    11
    - dh-python,
    
    12
    - python3 (>= 3.6),
    
    13
    - python3-setuptools,
    
    14
    - python3-polib,
    
    13
    + intltool,
    
    14
    + libcaja-extension-dev,
    
    15
    + libgtk-3-dev,
    
    15 16
     Standards-Version: 4.6.2
    
    16 17
     Rules-Requires-Root: no
    
    17 18
     Homepage: https://tari.in/www/software/caja-rename/
    
    ... ... @@ -19,14 +20,11 @@ Vcs-Browser: https://salsa.debian.org/debian-mate-team/caja-rename
    19 20
     Vcs-Git: https://salsa.debian.org/debian-mate-team/caja-rename.git
    
    20 21
     
    
    21 22
     Package: caja-rename
    
    22
    -Architecture: all
    
    23
    +Architecture: any
    
    23 24
     Depends:
    
    24 25
      ${misc:Depends},
    
    25
    - ${python3:Depends},
    
    26
    + ${shlibs:Depends},
    
    26 27
      caja,
    
    27
    - gir1.2-gtk-3.0,
    
    28
    - python3-caja (>= 1.23.0),
    
    29
    - python3-gi,
    
    30 28
     Breaks: cajarename,
    
    31 29
     Replaces: cajarename,
    
    32 30
     Description: Batch renaming extension for Caja
    

  • debian/copyright
    1 1
     Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
    
    2 2
     Upstream-Name: Caja Rename
    
    3 3
     Upstream-Contact: Robert Tari <robert@tari.in>
    
    4
    -Source: https://github.com/tari01/caja-rename 
    
    4
    +Source: https://github.com/tari01/caja-rename
    
    5 5
     
    
    6 6
     Files: *
    
    7
    -Copyright: 2017-2019, Robert Tari <robert.tari@gmail.com>
    
    7
    +Copyright: 2017-2023, Robert Tari <robert@tari.in>
    
    8 8
     License: GPL-3+
    
    9 9
     
    
    10 10
     Files: po/*.po
    
    11 11
     Copyright: 2017-2019, Rosetta Contributors and Canonical Ltd
    
    12
    +  2017-2023, Robert Tari <robert@tari.in>
    
    12 13
     License: GPL-3+
    
    13 14
     
    
    14 15
     Files: debian/*
    
    15
    -Copyright: 2017-2019, Robert Tari <robert.tari@gmail.com>
    
    16
    -  2017-2019, Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
    
    16
    +Copyright: 2017-2023, Robert Tari <robert@tari.in>
    
    17
    +  2017-2023, Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
    
    17 18
     License: GPL-3+
    
    18 19
     
    
    19 20
     License: GPL-3+
    

  • debian/rules
    1 1
     #!/usr/bin/make -f
    
    2 2
     # -*- mode: makefile; coding: utf-8 -*-
    
    3 3
     
    
    4
    -export PYBUILD_NAME=caja-rename
    
    5
    -export PYBUILD_SYSTEM=distutils
    
    4
    +export DEB_BUILD_MAINT_OPTIONS = hardening=+all
    
    5
    +DPKG_EXPORT_BUILDFLAGS = 1
    
    6
    +include /usr/share/dpkg/buildflags.mk
    
    6 7
     
    
    7 8
     %:
    
    8
    -	dh ${@} --with python3 --buildsystem=pybuild
    
    9
    -
    
    10
    -override_dh_auto_clean:
    
    11
    -	-dh_auto_clean
    
    12
    -	rm -Rfv data/usr/share/locale
    
    13
    -	rm -fv cajarename.egg-info/PKG-INFO
    
    14
    -	rm -fv cajarename.egg-info/SOURCES.txt
    
    15
    -	rm -fv cajarename.egg-info/dependency_links.txt
    
    16
    -	rm -fv cajarename.egg-info/requires.txt
    
    17
    -	rm -fv cajarename.egg-info/top_level.txt
    
    18
    -	rm -Rfv .pybuild
    
    19
    -
    
    20
    -override_dh_fixperms:
    
    21
    -	chmod a-x debian/caja-rename/usr/share/cajarename/cajarename.glade
    
    22
    -	dh_fixperms
    
    9
    +	dh ${@} --buildsystem=cmake
    
    23 10
     
    
    24 11
     get-orig-source:
    
    25 12
     	uscan --noconf --force-download --rename --download-current-version --destdir=..


  • Reply to: