Skip to content
Commits on Source (4)
caja (1.22.1-1) UNRELEASED; urgency=medium
caja (1.22.1-1) unstable; urgency=medium
[ Martin Wimpress ]
* New upstream release.
* debian/copyright:
+ Update copyright attributions.
[ Mike Gabriel ]
* debian/{compat,control}:
+ Use debhelper-compat notation. Bump to DH compat level version 12.
* debian/control:
+ Bump Standards-Version: to 4.4.0. No changes needed.
* debian/libcaja-extension1.symbols:
+ Update symbols.
* debian/copyright:
+ Update copyright attributions.
* debian/rules:
+ Drop dbgsym-migration dh_strip override.
-- Martin Wimpress <martin.wimpress@ubuntu.com> Mon, 18 Mar 2019 20:30:22 +0000
-- Mike Gabriel <sunweaver@debian.org> Sun, 21 Jul 2019 16:36:42 +0200
caja (1.20.3-1) unstable; urgency=medium
......
......@@ -565,6 +565,7 @@ Copyright: 2009, Red Hat, Inc.
License: LGPL-2+
Files: .github/issue_template.md
.travis.yml
.tx/config
README
data/icons/*.png
......
......@@ -41,6 +41,8 @@ libcaja-extension.so.1 libcaja-extension1 #MINVER#
caja_file_info_get_name@Base 1.6.3
caja_file_info_get_parent_uri@Base 1.6.3
caja_column_provider_get_type@Base 1.6.3
caja_configurable_get_type@Base 1.22.1
caja_configurable_run_config@Base 1.22.1
caja_menu_provider_get_background_items@Base 1.6.3
caja_file_info_is_directory@Base 1.6.3
caja_file_info_get_parent_location@Base 1.6.3
......
......@@ -34,10 +34,6 @@ override_dh_auto_configure:
override_dh_auto_test:
DEB_BUILD_OPTIONS=nocheck dh_auto_test
override_dh_strip:
dh_strip -pcaja --dbgsym-migration='caja-dbg (<< 1.14.1-2~)'
dh_strip -plibcaja-extension1 --dbgsym-migration='libcaja-extension1-dbg (<< 1.14.1-2~)'
override_dh_installchangelogs:
dh_installchangelogs NEWS
......