Bug#1062956: sysprof: NMU diff for 64-bit time_t transition
Steve Langasek
vorlon at debian.org
Sat Feb 24 10:10:45 GMT 2024
Please find attached an updated patch rebased on current unstable.
--
Steve Langasek Give me a lever long enough and a Free OS
Debian Developer to set it on, and I can move the world.
Ubuntu Developer https://www.debian.org/
slangasek at ubuntu.com vorlon at debian.org
-------------- next part --------------
diff -Nru sysprof-46~beta/debian/changelog sysprof-46~beta/debian/changelog
--- sysprof-46~beta/debian/changelog 2024-02-17 19:58:57.000000000 +0000
+++ sysprof-46~beta/debian/changelog 2024-02-24 10:09:16.000000000 +0000
@@ -1,3 +1,10 @@
+sysprof (46~beta-1.1~exp1) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vorlon at debian.org> Sat, 24 Feb 2024 10:09:16 +0000
+
sysprof (46~beta-1) unstable; urgency=medium
* New upstream release
diff -Nru sysprof-46~beta/debian/control sysprof-46~beta/debian/control
--- sysprof-46~beta/debian/control 2024-02-17 19:58:57.000000000 +0000
+++ sysprof-46~beta/debian/control 2024-02-24 10:08:50.000000000 +0000
@@ -33,7 +33,7 @@
Architecture: linux-any
Depends: ${shlibs:Depends},
${misc:Depends},
- libsysprof-6-6 (= ${binary:Version}),
+ libsysprof-6-6t64 (= ${binary:Version}),
libsysprof-6-modules (= ${binary:Version}),
Build-Profiles: <!pkg.sysprof.nogui>
Description: system-wide Linux profiler
@@ -48,7 +48,10 @@
- shows the time spent in each branch of the call tree
- profiles can be loaded and saved
-Package: libsysprof-6-6
+Package: libsysprof-6-6t64
+Provides: ${t64:Provides}
+Replaces: libsysprof-6-6
+Breaks: libsysprof-6-6 (<< ${source:Version})
Section: libs
Architecture: linux-any
Multi-Arch: same
@@ -105,7 +108,7 @@
Multi-Arch: same
Depends: ${misc:Depends},
libsysprof-capture-4-dev (= ${binary:Version}),
- libsysprof-6-6 (= ${binary:Version}),
+ libsysprof-6-6t64 (= ${binary:Version}),
libdex-dev (>= 0.3),
libglib2.0-dev (>= 2.76.0),
libjson-glib-dev,
diff -Nru sysprof-46~beta/debian/libsysprof-6-6.install sysprof-46~beta/debian/libsysprof-6-6.install
--- sysprof-46~beta/debian/libsysprof-6-6.install 2024-02-17 19:58:57.000000000 +0000
+++ sysprof-46~beta/debian/libsysprof-6-6.install 1970-01-01 00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-usr/lib/${DEB_HOST_MULTIARCH}/libsysprof-6.so.6
-usr/lib/${DEB_HOST_MULTIARCH}/libsysprof-6.so.6.*
diff -Nru sysprof-46~beta/debian/libsysprof-6-6.symbols sysprof-46~beta/debian/libsysprof-6-6.symbols
--- sysprof-46~beta/debian/libsysprof-6-6.symbols 2024-02-17 19:58:57.000000000 +0000
+++ sysprof-46~beta/debian/libsysprof-6-6.symbols 1970-01-01 00:00:00.000000000 +0000
@@ -1,5 +0,0 @@
-libsysprof-6.so.6 libsysprof-6-6 #MINVER#
-* Build-Depends-Package: libsysprof-6-dev
- sysprof_callgraph_category_get_type at Base 45~beta
- sysprof_callgraph_flags_get_type at Base 45~beta
- sysprof_recording_phase_get_type at Base 45~beta
diff -Nru sysprof-46~beta/debian/libsysprof-6-6t64.install sysprof-46~beta/debian/libsysprof-6-6t64.install
--- sysprof-46~beta/debian/libsysprof-6-6t64.install 1970-01-01 00:00:00.000000000 +0000
+++ sysprof-46~beta/debian/libsysprof-6-6t64.install 2024-02-24 10:09:00.000000000 +0000
@@ -0,0 +1,2 @@
+usr/lib/${DEB_HOST_MULTIARCH}/libsysprof-6.so.6
+usr/lib/${DEB_HOST_MULTIARCH}/libsysprof-6.so.6.*
diff -Nru sysprof-46~beta/debian/libsysprof-6-6t64.lintian-overrides sysprof-46~beta/debian/libsysprof-6-6t64.lintian-overrides
--- sysprof-46~beta/debian/libsysprof-6-6t64.lintian-overrides 1970-01-01 00:00:00.000000000 +0000
+++ sysprof-46~beta/debian/libsysprof-6-6t64.lintian-overrides 2024-02-24 10:09:00.000000000 +0000
@@ -0,0 +1 @@
+libsysprof-6-6t64: package-name-doesnt-match-sonames libsysprof-6-6
diff -Nru sysprof-46~beta/debian/libsysprof-6-6t64.symbols sysprof-46~beta/debian/libsysprof-6-6t64.symbols
--- sysprof-46~beta/debian/libsysprof-6-6t64.symbols 1970-01-01 00:00:00.000000000 +0000
+++ sysprof-46~beta/debian/libsysprof-6-6t64.symbols 2024-02-24 10:09:00.000000000 +0000
@@ -0,0 +1,5 @@
+libsysprof-6.so.6 libsysprof-6-6t64 #MINVER#
+* Build-Depends-Package: libsysprof-6-dev
+ sysprof_callgraph_category_get_type at Base 45~beta
+ sysprof_callgraph_flags_get_type at Base 45~beta
+ sysprof_recording_phase_get_type at Base 45~beta
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://alioth-lists.debian.net/pipermail/pkg-gnome-maintainers/attachments/20240224/e56d9ef0/attachment.sig>
More information about the pkg-gnome-maintainers
mailing list