[med-svn] [Git][med-team/probabel][master] 3 commits: Restrict architectures to those, where build time test properly succeeds
Andreas Tille (@tille)
gitlab at salsa.debian.org
Mon Feb 21 10:26:43 GMT 2022
Andreas Tille pushed to branch master at Debian Med / probabel
Commits:
2ecb9bc6 by Andreas Tille at 2022-02-21T08:45:32+01:00
Restrict architectures to those, where build time test properly succeeds
- - - - -
b0b31243 by Andreas Tille at 2022-02-21T11:22:36+01:00
Add status of this package to README.Debian
- - - - -
d13fb89f by Andreas Tille at 2022-02-21T11:25:29+01:00
routine-update: Ready to upload to unstable
- - - - -
4 changed files:
- debian/README.Debian
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/README.Debian
=====================================
@@ -9,5 +9,16 @@ tests is failing. This was reported at
but there is no solution yet. When building the package this
test is ignored but this issue might affect your results.
+Please note: probabel is no longer actively maintained and upstream
+neither had any support requests, nor public bug reports in the last
+year, maybe two. See
+
+ https://lists.debian.org/debian-med/2022/02/msg00093.html
+
+For the moment probabel is removed for all those architecture where
+the test is failing. Please make sure your workflow will not
+depend from this software since it will probably be removed from
+future Debian releases.
+
-- Andreas Tille <tille at debian.org> Mon, 11 Oct 2021 11:36:55 +0200
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+probabel (0.5.0+dfsg-6) unstable; urgency=medium
+
+ * Restrict architectures to those, where build time test properly succeeds
+ * Add status of this package to README.Debian
+
+ -- Andreas Tille <tille at debian.org> Mon, 21 Feb 2022 11:22:57 +0100
+
probabel (0.5.0+dfsg-5) unstable; urgency=medium
* Fix watchfile to detect new versions on github
=====================================
debian/control
=====================================
@@ -20,7 +20,7 @@ Homepage: http://www.genabel.org
Rules-Requires-Root: no
Package: probabel
-Architecture: any
+Architecture: any-amd64 any-i386 m68k sh4 x32
Depends: ${shlibs:Depends},
${misc:Depends}
Recommends: ${perl:Depends}
=====================================
debian/rules
=====================================
@@ -39,16 +39,3 @@ override_dh_install-arch:
dh_install -a
rm debian/$(DEB_SOURCE)/usr/bin/probabel.pl
mv debian/$(DEB_SOURCE)/etc/probabel_config.cfg.example debian/$(DEB_SOURCE)/etc/probabel_config.cfg
-
-ifeq ($(BUILDARCH),$(filter $(BUILDARCH), mips s390x hppa powerpc ppc64 ppc64el sparc64 ))
-# On big endian architectures the tests are failing due to
-# some binary format output that is compared with a file that
-# was created on a low endian architecture and those files
-# are dependent from the architecture (with no influence on
-# the final result. See
-# https://github.com/GenABEL-Project/ProbABEL/issues/45
-override_dh_auto_test:
-ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
- dh_auto_test || true
-endif
-endif
View it on GitLab: https://salsa.debian.org/med-team/probabel/-/compare/3be7e536abb754582ed22c4895824e10f5b335e5...d13fb89f7153589a44bbdb141acdac3d494ccf94
--
View it on GitLab: https://salsa.debian.org/med-team/probabel/-/compare/3be7e536abb754582ed22c4895824e10f5b335e5...d13fb89f7153589a44bbdb141acdac3d494ccf94
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20220221/c11be935/attachment-0001.htm>
More information about the debian-med-commit
mailing list