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

Bug#989504: marked as done (unblock: orthanc/1.9.2+really1.9.1+dfsg-1)



Your message dated Tue, 08 Jun 2021 22:05:17 +0000
with message-id <E1lqjqX-0003UZ-5e@respighi.debian.org>
and subject line unblock orthanc
has caused the Debian Bug report #989504,
regarding unblock: orthanc/1.9.2+really1.9.1+dfsg-1
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
989504: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=989504
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock
X-Debbugs-Cc: etienne.mollier@mailoo.org, s.jodogne@orthanc-labs.com, debian-med-packaging@lists.alioth.debian.org

Please unblock package orthanc

[ Reason ]
The version 1.9.2+dfsg-1 has been uploaded to unstable by mistake
while it should have targeted experimental.

[ Impact ]
Some of the orthanc framework reverse dependencies are statically
linking against the version of orthanc in testing and are missing
a Built-Using field (see bugs #989126, #989127, and #989128).
Uploading them now would make them link against the wrong
version, and leaving the situation as is will provoke their
autoremoval.

[ Tests ]
I have run the build time test suite.

[ Risks ]
This is mostly revert of the unstable version in the state it is
in testing.  The only risk I could see, is that a part of the
code could try to derive the framework version from the package
version without taking the +really marker into account properly.

[ Checklist ]
  [*] all changes are documented in the d/changelog
  [*] I reviewed all changes and I approve them
  [*] attach debdiff against the package in testing

unblock orthanc/1.9.2+really1.9.1+dfsg-1

Have a nice day,  :)
Étienne.
diff -Nru orthanc-1.9.1+dfsg/debian/changelog orthanc-1.9.2+really1.9.1+dfsg/debian/changelog
--- orthanc-1.9.1+dfsg/debian/changelog	2021-02-25 20:15:55.000000000 +0100
+++ orthanc-1.9.2+really1.9.1+dfsg/debian/changelog	2021-06-04 22:03:18.000000000 +0200
@@ -1,3 +1,18 @@
+orthanc (1.9.2+really1.9.1+dfsg-1) unstable; urgency=medium
+
+  * Team upload.
+  * Revert orthanc to package version 1.9.1+dfsg-1 since 1.9.2+dfsg-1 was
+    actually not intended for bullseye
+  * d/rules: adjust UPSTREAM_VERSION filter to handle +really versions properly
+
+ -- Étienne Mollier <etienne.mollier@mailoo.org>  Fri, 04 Jun 2021 22:03:18 +0200
+
+orthanc (1.9.2+dfsg-1) unstable; urgency=medium
+
+  * New upstream version
+
+ -- Sebastien Jodogne <s.jodogne@gmail.com>  Thu, 22 Apr 2021 15:39:54 +0200
+
 orthanc (1.9.1+dfsg-1) unstable; urgency=medium
 
   * New upstream version
diff -Nru orthanc-1.9.1+dfsg/debian/rules orthanc-1.9.2+really1.9.1+dfsg/debian/rules
--- orthanc-1.9.1+dfsg/debian/rules	2021-02-25 20:15:55.000000000 +0100
+++ orthanc-1.9.2+really1.9.1+dfsg/debian/rules	2021-06-04 22:03:18.000000000 +0200
@@ -6,7 +6,10 @@
 export DOC_DIR := $(DESTDIR)/usr/share/doc/orthanc
 
 export FRAMEWORK_VERSION := 1
-export UPSTREAM_VERSION := $(shell echo "$(DEB_VERSION)" | cut -d '+' -f 1)
+export UPSTREAM_VERSION := $(shell \
+	echo "$(DEB_VERSION)" \
+	| sed 's/\(.*+really\)\?\([^+]\+\)\(+dfsg\)\?-.*/\2/' \
+)
 
 export BUILDARCH := $(shell dpkg-architecture -qDEB_BUILD_ARCH)
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all

--- End Message ---
--- Begin Message ---
Unblocked.

--- End Message ---

Reply to: