Mike Gabriel pushed to branch master at Debian and Ubuntu MATE Packaging Team / caja-admin
Commits:
-
7862c716
by Mike Gabriel at 2021-11-18T22:10:17+01:00
-
c6577a7b
by Mike Gabriel at 2021-11-18T22:11:41+01:00
-
f537255e
by Mike Gabriel at 2021-11-18T22:14:54+01:00
-
c498924f
by Mike Gabriel at 2021-11-18T22:15:10+01:00
-
e19aa9b4
by Mike Gabriel at 2021-11-18T22:19:20+01:00
4 changed files:
Changes:
| 1 |
+caja-admin (0.0.5-1) unstable; urgency=medium
|
|
| 2 |
+ |
|
| 3 |
+ * New upstream release.
|
|
| 4 |
+ - meson: Call of add_project_arguments fixed (language changed from
|
|
| 5 |
+ 'python' to 'c'). (Closes: #997399).
|
|
| 6 |
+ * debian/copyright:
|
|
| 7 |
+ + Update copyright attributions.
|
|
| 8 |
+ * debian/upstream/metadata:
|
|
| 9 |
+ + Add file. Comply with DEP-12.
|
|
| 10 |
+ * debian/watch:
|
|
| 11 |
+ + Switch to file format version 4.
|
|
| 12 |
+ |
|
| 13 |
+ -- Mike Gabriel <sunweaver@debian.org> Thu, 18 Nov 2021 22:15:35 +0100
|
|
| 14 |
+ |
|
| 1 | 15 |
caja-admin (0.0.3-1) unstable; urgency=medium
|
| 2 | 16 |
|
| 3 | 17 |
* New upstream release.
|
| ... | ... | @@ -10,14 +10,11 @@ License: GPL-3.0+ |
| 10 | 10 |
|
| 11 | 11 |
Files: .gitignore
|
| 12 | 12 |
AUTHORS
|
| 13 |
- CMakeLists.txt
|
|
| 14 | 13 |
CONTRIBUTING.md
|
| 15 | 14 |
INSTALL.md
|
| 16 | 15 |
NEWS
|
| 17 | 16 |
NEWS.GNOME
|
| 18 | 17 |
README.md
|
| 19 |
- cmake/cmake_uninstall.cmake.in
|
|
| 20 |
- generate-pot-file.sh
|
|
| 21 | 18 |
meson.build
|
| 22 | 19 |
meson_options.txt
|
| 23 | 20 |
polkit/org.freedesktop.caja-admin.policy.in
|
| ... | ... | @@ -40,7 +37,9 @@ Files: |
| 40 | 37 |
po/eu.po
|
| 41 | 38 |
po/fr.po
|
| 42 | 39 |
po/it.po
|
| 40 |
+ po/kab.po
|
|
| 43 | 41 |
po/lt.po
|
| 42 |
+ po/oc.po
|
|
| 44 | 43 |
po/pl.po
|
| 45 | 44 |
po/pt.po
|
| 46 | 45 |
po/ru.po
|
| 1 |
+Bug-Database: https://github.com/infirit/caja-admin/issues
|
|
| 2 |
+Bug-Submit: https://github.com/infirit/caja-admin/issues/new
|
|
| 3 |
+Repository: https://github.com/infirit/caja-admin.git
|
|
| 4 |
+Repository-Browse: https://github.com/infirit/caja-admin
|
| 1 |
-version=3
|
|
| 1 |
+version=4
|
|
| 2 | 2 |
https://github.com/infirit/caja-admin/tags .*/V?(\d\S*)\.tar\.gz
|