Package: release.debian.org
Severity: normal
User: release.debian....@packages.debian.org
Usertags: unblock
X-Debbugs-Cc: etienne.moll...@mailoo.org, s.jodo...@orthanc-labs.com, 
debian-med-packag...@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.moll...@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.jodo...@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

Reply via email to