Mike Gabriel pushed to branch master at Debian and Ubuntu MATE Packaging Team / caja-admin
Commits:
-
e902d6f4
by Mike Gabriel at 2020-12-22T23:08:26+01:00
-
00937e18
by Mike Gabriel at 2020-12-22T23:08:47+01:00
-
66579e32
by Mike Gabriel at 2020-12-22T23:09:16+01:00
-
dbea4ee7
by Mike Gabriel at 2020-12-22T23:09:39+01:00
-
10f12e45
by Mike Gabriel at 2020-12-22T23:10:48+01:00
3 changed files:
Changes:
| 1 |
+caja-admin (0.0.3-1) unstable; urgency=medium
|
|
| 2 |
+ |
|
| 3 |
+ * New upstream release.
|
|
| 4 |
+ * debian/copyright:
|
|
| 5 |
+ + Update copyright attributions.
|
|
| 6 |
+ * debian/control:
|
|
| 7 |
+ + Bump Standards-Version: to 4.5.1. No changes needed.
|
|
| 8 |
+ + Drop B-D cmake, add B-D meson (>= 0.50.0).
|
|
| 9 |
+ |
|
| 10 |
+ -- Mike Gabriel <sunweaver@debian.org> Tue, 22 Dec 2020 23:09:46 +0100
|
|
| 11 |
+ |
|
| 1 | 12 |
caja-admin (0.0.2-1) unstable; urgency=medium
|
| 2 | 13 |
|
| 3 | 14 |
* New upstream release.
|
| ... | ... | @@ -6,11 +6,11 @@ Uploaders: |
| 6 | 6 |
Mike Gabriel <sunweaver@debian.org>,
|
| 7 | 7 |
Vangelis Mouhtsis <vangelis@gnugr.org>,
|
| 8 | 8 |
Build-Depends:
|
| 9 |
- cmake,
|
|
| 9 |
+ meson (>= 0.50.0),
|
|
| 10 | 10 |
debhelper-compat (= 13),
|
| 11 | 11 |
dh-python,
|
| 12 | 12 |
python3:any | python3-all:any | python3-dev:any | python3-all-dev:any,
|
| 13 |
-Standards-Version: 4.5.0
|
|
| 13 |
+Standards-Version: 4.5.1
|
|
| 14 | 14 |
Rules-Requires-Root: no
|
| 15 | 15 |
Homepage: https://github.com/infirit/caja-admin/
|
| 16 | 16 |
Vcs-Browser: https://salsa.debian.org/debian-mate-team/caja-admin
|
| ... | ... | @@ -18,7 +18,12 @@ Files: .gitignore |
| 18 | 18 |
README.md
|
| 19 | 19 |
cmake/cmake_uninstall.cmake.in
|
| 20 | 20 |
generate-pot-file.sh
|
| 21 |
+ meson.build
|
|
| 22 |
+ meson_options.txt
|
|
| 21 | 23 |
polkit/org.freedesktop.caja-admin.policy.in
|
| 24 |
+ po/LINGUAS
|
|
| 25 |
+ po/POTFILES
|
|
| 26 |
+ po/meson.build
|
|
| 22 | 27 |
Copyright: 2015-2016, Bruno Nova <brunomb.nova@gmail.com>
|
| 23 | 28 |
License: GPL-3.0+
|
| 24 | 29 |
Comment:
|
| ... | ... | @@ -32,6 +37,7 @@ Files: |
| 32 | 37 |
po/cs.po
|
| 33 | 38 |
po/de.po
|
| 34 | 39 |
po/es.po
|
| 40 |
+ po/eu.po
|
|
| 35 | 41 |
po/fr.po
|
| 36 | 42 |
po/it.po
|
| 37 | 43 |
po/lt.po
|