[Git][xorg-team/lib/glw][debian-unstable] 4 commits: Import 8.0.0-1.2~exp1 NMU
Julien Cristau pushed to branch debian-unstable at X Strike Force / lib / glw Commits: a1fe66c3 by Julien Cristau at 2024-03-31T09:40:56+02:00 Import 8.0.0-1.2~exp1 NMU - - - - - 2961812e by Julien Cristau at 2024-03-31T09:42:41+02:00 Merge branch 'time64_t' into debian-unstable - - - - - f54d09cf by Julien Cristau at 2024-03-31T10:11:55+02:00 Actually rename library package for 64-bit time_t transition (closes: #1062170). - - - - - 78d2a09e by Julien Cristau at 2024-03-31T10:14:59+02:00 Upload to unstable - - - - - 6 changed files: - debian/changelog - debian/control - − debian/libglw1-mesa.shlibs - debian/libglw1-mesa.install → debian/libglw1t64-mesa.install - debian/libglw1-mesa.lintian-overrides → debian/libglw1t64-mesa.lintian-overrides - debian/rules Changes: = debian/changelog = @@ -1,5 +1,6 @@ -glw (8.0.0-1.2) UNRELEASED; urgency=low +glw (8.0.0-2) unstable; urgency=low + [ Debian Janitor ] * Trim trailing whitespace. * Use secure copyright file specification URI. * Bump debhelper from deprecated 9 to 12. @@ -14,7 +15,18 @@ glw (8.0.0-1.2) UNRELEASED; urgency=low + debian/rules: Drop --fail-missing argument to dh_missing, which is now the default. - -- Debian Janitor Sat, 06 Jun 2020 16:59:52 - + [ Julien Cristau ] + * Actually rename library package for 64-bit time_t transition +(closes: #1062170). + + -- Julien Cristau Sun, 31 Mar 2024 10:13:37 +0200 + +glw (8.0.0-1.2~exp1) experimental; urgency=medium + + * Non-maintainer upload. + * Rename libraries for 64-bit time_t transition. + + -- Lukas Märdian Wed, 31 Jan 2024 14:54:08 + glw (8.0.0-1.1) unstable; urgency=low = debian/control = @@ -17,12 +17,15 @@ Vcs-Git: https://salsa.debian.org/xorg-team/lib/glw.git Vcs-Browser: https://salsa.debian.org/xorg-team/lib/glw Homepage: https://mesa3d.sourceforge.net/ -Package: libglw1-mesa +Package: libglw1t64-mesa +Replaces: libglw1-mesa +Breaks: libglw1-mesa (<< ${source:Version}) Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, -Provides: libglw1 +Provides: ${t64:Provides} +X-Time64-Compat: libglw1-mesa Pre-Depends: ${misc:Pre-Depends} Multi-Arch: same Description: GL widget library for Athena and Motif -- runtime @@ -33,7 +36,7 @@ Package: libglw1-mesa-dev Section: libdevel Architecture: any Depends: - libglw1-mesa (= ${binary:Version}), + libglw1t64-mesa (= ${binary:Version}), libx11-dev, libxt-dev, libmotif-dev | lesstif2-dev, = debian/libglw1-mesa.shlibs deleted = @@ -1 +0,0 @@ -libGLw 1 libglw1-mesa | libglw1 = debian/libglw1-mesa.install → debian/libglw1t64-mesa.install = = debian/libglw1-mesa.lintian-overrides → debian/libglw1t64-mesa.lintian-overrides = = debian/rules = @@ -1,5 +1,7 @@ #!/usr/bin/make -f +DEB_HOST_ARCH_BITS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_BITS) + override_dh_auto_configure: dh_auto_configure -- --disable-silent-rules --enable-motif @@ -9,6 +11,13 @@ override_dh_install: rm -f debian/tmp/usr/include/GL/*P.h dh_install +override_dh_makeshlibs: +ifeq ($(DEB_HOST_ARCH_BITS), 32) + dh_makeshlibs -V'libglw1t64-mesa' +else + dh_makeshlibs -V'libglw1t64-mesa | libglw1' +endif + %: dh $@ --with quilt --builddirectory=build/ View it on GitLab: https://salsa.debian.org/xorg-team/lib/glw/-/compare/856702bcdab958e13f713de0b0306917af4c09f2...78d2a09e014e7d24b46d85eea503c4519af9a6df -- View it on GitLab: https://salsa.debian.org/xorg-team/lib/glw/-/compare/856702bcdab958e13f713de0b0306917af4c09f2...78d2a09e014e7d24b46d85eea503c4519af9a6df You're receiving this email because of your account on salsa.debian.org.
[Git][xorg-team/lib/glw] Pushed new tag glw-8.0.0-2
Julien Cristau pushed new tag glw-8.0.0-2 at X Strike Force / lib / glw -- View it on GitLab: https://salsa.debian.org/xorg-team/lib/glw/-/tree/glw-8.0.0-2 You're receiving this email because of your account on salsa.debian.org.
Processing of glw_8.0.0-2_source.changes
glw_8.0.0-2_source.changes uploaded successfully to localhost along with the files: glw_8.0.0-2.dsc glw_8.0.0-2.diff.gz Greetings, Your Debian queue daemon (running on host usper.debian.org)
[Git][xorg-team/lib/glw][debian-unstable] Add versioned build-dep on dpkg-dev for 64-bit time_t transition.
Julien Cristau pushed to branch debian-unstable at X Strike Force / lib / glw Commits: e4df7102 by Julien Cristau at 2024-03-31T12:20:55+02:00 Add versioned build-dep on dpkg-dev for 64-bit time_t transition. - - - - - 2 changed files: - debian/changelog - debian/control Changes: = debian/changelog = @@ -1,3 +1,9 @@ +glw (8.0.0-3) UNRELEASED; urgency=medium + + * Add versioned build-dep on dpkg-dev for 64-bit time_t transition. + + -- Julien Cristau Sun, 31 Mar 2024 12:20:29 +0200 + glw (8.0.0-2) unstable; urgency=low [ Debian Janitor ] = debian/control = @@ -5,6 +5,7 @@ Maintainer: Debian X Strike Force Standards-Version: 3.9.3 Build-Depends: debhelper-compat (= 13), + dpkg-dev (>= 1.22.5), quilt, pkg-config, automake, View it on GitLab: https://salsa.debian.org/xorg-team/lib/glw/-/commit/e4df7102a1da7db60b582e198ca7af3f39060222 -- View it on GitLab: https://salsa.debian.org/xorg-team/lib/glw/-/commit/e4df7102a1da7db60b582e198ca7af3f39060222 You're receiving this email because of your account on salsa.debian.org.
glw_8.0.0-2_source.changes REJECTED
Source-only uploads to NEW are not allowed. binary:libglw1t64-mesa is NEW. === Please feel free to respond to this email if you don't understand why your files were rejected, or if you upload new files which address our concerns. pgpCX9ruzGY_c.pgp Description: PGP signature
[Git][xorg-team/lib/glw] Pushed new tag glw-8.0.0-3
Julien Cristau pushed new tag glw-8.0.0-3 at X Strike Force / lib / glw -- View it on GitLab: https://salsa.debian.org/xorg-team/lib/glw/-/tree/glw-8.0.0-3 You're receiving this email because of your account on salsa.debian.org.
Processing of glw_8.0.0-3_amd64.changes
glw_8.0.0-3_amd64.changes uploaded successfully to localhost along with the files: glw_8.0.0-3_amd64.buildinfo libglw1-mesa-dev_8.0.0-3_amd64.deb libglw1t64-mesa-dbgsym_8.0.0-3_amd64.deb libglw1t64-mesa_8.0.0-3_amd64.deb Greetings, Your Debian queue daemon (running on host usper.debian.org)
glw_8.0.0-3_amd64.changes REJECTED
libglw1-mesa-dev_8.0.0-3_amd64.deb: trying to install to new, but could not find source (glw 8.0.0-3) binary:libglw1t64-mesa is NEW. === Please feel free to respond to this email if you don't understand why your files were rejected, or if you upload new files which address our concerns. pgpXIidG1yCNW.pgp Description: PGP signature
Processing of glw_8.0.0-3_amd64.changes
glw_8.0.0-3_amd64.changes uploaded successfully to localhost along with the files: glw_8.0.0-3.dsc glw_8.0.0-3.diff.gz glw_8.0.0-3_amd64.buildinfo libglw1-mesa-dev_8.0.0-3_amd64.deb libglw1t64-mesa-dbgsym_8.0.0-3_amd64.deb libglw1t64-mesa_8.0.0-3_amd64.deb Greetings, Your Debian queue daemon (running on host usper.debian.org)
glw_8.0.0-3_amd64.changes is NEW
binary:libglw1t64-mesa is NEW. binary:libglw1t64-mesa is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will receive an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html or https://ftp-master.debian.org/backports-new.html for *-backports pgpqJmGxLjHE1.pgp Description: PGP signature