[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1062822: omnievents: NMU diff for 64-bit time_t transition



The previous patch overlooked some necessary changes in debian/rules that
resulted in file mismatches.  Please find attached a corrected patch.

-- 
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@ubuntu.com                                     vorlon@debian.org
diff -Nru omnievents-2.6.2/debian/changelog omnievents-2.6.2/debian/changelog
--- omnievents-2.6.2/debian/changelog	2022-11-17 11:01:16.000000000 +0000
+++ omnievents-2.6.2/debian/changelog	2024-02-26 07:18:08.000000000 +0000
@@ -1,3 +1,16 @@
+omnievents (1:2.6.2-6.1~exp2) experimental; urgency=medium
+
+  * Fix package name references in debian/rules
+
+ -- Steve Langasek <vorlon@debian.org>  Mon, 26 Feb 2024 07:18:08 +0000
+
+omnievents (1:2.6.2-6.1~exp1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Lucas Kanashiro <kanashiro@debian.org>  Sat, 03 Feb 2024 14:44:06 -0300
+
 omnievents (1:2.6.2-6) unstable; urgency=medium
 
   * QA upload.
diff -Nru omnievents-2.6.2/debian/control omnievents-2.6.2/debian/control
--- omnievents-2.6.2/debian/control	2022-11-17 11:01:16.000000000 +0000
+++ omnievents-2.6.2/debian/control	2024-02-03 17:44:05.000000000 +0000
@@ -36,7 +36,10 @@
  This package contains the CORBA Event Service daemon as a standalone
  executable, and the associated tools.
 
-Package: libomnievents2
+Package: libomnievents2t64
+Provides: ${t64:Provides}
+Replaces: libomnievents2
+Breaks: libomnievents2 (<< ${source:Version})
 Architecture: any
 Section: libs
 Depends: ${misc:Depends},
@@ -49,7 +52,7 @@
 Package: libomnievents-dev
 Architecture: any
 Section: libdevel
-Depends: libomnievents2 (= ${binary:Version}),
+Depends: libomnievents2t64 (= ${binary:Version}),
          ${misc:Depends}
 Recommends: pkg-config
 Suggests: omnievents-doc
diff -Nru omnievents-2.6.2/debian/libomnievents2.install omnievents-2.6.2/debian/libomnievents2.install
--- omnievents-2.6.2/debian/libomnievents2.install	2022-11-17 11:01:16.000000000 +0000
+++ omnievents-2.6.2/debian/libomnievents2.install	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-debian/tmp/usr/lib/*.so.*
diff -Nru omnievents-2.6.2/debian/libomnievents2t64.install omnievents-2.6.2/debian/libomnievents2t64.install
--- omnievents-2.6.2/debian/libomnievents2t64.install	1970-01-01 00:00:00.000000000 +0000
+++ omnievents-2.6.2/debian/libomnievents2t64.install	2024-02-03 17:44:05.000000000 +0000
@@ -0,0 +1 @@
+debian/tmp/usr/lib/*.so.*
diff -Nru omnievents-2.6.2/debian/libomnievents2t64.lintian-overrides omnievents-2.6.2/debian/libomnievents2t64.lintian-overrides
--- omnievents-2.6.2/debian/libomnievents2t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ omnievents-2.6.2/debian/libomnievents2t64.lintian-overrides	2024-02-03 17:44:05.000000000 +0000
@@ -0,0 +1 @@
+libomnievents2t64: package-name-doesnt-match-sonames libomnievents2
diff -Nru omnievents-2.6.2/debian/rules omnievents-2.6.2/debian/rules
--- omnievents-2.6.2/debian/rules	2022-11-17 11:01:16.000000000 +0000
+++ omnievents-2.6.2/debian/rules	2024-02-26 07:18:05.000000000 +0000
@@ -29,8 +29,8 @@
 binary-post-install/omnievents::
 	cp -f src/oelite $(CURDIR)/debian/omnievents/usr/sbin/omniEvents
 
-binary-post-install/libomnievents2::
-	cd $(CURDIR)/debian/libomnievents2/usr/lib/ && \
+binary-post-install/libomnievents2t64::
+	cd $(CURDIR)/debian/libomnievents2t64/usr/lib/ && \
 	    rm -f libomniEvents.so.2.6 && \
 	    ln -sf libomniEvents.so.2.6.2 libomniEvents.so.2
 

Attachment: signature.asc
Description: PGP signature


Reply to: