Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (4)
debian/rules: Drop dbgsym-migration dh_strip override.
· 3b7251db
Mike Gabriel
authored
Jul 21, 2019
3b7251db
debian/copyright: Update copyright attributions.
· 7c1aa1f4
Mike Gabriel
authored
Jul 21, 2019
7c1aa1f4
debian/control: Make B:/R: of python-mate-menu versioned.
· 582743e7
Mike Gabriel
authored
Jul 21, 2019
582743e7
upload to unstable (debian/1.22.0-1)
· 2436fad3
Mike Gabriel
authored
Jul 21, 2019
2436fad3
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
2436fad3
mate-menus (1.22.0-1)
UNRELEASED
; urgency=medium
mate-menus (1.22.0-1)
unstable
; urgency=medium
[ Martin Wimpress ]
* New upstream release.
* debian/control:
+ Updated for MATE Desktop 1.22
+ Updated copyright attributions.
* debian/rules:
+ Updated for MATE Desktop 1.22
* debian/libmate-menu2.symbols:
+ Update for MATE Desktop 1.22
* lintian:
+ Drop python-foo-but-no-python3-foo.
[ Mike Gabriel ]
* debian/control:
+ Bump Standards-Version: to 4.4.0. No changes needed.
+ Make B:/R: of python-mate-menu versioned.
* debian/{compat,control}:
+ Use debhelper-compat notation. Bump to DH compat level version 12.
* debian/rules:
+ Drop dbgsym-migration dh_strip override.
-- M
artin Wimpress <martin.wimpress@ubuntu.com
>
Mo
n,
18 Mar 2019 20:30:22
+0
0
00
-- M
ike Gabriel <sunweaver@debian.org
>
Su
n,
21 Jul 2019 18:17:38
+0
2
00
mate-menus (1.20.2-1) unstable; urgency=medium
...
...
debian/control
View file @
2436fad3
...
...
@@ -19,8 +19,8 @@ Vcs-Browser: https://salsa.debian.org/debian-mate-team/mate-menus
Vcs-Git: https://salsa.debian.org/debian-mate-team/mate-menus.git
Package: mate-menus
Architecture: a
ny
Depends: gir1.2-matemenu-2.0 (= ${
binary
:Version}),
Architecture: a
ll
Depends: gir1.2-matemenu-2.0 (
>
= ${
source
:Version}),
${misc:Depends},
Breaks: mate-control-center (<< 1.13.0),
Description: implementation of the freedesktop menu specification for MATE
...
...
@@ -42,9 +42,10 @@ Breaks: libmatemenu,
libmate-slab0 (<< 1.22.0),
mate-panel (<< 1.22.0),
mate-screensaver (<< 1.22.0),
python-mate-menu,
python-mate-menu
(<< 1.22.0)
,
Replaces: libmatemenu,
mate-menus (<= 1.0.2-1),
python-mate-menu (<< 1.22.0),
Description: implementation of the freedesktop menu specification for MATE (library)
The package contains an implementation of the draft
"Desktop Menu Specification" from freedesktop.org:
...
...
debian/copyright
View file @
2436fad3
...
...
@@ -247,6 +247,7 @@ Comment:
Files: autogen.sh
.github/issue_template.md
.travis.yml
.tx/config
AUTHORS
COPYING
...
...
debian/rules
View file @
2436fad3
...
...
@@ -30,8 +30,5 @@ override_dh_install:
rm -f debian/tmp/usr/lib/*/*/*.a
dh_install
override_dh_strip:
dh_strip -p libmate-menu2 --dbgsym-migration='libmate-menu2-dbg (<< 1.14.0-2~)'
get-orig-source:
uscan --noconf --force-download --rename --download-current-version --destdir=..