Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (4)
debian/libcaja-extension1.symbols: Update symbols.
· 519bbabc
Mike Gabriel
authored
Jul 21, 2019
519bbabc
debian/copyright: Update copyright attributions.
· 3d7cc8d0
Mike Gabriel
authored
Jul 21, 2019
3d7cc8d0
debian/rules: Drop dbgsym-migration dh_strip override.
· 94ea2eac
Mike Gabriel
authored
Jul 21, 2019
94ea2eac
upload to unstable (debian/1.22.1-1)
· 3947c746
Mike Gabriel
authored
Jul 21, 2019
3947c746
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
3947c746
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.
-- M
artin Wimpress <martin.wimpress@ubuntu.com
>
Mo
n,
18 Mar 2019 20:30:2
2 +0
0
00
-- M
ike Gabriel <sunweaver@debian.org
>
Su
n,
21 Jul 2019 16:36:4
2 +0
2
00
caja (1.20.3-1) unstable; urgency=medium
...
...
debian/copyright
View file @
3947c746
...
...
@@ -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
...
...
debian/libcaja-extension1.symbols
View file @
3947c746
...
...
@@ -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
...
...
debian/rules
View file @
3947c746
...
...
@@ -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
...
...