Skip to content
Commits on Source (8)
caja-rename (19.7.15~bzr37-1) unstable; urgency=medium
* Upload to unstable as is.
-- Mike Gabriel <sunweaver@debian.org> Fri, 03 Jan 2020 06:53:56 +0100
caja-rename (19.7.15~bzr37-1~exp1) experimental; urgency=medium
* New upstream release (Bzr VCS snapshot).
* debian/copyright:
+ Update copyright attributions.
* debian/rules:
+ Drop dh_fixperms override. Not required anymore.
* debian/{control,rules}:
+ Port to Python3. (Closes: #936266).
* debian/watch:
+ Drop file. No release tarballs maintained upstream.
* debian/control:
+ Add Rules-Requires-Root: field and set it to no.
+ Bump Standards-Version:
-- Mike Gabriel <sunweaver@debian.org> Tue, 10 Dec 2019 11:09:29 +0100
caja-rename (18.7.28~bzr25-1) unstable; urgency=medium
* New upstream release (Bzr VCS snapshot). (A little confused by
......
......@@ -9,9 +9,9 @@ Build-Depends:
debhelper-compat (= 12),
dpkg-dev (>= 1.16.1.1),
dh-python,
python (>= 2.7),
python-setuptools,
python-polib,
python3 (>= 3.6),
python3-setuptools,
python3-polib,
Standards-Version: 4.4.1
Rules-Requires-Root: no
Homepage: https://tari.in/www/software/cajarename/
......@@ -22,11 +22,11 @@ Package: caja-rename
Architecture: all
Depends:
${misc:Depends},
${python:Depends},
python-gi,
gir1.2-gtk-3.0,
${python3:Depends},
caja,
python-caja,
gir1.2-gtk-3.0,
python3-caja (>= 1.23.0),
python3-gi,
Breaks: cajarename,
Replaces: cajarename,
Description: Batch renaming extension for Caja
......
......@@ -4,19 +4,16 @@ Upstream-Contact: Robert Tari <robert.tari@gmail.com>
Source: https://code.launchpad.net/~robert-tari/cajarename/trunk
Files: *
Copyright: 2017, Robert Tari <robert.tari@gmail.com>
Copyright: 2017-2019, Robert Tari <robert.tari@gmail.com>
License: GPL-3+
Files: po/es.po
po/ku.po
po/nl.po
po/pt_BR.po
Copyright: 2017, Rosetta Contributors and Canonical Ltd
Files: po/*.po
Copyright: 2017-2019, Rosetta Contributors and Canonical Ltd
License: GPL-3+
Files: debian/*
Copyright: 2017, Robert Tari <robert.tari@gmail.com>
2017, Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Copyright: 2017-2019, Robert Tari <robert.tari@gmail.com>
2017-2019, Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
License: GPL-3+
License: GPL-3+
......
......@@ -15,7 +15,7 @@ export PYBUILD_NAME=caja-rename
export PYBUILD_SYSTEM=distutils
%:
dh ${@} --with python2 --buildsystem=pybuild
dh ${@} --with python3 --buildsystem=pybuild
override_dh_installchangelogs:
dh_installchangelogs ChangeLog.bzr
......@@ -31,10 +31,6 @@ override_dh_auto_clean:
rm -fv cajarename.egg-info/top_level.txt
rm -Rfv .pybuild
override_dh_fixperms:
dh_fixperms
chmod a-x debian/*/usr/share/cajarename/cajarename2.glade
## http://wiki.debian.org/onlyjob/get-orig-source
.PHONY: get-orig-source
get-orig-source: $(PKG)_$(VER)$(DTYPE).orig.tar.xz $(info I: $(PKG)_$(VER)$(DTYPE))
......
version=3
https://launchpad.net/cajarename/+download .*/cajarename-([0-9.]+)\.tar\.gz