NMU (time_t64) to unstable (debian/1.26.2-1.1)
This commit is contained in:
parent
6ed13b5304
commit
e273afab09
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
mate-desktop (1.26.2-1.1) unstable; urgency=medium
|
||||||
|
|
||||||
|
* Non-maintainer upload.
|
||||||
|
* Rename libraries for 64-bit time_t transition. Closes: #1062849
|
||||||
|
|
||||||
|
-- Graham Inggs <ginggs@debian.org> Thu, 29 Feb 2024 12:11:12 +0000
|
||||||
|
|
||||||
mate-desktop (1.26.2-1) unstable; urgency=medium
|
mate-desktop (1.26.2-1) unstable; urgency=medium
|
||||||
|
|
||||||
* New upstream release.
|
* New upstream release.
|
||||||
|
16
debian/control
vendored
16
debian/control
vendored
@ -7,7 +7,7 @@ Uploaders: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>,
|
|||||||
Mike Gabriel <sunweaver@debian.org>,
|
Mike Gabriel <sunweaver@debian.org>,
|
||||||
Vangelis Mouhtsis <vangelis@gnugr.org>,
|
Vangelis Mouhtsis <vangelis@gnugr.org>,
|
||||||
Martin Wimpress <code@flexion.org>,
|
Martin Wimpress <code@flexion.org>,
|
||||||
Build-Depends: autoconf-archive,
|
Build-Depends: dpkg-dev (>= 1.22.5), autoconf-archive,
|
||||||
debhelper-compat (= 13),
|
debhelper-compat (= 13),
|
||||||
dpkg-dev (>= 1.16.1.1),
|
dpkg-dev (>= 1.16.1.1),
|
||||||
gobject-introspection,
|
gobject-introspection,
|
||||||
@ -37,7 +37,7 @@ Package: mate-desktop
|
|||||||
Architecture: any
|
Architecture: any
|
||||||
Multi-Arch: foreign
|
Multi-Arch: foreign
|
||||||
Depends: hicolor-icon-theme,
|
Depends: hicolor-icon-theme,
|
||||||
libmate-desktop-2-17,
|
libmate-desktop-2-17t64,
|
||||||
mate-desktop-common (= ${source:Version}),
|
mate-desktop-common (= ${source:Version}),
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
${shlibs:Depends},
|
${shlibs:Depends},
|
||||||
@ -74,7 +74,7 @@ Description: Library with common API for various MATE modules (common files)
|
|||||||
.
|
.
|
||||||
This package contains the architecture-independent files.
|
This package contains the architecture-independent files.
|
||||||
|
|
||||||
Package: libmate-desktop-2-17
|
Package: libmate-desktop-2-17t64
|
||||||
Section: libs
|
Section: libs
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
@ -82,9 +82,9 @@ Pre-Depends: ${misc:Pre-Depends},
|
|||||||
Depends: iso-codes,
|
Depends: iso-codes,
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
${shlibs:Depends},
|
${shlibs:Depends},
|
||||||
Provides: libmatedesktop,
|
Provides: ${t64:Provides}, libmatedesktop,
|
||||||
Breaks: libmatedesktop (<< 1.6.1),
|
Breaks: libmate-desktop-2-17 (<< ${source:Version}), libmatedesktop (<< 1.6.1),
|
||||||
Replaces: libmatedesktop (<< 1.6.1),
|
Replaces: libmate-desktop-2-17, libmatedesktop (<< 1.6.1),
|
||||||
Description: Library with common API for various MATE modules (library)
|
Description: Library with common API for various MATE modules (library)
|
||||||
The MATE component mate-desktop contains the libmate-desktop library, the
|
The MATE component mate-desktop contains the libmate-desktop library, the
|
||||||
mate-about program, as well as some desktop-wide documents.
|
mate-about program, as well as some desktop-wide documents.
|
||||||
@ -102,7 +102,7 @@ Multi-Arch: same
|
|||||||
Depends: libdconf-dev,
|
Depends: libdconf-dev,
|
||||||
libgdk-pixbuf-2.0-dev,
|
libgdk-pixbuf-2.0-dev,
|
||||||
libgtk-3-dev,
|
libgtk-3-dev,
|
||||||
libmate-desktop-2-17 (= ${binary:Version}),
|
libmate-desktop-2-17t64 (= ${binary:Version}),
|
||||||
libstartup-notification0-dev,
|
libstartup-notification0-dev,
|
||||||
gir1.2-matedesktop-2.0 (= ${binary:Version}),
|
gir1.2-matedesktop-2.0 (= ${binary:Version}),
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
@ -142,7 +142,7 @@ Package: gir1.2-matedesktop-2.0
|
|||||||
Section: introspection
|
Section: introspection
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
Depends: libmate-desktop-2-17 (= ${binary:Version}),
|
Depends: libmate-desktop-2-17t64 (= ${binary:Version}),
|
||||||
${gir:Depends},
|
${gir:Depends},
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
${shlibs:Depends},
|
${shlibs:Depends},
|
||||||
|
1
debian/libmate-desktop-2-17t64.lintian-overrides
vendored
Normal file
1
debian/libmate-desktop-2-17t64.lintian-overrides
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
libmate-desktop-2-17t64: package-name-doesnt-match-sonames libmate-desktop-2-17
|
@ -1,4 +1,4 @@
|
|||||||
libmate-desktop-2.so.17 libmate-desktop-2-17 #MINVER#
|
libmate-desktop-2.so.17 libmate-desktop-2-17t64 #MINVER#
|
||||||
* Build-Depends-Package: libmate-desktop-dev
|
* Build-Depends-Package: libmate-desktop-dev
|
||||||
#MISSING: 1.10.0# _mate_desktop_init_i18n@Base 1.6.1
|
#MISSING: 1.10.0# _mate_desktop_init_i18n@Base 1.6.1
|
||||||
#MISSING: 1.10.0# decode_edid@Base 1.6.1
|
#MISSING: 1.10.0# decode_edid@Base 1.6.1
|
Loading…
Reference in New Issue
Block a user