From noreply at release.debian.org Mon Oct 21 05:39:10 2024 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Mon, 21 Oct 2024 04:39:10 +0000 Subject: [Debian-astro-maintainers] sunpy is marked for autoremoval from testing Message-ID: sunpy 6.0.3-1 is marked for autoremoval from testing on 2024-11-19 It (build-)depends on packages with these RC bugs: 1080198: h5py: autopkgtest regressions with mpich as default provider on 32 bit architectures https://bugs.debian.org/1080198 For more information on the autoremoval process, including hints to prevent autoremoval can be found on the wiki: https://wiki.debian.org/Autoremoval This mail is generated by: https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl Autoremoval data is generated by: https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl From noreply at release.debian.org Mon Oct 21 05:39:11 2024 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Mon, 21 Oct 2024 04:39:11 +0000 Subject: [Debian-astro-maintainers] starjava-topcat is marked for autoremoval from testing Message-ID: starjava-topcat 4.10-1 is marked for autoremoval from testing on 2024-11-19 It (build-)depends on packages with these RC bugs: 1023702: openjfx: openjfx build depends on gcc-11 that should not be in bookworm https://bugs.debian.org/1023702 1075342: openjfx: ftbfs with GCC-14 https://bugs.debian.org/1075342 For more information on the autoremoval process, including hints to prevent autoremoval can be found on the wiki: https://wiki.debian.org/Autoremoval This mail is generated by: https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl Autoremoval data is generated by: https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl From ginggs at debian.org Mon Oct 21 09:39:41 2024 From: ginggs at debian.org (Graham Inggs) Date: Mon, 21 Oct 2024 08:39:41 +0000 Subject: [Debian-astro-maintainers] Bug#1085601: gavodachs: Python SyntaxWarning Message-ID: Source: gavodachs Version: 2.9.1+dfsg-1 User: debian-python at lists.debian.org Usertags: syntaxwarning Hi Maintainer The SyntaxWarning below were emitted when this package was tested with pipuarts[1]. Regards Graham [1] https://piuparts.debian.org/sid/source/g/gavodachs.html Setting up python3-gavo-utils (2.9.1+dfsg-1) ... /usr/lib/python3/dist-packages/gavo/utils/misctricks.py:36: SyntaxWarning: invalid escape sequence '\d' BIBCODE_PATTERN = re.compile("[012]\d\d\d\w[^ ]{14}$") /usr/lib/python3/dist-packages/gavo/utils/misctricks.py:578: SyntaxWarning: invalid escape sequence '\w' cacheName = os.path.join(cacheDir, re.sub("[^\w]+", "", url)+".cache") /usr/lib/python3/dist-packages/gavo/utils/pgsphere.py:42: SyntaxWarning: invalid escape sequence '\s' _TRAILING_ZEROES = re.compile("0+(\s|$)") /usr/lib/python3/dist-packages/gavo/utils/pgsphere.py:197: SyntaxWarning: invalid escape sequence '\(' pattern = re.compile("<(\([^)]*\))\s*,\s*([0-9.e-]+)>") /usr/lib/python3/dist-packages/gavo/utils/pgsphere.py:297: SyntaxWarning: invalid escape sequence '\(' pattern = re.compile("\([^)]+\)") /usr/lib/python3/dist-packages/gavo/utils/pgsphere.py:396: SyntaxWarning: invalid escape sequence '\(' pattern = re.compile("\([^()]+\)") /usr/lib/python3/dist-packages/gavo/utils/texttricks.py:36: SyntaxWarning: invalid escape sequence '\d' dateRE = re.compile("\d\d\d\d-\d\d-\d\d$") /usr/lib/python3/dist-packages/gavo/utils/texttricks.py:37: SyntaxWarning: invalid escape sequence '\d' datetimeRE = re.compile("\d\d\d\d-\d\d-\d\dT\d\d:\d\d:\d\dZ?$") /usr/lib/python3/dist-packages/gavo/utils/texttricks.py:76: SyntaxWarning: invalid escape sequence '\s' aStr = re.sub("\s+", " ", aStr) /usr/lib/python3/dist-packages/gavo/utils/texttricks.py:90: SyntaxWarning: invalid escape sequence '\s' aStr = re.sub("\s+", " ", aStr) /usr/lib/python3/dist-packages/gavo/utils/texttricks.py:229: SyntaxWarning: invalid escape sequence '\s' if mat := re.match("^\s*", codeLines[0]): /usr/lib/python3/dist-packages/gavo/utils/typeconversions.py:64: SyntaxWarning: invalid escape sequence '\[' parts = re.findall("[\[(](\d*|\*)[\])]", subscript) Setting up python3-gavo-stc (2.9.1+dfsg-1) ... /usr/lib/python3/dist-packages/gavo/stc/tapstc.py:236: SyntaxWarning: invalid escape sequence '\s' simpleStatement = Regex("(?i)\s*" Setting up python3-gavo-votable (2.9.1+dfsg-1) ... Setting up python3-gavo (2.9.1+dfsg-1) ... /usr/lib/python3/dist-packages/gavo/adql/nodes.py:1554: SyntaxWarning: invalid escape sequence '\[' lastSubscript = re.search("\[[0-9]*\]$", childInfo.type) /usr/lib/python3/dist-packages/gavo/base/activetags.py:241: SyntaxWarning: invalid escape sequence '\s' """An event stream that records events, not expanding active tags. /usr/lib/python3/dist-packages/gavo/base/attrdef.py:277: SyntaxWarning: invalid escape sequence '\s' return re.sub("\s+", " ", value.strip()) /usr/lib/python3/dist-packages/gavo/base/config.py:224: SyntaxWarning: invalid escape sequence '\w' if not re.match("[A-Za-z][\w]+$", token): /usr/lib/python3/dist-packages/gavo/base/literals.py:174: SyntaxWarning: invalid escape sequence '\s' mat = re.match("(%s)\s*[\s,/]\s*(%s)$"%(utils.floatRE, /usr/lib/python3/dist-packages/gavo/base/literals.py:181: SyntaxWarning: invalid escape sequence '\s' dmsRE = "[+-]?\s*(?:\d+\s+)?(?:\d+\s+)?\d+(?:\.\d*)?" /usr/lib/python3/dist-packages/gavo/base/literals.py:182: SyntaxWarning: invalid escape sequence '\s' mat = re.match("(%s)\s*[\s,/]?\s*(%s)$"%(timeangleRE, dmsRE), soup) /usr/lib/python3/dist-packages/gavo/base/literals.py:192: SyntaxWarning: invalid escape sequence '\s' dmsRE = "[+-]?\s*(?:\d+:)?(?:\d+:)?\d+(?:\.\d*)?" /usr/lib/python3/dist-packages/gavo/base/literals.py:193: SyntaxWarning: invalid escape sequence '\s' mat = re.match("(%s)\s*[\s,/]?\s*(%s)$"%(timeangleRE, dmsRE), soup) /usr/lib/python3/dist-packages/gavo/base/meta.py:912: SyntaxWarning: invalid escape sequence '\s' consecutiveWSPat = re.compile("\s\s+") /usr/lib/python3/dist-packages/gavo/base/typedmeta.py:31: SyntaxWarning: invalid escape sequence '\i' """A meta value containing a link and optionally a title /usr/lib/python3/dist-packages/gavo/base/unitconv.py:529: SyntaxWarning: invalid escape sequence '\.' "|[1-9][0-9]*(\.[0-9]+)?([eE][+-]?[0-9]+)?") /usr/lib/python3/dist-packages/gavo/base/valuemappers.py:233: SyntaxWarning: invalid escape sequence '\w' preName = re.sub("[^\w]+", "x", (getattr(field, "name", None) /usr/lib/python3/dist-packages/gavo/base/xmlstruct.py:25: SyntaxWarning: invalid escape sequence '\s' ALL_WHITESPACE = re.compile("\s*$") /usr/lib/python3/dist-packages/gavo/dm/common.py:71: SyntaxWarning: invalid escape sequence '\w' mat = re.match("([\w_-]+):(?:([\w_-]+)\.)?([\w_-]+)", typename) /usr/lib/python3/dist-packages/gavo/dm/sil.py:23: SyntaxWarning: invalid escape sequence '\w' noQuotesOkRE = re.compile("[\w_.]+$") /usr/lib/python3/dist-packages/gavo/grammars/binarygrammar.py:59: SyntaxWarning: invalid escape sequence '\d' formatCode = parsetricks.Regex("\d+s|[bBhHiIqQfd]" /usr/lib/python3/dist-packages/gavo/grammars/binarygrammar.py:114: SyntaxWarning: invalid escape sequence '\s' re.sub("\s+", " ", self.content_), /usr/lib/python3/dist-packages/gavo/grammars/common.py:243: SyntaxWarning: invalid escape sequence '\_' """Mapping of names, specified in long or short forms. /usr/lib/python3/dist-packages/gavo/grammars/directgrammar.py:626: SyntaxWarning: invalid escape sequence '\d' mat = re.match("(\d*)(.)$", format) /usr/lib/python3/dist-packages/gavo/grammars/directgrammar.py:738: SyntaxWarning: invalid escape sequence '\d' mat = re.match("(\d*)(.)$", format) /usr/lib/python3/dist-packages/gavo/grammars/freeregrammar.py:70: SyntaxWarning: invalid escape sequence '\.' """A grammar allowing "free" regular expressions to parse a document. /usr/lib/python3/dist-packages/gavo/grammars/mysqldumpgrammar.py:21: SyntaxWarning: invalid escape sequence '\(' mat = re.search("CREATE TABLE `([^`]*)` \(", dump) /usr/lib/python3/dist-packages/gavo/grammars/odbcgrammar.py:22: SyntaxWarning: invalid escape sequence '\s' """A generator of ODBC queries. /usr/lib/python3/dist-packages/gavo/grammars/uniongrammar.py:49: SyntaxWarning: invalid escape sequence '\.' """A grammar using one of a sequence of grammars to parse its sources. /usr/lib/python3/dist-packages/gavo/helpers/anet.py:1: SyntaxWarning: invalid escape sequence '\*' """ /usr/lib/python3/dist-packages/gavo/helpers/copying.py:74: SyntaxWarning: invalid escape sequence '\d' """returns the highest index of ??\d+-formed names in destBase. /usr/lib/python3/dist-packages/gavo/helpers/fitstricks.py:374: SyntaxWarning: invalid escape sequence '\w' mat = re.search("GAVO DaCHS template used: (\w+)", card) /usr/lib/python3/dist-packages/gavo/helpers/testhelpers.py:620: SyntaxWarning: invalid escape sequence '\s' '(xmlns(:[a-z0-9]+)?="[^"]*"\s*)', /usr/lib/python3/dist-packages/gavo/helpers/testhelpers.py:622: SyntaxWarning: invalid escape sequence '\s' '(xsi:schemaLocation="[^"]*"\s*)'])) /usr/lib/python3/dist-packages/gavo/helpers/testhelpers.py:636: SyntaxWarning: invalid escape sequence '\s' return re.sub("\s+", " ", /usr/lib/python3/dist-packages/gavo/protocols/oaiclient.py:660: SyntaxWarning: invalid escape sequence '\w' """adds XML namespace declarations for namespace prefixes we /usr/lib/python3/dist-packages/gavo/protocols/oaiclient.py:678: SyntaxWarning: invalid escape sequence '\w' prefixesUsed |= set(re.findall("([a-zA-Z_-][\w-]*):[a-zA-Z_]", /usr/lib/python3/dist-packages/gavo/protocols/oaiclient.py:685: SyntaxWarning: invalid escape sequence '\w' return re.sub("<([\w:-]+)", r"<\1 "+nsDecls, xmlLiteral, 1) /usr/lib/python3/dist-packages/gavo/registry/identifiers.py:31: SyntaxWarning: invalid escape sequence '\w' _idPattern = re.compile("ivo://(\w[^!;:@%$,/]+)(/[^?#]*)?") /usr/lib/python3/dist-packages/gavo/rsc/dbtable.py:671: SyntaxWarning: invalid escape sequence '\q' """runs query within this table's connection. /usr/lib/python3/dist-packages/gavo/rscdef/common.py:635: SyntaxWarning: invalid escape sequence '\i' """returns absath relative to the DaCHS inputsDir. /usr/lib/python3/dist-packages/gavo/rscdef/regtest.py:142: SyntaxWarning: invalid escape sequence '\w' return set(re.sub("[^\w\s]+", "", s).lower().split()) /usr/lib/python3/dist-packages/gavo/rscdef/tabledef.py:123: SyntaxWarning: invalid escape sequence '\w' self.name = "%s"%(re.sub("[^\w]+", "_", "_".join(self.columns))) /usr/lib/python3/dist-packages/gavo/rscdef/tabledef.py:165: SyntaxWarning: invalid escape sequence '\w' re.search("\w+", phrase).group(0).lower(), 0) /usr/lib/python3/dist-packages/gavo/svcs/standardcores.py:437: SyntaxWarning: invalid escape sequence '\*' """A core executing a pre-specified query with fancy conditions. /usr/lib/python3/dist-packages/gavo/user/admin.py:347: SyntaxWarning: invalid escape sequence '\s' return re.sub("\s+", " ", s) /usr/lib/python3/dist-packages/gavo/user/admin.py:400: SyntaxWarning: invalid escape sequence '\w' mat = re.match("(#?)(\w+)\s+=\s+(.*)", propLn) /usr/lib/python3/dist-packages/gavo/user/errhandle.py:24: SyntaxWarning: invalid escape sequence '\s' verbatimRE = re.compile("\s") /usr/lib/python3/dist-packages/gavo/user/mkrd.py:61: SyntaxWarning: invalid escape sequence '\d' mat = re.match("(\d*)P(.)\(\d*\)$", format) /usr/lib/python3/dist-packages/gavo/user/mkrd.py:68: SyntaxWarning: invalid escape sequence '\d' mat = re.match("(\d*)(.)$", format) /usr/lib/python3/dist-packages/gavo/user/mkrd.py:93: SyntaxWarning: invalid escape sequence '\d' "|CROTA.*|RADECSYS|AP?_\d_\d|BP?_\d_\d|LATPOLE|LONPOLE") /usr/lib/python3/dist-packages/gavo/user/mkrd.py:437: SyntaxWarning: invalid escape sequence '\s' elif self.tableBorderPat.match(ln) or re.match("\s*Bytes", ln): /usr/lib/python3/dist-packages/gavo/web/common.py:221: SyntaxWarning: invalid escape sequence '\[' mat = re.match("\[([^]]*)\](.*)", configKey) /usr/lib/python3/dist-packages/gavo/web/examplesrender.py:59: SyntaxWarning: invalid escape sequence '\W' self.htmlId = re.sub("\W", "", self.title) /usr/lib/python3/dist-packages/gavo/web/metarender.py:65: SyntaxWarning: invalid escape sequence '\d' int(re.sub("[^\d]+", "", creationDate.isoformat()))) /usr/lib/python3/dist-packages/gavo/web/metarender.py:66: SyntaxWarning: invalid escape sequence '\w' label = "vo:"+re.sub("[^\w]", "_", label) /usr/lib/python3/dist-packages/gavo/web/metarender.py:652: SyntaxWarning: invalid escape sequence '\g' loader = formal.XMLString(""" From ginggs at debian.org Mon Oct 21 10:17:05 2024 From: ginggs at debian.org (Graham Inggs) Date: Mon, 21 Oct 2024 09:17:05 +0000 Subject: [Debian-astro-maintainers] Bug#1085614: glueviz: Python SyntaxWarning Message-ID: Source: glueviz Version: 1.17.1+dfsg-2 User: debian-python at lists.debian.org Usertags: syntaxwarning Hi Maintainer The SyntaxWarning below were emitted when this package was tested with pipuarts[1]. Regards Graham [1] https://piuparts.debian.org/sid/source/g/glueviz.html Setting up python3-glue (1.17.1+dfsg-2) ... /usr/lib/python3/dist-packages/glue/core/parse.py:14: SyntaxWarning: invalid escape sequence '\{' TAG_RE = re.compile('\{\s*(?P[^\s\{\}]+([^\{\}]*[^\s\{\}]+)?)\s*\}') From msdemlei at ari.uni-heidelberg.de Mon Oct 21 10:17:39 2024 From: msdemlei at ari.uni-heidelberg.de (Markus Demleitner) Date: Mon, 21 Oct 2024 11:17:39 +0200 Subject: [Debian-astro-maintainers] Bug#1085601: gavodachs: Python SyntaxWarning In-Reply-To: References: Message-ID: <20241021091739.lzoov5lai4g45hgh@victor> Hi Graham, On Mon, Oct 21, 2024 at 08:39:41AM +0000, Graham Inggs wrote: > The SyntaxWarning below were emitted when this package was tested with > pipuarts[1]. This is already fixed in version 2.10, which I thought was in unstable already. I'll investigate why it's not. From msdemlei at ari.uni-heidelberg.de Mon Oct 21 10:17:39 2024 From: msdemlei at ari.uni-heidelberg.de (Markus Demleitner) Date: Mon, 21 Oct 2024 11:17:39 +0200 Subject: [Debian-astro-maintainers] Bug#1085601: gavodachs: Python SyntaxWarning In-Reply-To: References: Message-ID: <20241021091739.lzoov5lai4g45hgh@victor> Hi Graham, On Mon, Oct 21, 2024 at 08:39:41AM +0000, Graham Inggs wrote: > The SyntaxWarning below were emitted when this package was tested with > pipuarts[1]. This is already fixed in version 2.10, which I thought was in unstable already. I'll investigate why it's not. From ginggs at debian.org Mon Oct 21 10:32:37 2024 From: ginggs at debian.org (Graham Inggs) Date: Mon, 21 Oct 2024 09:32:37 +0000 Subject: [Debian-astro-maintainers] Bug#1085601: gavodachs: Python SyntaxWarning In-Reply-To: <20241021091739.lzoov5lai4g45hgh@victor> References: <20241021091739.lzoov5lai4g45hgh@victor> Message-ID: Hi Markus On Mon, 21 Oct 2024 at 09:24, Markus Demleitner wrote: > This is already fixed in version 2.10, which I thought was in > unstable already. I'll investigate why it's not. Thanks! From aurel32 at debian.org Mon Oct 21 18:16:46 2024 From: aurel32 at debian.org (Aurelien Jarno) Date: Mon, 21 Oct 2024 19:16:46 +0200 Subject: [Debian-astro-maintainers] Bug#1085693: RM: src:fitsverify -- ROM; binary takeover by cfitsio Message-ID: <172953100634.334152.4182478401435905190.reportbug@ohm.local> Package: ftp.debian.org Severity: normal X-Debbugs-Cc: fitsverify at packages.debian.org Control: affects -1 + src:fitsverify User: ftp.debian.org at packages.debian.org Usertags: remove Hi, The fitsverify binary is now built by the cfitsio package, as it got merged upstream. The src:fitsverify package is therefore now useless, could you please remove it from unstable? Regards, Aurelien From aurel32 at debian.org Mon Oct 21 21:32:54 2024 From: aurel32 at debian.org (Aurelien Jarno) Date: Mon, 21 Oct 2024 22:32:54 +0200 Subject: [Debian-astro-maintainers] Bug#1085706: unblock: cfitsio/4.5.0-4 Message-ID: <172954277465.340007.14820545952195488396.reportbug@ohm.local> Package: release.debian.org Severity: normal X-Debbugs-Cc: cfitsio at packages.debian.org Control: affects -1 + src:cfitsio User: release.debian.org at packages.debian.org Usertags: unblock Dear release team, Starting with cfitsio 4.5.0-4, the fitsverify binary is now provided by the libcfitsio-bin package, and the fitsverify is now a transitional package built by cfitsio. The src:fitsverify package can therefore be removed. Unfortunately, this causes the fitsverify autopkgtest to fail to even fetch the fitsverify source. This is considered as a regression by britney and thus blocks the migration of cfitsio to testing. Could you please override this, as anyway the fitsverify binary package from testing will be replaced by the cfitsio one when migrating to testing? Thanks Aurelien From ftpmaster at ftp-master.debian.org Tue Oct 22 00:09:10 2024 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 21 Oct 2024 23:09:10 +0000 Subject: [Debian-astro-maintainers] Processing of radio-beam_0.3.8-1_source.changes Message-ID: radio-beam_0.3.8-1_source.changes uploaded successfully to localhost along with the files: radio-beam_0.3.8-1.dsc radio-beam_0.3.8.orig.tar.gz radio-beam_0.3.8-1.debian.tar.xz radio-beam_0.3.8-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Tue Oct 22 00:19:15 2024 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 21 Oct 2024 23:19:15 +0000 Subject: [Debian-astro-maintainers] Processing of astroplan_0.10-1_source.changes Message-ID: astroplan_0.10-1_source.changes uploaded successfully to localhost along with the files: astroplan_0.10-1.dsc astroplan_0.10.orig.tar.gz astroplan_0.10-1.debian.tar.xz astroplan_0.10-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Tue Oct 22 00:20:35 2024 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 21 Oct 2024 23:20:35 +0000 Subject: [Debian-astro-maintainers] radio-beam_0.3.8-1_source.changes ACCEPTED into unstable Message-ID: Thank you for your contribution to Debian. Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Tue, 22 Oct 2024 00:51:26 +0200 Source: radio-beam Architecture: source Version: 0.3.8-1 Distribution: unstable Urgency: medium Maintainer: Debian Astronomy Team Changed-By: Alexandre Detiste Changes: radio-beam (0.3.8-1) unstable; urgency=medium . * Team Upload * Fix watch file * New upstream version 0.3.8 Checksums-Sha1: ec44a417bf19d1a605cfb3975743569370100a13 2260 radio-beam_0.3.8-1.dsc 06741f0e661fda380b5f5580d686d03298ffc59b 93066 radio-beam_0.3.8.orig.tar.gz 8c58426925a433e5287f407f11fc4664d53b7fd9 3464 radio-beam_0.3.8-1.debian.tar.xz 420ccd88973e83d1d131e29a503f272e1e0ffd03 11646 radio-beam_0.3.8-1_source.buildinfo Checksums-Sha256: 76e8ee388a642b7d30831f11a2c7062db28060d3526735ffe39bb8475cdbf862 2260 radio-beam_0.3.8-1.dsc 084feb71828edc3bb3e73c26278804baa3a83b7532eec8f03a2f7a1cfd18e770 93066 radio-beam_0.3.8.orig.tar.gz d25cc8d5103363e97b893a4739d17fb09b685435aeec3311e0753211b39c9060 3464 radio-beam_0.3.8-1.debian.tar.xz 7fa223c29b774a8dc0fbd2ecded8e3a61a1f74c0916a997c31883645ab6368e1 11646 radio-beam_0.3.8-1_source.buildinfo Files: fe4ce8d45b3f1893660452ee64ddeedd 2260 python optional radio-beam_0.3.8-1.dsc 029fc8e68d6e0010bbe2a908ce1018e8 93066 python optional radio-beam_0.3.8.orig.tar.gz 154d5ccdad2b6a7568e61ec2b67d3e17 3464 python optional radio-beam_0.3.8-1.debian.tar.xz 4e9cf04fa741799d46b3293dc496006f 11646 python optional radio-beam_0.3.8-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJFBAEBCgAvFiEEj23hBDd/OxHnQXSHMfMURUShdBoFAmcW25YRHHRjaGV0QGRl Ymlhbi5vcmcACgkQMfMURUShdBp2Zw/+KyeB2cUCjytsNf9StmcUB6yRKIGtQnmV oimI1uGCDI25b0MHyD3eBOu0kz53PLj5kPRrcXrbc3xlGvSQOp6NF0AS2Wi5m6Qm 7uQsvXcSD0nNSyq27EbRz4cPuyvnM/Xj8ym1qc7/S0YKahx7poUnZQTvQeJqf+xg Tj6q6jHMN7+SksjS2n161kkwcusNfMcj7olDPGJs+nHLnc+G2GiYiFRGi62lWwxp fWaYiRF7MCFSyzNyztgayIiE9Iopbr6Zf0w4uCaz9XiydDxVzcFB40ewJqcZ/TNC T5/QB4RJS9ohMct03JbjDKuMVENidh6oBgVaRKwdeV51rPP1sULbTCF7Q9ULLet1 OgtoiJHjYSVFnW+T79fUszv2Hts5nUX0aHQWaKIQq7x6wifLAUQ29dmjCGbpBXRH W7s6M+GcUjLhnZ0IE6GQCYNb/5++LQZ6FICVMDZ5XmVqmQ2rc0QA1n0YTpQeBF1p /lGbpXJcfiHzvxsu6bb3Ax/3r2YN3cpRzq8JtIWi0B2Cs4Mz4GQM6ElpgDPeUg2s 9iF1iM/8B98wuvL+pWiIMDGFkXjBly3sYpuZ9YFW/1Z0iWbqE0jH1NzuWkMUOR++ 1hSmLa/VgomKfSYOjEA0/lyXdYJFWM64QSPNbWvVTiPCtUOM4jFE2jlgaoIQcmgE 4tKELGZtVWQ= =UsxY -----END PGP SIGNATURE----- -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 228 bytes Desc: not available URL: From ftpmaster at ftp-master.debian.org Tue Oct 22 00:34:05 2024 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 21 Oct 2024 23:34:05 +0000 Subject: [Debian-astro-maintainers] astroplan_0.10-1_source.changes ACCEPTED into unstable Message-ID: Thank you for your contribution to Debian. Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Fri, 05 Jul 2024 22:39:39 +0200 Source: astroplan Architecture: source Version: 0.10-1 Distribution: unstable Urgency: medium Maintainer: Debian Astro Team Changed-By: Alexandre Detiste Changes: astroplan (0.10-1) unstable; urgency=medium . * Team upload. * New upstream version 0.10 * Use new dh-sequence-python3 Checksums-Sha1: b99b4fd89b509c3c32ac83c1257d80eedfe5131c 2359 astroplan_0.10-1.dsc 0dfdbec3bca0e96371a8beb3355fba7e7dfc85e5 140447 astroplan_0.10.orig.tar.gz 0d7f9b302764ef84213da17e4a486c9f1c716fa0 5716 astroplan_0.10-1.debian.tar.xz fb7d165ca6d90745d6cba907dd48473487256613 14272 astroplan_0.10-1_source.buildinfo Checksums-Sha256: 48d192fe3bc974ec86c77b867bd6fc17ba0fc90ac2a2f3fe42584e83648a111e 2359 astroplan_0.10-1.dsc 1670c9c42143d62924e8a6e0287ec25935fcf985a8b928438bc4da0241f4875a 140447 astroplan_0.10.orig.tar.gz c253cc385ae9ad9584b971f7b550994b38e2c97a64b08f2bd048cf365449b577 5716 astroplan_0.10-1.debian.tar.xz 9ec2cb41a20061466cd9a92a9fb95e09aea770275a52ddd38603c9af7f0982c2 14272 astroplan_0.10-1_source.buildinfo Files: 288d8bb2a05cb5df636baed5bf164208 2359 python optional astroplan_0.10-1.dsc 3d823e9f1bdf5f4183149e73c63557dc 140447 python optional astroplan_0.10.orig.tar.gz 43f9c68cec302da8ddb2d92ec86282d2 5716 python optional astroplan_0.10-1.debian.tar.xz f043bd63f9e5b03c08a2311436e96cf5 14272 python optional astroplan_0.10-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJFBAEBCgAvFiEEj23hBDd/OxHnQXSHMfMURUShdBoFAmcW3rgRHHRjaGV0QGRl Ymlhbi5vcmcACgkQMfMURUShdBpBiw/+NqT6PszGBLx6Y04M1EBzEEz5lj92o1zU GuCuJcTOSJ3WJiHC5dzAc1TaQCLSZnVrPAQUQmENBi0F3o5xMpVPNMYimlolKI4V jKlvNbhfpWDf/8ybI8M4II0HyaH2UUxXcH+5eNJ09cMXpHlRs3vPm2dm7G/Jf/m2 F0KkTpS8rYKV+20VLYnfHGKWN0lZkXJjsxWIczK0TjsfTDEe1X8Y2psIZa5hImXL //JDAUF9cqSCnvLp1ZxrnOKscidKtTvK+xAo5ive8TRlruXu7Eq8Dfx3KY7RP3BU 5sVDtJiKQS3+0PtmU50P65NP433V4fWLAMQnqxDfM9H0gQhLZZBbOeplBbXWXGgR /RZfojDOp3AkAPx9R9ALZyJkD8qsrepkLFzezIs3jMjuteo/ymtLb2rLDXWLQSoE y6nf4pk+xRvaB22lP5WJDK7bm/Psa36OHlWsOhpoicVdRX3Ttz6gahQhsOHdpXDC FzIc5//Sp8FqI0uUnfpcKVgYkQvDxew+cbXSZ45kRNyaXY4YFkEP2Yt7POKwCZxd fFEONU6URAxJBFSvc2Em88rBqFubhCdkwJUsDLhiqMb4wEwfzIfKm1U83xw6P5aO gxEq6gDZkTcvhTpzLxDOIKP7gpymU/tYBXHMzbX79HiNczzXTcc5OHhPK9yS9nfv pc1u3C4phAI= =rjot -----END PGP SIGNATURE----- -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 228 bytes Desc: not available URL: From ginggs at debian.org Tue Oct 22 15:36:29 2024 From: ginggs at debian.org (Graham Inggs) Date: Tue, 22 Oct 2024 14:36:29 +0000 Subject: [Debian-astro-maintainers] Bug#1085778: planetary-system-stacker: Python SyntaxWarning Message-ID: Source: planetary-system-stacker Version: 0.8.32~git20230901.01f3625-1 User: debian-python at lists.debian.org Usertags: syntaxwarning Hi Maintainer The SyntaxWarning below were emitted when this package was tested with pipuarts[1]. Regards Graham [1] https://piuparts.debian.org/sid/source/p/planetary-system-stacker.html Setting up planetary-system-stacker (0.8.32~git20230901.01f3625-1) ... /usr/lib/python3/dist-packages/planetary_system_stacker/frames.py:1841: SyntaxWarning: invalid escape sequence '\S' 'D:\SW-Development\Python\PlanetarySystemStacker\Examples\Moon_2019-01-20\Images\*.TIF') /usr/lib/python3/dist-packages/planetary_system_stacker/frames_old.py:351: SyntaxWarning: invalid escape sequence '\S' names = glob('D:\SW-Development\Python\PlanetarySystemStacker\Examples\Moon_2019-01-20\Images\*.TIF') /usr/lib/python3/dist-packages/planetary_system_stacker/postproc_editor.py:1879: SyntaxWarning: invalid escape sequence '\S' input_file_name = "D:\SW-Development\Python\PlanetarySystemStacker\Examples\Jupiter_Richard\\" \ From philip.wyett at kathenas.org Tue Oct 22 17:30:00 2024 From: philip.wyett at kathenas.org (Phil Wyett) Date: Tue, 22 Oct 2024 17:30:00 +0100 Subject: [Debian-astro-maintainers] Bug#1085792: pyvo: Fail to build after successful build - sudo pbuilder build --twice Message-ID: <93bd5433504a779b415602c24b89164724203104.camel@kathenas.org> Package: pyvo Severity: normal Usertags: ftbfs Dear Maintainer, Package fails to build after successful build. Add 'pyvo.egg-info/SOURCES.txt' to 'debian/clean' to fix issue. Regards Phil -- "I?play the game for the game?s own sake" Arthur Conan Doyle - The Adventure of the Bruce-Partington Plans -- Donations... Buy Me A Coffee: https://buymeacoffee.com/kathenasorg -- Internet Relay Chat (IRC): kathenas Matrix: #kathenas:matrix.org Website: https://kathenas.org Instagram: https://instagram.com/kathenasorg/ Threads: https://www.threads.net/@kathenasorg -- -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 870 bytes Desc: This is a digitally signed message part URL: From ginggs at debian.org Tue Oct 22 18:22:11 2024 From: ginggs at debian.org (Graham Inggs) Date: Tue, 22 Oct 2024 17:22:11 +0000 Subject: [Debian-astro-maintainers] Bug#1085800: pyavm: Python SyntaxWarning Message-ID: Source: pyavm Version: 0.9.4-7 User: debian-python at lists.debian.org Usertags: syntaxwarning Hi Maintainer The SyntaxWarning below were emitted when this package was tested with pipuarts[1]. Regards Graham [1] https://piuparts.debian.org/sid/source/p/pyavm.html Setting up python3-pyavm (0.9.4-7) ... /usr/lib/python3/dist-packages/pyavm/tests/test_avm.py:25: SyntaxWarning: invalid escape sequence '\u' f.write(b'" id="W5M0MpCehiHzreSzNTczkc9d"?>') From ginggs at debian.org Tue Oct 22 18:50:56 2024 From: ginggs at debian.org (Graham Inggs) Date: Tue, 22 Oct 2024 17:50:56 +0000 Subject: [Debian-astro-maintainers] Bug#1085815: pymoc: Python SyntaxWarning Message-ID: Source: pymoc Version: 0.5.2-2 User: debian-python at lists.debian.org Usertags: syntaxwarning Hi Maintainer The SyntaxWarning below were emitted when this package was tested with pipuarts[1]. Regards Graham [1] https://piuparts.debian.org/sid/source/p/pymoc.html Setting up python3-pymoc (0.5.2-2) ... /usr/lib/python3/dist-packages/pymoc/util/plot.py:25: SyntaxWarning: invalid escape sequence '\*' """Plot a MOC using Healpy. From elbrus at debian.org Tue Oct 22 18:57:33 2024 From: elbrus at debian.org (Paul Gevers) Date: Tue, 22 Oct 2024 19:57:33 +0200 Subject: [Debian-astro-maintainers] Bug#1085819: src:fast-histogram: fails to migrate to testing for too long Message-ID: <9690f34f-578a-48d9-93aa-91dcccaf69cd@debian.org> Source: fast-histogram Version: 0.11-2 Severity: serious Control: close -1 0.14-1 Tags: sid trixie User: release.debian.org at packages.debian.org Usertags: out-of-sync Dear maintainer(s), The Release Team considers packages that are out-of-sync between testing and unstable for more than 30 days as having a Release Critical bug in testing [1]. Your package src:fast-histogram has been trying to migrate for 31 days [2], hence this bug report. The current output of the migration software for this package is copied to the bottom of this report and should list the reason why the package is blocked. If a package is out of sync between unstable and testing for a longer period, this usually means that bugs in the package in testing cannot be fixed via unstable. Additionally, blocked packages can have impact on other packages, which makes preparing for the release more difficult. Finally, it often exposes issues with the package and/or its (reverse-)dependencies. We expect maintainers to fix issues that hamper the migration of their package in a timely manner. This bug will trigger auto-removal when appropriate. As with all new bugs, there will be at least 30 days before the package is auto-removed. This bug submission immediately closes the bug with the version in unstable, so if that version or a later version migrates, this bug will no longer affect testing. This bug is also tagged to only affect sid and trixie, so it doesn't affect (old-)stable. If you believe your package is unable to migrate to testing due to issues beyond your control, don't hesitate to contact the Release Team. This bug report has been automatically generated and has only been sent manually. If you have any comments with regards to the content or the process, please reach out to me. Paul [1] https://lists.debian.org/debian-devel-announce/2023/06/msg00001.html [2] https://qa.debian.org/excuses.php?package=fast-histogram Current text from [2]: Migration status for fast-histogram (0.11-2 to 0.14-1): BLOCKED: Rejected/violates migration policy/introduces a regression Issues preventing migration: ? ? autopkgtest for fast-histogram/0.14-1: amd64: Regression or new test ? (reference ?), arm64: Pass, armel: Pass, armhf: Pass, i386: Pass, ppc64el: Pass, riscv64: Pass, s390x: Pass Additional info: ? ? Piuparts tested OK - https://piuparts.debian.org/sid/source/f/fast-histogram.html ? ? Reproducible on amd64 - info ? ? ? Reproducible on arm64 - info ? ? ? Reproducible on armhf - info ? ? ? Reproducible on i386 - info ? ? ? 31 days old (needed 5 days) -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature.asc Type: application/pgp-signature Size: 495 bytes Desc: OpenPGP digital signature URL: From owner at bugs.debian.org Tue Oct 22 19:00:03 2024 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Tue, 22 Oct 2024 18:00:03 +0000 Subject: [Debian-astro-maintainers] Processed: src:fast-histogram: fails to migrate to testing for too long References: <9690f34f-578a-48d9-93aa-91dcccaf69cd@debian.org> <9690f34f-578a-48d9-93aa-91dcccaf69cd@debian.org> Message-ID: Processing control commands: > close -1 0.14-1 Bug #1085819 [src:fast-histogram] src:fast-histogram: fails to migrate to testing for too long Marked as fixed in versions fast-histogram/0.14-1. Bug #1085819 [src:fast-histogram] src:fast-histogram: fails to migrate to testing for too long Marked Bug as done -- 1085819: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1085819 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From ginggs at debian.org Tue Oct 22 19:45:52 2024 From: ginggs at debian.org (Graham Inggs) Date: Tue, 22 Oct 2024 18:45:52 +0000 Subject: [Debian-astro-maintainers] Bug#1085832: pysynphot: Python SyntaxWarning Message-ID: Source: pysynphot Version: 2.0.0+dfsg-1 User: debian-python at lists.debian.org Usertags: syntaxwarning Hi Maintainer The SyntaxWarning below were emitted when this package was tested with pipuarts[1]. Regards Graham [1] https://piuparts.debian.org/sid/source/p/pysynphot.html Setting up python3-pysynphot (2.0.0+dfsg-1+b6) ... /usr/lib/python3/dist-packages/pysynphot/spparser.py:1: SyntaxWarning: invalid escape sequence '\_' """ From owner at bugs.debian.org Tue Oct 22 19:48:02 2024 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Tue, 22 Oct 2024 18:48:02 +0000 Subject: [Debian-astro-maintainers] Bug#1077582: marked as done (mpgrafic: please add support for loong64) References: <1b46b19af685e45eab46dfdf03393298d773057b.camel@kathenas.org> <172232352073.718610.2576557151472053347.reportbug@97df1164d1a6> Message-ID: Your message dated Tue, 22 Oct 2024 19:45:32 +0100 with message-id <1b46b19af685e45eab46dfdf03393298d773057b.camel at kathenas.org> and subject line Re: mpgrafic: please add support for loong64 has caused the Debian Bug report #1077582, regarding mpgrafic: please add support for loong64 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 at bugs.debian.org immediately.) -- 1077582: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1077582 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: wuruilong Subject: mpgrafic: please add support for loong64 Date: Tue, 30 Jul 2024 07:12:00 +0000 Size: 2712 URL: -------------- next part -------------- An embedded message was scrubbed... From: Phil Wyett Subject: Re: mpgrafic: please add support for loong64 Date: Tue, 22 Oct 2024 19:45:32 +0100 Size: 7181 URL: From owner at bugs.debian.org Tue Oct 22 20:09:03 2024 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Tue, 22 Oct 2024 19:09:03 +0000 Subject: [Debian-astro-maintainers] Bug#1046233: marked as done (mpgrafic: Fails to build source after successful build) References: <520ba258127e06cf3f11b93a6ae0541d02b9582a.camel@kathenas.org> <1691954460.224378.1279320.nullmailer@grub.nussbaum.fr> Message-ID: Your message dated Tue, 22 Oct 2024 20:04:57 +0100 with message-id <520ba258127e06cf3f11b93a6ae0541d02b9582a.camel at kathenas.org> and subject line Re: mpgrafic: Fails to build source after successful build has caused the Debian Bug report #1046233, regarding mpgrafic: Fails to build source after successful build 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 at bugs.debian.org immediately.) -- 1046233: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1046233 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Lucas Nussbaum Subject: mpgrafic: Fails to build source after successful build Date: Sun, 13 Aug 2023 21:21:00 +0200 Size: 7887 URL: -------------- next part -------------- An embedded message was scrubbed... From: Phil Wyett Subject: Re: mpgrafic: Fails to build source after successful build Date: Tue, 22 Oct 2024 20:04:57 +0100 Size: 6711 URL: From ftpmaster at ftp-master.debian.org Tue Oct 22 21:06:53 2024 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 22 Oct 2024 20:06:53 +0000 Subject: [Debian-astro-maintainers] Processing of photutils_2.0.1-1_source.changes Message-ID: photutils_2.0.1-1_source.changes uploaded successfully to localhost along with the files: photutils_2.0.1-1.dsc photutils_2.0.1.orig.tar.gz photutils_2.0.1-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Tue Oct 22 21:41:11 2024 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 22 Oct 2024 20:41:11 +0000 Subject: [Debian-astro-maintainers] photutils_2.0.1-1_source.changes ACCEPTED into unstable Message-ID: Thank you for your contribution to Debian. Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Tue, 22 Oct 2024 21:48:51 +0200 Source: photutils Architecture: source Version: 2.0.1-1 Distribution: unstable Urgency: medium Maintainer: Debian Astronomy Team Changed-By: Ole Streicher Changes: photutils (2.0.1-1) unstable; urgency=medium . * New upstream version 2.0.1 * Ignore invalidvalue warnings that are not emitted on armel Checksums-Sha1: 30bdf3f1192c7b930273a049b6cf91bc3daee412 2268 photutils_2.0.1-1.dsc 756d793b4858d600f1460fac06c1571a04f00727 703725 photutils_2.0.1.orig.tar.gz c056aad8d136cbec163877c1bdff202860957d3a 5592 photutils_2.0.1-1.debian.tar.xz Checksums-Sha256: a7582c9e740d14b160c3d4eb0f22941f3130255c2bc0f306a865c9554547dbd3 2268 photutils_2.0.1-1.dsc 6f78a25cda0c12562e490be8f5e02956770afd84fbb897f6e0268ea757b99ad5 703725 photutils_2.0.1.orig.tar.gz c923bb168c37fd0fd8adaeb7829cd0c2340560999293581613072f7230c88399 5592 photutils_2.0.1-1.debian.tar.xz Files: 670f1bf031846496b60eb049133f4520 2268 python optional photutils_2.0.1-1.dsc 317b4131dbd1187d6ee00c09626e272a 703725 python optional photutils_2.0.1.orig.tar.gz b5c6c4834eb2743966ab879fc82c268f 5592 python optional photutils_2.0.1-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEE7/BpV0Ra2/h0L3qtmk9WvbkOGL0FAmcYAz0ACgkQmk9WvbkO GL0V3g//SxAK9cVLEwR60ukWN9gRXulFlCaN67X23M1uDgV8LYuo+Bv/HBNJp3Uk Lq8TlfT2o2NXplAREcaKiYI3Ywvskq/0DOOZ/TRC17FO8SM4NCb6fSfV4fNVhgaF To4jDrV9Xbsd+wSXNyH94LSrZyPFpU2CqCv1UYBBeG6j9B9RremhtiO5mmEWcPst OcucxvCwQntAgi4ggytZXBZrYzPSjoXC3fO16JRx37er85LcrCafoiLVYnTx8nGR GCe8Da6OxH7TsPVFchJGZEM9EgzG9/n8oe07YAOrNqrG4UbO641M6/zPsw4YNFV6 8AVsqpunj5XO6pS33DRzAqp8XSt8JwuVNpGqP5oMZwiRfD0BL1xdiQBF3FjJ37H/ vGmtHpFxedcM1f44+CSJFEmc/fxvuF256n5x9ki+3pPODgcxwPOcuImUNkEJfPDw xm035yd4QQtaHaXAM9u0Znf4XxB9OBU3vsI8L0vGofccsG6cEpRCfnOH1wC7Jtrz 1pLlD84UKDBgjo9YXo+y6fPfYXg7ead0aMVCjByhPtFkkv745wVgqrsrn5otDbRq V82rRnRkLBgPAx2NGINYi+spWOKUdaT9tMX337T3gm2qGgXlPJ34tg6fwb2NUjOF RLHdtggpx3GYTBV21WpVmFAabCw+EoFkPZfBaTCekRq2Bzr/gzQ= =adIC -----END PGP SIGNATURE----- -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 228 bytes Desc: not available URL: From owner at bugs.debian.org Wed Oct 23 04:57:02 2024 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Wed, 23 Oct 2024 03:57:02 +0000 Subject: [Debian-astro-maintainers] Bug#1044447: marked as done (healpix-java: Fails to build source after successful build) References: <4a83e07f4145fbb851700e4739979d32e49e60bb.camel@kathenas.org> <1691945819.717576.1235430.nullmailer@grub.nussbaum.fr> Message-ID: Your message dated Wed, 23 Oct 2024 04:52:42 +0100 with message-id <4a83e07f4145fbb851700e4739979d32e49e60bb.camel at kathenas.org> and subject line Re: healpix-java: Fails to build source after successful build has caused the Debian Bug report #1044447, regarding healpix-java: Fails to build source after successful build 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 at bugs.debian.org immediately.) -- 1044447: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1044447 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Lucas Nussbaum Subject: healpix-java: Fails to build source after successful build Date: Sun, 13 Aug 2023 18:56:59 +0200 Size: 5021 URL: -------------- next part -------------- An embedded message was scrubbed... From: Phil Wyett Subject: Re: healpix-java: Fails to build source after successful build Date: Wed, 23 Oct 2024 04:52:42 +0100 Size: 6649 URL: From noreply at release.debian.org Wed Oct 23 05:39:08 2024 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Wed, 23 Oct 2024 04:39:08 +0000 Subject: [Debian-astro-maintainers] gwcs is marked for autoremoval from testing Message-ID: gwcs 0.21.0-2 is marked for autoremoval from testing on 2024-11-21 It (build-)depends on packages with these RC bugs: 1080198: h5py: autopkgtest regressions with mpich as default provider on 32 bit architectures https://bugs.debian.org/1080198 For more information on the autoremoval process, including hints to prevent autoremoval can be found on the wiki: https://wiki.debian.org/Autoremoval This mail is generated by: https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl Autoremoval data is generated by: https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl From noreply at release.debian.org Wed Oct 23 05:39:08 2024 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Wed, 23 Oct 2024 04:39:08 +0000 Subject: [Debian-astro-maintainers] scamp is marked for autoremoval from testing Message-ID: scamp 2.10.0-4 is marked for autoremoval from testing on 2024-11-21 It (build-)depends on packages with these RC bugs: 1080198: h5py: autopkgtest regressions with mpich as default provider on 32 bit architectures https://bugs.debian.org/1080198 For more information on the autoremoval process, including hints to prevent autoremoval can be found on the wiki: https://wiki.debian.org/Autoremoval This mail is generated by: https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl Autoremoval data is generated by: https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl From noreply at release.debian.org Wed Oct 23 05:39:08 2024 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Wed, 23 Oct 2024 04:39:08 +0000 Subject: [Debian-astro-maintainers] ginga is marked for autoremoval from testing Message-ID: ginga 5.1.0-3 is marked for autoremoval from testing on 2024-11-21 It (build-)depends on packages with these RC bugs: 1080198: h5py: autopkgtest regressions with mpich as default provider on 32 bit architectures https://bugs.debian.org/1080198 For more information on the autoremoval process, including hints to prevent autoremoval can be found on the wiki: https://wiki.debian.org/Autoremoval This mail is generated by: https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl Autoremoval data is generated by: https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl From noreply at release.debian.org Wed Oct 23 05:39:14 2024 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 23 Oct 2024 04:39:14 +0000 Subject: [Debian-astro-maintainers] aoflagger 3.4.0-3 MIGRATED to testing Message-ID: FYI: The status of the aoflagger source package in Debian's testing distribution has changed. Previous version: 3.4.0-2 Current version: 3.4.0-3 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Oct 23 05:39:15 2024 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 23 Oct 2024 04:39:15 +0000 Subject: [Debian-astro-maintainers] fitsverify REMOVED from testing Message-ID: FYI: The status of the fitsverify source package in Debian's testing distribution has changed. Previous version: 4.22-1 Current version: (not in testing) Hint: (no removal hint found) The script that generates this mail tries to extract removal reasons from comments in the britney hint files. Those comments were not originally meant to be machine readable, so if the reason for removing your package seems to be nonsense, it is probably the reporting script that got confused. Please check the actual hints file before you complain about meaningless removals. -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Oct 23 05:39:15 2024 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 23 Oct 2024 04:39:15 +0000 Subject: [Debian-astro-maintainers] cfitsio 4.5.0-4 MIGRATED to testing Message-ID: FYI: The status of the cfitsio source package in Debian's testing distribution has changed. Previous version: 4.4.1-2 Current version: 4.5.0-4 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Oct 23 05:39:19 2024 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 23 Oct 2024 04:39:19 +0000 Subject: [Debian-astro-maintainers] pytest-cython 0.3.1-1 MIGRATED to testing Message-ID: FYI: The status of the pytest-cython source package in Debian's testing distribution has changed. Previous version: 0.1.1-1 Current version: 0.3.1-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Oct 23 05:39:22 2024 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 23 Oct 2024 04:39:22 +0000 Subject: [Debian-astro-maintainers] xpa 2.1.20-3 MIGRATED to testing Message-ID: FYI: The status of the xpa source package in Debian's testing distribution has changed. Previous version: 2.1.20-2 Current version: 2.1.20-3 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Oct 23 05:39:21 2024 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 23 Oct 2024 04:39:21 +0000 Subject: [Debian-astro-maintainers] scamp 2.10.0-4 MIGRATED to testing Message-ID: FYI: The status of the scamp source package in Debian's testing distribution has changed. Previous version: 2.10.0-3 Current version: 2.10.0-4 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Oct 23 05:39:17 2024 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 23 Oct 2024 04:39:17 +0000 Subject: [Debian-astro-maintainers] gwcs 0.21.0-2 MIGRATED to testing Message-ID: FYI: The status of the gwcs source package in Debian's testing distribution has changed. Previous version: 0.21.0-1 Current version: 0.21.0-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Oct 23 05:39:16 2024 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 23 Oct 2024 04:39:16 +0000 Subject: [Debian-astro-maintainers] ginga 5.1.0-3 MIGRATED to testing Message-ID: FYI: The status of the ginga source package in Debian's testing distribution has changed. Previous version: 5.1.0-2 Current version: 5.1.0-3 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From t.lehmann at mailbox.org Wed Oct 23 09:22:44 2024 From: t.lehmann at mailbox.org (Thomas Lehmann) Date: Wed, 23 Oct 2024 10:22:44 +0200 Subject: [Debian-astro-maintainers] Bug#1085877: saods9: Unable to save images to other bitmap formats like JPEG, TIFF etc. Message-ID: <20241023102244.7b8d3241@pchome> Package: saods9 Version: 8.4.1+repack-3 Severity: normal Dear Maintainer, * What led up to the situation? * What exactly did you do (or not do) that was effective (or ineffective)? Steps to reproduce: - Load a 2D FITS image, e.g. by running command: ds9 image.fits - Use menu File / Save Image / JPEG - In the "Save As" dialog window leave the file name as suggested (in this case ds9.jpeg) and press OK button - In the "JPEG" dialog window accept the default quality setting 75 and press OK button * What was the outcome of this action? An error message window pops up displaying the text: "An error occured while creating" and no JPEG image file is created. * What outcome did you expect instead? An JPEG image file containing the image as viewed by SAOImage. Please note that the issue is not apparent when using the ds9 binary provided upstream. -- System Information: Debian Release: 12.7 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 'stable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 6.1.0-26-amd64 (SMP w/8 CPU threads; PREEMPT) Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages saods9 depends on: ii libtk-img 1:1.4.14+dfsg-2 ii tcl-awthemes 10.4.0-1 ii tcl-signal 1.4.5-1 ii tcl-tls 1.7.22-3+b1 ii tcl-ttkthemes 3.2.2+git20220101+07e6509cc6bf-2 ii tcl-xpa 2.1.20-1 ii tclfitsy 8.4.1+repack-3 ii tcllib 1.21+dfsg-1 ii tclxml 1:3.2.7-7 ii tk 8.6.13 ii tk-html1 1.04-2 ii tk-mpeg 1.0.10-1 ii tk-table 2.10.8-1 ii tkblt 3.2.23-1 ii tkcon 2:2.7.11-1 ii tklib 0.8~20230222-1 ii tksao 8.4.1+repack-3 Versions of packages saods9 recommends: ii saods9-doc 8.4.1+repack-3 Versions of packages saods9 suggests: pn python3-pyds9 ii xpa-tools 2.1.20-1 -- no debconf information From ginggs at debian.org Wed Oct 23 12:23:35 2024 From: ginggs at debian.org (Graham Inggs) Date: Wed, 23 Oct 2024 11:23:35 +0000 Subject: [Debian-astro-maintainers] Bug#1085894: python-casacore: Python SyntaxWarning Message-ID: Source: python-casacore Version: 3.5.2-1 User: debian-python at lists.debian.org Usertags: syntaxwarning Hi Maintainer The SyntaxWarning below were emitted when this package was tested with pipuarts[1]. Regards Graham [1] https://piuparts.debian.org/sid/source/p/python-casacore.html Setting up python3-casacore (3.5.2-1+b6) ... /usr/lib/python3/dist-packages/casacore/measures/__init__.py:627: SyntaxWarning: invalid escape sequence '\d' rx = re.compile("m\d+") From stefanor at debian.org Wed Oct 23 17:18:33 2024 From: stefanor at debian.org (Stefano Rivera) Date: Wed, 23 Oct 2024 09:18:33 -0700 Subject: [Debian-astro-maintainers] Bug#1085941: photutils FTBFS with Python 3.13 Message-ID: Source: photutils Version: 2.0.1-1 Severity: normal User: debian-python at lists.debian.org Usertags: python3.13 This package failed build from source when test-built against a version of python3-defaults that includes 3.13 as a supported version. To reproduce this issue, build against python3-defaults (python3-all-dev etc.) from Debian experimental. You'll also need a variety of its build-depends to be build with Python 3.13. I'm not sure exactly what it's problem is. For some reason numpy includes aren't being specified. It could be an issue in tooling. FWIW, upstream is now building 3.13 wheels. What's new in Python 3.13: https://docs.python.org/3.13/whatsnew/3.13.html Log snippet: debian/rules override_dh_auto_build make[1]: Entering directory '/<>' cython3 photutils/geometry/*.pyx dh_auto_build I: pybuild plugin_pyproject:129: Building wheel for python3.13 with "build" module I: pybuild base:311: python3.13 -m build --skip-dependency-check --no-isolation --wheel --outdir /<>/.pybuild/cpython3_3.13_photutils * Building wheel... running bdist_wheel running build running build_py creating build creating build/lib.linux-aarch64-cpython-313 creating build/lib.linux-aarch64-cpython-313/photutils copying photutils/version.py -> build/lib.linux-aarch64-cpython-313/photutils copying photutils/__init__.py -> build/lib.linux-aarch64-cpython-313/photutils copying photutils/conftest.py -> build/lib.linux-aarch64-cpython-313/photutils creating build/lib.linux-aarch64-cpython-313/photutils/morphology copying photutils/morphology/core.py -> build/lib.linux-aarch64-cpython-313/photutils/morphology copying photutils/morphology/__init__.py -> build/lib.linux-aarch64-cpython-313/photutils/morphology copying photutils/morphology/non_parametric.py -> build/lib.linux-aarch64-cpython-313/photutils/morphology creating build/lib.linux-aarch64-cpython-313/photutils/tests copying photutils/tests/__init__.py -> build/lib.linux-aarch64-cpython-313/photutils/tests copying photutils/tests/helper.py -> build/lib.linux-aarch64-cpython-313/photutils/tests creating build/lib.linux-aarch64-cpython-313/photutils/psf copying photutils/psf/epsf_stars.py -> build/lib.linux-aarch64-cpython-313/photutils/psf copying photutils/psf/groupers.py -> build/lib.linux-aarch64-cpython-313/photutils/psf copying photutils/psf/model_io.py -> build/lib.linux-aarch64-cpython-313/photutils/psf copying photutils/psf/utils.py -> build/lib.linux-aarch64-cpython-313/photutils/psf copying photutils/psf/epsf.py -> build/lib.linux-aarch64-cpython-313/photutils/psf copying photutils/psf/gridded_models.py -> build/lib.linux-aarch64-cpython-313/photutils/psf copying photutils/psf/model_plotting.py -> build/lib.linux-aarch64-cpython-313/photutils/psf copying photutils/psf/functional_models.py -> build/lib.linux-aarch64-cpython-313/photutils/psf copying photutils/psf/photometry.py -> build/lib.linux-aarch64-cpython-313/photutils/psf copying photutils/psf/image_models.py -> build/lib.linux-aarch64-cpython-313/photutils/psf copying photutils/psf/__init__.py -> build/lib.linux-aarch64-cpython-313/photutils/psf copying photutils/psf/model_helpers.py -> build/lib.linux-aarch64-cpython-313/photutils/psf copying photutils/psf/simulation.py -> build/lib.linux-aarch64-cpython-313/photutils/psf creating build/lib.linux-aarch64-cpython-313/photutils/background copying photutils/background/core.py -> build/lib.linux-aarch64-cpython-313/photutils/background copying photutils/background/__init__.py -> build/lib.linux-aarch64-cpython-313/photutils/background copying photutils/background/local_background.py -> build/lib.linux-aarch64-cpython-313/photutils/background copying photutils/background/interpolators.py -> build/lib.linux-aarch64-cpython-313/photutils/background copying photutils/background/background_2d.py -> build/lib.linux-aarch64-cpython-313/photutils/background creating build/lib.linux-aarch64-cpython-313/photutils/isophote copying photutils/isophote/harmonics.py -> build/lib.linux-aarch64-cpython-313/photutils/isophote copying photutils/isophote/sample.py -> build/lib.linux-aarch64-cpython-313/photutils/isophote copying photutils/isophote/integrator.py -> build/lib.linux-aarch64-cpython-313/photutils/isophote copying photutils/isophote/fitter.py -> build/lib.linux-aarch64-cpython-313/photutils/isophote copying photutils/isophote/model.py -> build/lib.linux-aarch64-cpython-313/photutils/isophote copying photutils/isophote/ellipse.py -> build/lib.linux-aarch64-cpython-313/photutils/isophote copying photutils/isophote/isophote.py -> build/lib.linux-aarch64-cpython-313/photutils/isophote copying photutils/isophote/__init__.py -> build/lib.linux-aarch64-cpython-313/photutils/isophote copying photutils/isophote/geometry.py -> build/lib.linux-aarch64-cpython-313/photutils/isophote creating build/lib.linux-aarch64-cpython-313/photutils/aperture copying photutils/aperture/mask.py -> build/lib.linux-aarch64-cpython-313/photutils/aperture copying photutils/aperture/core.py -> build/lib.linux-aarch64-cpython-313/photutils/aperture copying photutils/aperture/rectangle.py -> build/lib.linux-aarch64-cpython-313/photutils/aperture copying photutils/aperture/bounding_box.py -> build/lib.linux-aarch64-cpython-313/photutils/aperture copying photutils/aperture/ellipse.py -> build/lib.linux-aarch64-cpython-313/photutils/aperture copying photutils/aperture/photometry.py -> build/lib.linux-aarch64-cpython-313/photutils/aperture copying photutils/aperture/converters.py -> build/lib.linux-aarch64-cpython-313/photutils/aperture copying photutils/aperture/stats.py -> build/lib.linux-aarch64-cpython-313/photutils/aperture copying photutils/aperture/__init__.py -> build/lib.linux-aarch64-cpython-313/photutils/aperture copying photutils/aperture/circle.py -> build/lib.linux-aarch64-cpython-313/photutils/aperture copying photutils/aperture/attributes.py -> build/lib.linux-aarch64-cpython-313/photutils/aperture creating build/lib.linux-aarch64-cpython-313/photutils/centroids copying photutils/centroids/core.py -> build/lib.linux-aarch64-cpython-313/photutils/centroids copying photutils/centroids/gaussian.py -> build/lib.linux-aarch64-cpython-313/photutils/centroids copying photutils/centroids/__init__.py -> build/lib.linux-aarch64-cpython-313/photutils/centroids creating build/lib.linux-aarch64-cpython-313/photutils/segmentation copying photutils/segmentation/core.py -> build/lib.linux-aarch64-cpython-313/photutils/segmentation copying photutils/segmentation/utils.py -> build/lib.linux-aarch64-cpython-313/photutils/segmentation copying photutils/segmentation/finder.py -> build/lib.linux-aarch64-cpython-313/photutils/segmentation copying photutils/segmentation/deblend.py -> build/lib.linux-aarch64-cpython-313/photutils/segmentation copying photutils/segmentation/detect.py -> build/lib.linux-aarch64-cpython-313/photutils/segmentation copying photutils/segmentation/catalog.py -> build/lib.linux-aarch64-cpython-313/photutils/segmentation copying photutils/segmentation/__init__.py -> build/lib.linux-aarch64-cpython-313/photutils/segmentation creating build/lib.linux-aarch64-cpython-313/photutils/profiles copying photutils/profiles/core.py -> build/lib.linux-aarch64-cpython-313/photutils/profiles copying photutils/profiles/radial_profile.py -> build/lib.linux-aarch64-cpython-313/photutils/profiles copying photutils/profiles/__init__.py -> build/lib.linux-aarch64-cpython-313/photutils/profiles copying photutils/profiles/curve_of_growth.py -> build/lib.linux-aarch64-cpython-313/photutils/profiles creating build/lib.linux-aarch64-cpython-313/photutils/datasets copying photutils/datasets/examples.py -> build/lib.linux-aarch64-cpython-313/photutils/datasets copying photutils/datasets/wcs.py -> build/lib.linux-aarch64-cpython-313/photutils/datasets copying photutils/datasets/model_params.py -> build/lib.linux-aarch64-cpython-313/photutils/datasets copying photutils/datasets/load.py -> build/lib.linux-aarch64-cpython-313/photutils/datasets copying photutils/datasets/__init__.py -> build/lib.linux-aarch64-cpython-313/photutils/datasets copying photutils/datasets/noise.py -> build/lib.linux-aarch64-cpython-313/photutils/datasets copying photutils/datasets/images.py -> build/lib.linux-aarch64-cpython-313/photutils/datasets creating build/lib.linux-aarch64-cpython-313/photutils/geometry copying photutils/geometry/__init__.py -> build/lib.linux-aarch64-cpython-313/photutils/geometry creating build/lib.linux-aarch64-cpython-313/photutils/detection copying photutils/detection/core.py -> build/lib.linux-aarch64-cpython-313/photutils/detection copying photutils/detection/peakfinder.py -> build/lib.linux-aarch64-cpython-313/photutils/detection copying photutils/detection/daofinder.py -> build/lib.linux-aarch64-cpython-313/photutils/detection copying photutils/detection/starfinder.py -> build/lib.linux-aarch64-cpython-313/photutils/detection copying photutils/detection/irafstarfinder.py -> build/lib.linux-aarch64-cpython-313/photutils/detection copying photutils/detection/__init__.py -> build/lib.linux-aarch64-cpython-313/photutils/detection creating build/lib.linux-aarch64-cpython-313/photutils/utils copying photutils/utils/_quantity_helpers.py -> build/lib.linux-aarch64-cpython-313/photutils/utils copying photutils/utils/_repr.py -> build/lib.linux-aarch64-cpython-313/photutils/utils copying photutils/utils/depths.py -> build/lib.linux-aarch64-cpython-313/photutils/utils copying photutils/utils/_moments.py -> build/lib.linux-aarch64-cpython-313/photutils/utils copying photutils/utils/colormaps.py -> build/lib.linux-aarch64-cpython-313/photutils/utils copying photutils/utils/errors.py -> build/lib.linux-aarch64-cpython-313/photutils/utils copying photutils/utils/cutouts.py -> build/lib.linux-aarch64-cpython-313/photutils/utils copying photutils/utils/interpolation.py -> build/lib.linux-aarch64-cpython-313/photutils/utils copying photutils/utils/exceptions.py -> build/lib.linux-aarch64-cpython-313/photutils/utils copying photutils/utils/_wcs_helpers.py -> build/lib.linux-aarch64-cpython-313/photutils/utils copying photutils/utils/_optional_deps.py -> build/lib.linux-aarch64-cpython-313/photutils/utils copying photutils/utils/_coords.py -> build/lib.linux-aarch64-cpython-313/photutils/utils copying photutils/utils/_misc.py -> build/lib.linux-aarch64-cpython-313/photutils/utils copying photutils/utils/_parameters.py -> build/lib.linux-aarch64-cpython-313/photutils/utils copying photutils/utils/_convolution.py -> build/lib.linux-aarch64-cpython-313/photutils/utils copying photutils/utils/__init__.py -> build/lib.linux-aarch64-cpython-313/photutils/utils copying photutils/utils/_round.py -> build/lib.linux-aarch64-cpython-313/photutils/utils copying photutils/utils/footprints.py -> build/lib.linux-aarch64-cpython-313/photutils/utils copying photutils/utils/_progress_bars.py -> build/lib.linux-aarch64-cpython-313/photutils/utils copying photutils/utils/_stats.py -> build/lib.linux-aarch64-cpython-313/photutils/utils creating build/lib.linux-aarch64-cpython-313/photutils/extern copying photutils/extern/__init__.py -> build/lib.linux-aarch64-cpython-313/photutils/extern copying photutils/extern/biweight.py -> build/lib.linux-aarch64-cpython-313/photutils/extern creating build/lib.linux-aarch64-cpython-313/photutils/morphology/tests copying photutils/morphology/tests/test_non_parametric.py -> build/lib.linux-aarch64-cpython-313/photutils/morphology/tests copying photutils/morphology/tests/test_core.py -> build/lib.linux-aarch64-cpython-313/photutils/morphology/tests copying photutils/morphology/tests/__init__.py -> build/lib.linux-aarch64-cpython-313/photutils/morphology/tests creating build/lib.linux-aarch64-cpython-313/photutils/psf/tests copying photutils/psf/tests/test_image_models.py -> build/lib.linux-aarch64-cpython-313/photutils/psf/tests copying photutils/psf/tests/test_gridded_models.py -> build/lib.linux-aarch64-cpython-313/photutils/psf/tests copying photutils/psf/tests/test_groupers.py -> build/lib.linux-aarch64-cpython-313/photutils/psf/tests copying photutils/psf/tests/test_model_helpers.py -> build/lib.linux-aarch64-cpython-313/photutils/psf/tests copying photutils/psf/tests/test_epsf.py -> build/lib.linux-aarch64-cpython-313/photutils/psf/tests copying photutils/psf/tests/test_epsf_stars.py -> build/lib.linux-aarch64-cpython-313/photutils/psf/tests copying photutils/psf/tests/__init__.py -> build/lib.linux-aarch64-cpython-313/photutils/psf/tests copying photutils/psf/tests/test_photometry.py -> build/lib.linux-aarch64-cpython-313/photutils/psf/tests copying photutils/psf/tests/test_utils.py -> build/lib.linux-aarch64-cpython-313/photutils/psf/tests copying photutils/psf/tests/test_simulation.py -> build/lib.linux-aarch64-cpython-313/photutils/psf/tests copying photutils/psf/tests/test_functional_models.py -> build/lib.linux-aarch64-cpython-313/photutils/psf/tests creating build/lib.linux-aarch64-cpython-313/photutils/psf/matching copying photutils/psf/matching/fourier.py -> build/lib.linux-aarch64-cpython-313/photutils/psf/matching copying photutils/psf/matching/windows.py -> build/lib.linux-aarch64-cpython-313/photutils/psf/matching copying photutils/psf/matching/__init__.py -> build/lib.linux-aarch64-cpython-313/photutils/psf/matching creating build/lib.linux-aarch64-cpython-313/photutils/psf/matching/tests copying photutils/psf/matching/tests/test_windows.py -> build/lib.linux-aarch64-cpython-313/photutils/psf/matching/tests copying photutils/psf/matching/tests/test_fourier.py -> build/lib.linux-aarch64-cpython-313/photutils/psf/matching/tests copying photutils/psf/matching/tests/__init__.py -> build/lib.linux-aarch64-cpython-313/photutils/psf/matching/tests creating build/lib.linux-aarch64-cpython-313/photutils/background/tests copying photutils/background/tests/test_interpolators.py -> build/lib.linux-aarch64-cpython-313/photutils/background/tests copying photutils/background/tests/test_local_background.py -> build/lib.linux-aarch64-cpython-313/photutils/background/tests copying photutils/background/tests/test_background_2d.py -> build/lib.linux-aarch64-cpython-313/photutils/background/tests copying photutils/background/tests/test_core.py -> build/lib.linux-aarch64-cpython-313/photutils/background/tests copying photutils/background/tests/__init__.py -> build/lib.linux-aarch64-cpython-313/photutils/background/tests creating build/lib.linux-aarch64-cpython-313/photutils/isophote/tests copying photutils/isophote/tests/test_isophote.py -> build/lib.linux-aarch64-cpython-313/photutils/isophote/tests copying photutils/isophote/tests/test_model.py -> build/lib.linux-aarch64-cpython-313/photutils/isophote/tests copying photutils/isophote/tests/make_test_data.py -> build/lib.linux-aarch64-cpython-313/photutils/isophote/tests copying photutils/isophote/tests/test_ellipse.py -> build/lib.linux-aarch64-cpython-313/photutils/isophote/tests copying photutils/isophote/tests/test_geometry.py -> build/lib.linux-aarch64-cpython-313/photutils/isophote/tests copying photutils/isophote/tests/test_regression.py -> build/lib.linux-aarch64-cpython-313/photutils/isophote/tests copying photutils/isophote/tests/__init__.py -> build/lib.linux-aarch64-cpython-313/photutils/isophote/tests copying photutils/isophote/tests/test_integrator.py -> build/lib.linux-aarch64-cpython-313/photutils/isophote/tests copying photutils/isophote/tests/test_angles.py -> build/lib.linux-aarch64-cpython-313/photutils/isophote/tests copying photutils/isophote/tests/test_sample.py -> build/lib.linux-aarch64-cpython-313/photutils/isophote/tests copying photutils/isophote/tests/test_harmonics.py -> build/lib.linux-aarch64-cpython-313/photutils/isophote/tests copying photutils/isophote/tests/test_fitter.py -> build/lib.linux-aarch64-cpython-313/photutils/isophote/tests creating build/lib.linux-aarch64-cpython-313/photutils/aperture/tests copying photutils/aperture/tests/test_aperture_common.py -> build/lib.linux-aarch64-cpython-313/photutils/aperture/tests copying photutils/aperture/tests/test_circle.py -> build/lib.linux-aarch64-cpython-313/photutils/aperture/tests copying photutils/aperture/tests/test_stats.py -> build/lib.linux-aarch64-cpython-313/photutils/aperture/tests copying photutils/aperture/tests/test_ellipse.py -> build/lib.linux-aarch64-cpython-313/photutils/aperture/tests copying photutils/aperture/tests/test_bounding_box.py -> build/lib.linux-aarch64-cpython-313/photutils/aperture/tests copying photutils/aperture/tests/test_rectangle.py -> build/lib.linux-aarch64-cpython-313/photutils/aperture/tests copying photutils/aperture/tests/__init__.py -> build/lib.linux-aarch64-cpython-313/photutils/aperture/tests copying photutils/aperture/tests/test_photometry.py -> build/lib.linux-aarch64-cpython-313/photutils/aperture/tests copying photutils/aperture/tests/test_mask.py -> build/lib.linux-aarch64-cpython-313/photutils/aperture/tests copying photutils/aperture/tests/test_converters.py -> build/lib.linux-aarch64-cpython-313/photutils/aperture/tests creating build/lib.linux-aarch64-cpython-313/photutils/centroids/tests copying photutils/centroids/tests/test_gaussian.py -> build/lib.linux-aarch64-cpython-313/photutils/centroids/tests copying photutils/centroids/tests/test_core.py -> build/lib.linux-aarch64-cpython-313/photutils/centroids/tests copying photutils/centroids/tests/__init__.py -> build/lib.linux-aarch64-cpython-313/photutils/centroids/tests creating build/lib.linux-aarch64-cpython-313/photutils/segmentation/tests copying photutils/segmentation/tests/test_detect.py -> build/lib.linux-aarch64-cpython-313/photutils/segmentation/tests copying photutils/segmentation/tests/test_catalog.py -> build/lib.linux-aarch64-cpython-313/photutils/segmentation/tests copying photutils/segmentation/tests/test_finder.py -> build/lib.linux-aarch64-cpython-313/photutils/segmentation/tests copying photutils/segmentation/tests/test_deblend.py -> build/lib.linux-aarch64-cpython-313/photutils/segmentation/tests copying photutils/segmentation/tests/test_core.py -> build/lib.linux-aarch64-cpython-313/photutils/segmentation/tests copying photutils/segmentation/tests/__init__.py -> build/lib.linux-aarch64-cpython-313/photutils/segmentation/tests copying photutils/segmentation/tests/test_utils.py -> build/lib.linux-aarch64-cpython-313/photutils/segmentation/tests creating build/lib.linux-aarch64-cpython-313/photutils/profiles/tests copying photutils/profiles/tests/test_curve_of_growth.py -> build/lib.linux-aarch64-cpython-313/photutils/profiles/tests copying photutils/profiles/tests/test_radial_profile.py -> build/lib.linux-aarch64-cpython-313/photutils/profiles/tests copying photutils/profiles/tests/__init__.py -> build/lib.linux-aarch64-cpython-313/photutils/profiles/tests creating build/lib.linux-aarch64-cpython-313/photutils/datasets/tests copying photutils/datasets/tests/test_load.py -> build/lib.linux-aarch64-cpython-313/photutils/datasets/tests copying photutils/datasets/tests/test_images.py -> build/lib.linux-aarch64-cpython-313/photutils/datasets/tests copying photutils/datasets/tests/test_wcs.py -> build/lib.linux-aarch64-cpython-313/photutils/datasets/tests copying photutils/datasets/tests/test_examples.py -> build/lib.linux-aarch64-cpython-313/photutils/datasets/tests copying photutils/datasets/tests/test_noise.py -> build/lib.linux-aarch64-cpython-313/photutils/datasets/tests copying photutils/datasets/tests/__init__.py -> build/lib.linux-aarch64-cpython-313/photutils/datasets/tests copying photutils/datasets/tests/test_model_params.py -> build/lib.linux-aarch64-cpython-313/photutils/datasets/tests creating build/lib.linux-aarch64-cpython-313/photutils/geometry/tests copying photutils/geometry/tests/test_circular_overlap_grid.py -> build/lib.linux-aarch64-cpython-313/photutils/geometry/tests copying photutils/geometry/tests/test_elliptical_overlap_grid.py -> build/lib.linux-aarch64-cpython-313/photutils/geometry/tests copying photutils/geometry/tests/__init__.py -> build/lib.linux-aarch64-cpython-313/photutils/geometry/tests copying photutils/geometry/tests/test_rectangular_overlap_grid.py -> build/lib.linux-aarch64-cpython-313/photutils/geometry/tests creating build/lib.linux-aarch64-cpython-313/photutils/detection/tests copying photutils/detection/tests/test_daofinder.py -> build/lib.linux-aarch64-cpython-313/photutils/detection/tests copying photutils/detection/tests/test_irafstarfinder.py -> build/lib.linux-aarch64-cpython-313/photutils/detection/tests copying photutils/detection/tests/test_peakfinder.py -> build/lib.linux-aarch64-cpython-313/photutils/detection/tests copying photutils/detection/tests/__init__.py -> build/lib.linux-aarch64-cpython-313/photutils/detection/tests copying photutils/detection/tests/conftest.py -> build/lib.linux-aarch64-cpython-313/photutils/detection/tests copying photutils/detection/tests/test_starfinder.py -> build/lib.linux-aarch64-cpython-313/photutils/detection/tests creating build/lib.linux-aarch64-cpython-313/photutils/utils/tests copying photutils/utils/tests/test_errors.py -> build/lib.linux-aarch64-cpython-313/photutils/utils/tests copying photutils/utils/tests/test_footprints.py -> build/lib.linux-aarch64-cpython-313/photutils/utils/tests copying photutils/utils/tests/test_convolution.py -> build/lib.linux-aarch64-cpython-313/photutils/utils/tests copying photutils/utils/tests/test_misc.py -> build/lib.linux-aarch64-cpython-313/photutils/utils/tests copying photutils/utils/tests/test_moments.py -> build/lib.linux-aarch64-cpython-313/photutils/utils/tests copying photutils/utils/tests/test_stats.py -> build/lib.linux-aarch64-cpython-313/photutils/utils/tests copying photutils/utils/tests/test_quantity_helpers.py -> build/lib.linux-aarch64-cpython-313/photutils/utils/tests copying photutils/utils/tests/test_round.py -> build/lib.linux-aarch64-cpython-313/photutils/utils/tests copying photutils/utils/tests/test_interpolation.py -> build/lib.linux-aarch64-cpython-313/photutils/utils/tests copying photutils/utils/tests/test_colormaps.py -> build/lib.linux-aarch64-cpython-313/photutils/utils/tests copying photutils/utils/tests/__init__.py -> build/lib.linux-aarch64-cpython-313/photutils/utils/tests copying photutils/utils/tests/test_cutouts.py -> build/lib.linux-aarch64-cpython-313/photutils/utils/tests copying photutils/utils/tests/test_parameters.py -> build/lib.linux-aarch64-cpython-313/photutils/utils/tests copying photutils/utils/tests/test_depths.py -> build/lib.linux-aarch64-cpython-313/photutils/utils/tests copying photutils/CITATION.rst -> build/lib.linux-aarch64-cpython-313/photutils creating build/lib.linux-aarch64-cpython-313/photutils/datasets/data copying photutils/datasets/data/4gaussians_params.ecsv -> build/lib.linux-aarch64-cpython-313/photutils/datasets/data copying photutils/datasets/data/100gaussians_params.ecsv -> build/lib.linux-aarch64-cpython-313/photutils/datasets/data creating build/lib.linux-aarch64-cpython-313/photutils/psf/tests/data copying photutils/psf/tests/data/STDPSF_NRCA1_F150W_mock.fits -> build/lib.linux-aarch64-cpython-313/photutils/psf/tests/data copying photutils/psf/tests/data/STDPSF_NRCSW_F150W_mock.fits -> build/lib.linux-aarch64-cpython-313/photutils/psf/tests/data copying photutils/psf/tests/data/STDPSF_WFC3UV_F814W_mock.fits -> build/lib.linux-aarch64-cpython-313/photutils/psf/tests/data copying photutils/psf/tests/data/STDPSF_WFPC2_F814W_mock.fits -> build/lib.linux-aarch64-cpython-313/photutils/psf/tests/data copying photutils/psf/tests/data/nircam_nrcb4_f150w_fovp101_samp4_npsf1_mock.fits -> build/lib.linux-aarch64-cpython-313/photutils/psf/tests/data copying photutils/psf/tests/data/STDPSF_ACSWFC_F814W_mock.fits -> build/lib.linux-aarch64-cpython-313/photutils/psf/tests/data copying photutils/psf/tests/data/nircam_nrca1_f200w_fovp101_samp4_npsf4_mock.fits -> build/lib.linux-aarch64-cpython-313/photutils/psf/tests/data copying photutils/psf/tests/data/nircam_nrca5_f444w_fovp101_samp4_npsf4_mock.fits -> build/lib.linux-aarch64-cpython-313/photutils/psf/tests/data copying photutils/psf/tests/data/nircam_nrca1_f200w_fovp101_samp4_npsf16_mock.fits -> build/lib.linux-aarch64-cpython-313/photutils/psf/tests/data creating build/lib.linux-aarch64-cpython-313/photutils/isophote/tests/data copying photutils/isophote/tests/data/synth_table_mean.txt -> build/lib.linux-aarch64-cpython-313/photutils/isophote/tests/data copying photutils/isophote/tests/data/M51_table.fits -> build/lib.linux-aarch64-cpython-313/photutils/isophote/tests/data copying photutils/isophote/tests/data/synth_lowsnr_table.fits -> build/lib.linux-aarch64-cpython-313/photutils/isophote/tests/data copying photutils/isophote/tests/data/synth_table_mean.fits -> build/lib.linux-aarch64-cpython-313/photutils/isophote/tests/data copying photutils/isophote/tests/data/synth_table.fits -> build/lib.linux-aarch64-cpython-313/photutils/isophote/tests/data copying photutils/isophote/tests/data/README.rst -> build/lib.linux-aarch64-cpython-313/photutils/isophote/tests/data copying photutils/isophote/tests/data/minimum_radius_test.fits -> build/lib.linux-aarch64-cpython-313/photutils/isophote/tests/data copying photutils/isophote/tests/data/synth_highsnr_table.fits -> build/lib.linux-aarch64-cpython-313/photutils/isophote/tests/data running build_ext building 'photutils.geometry.elliptical_overlap' extension creating build/temp.linux-aarch64-cpython-313 creating build/temp.linux-aarch64-cpython-313/photutils creating build/temp.linux-aarch64-cpython-313/photutils/geometry aarch64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O2 -Wall -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.13 -c ./photutils/geometry/elliptical_overlap.c -o build/temp.linux-aarch64-cpython-313/./photutils/geometry/elliptical_overlap.o ./photutils/geometry/elliptical_overlap.c:1244:10: fatal error: numpy/arrayobject.h: No such file or directory 1244 | #include "numpy/arrayobject.h" | ^~~~~~~~~~~~~~~~~~~~~ compilation terminated. error: command '/usr/bin/aarch64-linux-gnu-gcc' failed with exit code 1 ERROR Backend subprocess exited when trying to invoke build_wheel E: pybuild pybuild:389: build: plugin pyproject failed with: exit code=1: python3.13 -m build --skip-dependency-check --no-isolation --wheel --outdir /<>/.pybuild/cpython3_3.13_photutils If required, the full build log is available here (for the next 30 days): https://debusine.debian.net/artifact/878105/ This bug has been filed at "normal" severity, as we haven't started the transition to add 3.13 as a supported version, yet. This will be raised to RC as soon as that happens, hopefully well before trixie. Thanks, Stefano From ftpmaster at ftp-master.debian.org Wed Oct 23 18:52:32 2024 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 23 Oct 2024 17:52:32 +0000 Subject: [Debian-astro-maintainers] Bug#1085269: Removed package(s) from unstable Message-ID: We believe that the bug you reported is now fixed; the following package(s) have been removed from unstable: cpl-plugin-amber | 4.4.3+dfsg-1 | source cpl-plugin-amber | 4.4.3+dfsg-1+b2 | amd64, arm64, armel, armhf, i386, mips64el, ppc64el, riscv64, s390x cpl-plugin-amber-calib | 4.4.3+dfsg-1 | all cpl-plugin-amber-doc | 4.4.3+dfsg-1 | all ------------------- Reason ------------------- ROM; RC-buggy ---------------------------------------------- Note that the package(s) have simply been removed from the tag database and may (or may not) still be in the pool; this is not a bug. The package(s) will be physically removed automatically when no suite references them (and in the case of source, when no binary references it). Please also remember that the changes have been done on the master archive and will not propagate to any mirrors until the next dinstall run at the earliest. Packages are usually not removed from testing by hand. Testing tracks unstable and will automatically remove packages which were removed from unstable when removing them from testing causes no dependency problems. The release team can force a removal from testing if it is really needed, please contact them if this should be the case. We try to close bugs which have been reported against this package automatically. But please check all old bugs, if they were closed correctly or should have been re-assigned to another package. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 1085269 at bugs.debian.org. The full log for this bug can be viewed at https://bugs.debian.org/1085269 This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster at ftp-master.debian.org. Debian distribution maintenance software pp. Thorsten Alteholz (the ftpmaster behind the curtain) From ftpmaster at ftp-master.debian.org Wed Oct 23 18:52:37 2024 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 23 Oct 2024 17:52:37 +0000 Subject: [Debian-astro-maintainers] Bug#1085269: Removed package(s) from unstable Message-ID: Version: 4.4.3+dfsg-1+rm Dear submitter, as the package cpl-plugin-amber has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see https://bugs.debian.org/1085269 The version of this package that was in Debian prior to this removal can still be found using https://snapshot.debian.org/. Please note that the changes have been done on the master archive and will not propagate to any mirrors until the next dinstall run at the earliest. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster at ftp-master.debian.org. Debian distribution maintenance software pp. Thorsten Alteholz (the ftpmaster behind the curtain) From ftpmaster at ftp-master.debian.org Wed Oct 23 18:53:04 2024 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 23 Oct 2024 17:53:04 +0000 Subject: [Debian-astro-maintainers] Bug#1085270: Removed package(s) from unstable Message-ID: We believe that the bug you reported is now fixed; the following package(s) have been removed from unstable: cpl-plugin-vimos | 4.1.7+dfsg-2 | source cpl-plugin-vimos | 4.1.7+dfsg-2+b2 | armel, armhf cpl-plugin-vimos | 4.1.7+dfsg-2+b3 | amd64, arm64, i386, mips64el, ppc64el, riscv64, s390x cpl-plugin-vimos-calib | 4.1.7+dfsg-2 | all cpl-plugin-vimos-doc | 4.1.7+dfsg-2 | all ------------------- Reason ------------------- ROM; RC-buggy ---------------------------------------------- Note that the package(s) have simply been removed from the tag database and may (or may not) still be in the pool; this is not a bug. The package(s) will be physically removed automatically when no suite references them (and in the case of source, when no binary references it). Please also remember that the changes have been done on the master archive and will not propagate to any mirrors until the next dinstall run at the earliest. Packages are usually not removed from testing by hand. Testing tracks unstable and will automatically remove packages which were removed from unstable when removing them from testing causes no dependency problems. The release team can force a removal from testing if it is really needed, please contact them if this should be the case. We try to close bugs which have been reported against this package automatically. But please check all old bugs, if they were closed correctly or should have been re-assigned to another package. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 1085270 at bugs.debian.org. The full log for this bug can be viewed at https://bugs.debian.org/1085270 This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster at ftp-master.debian.org. Debian distribution maintenance software pp. Thorsten Alteholz (the ftpmaster behind the curtain) From ftpmaster at ftp-master.debian.org Wed Oct 23 18:53:07 2024 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 23 Oct 2024 17:53:07 +0000 Subject: [Debian-astro-maintainers] Bug#1085270: Removed package(s) from unstable Message-ID: Version: 4.1.7+dfsg-2+rm Dear submitter, as the package cpl-plugin-vimos has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see https://bugs.debian.org/1085270 The version of this package that was in Debian prior to this removal can still be found using https://snapshot.debian.org/. Please note that the changes have been done on the master archive and will not propagate to any mirrors until the next dinstall run at the earliest. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster at ftp-master.debian.org. Debian distribution maintenance software pp. Thorsten Alteholz (the ftpmaster behind the curtain) From ftpmaster at ftp-master.debian.org Wed Oct 23 18:53:34 2024 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 23 Oct 2024 17:53:34 +0000 Subject: [Debian-astro-maintainers] Bug#1085271: Removed package(s) from unstable Message-ID: We believe that the bug you reported is now fixed; the following package(s) have been removed from unstable: cpl-plugin-uves | 6.1.8+dfsg-2 | source cpl-plugin-uves | 6.1.8+dfsg-2+b2 | amd64, arm64, armel, armhf, i386, mips64el, ppc64el, riscv64, s390x cpl-plugin-uves-calib | 6.1.8+dfsg-2 | all cpl-plugin-uves-doc | 6.1.8+dfsg-2 | all ------------------- Reason ------------------- ROM; RC-buggy ---------------------------------------------- Note that the package(s) have simply been removed from the tag database and may (or may not) still be in the pool; this is not a bug. The package(s) will be physically removed automatically when no suite references them (and in the case of source, when no binary references it). Please also remember that the changes have been done on the master archive and will not propagate to any mirrors until the next dinstall run at the earliest. Packages are usually not removed from testing by hand. Testing tracks unstable and will automatically remove packages which were removed from unstable when removing them from testing causes no dependency problems. The release team can force a removal from testing if it is really needed, please contact them if this should be the case. We try to close bugs which have been reported against this package automatically. But please check all old bugs, if they were closed correctly or should have been re-assigned to another package. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 1085271 at bugs.debian.org. The full log for this bug can be viewed at https://bugs.debian.org/1085271 This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster at ftp-master.debian.org. Debian distribution maintenance software pp. Thorsten Alteholz (the ftpmaster behind the curtain) From ftpmaster at ftp-master.debian.org Wed Oct 23 18:53:37 2024 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 23 Oct 2024 17:53:37 +0000 Subject: [Debian-astro-maintainers] Bug#1085271: Removed package(s) from unstable Message-ID: Version: 6.1.8+dfsg-2+rm Dear submitter, as the package cpl-plugin-uves has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see https://bugs.debian.org/1085271 The version of this package that was in Debian prior to this removal can still be found using https://snapshot.debian.org/. Please note that the changes have been done on the master archive and will not propagate to any mirrors until the next dinstall run at the earliest. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster at ftp-master.debian.org. Debian distribution maintenance software pp. Thorsten Alteholz (the ftpmaster behind the curtain) From ftpmaster at ftp-master.debian.org Wed Oct 23 18:54:06 2024 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 23 Oct 2024 17:54:06 +0000 Subject: [Debian-astro-maintainers] Bug#1085272: Removed package(s) from unstable Message-ID: We believe that the bug you reported is now fixed; the following package(s) have been removed from unstable: cpl-plugin-visir | 4.4.2+dfsg-1 | source cpl-plugin-visir | 4.4.2+dfsg-1+b2 | amd64, arm64, armel, armhf, i386, mips64el, ppc64el, riscv64, s390x cpl-plugin-visir-calib | 4.4.2+dfsg-1 | all cpl-plugin-visir-doc | 4.4.2+dfsg-1 | all ------------------- Reason ------------------- ROM; RC-buggy ---------------------------------------------- Note that the package(s) have simply been removed from the tag database and may (or may not) still be in the pool; this is not a bug. The package(s) will be physically removed automatically when no suite references them (and in the case of source, when no binary references it). Please also remember that the changes have been done on the master archive and will not propagate to any mirrors until the next dinstall run at the earliest. Packages are usually not removed from testing by hand. Testing tracks unstable and will automatically remove packages which were removed from unstable when removing them from testing causes no dependency problems. The release team can force a removal from testing if it is really needed, please contact them if this should be the case. We try to close bugs which have been reported against this package automatically. But please check all old bugs, if they were closed correctly or should have been re-assigned to another package. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 1085272 at bugs.debian.org. The full log for this bug can be viewed at https://bugs.debian.org/1085272 This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster at ftp-master.debian.org. Debian distribution maintenance software pp. Thorsten Alteholz (the ftpmaster behind the curtain) From ftpmaster at ftp-master.debian.org Wed Oct 23 18:54:10 2024 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 23 Oct 2024 17:54:10 +0000 Subject: [Debian-astro-maintainers] Bug#1085272: Removed package(s) from unstable Message-ID: Version: 4.4.2+dfsg-1+rm Dear submitter, as the package cpl-plugin-visir has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see https://bugs.debian.org/1085272 The version of this package that was in Debian prior to this removal can still be found using https://snapshot.debian.org/. Please note that the changes have been done on the master archive and will not propagate to any mirrors until the next dinstall run at the earliest. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster at ftp-master.debian.org. Debian distribution maintenance software pp. Thorsten Alteholz (the ftpmaster behind the curtain) From ftpmaster at ftp-master.debian.org Wed Oct 23 18:54:40 2024 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 23 Oct 2024 17:54:40 +0000 Subject: [Debian-astro-maintainers] Bug#1085273: Removed package(s) from unstable Message-ID: We believe that the bug you reported is now fixed; the following package(s) have been removed from unstable: cpl-plugin-muse | 2.8.7+dfsg-3 | source cpl-plugin-muse | 2.8.7+dfsg-3+b1 | amd64, arm64, armel, armhf, i386, mips64el, ppc64el, riscv64, s390x cpl-plugin-muse-calib | 2.8.7+dfsg-3 | all cpl-plugin-muse-doc | 2.8.7+dfsg-3 | all ------------------- Reason ------------------- ROM; RC-buggy ---------------------------------------------- Note that the package(s) have simply been removed from the tag database and may (or may not) still be in the pool; this is not a bug. The package(s) will be physically removed automatically when no suite references them (and in the case of source, when no binary references it). Please also remember that the changes have been done on the master archive and will not propagate to any mirrors until the next dinstall run at the earliest. Packages are usually not removed from testing by hand. Testing tracks unstable and will automatically remove packages which were removed from unstable when removing them from testing causes no dependency problems. The release team can force a removal from testing if it is really needed, please contact them if this should be the case. We try to close bugs which have been reported against this package automatically. But please check all old bugs, if they were closed correctly or should have been re-assigned to another package. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 1085273 at bugs.debian.org. The full log for this bug can be viewed at https://bugs.debian.org/1085273 This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster at ftp-master.debian.org. Debian distribution maintenance software pp. Thorsten Alteholz (the ftpmaster behind the curtain) From ftpmaster at ftp-master.debian.org Wed Oct 23 18:54:44 2024 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 23 Oct 2024 17:54:44 +0000 Subject: [Debian-astro-maintainers] Bug#1085273: Removed package(s) from unstable Message-ID: Version: 2.8.7+dfsg-3+rm Dear submitter, as the package cpl-plugin-muse has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see https://bugs.debian.org/1085273 The version of this package that was in Debian prior to this removal can still be found using https://snapshot.debian.org/. Please note that the changes have been done on the master archive and will not propagate to any mirrors until the next dinstall run at the earliest. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster at ftp-master.debian.org. Debian distribution maintenance software pp. Thorsten Alteholz (the ftpmaster behind the curtain) From ftpmaster at ftp-master.debian.org Wed Oct 23 18:55:11 2024 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 23 Oct 2024 17:55:11 +0000 Subject: [Debian-astro-maintainers] Bug#1085274: Removed package(s) from unstable Message-ID: We believe that the bug you reported is now fixed; the following package(s) have been removed from unstable: cpl-plugin-giraf | 2.16.10+dfsg-1 | source cpl-plugin-giraf | 2.16.10+dfsg-1+b2 | amd64, arm64, armel, armhf, i386, mips64el, ppc64el, riscv64, s390x cpl-plugin-giraf-calib | 2.16.10+dfsg-1 | all cpl-plugin-giraf-doc | 2.16.10+dfsg-1 | all ------------------- Reason ------------------- ROM; RC-buggy ---------------------------------------------- Note that the package(s) have simply been removed from the tag database and may (or may not) still be in the pool; this is not a bug. The package(s) will be physically removed automatically when no suite references them (and in the case of source, when no binary references it). Please also remember that the changes have been done on the master archive and will not propagate to any mirrors until the next dinstall run at the earliest. Packages are usually not removed from testing by hand. Testing tracks unstable and will automatically remove packages which were removed from unstable when removing them from testing causes no dependency problems. The release team can force a removal from testing if it is really needed, please contact them if this should be the case. We try to close bugs which have been reported against this package automatically. But please check all old bugs, if they were closed correctly or should have been re-assigned to another package. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 1085274 at bugs.debian.org. The full log for this bug can be viewed at https://bugs.debian.org/1085274 This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster at ftp-master.debian.org. Debian distribution maintenance software pp. Thorsten Alteholz (the ftpmaster behind the curtain) From ftpmaster at ftp-master.debian.org Wed Oct 23 18:55:13 2024 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 23 Oct 2024 17:55:13 +0000 Subject: [Debian-astro-maintainers] Bug#1085274: Removed package(s) from unstable Message-ID: Version: 2.16.10+dfsg-1+rm Dear submitter, as the package cpl-plugin-giraf has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see https://bugs.debian.org/1085274 The version of this package that was in Debian prior to this removal can still be found using https://snapshot.debian.org/. Please note that the changes have been done on the master archive and will not propagate to any mirrors until the next dinstall run at the earliest. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster at ftp-master.debian.org. Debian distribution maintenance software pp. Thorsten Alteholz (the ftpmaster behind the curtain) From ftpmaster at ftp-master.debian.org Wed Oct 23 18:55:44 2024 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 23 Oct 2024 17:55:44 +0000 Subject: [Debian-astro-maintainers] Bug#1085275: Removed package(s) from unstable Message-ID: We believe that the bug you reported is now fixed; the following package(s) have been removed from unstable: cpl-plugin-hawki | 2.4.11+dfsg-1 | source cpl-plugin-hawki | 2.4.11+dfsg-1+b2 | amd64, arm64, armel, armhf, i386, mips64el, ppc64el, riscv64, s390x cpl-plugin-hawki-calib | 2.4.11+dfsg-1 | all cpl-plugin-hawki-doc | 2.4.11+dfsg-1 | all ------------------- Reason ------------------- ROM; RC-buggy ---------------------------------------------- Note that the package(s) have simply been removed from the tag database and may (or may not) still be in the pool; this is not a bug. The package(s) will be physically removed automatically when no suite references them (and in the case of source, when no binary references it). Please also remember that the changes have been done on the master archive and will not propagate to any mirrors until the next dinstall run at the earliest. Packages are usually not removed from testing by hand. Testing tracks unstable and will automatically remove packages which were removed from unstable when removing them from testing causes no dependency problems. The release team can force a removal from testing if it is really needed, please contact them if this should be the case. We try to close bugs which have been reported against this package automatically. But please check all old bugs, if they were closed correctly or should have been re-assigned to another package. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 1085275 at bugs.debian.org. The full log for this bug can be viewed at https://bugs.debian.org/1085275 This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster at ftp-master.debian.org. Debian distribution maintenance software pp. Thorsten Alteholz (the ftpmaster behind the curtain) From ftpmaster at ftp-master.debian.org Wed Oct 23 18:55:46 2024 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 23 Oct 2024 17:55:46 +0000 Subject: [Debian-astro-maintainers] Bug#1085275: Removed package(s) from unstable Message-ID: Version: 2.4.11+dfsg-1+rm Dear submitter, as the package cpl-plugin-hawki has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see https://bugs.debian.org/1085275 The version of this package that was in Debian prior to this removal can still be found using https://snapshot.debian.org/. Please note that the changes have been done on the master archive and will not propagate to any mirrors until the next dinstall run at the earliest. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster at ftp-master.debian.org. Debian distribution maintenance software pp. Thorsten Alteholz (the ftpmaster behind the curtain) From ftpmaster at ftp-master.debian.org Wed Oct 23 18:56:16 2024 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 23 Oct 2024 17:56:16 +0000 Subject: [Debian-astro-maintainers] Bug#1085276: Removed package(s) from unstable Message-ID: We believe that the bug you reported is now fixed; the following package(s) have been removed from unstable: cpl-plugin-naco | 4.4.11+dfsg-1 | source cpl-plugin-naco | 4.4.11+dfsg-1+b2 | amd64, arm64, armel, armhf, i386, mips64el, ppc64el, riscv64, s390x cpl-plugin-naco-calib | 4.4.11+dfsg-1 | all cpl-plugin-naco-doc | 4.4.11+dfsg-1 | all ------------------- Reason ------------------- ROM; RC-buggy ---------------------------------------------- Note that the package(s) have simply been removed from the tag database and may (or may not) still be in the pool; this is not a bug. The package(s) will be physically removed automatically when no suite references them (and in the case of source, when no binary references it). Please also remember that the changes have been done on the master archive and will not propagate to any mirrors until the next dinstall run at the earliest. Packages are usually not removed from testing by hand. Testing tracks unstable and will automatically remove packages which were removed from unstable when removing them from testing causes no dependency problems. The release team can force a removal from testing if it is really needed, please contact them if this should be the case. We try to close bugs which have been reported against this package automatically. But please check all old bugs, if they were closed correctly or should have been re-assigned to another package. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 1085276 at bugs.debian.org. The full log for this bug can be viewed at https://bugs.debian.org/1085276 This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster at ftp-master.debian.org. Debian distribution maintenance software pp. Thorsten Alteholz (the ftpmaster behind the curtain) From ftpmaster at ftp-master.debian.org Wed Oct 23 18:56:19 2024 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 23 Oct 2024 17:56:19 +0000 Subject: [Debian-astro-maintainers] Bug#1085276: Removed package(s) from unstable Message-ID: Version: 4.4.11+dfsg-1+rm Dear submitter, as the package cpl-plugin-naco has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see https://bugs.debian.org/1085276 The version of this package that was in Debian prior to this removal can still be found using https://snapshot.debian.org/. Please note that the changes have been done on the master archive and will not propagate to any mirrors until the next dinstall run at the earliest. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster at ftp-master.debian.org. Debian distribution maintenance software pp. Thorsten Alteholz (the ftpmaster behind the curtain) From ftpmaster at ftp-master.debian.org Wed Oct 23 18:56:47 2024 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 23 Oct 2024 17:56:47 +0000 Subject: [Debian-astro-maintainers] Bug#1085277: Removed package(s) from unstable Message-ID: We believe that the bug you reported is now fixed; the following package(s) have been removed from unstable: eso-pipelines | 1.3 | source, all ------------------- Reason ------------------- ROM ---------------------------------------------- Note that the package(s) have simply been removed from the tag database and may (or may not) still be in the pool; this is not a bug. The package(s) will be physically removed automatically when no suite references them (and in the case of source, when no binary references it). Please also remember that the changes have been done on the master archive and will not propagate to any mirrors until the next dinstall run at the earliest. Packages are usually not removed from testing by hand. Testing tracks unstable and will automatically remove packages which were removed from unstable when removing them from testing causes no dependency problems. The release team can force a removal from testing if it is really needed, please contact them if this should be the case. We try to close bugs which have been reported against this package automatically. But please check all old bugs, if they were closed correctly or should have been re-assigned to another package. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 1085277 at bugs.debian.org. The full log for this bug can be viewed at https://bugs.debian.org/1085277 This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster at ftp-master.debian.org. Debian distribution maintenance software pp. Thorsten Alteholz (the ftpmaster behind the curtain) From owner at bugs.debian.org Wed Oct 23 18:57:02 2024 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Wed, 23 Oct 2024 17:57:02 +0000 Subject: [Debian-astro-maintainers] Bug#1035695: marked as done (cpl-plugin-amber-calib: amber-kit-4.4.0*.tar.gz is no longer downloadable) References: <168349929527.803804.5725330393008650693.reportbug@zam504.zam.kfa-juelich.de> Message-ID: Your message dated Wed, 23 Oct 2024 17:52:37 +0000 with message-id and subject line Bug#1085269: Removed package(s) from unstable has caused the Debian Bug report #1035695, regarding cpl-plugin-amber-calib: amber-kit-4.4.0*.tar.gz is no longer downloadable 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 at bugs.debian.org immediately.) -- 1035695: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1035695 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Andreas Beckmann Subject: cpl-plugin-amber-calib: amber-kit-4.4.0*.tar.gz is no longer downloadable Date: Mon, 08 May 2023 00:41:35 +0200 Size: 19215 URL: -------------- next part -------------- An embedded message was scrubbed... From: Debian FTP Masters Subject: Bug#1085269: Removed package(s) from unstable Date: Wed, 23 Oct 2024 17:52:37 +0000 Size: 3970 URL: From owner at bugs.debian.org Wed Oct 23 18:57:03 2024 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Wed, 23 Oct 2024 17:57:03 +0000 Subject: [Debian-astro-maintainers] Bug#1035698: marked as done (cpl-plugin-hawki-calib: hawki-kit-2.4.8*.tar.gz is no longer downloadable) References: <168350155429.805827.5960896683378342538.reportbug@zam504.zam.kfa-juelich.de> Message-ID: Your message dated Wed, 23 Oct 2024 17:55:46 +0000 with message-id and subject line Bug#1085275: Removed package(s) from unstable has caused the Debian Bug report #1035698, regarding cpl-plugin-hawki-calib: hawki-kit-2.4.8*.tar.gz is no longer downloadable 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 at bugs.debian.org immediately.) -- 1035698: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1035698 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Andreas Beckmann Subject: cpl-plugin-hawki-calib: hawki-kit-2.4.8*.tar.gz is no longer downloadable Date: Mon, 08 May 2023 01:19:14 +0200 Size: 19503 URL: -------------- next part -------------- An embedded message was scrubbed... From: Debian FTP Masters Subject: Bug#1085275: Removed package(s) from unstable Date: Wed, 23 Oct 2024 17:55:46 +0000 Size: 3878 URL: From owner at bugs.debian.org Wed Oct 23 18:57:02 2024 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Wed, 23 Oct 2024 17:57:02 +0000 Subject: [Debian-astro-maintainers] Bug#1035697: marked as done (cpl-plugin-giraf-calib: giraf-kit-2.16.7*.tar.gz is no longer downloadable) References: <168350138013.805581.8771587672421082347.reportbug@zam504.zam.kfa-juelich.de> Message-ID: Your message dated Wed, 23 Oct 2024 17:55:13 +0000 with message-id and subject line Bug#1085274: Removed package(s) from unstable has caused the Debian Bug report #1035697, regarding cpl-plugin-giraf-calib: giraf-kit-2.16.7*.tar.gz is no longer downloadable 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 at bugs.debian.org immediately.) -- 1035697: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1035697 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Andreas Beckmann Subject: cpl-plugin-giraf-calib: giraf-kit-2.16.7*.tar.gz is no longer downloadable Date: Mon, 08 May 2023 01:16:20 +0200 Size: 19394 URL: -------------- next part -------------- An embedded message was scrubbed... From: Debian FTP Masters Subject: Bug#1085274: Removed package(s) from unstable Date: Wed, 23 Oct 2024 17:55:13 +0000 Size: 3881 URL: From owner at bugs.debian.org Wed Oct 23 18:57:04 2024 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Wed, 23 Oct 2024 17:57:04 +0000 Subject: [Debian-astro-maintainers] Bug#1035700: marked as done (cpl-plugin-naco-calib: naco-kit-4.4.9*.tar.gz is no longer downloadable) References: <168350186886.806190.2985097848148137173.reportbug@zam504.zam.kfa-juelich.de> Message-ID: Your message dated Wed, 23 Oct 2024 17:56:19 +0000 with message-id and subject line Bug#1085276: Removed package(s) from unstable has caused the Debian Bug report #1035700, regarding cpl-plugin-naco-calib: naco-kit-4.4.9*.tar.gz is no longer downloadable 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 at bugs.debian.org immediately.) -- 1035700: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1035700 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Andreas Beckmann Subject: cpl-plugin-naco-calib: naco-kit-4.4.9*.tar.gz is no longer downloadable Date: Mon, 08 May 2023 01:24:28 +0200 Size: 19481 URL: -------------- next part -------------- An embedded message was scrubbed... From: Debian FTP Masters Subject: Bug#1085276: Removed package(s) from unstable Date: Wed, 23 Oct 2024 17:56:19 +0000 Size: 3918 URL: From owner at bugs.debian.org Wed Oct 23 18:57:05 2024 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Wed, 23 Oct 2024 17:57:05 +0000 Subject: [Debian-astro-maintainers] Bug#1035701: marked as done (cpl-plugin-uves-calib: uves-kit-6.1.3*.tar.gz is no longer downloadable) References: <168350203905.806400.16253821942724532660.reportbug@zam504.zam.kfa-juelich.de> Message-ID: Your message dated Wed, 23 Oct 2024 17:53:37 +0000 with message-id and subject line Bug#1085271: Removed package(s) from unstable has caused the Debian Bug report #1035701, regarding cpl-plugin-uves-calib: uves-kit-6.1.3*.tar.gz is no longer downloadable 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 at bugs.debian.org immediately.) -- 1035701: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1035701 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Andreas Beckmann Subject: cpl-plugin-uves-calib: uves-kit-6.1.3*.tar.gz is no longer downloadable Date: Mon, 08 May 2023 01:27:19 +0200 Size: 19535 URL: -------------- next part -------------- An embedded message was scrubbed... From: Debian FTP Masters Subject: Bug#1085271: Removed package(s) from unstable Date: Wed, 23 Oct 2024 17:53:37 +0000 Size: 3938 URL: From owner at bugs.debian.org Wed Oct 23 18:57:05 2024 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Wed, 23 Oct 2024 17:57:05 +0000 Subject: [Debian-astro-maintainers] Bug#1035702: marked as done (cpl-plugin-vimos-calib: vimos-kit-4.1.1*.tar.gz is no longer downloadable) References: <168350221736.806575.3524785579580448986.reportbug@zam504.zam.kfa-juelich.de> Message-ID: Your message dated Wed, 23 Oct 2024 17:53:07 +0000 with message-id and subject line Bug#1085270: Removed package(s) from unstable has caused the Debian Bug report #1035702, regarding cpl-plugin-vimos-calib: vimos-kit-4.1.1*.tar.gz is no longer downloadable 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 at bugs.debian.org immediately.) -- 1035702: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1035702 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Andreas Beckmann Subject: cpl-plugin-vimos-calib: vimos-kit-4.1.1*.tar.gz is no longer downloadable Date: Mon, 08 May 2023 01:30:17 +0200 Size: 19518 URL: -------------- next part -------------- An embedded message was scrubbed... From: Debian FTP Masters Subject: Bug#1085270: Removed package(s) from unstable Date: Wed, 23 Oct 2024 17:53:07 +0000 Size: 3902 URL: From owner at bugs.debian.org Wed Oct 23 18:57:04 2024 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Wed, 23 Oct 2024 17:57:04 +0000 Subject: [Debian-astro-maintainers] Bug#1035699: marked as done (cpl-plugin-muse-calib: muse-kit-2.8.3*.tar.gz is no longer downloadable) References: <168350171542.806013.5316855636509260907.reportbug@zam504.zam.kfa-juelich.de> Message-ID: Your message dated Wed, 23 Oct 2024 17:54:44 +0000 with message-id and subject line Bug#1085273: Removed package(s) from unstable has caused the Debian Bug report #1035699, regarding cpl-plugin-muse-calib: muse-kit-2.8.3*.tar.gz is no longer downloadable 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 at bugs.debian.org immediately.) -- 1035699: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1035699 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Andreas Beckmann Subject: cpl-plugin-muse-calib: muse-kit-2.8.3*.tar.gz is no longer downloadable Date: Mon, 08 May 2023 01:21:55 +0200 Size: 19294 URL: -------------- next part -------------- An embedded message was scrubbed... From: Debian FTP Masters Subject: Bug#1085273: Removed package(s) from unstable Date: Wed, 23 Oct 2024 17:54:44 +0000 Size: 3940 URL: From owner at bugs.debian.org Wed Oct 23 18:57:06 2024 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Wed, 23 Oct 2024 17:57:06 +0000 Subject: [Debian-astro-maintainers] Bug#1040536: marked as done (cpl-plugin-amber-doc: missing Depends: ${sphinxdoc:Depends}) References: <168873183316.1779734.2280006934428759162.reportbug@zam504.zam.kfa-juelich.de> Message-ID: Your message dated Wed, 23 Oct 2024 17:52:37 +0000 with message-id and subject line Bug#1085269: Removed package(s) from unstable has caused the Debian Bug report #1040536, regarding cpl-plugin-amber-doc: missing Depends: ${sphinxdoc:Depends} 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 at bugs.debian.org immediately.) -- 1040536: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1040536 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Andreas Beckmann Subject: cpl-plugin-amber-doc: missing Depends: ${sphinxdoc:Depends} Date: Fri, 07 Jul 2023 14:10:33 +0200 Size: 3411 URL: -------------- next part -------------- An embedded message was scrubbed... From: Debian FTP Masters Subject: Bug#1085269: Removed package(s) from unstable Date: Wed, 23 Oct 2024 17:52:37 +0000 Size: 3970 URL: From owner at bugs.debian.org Wed Oct 23 18:57:07 2024 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Wed, 23 Oct 2024 17:57:07 +0000 Subject: [Debian-astro-maintainers] Bug#1045041: marked as done (cpl-plugin-visir: Fails to build source after successful build) References: <1691945811.883452.1233572.nullmailer@grub.nussbaum.fr> Message-ID: Your message dated Wed, 23 Oct 2024 17:54:10 +0000 with message-id and subject line Bug#1085272: Removed package(s) from unstable has caused the Debian Bug report #1045041, regarding cpl-plugin-visir: Fails to build source after successful build 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 at bugs.debian.org immediately.) -- 1045041: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1045041 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Lucas Nussbaum Subject: cpl-plugin-visir: Fails to build source after successful build Date: Sun, 13 Aug 2023 18:56:51 +0200 Size: 35376 URL: -------------- next part -------------- An embedded message was scrubbed... From: Debian FTP Masters Subject: Bug#1085272: Removed package(s) from unstable Date: Wed, 23 Oct 2024 17:54:10 +0000 Size: 3983 URL: From owner at bugs.debian.org Wed Oct 23 18:57:06 2024 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Wed, 23 Oct 2024 17:57:06 +0000 Subject: [Debian-astro-maintainers] Bug#1037339: marked as done (cpl-plugin-visir-calib: visir-kit-4.3.10*.tar.gz is no longer downloadable) References: <168650962063.334572.14082226383606624398.reportbug@zam504.zam.kfa-juelich.de> Message-ID: Your message dated Wed, 23 Oct 2024 17:54:10 +0000 with message-id and subject line Bug#1085272: Removed package(s) from unstable has caused the Debian Bug report #1037339, regarding cpl-plugin-visir-calib: visir-kit-4.3.10*.tar.gz is no longer downloadable 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 at bugs.debian.org immediately.) -- 1037339: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1037339 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Andreas Beckmann Subject: cpl-plugin-visir-calib: visir-kit-4.3.10*.tar.gz is no longer downloadable Date: Sun, 11 Jun 2023 20:53:40 +0200 Size: 19441 URL: -------------- next part -------------- An embedded message was scrubbed... From: Debian FTP Masters Subject: Bug#1085272: Removed package(s) from unstable Date: Wed, 23 Oct 2024 17:54:10 +0000 Size: 3982 URL: From owner at bugs.debian.org Wed Oct 23 18:57:09 2024 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Wed, 23 Oct 2024 17:57:09 +0000 Subject: [Debian-astro-maintainers] Bug#1071677: marked as done (cpl-plugin-amber-calib: amber-kit-4.4.3*.tar.gz is no longer downloadable) References: <171648457929.2952661.10593216502747185311.reportbug@zam504.zam.kfa-juelich.de> Message-ID: Your message dated Wed, 23 Oct 2024 17:52:37 +0000 with message-id and subject line Bug#1085269: Removed package(s) from unstable has caused the Debian Bug report #1071677, regarding cpl-plugin-amber-calib: amber-kit-4.4.3*.tar.gz is no longer downloadable 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 at bugs.debian.org immediately.) -- 1071677: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1071677 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Andreas Beckmann Subject: cpl-plugin-amber-calib: amber-kit-4.4.3*.tar.gz is no longer downloadable Date: Thu, 23 May 2024 19:16:19 +0200 Size: 20248 URL: -------------- next part -------------- An embedded message was scrubbed... From: Debian FTP Masters Subject: Bug#1085269: Removed package(s) from unstable Date: Wed, 23 Oct 2024 17:52:37 +0000 Size: 3970 URL: From owner at bugs.debian.org Wed Oct 23 18:57:09 2024 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Wed, 23 Oct 2024 17:57:09 +0000 Subject: [Debian-astro-maintainers] Bug#1071682: marked as done (cpl-plugin-muse-calib: muse-kit-2.8.7*.tar.gz is no longer downloadable) References: <171648822276.2954928.11995380813459868477.reportbug@zam504.zam.kfa-juelich.de> Message-ID: Your message dated Wed, 23 Oct 2024 17:54:44 +0000 with message-id and subject line Bug#1085273: Removed package(s) from unstable has caused the Debian Bug report #1071682, regarding cpl-plugin-muse-calib: muse-kit-2.8.7*.tar.gz is no longer downloadable 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 at bugs.debian.org immediately.) -- 1071682: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1071682 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Andreas Beckmann Subject: cpl-plugin-muse-calib: muse-kit-2.8.7*.tar.gz is no longer downloadable Date: Thu, 23 May 2024 20:17:02 +0200 Size: 20492 URL: -------------- next part -------------- An embedded message was scrubbed... From: Debian FTP Masters Subject: Bug#1085273: Removed package(s) from unstable Date: Wed, 23 Oct 2024 17:54:44 +0000 Size: 3941 URL: From owner at bugs.debian.org Wed Oct 23 18:57:07 2024 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Wed, 23 Oct 2024 17:57:07 +0000 Subject: [Debian-astro-maintainers] Bug#1069508: marked as done (cpl-plugin-muse: FTBFS on armhf: tests fail) References: Message-ID: Your message dated Wed, 23 Oct 2024 17:54:44 +0000 with message-id and subject line Bug#1085273: Removed package(s) from unstable has caused the Debian Bug report #1069508, regarding cpl-plugin-muse: FTBFS on armhf: tests fail 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 at bugs.debian.org immediately.) -- 1069508: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1069508 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Lucas Nussbaum Subject: cpl-plugin-muse: FTBFS on armhf: tests fail Date: Sat, 20 Apr 2024 14:48:49 +0200 Size: 671188 URL: -------------- next part -------------- An embedded message was scrubbed... From: Debian FTP Masters Subject: Bug#1085273: Removed package(s) from unstable Date: Wed, 23 Oct 2024 17:54:44 +0000 Size: 3941 URL: From owner at bugs.debian.org Wed Oct 23 18:57:10 2024 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Wed, 23 Oct 2024 17:57:10 +0000 Subject: [Debian-astro-maintainers] Bug#1071685: marked as done (cpl-plugin-uves-calib: uves-kit-6.1.8*.tar.gz is no longer downloadable) References: <171648882735.2955105.4447456016552031984.reportbug@zam504.zam.kfa-juelich.de> Message-ID: Your message dated Wed, 23 Oct 2024 17:53:37 +0000 with message-id and subject line Bug#1085271: Removed package(s) from unstable has caused the Debian Bug report #1071685, regarding cpl-plugin-uves-calib: uves-kit-6.1.8*.tar.gz is no longer downloadable 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 at bugs.debian.org immediately.) -- 1071685: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1071685 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Andreas Beckmann Subject: cpl-plugin-uves-calib: uves-kit-6.1.8*.tar.gz is no longer downloadable Date: Thu, 23 May 2024 20:27:07 +0200 Size: 20637 URL: -------------- next part -------------- An embedded message was scrubbed... From: Debian FTP Masters Subject: Bug#1085271: Removed package(s) from unstable Date: Wed, 23 Oct 2024 17:53:37 +0000 Size: 3939 URL: From owner at bugs.debian.org Wed Oct 23 18:57:11 2024 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Wed, 23 Oct 2024 17:57:11 +0000 Subject: [Debian-astro-maintainers] Bug#1071688: marked as done (cpl-plugin-vimos-calib: vimos-kit-4.1.7*.tar.gz is no longer downloadable) References: <171648913498.2955674.1252629215829938616.reportbug@zam504.zam.kfa-juelich.de> Message-ID: Your message dated Wed, 23 Oct 2024 17:53:07 +0000 with message-id and subject line Bug#1085270: Removed package(s) from unstable has caused the Debian Bug report #1071688, regarding cpl-plugin-vimos-calib: vimos-kit-4.1.7*.tar.gz is no longer downloadable 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 at bugs.debian.org immediately.) -- 1071688: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1071688 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Andreas Beckmann Subject: cpl-plugin-vimos-calib: vimos-kit-4.1.7*.tar.gz is no longer downloadable Date: Thu, 23 May 2024 20:32:14 +0200 Size: 20576 URL: -------------- next part -------------- An embedded message was scrubbed... From: Debian FTP Masters Subject: Bug#1085270: Removed package(s) from unstable Date: Wed, 23 Oct 2024 17:53:07 +0000 Size: 3910 URL: From owner at bugs.debian.org Wed Oct 23 18:57:11 2024 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Wed, 23 Oct 2024 17:57:11 +0000 Subject: [Debian-astro-maintainers] Bug#1071689: marked as done (cpl-plugin-visir-calib: visir-kit-4.4.2*.tar.gz is no longer downloadable) References: <171648937164.2955880.15093995328788063538.reportbug@zam504.zam.kfa-juelich.de> Message-ID: Your message dated Wed, 23 Oct 2024 17:54:10 +0000 with message-id and subject line Bug#1085272: Removed package(s) from unstable has caused the Debian Bug report #1071689, regarding cpl-plugin-visir-calib: visir-kit-4.4.2*.tar.gz is no longer downloadable 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 at bugs.debian.org immediately.) -- 1071689: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1071689 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Andreas Beckmann Subject: cpl-plugin-visir-calib: visir-kit-4.4.2*.tar.gz is no longer downloadable Date: Thu, 23 May 2024 20:36:11 +0200 Size: 20675 URL: -------------- next part -------------- An embedded message was scrubbed... From: Debian FTP Masters Subject: Bug#1085272: Removed package(s) from unstable Date: Wed, 23 Oct 2024 17:54:10 +0000 Size: 3983 URL: From owner at bugs.debian.org Wed Oct 23 18:57:12 2024 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Wed, 23 Oct 2024 17:57:12 +0000 Subject: [Debian-astro-maintainers] Bug#1077254: marked as done (cpl-plugin-uves FTBFS with gcc 14) References: <172208043804.11408.15566840686663748839.reportbug@localhost> Message-ID: Your message dated Wed, 23 Oct 2024 17:53:37 +0000 with message-id and subject line Bug#1085271: Removed package(s) from unstable has caused the Debian Bug report #1077254, regarding cpl-plugin-uves FTBFS with gcc 14 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 at bugs.debian.org immediately.) -- 1077254: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1077254 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Adrian Bunk Subject: cpl-plugin-uves FTBFS with gcc 14 Date: Sat, 27 Jul 2024 14:40:38 +0300 Size: 5592 URL: -------------- next part -------------- An embedded message was scrubbed... From: Debian FTP Masters Subject: Bug#1085271: Removed package(s) from unstable Date: Wed, 23 Oct 2024 17:53:37 +0000 Size: 3938 URL: From owner at bugs.debian.org Wed Oct 23 18:57:17 2024 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Wed, 23 Oct 2024 17:57:17 +0000 Subject: [Debian-astro-maintainers] Bug#746988: marked as done (Inconsistent use of _POSIX_SOURCE causes conflicting types) References: <20140504164534.GJ10207@l04-3.local> Message-ID: Your message dated Wed, 23 Oct 2024 17:52:37 +0000 with message-id and subject line Bug#1085269: Removed package(s) from unstable has caused the Debian Bug report #746988, regarding Inconsistent use of _POSIX_SOURCE causes conflicting types 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 at bugs.debian.org immediately.) -- 746988: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746988 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Michael Tautschnig Subject: Inconsistent use of _POSIX_SOURCE causes conflicting types Date: Sun, 4 May 2014 18:45:34 +0200 Size: 7130 URL: -------------- next part -------------- An embedded message was scrubbed... From: Debian FTP Masters Subject: Bug#1085269: Removed package(s) from unstable Date: Wed, 23 Oct 2024 17:52:37 +0000 Size: 3970 URL: From owner at bugs.debian.org Wed Oct 23 18:57:17 2024 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Wed, 23 Oct 2024 17:57:17 +0000 Subject: [Debian-astro-maintainers] Bug#984505: marked as done (cpl-plugin-amber-calib: amber-kit-4.3.8*.tar.gz no longer downloadable) References: <161485841025.12163.14000774777509968495.reportbug@zam504.zam.kfa-juelich.de> Message-ID: Your message dated Wed, 23 Oct 2024 17:52:37 +0000 with message-id and subject line Bug#1085269: Removed package(s) from unstable has caused the Debian Bug report #984505, regarding cpl-plugin-amber-calib: amber-kit-4.3.8*.tar.gz no longer downloadable 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 at bugs.debian.org immediately.) -- 984505: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984505 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Andreas Beckmann Subject: cpl-plugin-amber-calib: amber-kit-4.3.8*.tar.gz no longer downloadable Date: Thu, 04 Mar 2021 12:46:50 +0100 Size: 16359 URL: -------------- next part -------------- An embedded message was scrubbed... From: Debian FTP Masters Subject: Bug#1085269: Removed package(s) from unstable Date: Wed, 23 Oct 2024 17:52:37 +0000 Size: 3937 URL: From owner at bugs.debian.org Wed Oct 23 18:57:18 2024 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Wed, 23 Oct 2024 17:57:18 +0000 Subject: [Debian-astro-maintainers] Bug#984521: marked as done (cpl-plugin-naco-calib: naco-kit-4.4.6*.tar.gz is no longer downloadable) References: <161487636256.18554.14220765908888818761.reportbug@zam504.zam.kfa-juelich.de> Message-ID: Your message dated Wed, 23 Oct 2024 17:56:19 +0000 with message-id and subject line Bug#1085276: Removed package(s) from unstable has caused the Debian Bug report #984521, regarding cpl-plugin-naco-calib: naco-kit-4.4.6*.tar.gz is no longer downloadable 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 at bugs.debian.org immediately.) -- 984521: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984521 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Andreas Beckmann Subject: cpl-plugin-naco-calib: naco-kit-4.4.6*.tar.gz is no longer downloadable Date: Thu, 04 Mar 2021 17:46:02 +0100 Size: 16684 URL: -------------- next part -------------- An embedded message was scrubbed... From: Debian FTP Masters Subject: Bug#1085276: Removed package(s) from unstable Date: Wed, 23 Oct 2024 17:56:19 +0000 Size: 3886 URL: From owner at bugs.debian.org Wed Oct 23 18:57:19 2024 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Wed, 23 Oct 2024 17:57:19 +0000 Subject: [Debian-astro-maintainers] Bug#984523: marked as done (cpl-plugin-uves-calib: uves-kit-5.9.1*.tar.gz no longer downloadable) References: <161487666715.18898.9938348355213224100.reportbug@zam504.zam.kfa-juelich.de> Message-ID: Your message dated Wed, 23 Oct 2024 17:53:37 +0000 with message-id and subject line Bug#1085271: Removed package(s) from unstable has caused the Debian Bug report #984523, regarding cpl-plugin-uves-calib: uves-kit-5.9.1*.tar.gz no longer downloadable 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 at bugs.debian.org immediately.) -- 984523: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984523 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Andreas Beckmann Subject: cpl-plugin-uves-calib: uves-kit-5.9.1*.tar.gz no longer downloadable Date: Thu, 04 Mar 2021 17:51:07 +0100 Size: 16538 URL: -------------- next part -------------- An embedded message was scrubbed... From: Debian FTP Masters Subject: Bug#1085271: Removed package(s) from unstable Date: Wed, 23 Oct 2024 17:53:37 +0000 Size: 3905 URL: From owner at bugs.debian.org Wed Oct 23 18:57:18 2024 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Wed, 23 Oct 2024 17:57:18 +0000 Subject: [Debian-astro-maintainers] Bug#984519: marked as done (cpl-plugin-giraf-calib: giraf-kit-2.16.3*.tar.gz no longer downloadable) References: <161487579735.18116.8467870230831897882.reportbug@zam504.zam.kfa-juelich.de> Message-ID: Your message dated Wed, 23 Oct 2024 17:55:13 +0000 with message-id and subject line Bug#1085274: Removed package(s) from unstable has caused the Debian Bug report #984519, regarding cpl-plugin-giraf-calib: giraf-kit-2.16.3*.tar.gz no longer downloadable 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 at bugs.debian.org immediately.) -- 984519: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984519 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Andreas Beckmann Subject: cpl-plugin-giraf-calib: giraf-kit-2.16.3*.tar.gz no longer downloadable Date: Thu, 04 Mar 2021 17:36:37 +0100 Size: 16562 URL: -------------- next part -------------- An embedded message was scrubbed... From: Debian FTP Masters Subject: Bug#1085274: Removed package(s) from unstable Date: Wed, 23 Oct 2024 17:55:13 +0000 Size: 3847 URL: From owner at bugs.debian.org Wed Oct 23 18:57:21 2024 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Wed, 23 Oct 2024 17:57:21 +0000 Subject: [Debian-astro-maintainers] Bug#989880: marked as done (cpl-plugin-muse-calib: muse-kit-2.6*.tar.gz no longer downloadable) References: <162371833417.12190.4504493385649309593.reportbug@zam504.zam.kfa-juelich.de> Message-ID: Your message dated Wed, 23 Oct 2024 17:54:44 +0000 with message-id and subject line Bug#1085273: Removed package(s) from unstable has caused the Debian Bug report #989880, regarding cpl-plugin-muse-calib: muse-kit-2.6*.tar.gz no longer downloadable 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 at bugs.debian.org immediately.) -- 989880: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=989880 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Andreas Beckmann Subject: cpl-plugin-muse-calib: muse-kit-2.6*.tar.gz no longer downloadable Date: Tue, 15 Jun 2021 02:52:14 +0200 Size: 16483 URL: -------------- next part -------------- An embedded message was scrubbed... From: Debian FTP Masters Subject: Bug#1085273: Removed package(s) from unstable Date: Wed, 23 Oct 2024 17:54:44 +0000 Size: 3906 URL: From owner at bugs.debian.org Wed Oct 23 18:57:19 2024 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Wed, 23 Oct 2024 17:57:19 +0000 Subject: [Debian-astro-maintainers] Bug#984524: marked as done (cpl-plugin-vimos-calib: vimos-kit-3.2.3*.tar.gz no longer downloadable) References: <161487698355.19172.2963055183288127165.reportbug@zam504.zam.kfa-juelich.de> Message-ID: Your message dated Wed, 23 Oct 2024 17:53:07 +0000 with message-id and subject line Bug#1085270: Removed package(s) from unstable has caused the Debian Bug report #984524, regarding cpl-plugin-vimos-calib: vimos-kit-3.2.3*.tar.gz no longer downloadable 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 at bugs.debian.org immediately.) -- 984524: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984524 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Andreas Beckmann Subject: cpl-plugin-vimos-calib: vimos-kit-3.2.3*.tar.gz no longer downloadable Date: Thu, 04 Mar 2021 17:56:23 +0100 Size: 16716 URL: -------------- next part -------------- An embedded message was scrubbed... From: Debian FTP Masters Subject: Bug#1085270: Removed package(s) from unstable Date: Wed, 23 Oct 2024 17:53:07 +0000 Size: 3877 URL: From owner at bugs.debian.org Wed Oct 23 18:57:20 2024 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Wed, 23 Oct 2024 17:57:20 +0000 Subject: [Debian-astro-maintainers] Bug#984545: marked as done (cpl-plugin-hawki-calib: hawki-kit-2.4.3*.tar.gz no longer downloadable) References: <161488755722.25888.12271567235302804259.reportbug@zam504.zam.kfa-juelich.de> Message-ID: Your message dated Wed, 23 Oct 2024 17:55:46 +0000 with message-id and subject line Bug#1085275: Removed package(s) from unstable has caused the Debian Bug report #984545, regarding cpl-plugin-hawki-calib: hawki-kit-2.4.3*.tar.gz no longer downloadable 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 at bugs.debian.org immediately.) -- 984545: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984545 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Andreas Beckmann Subject: cpl-plugin-hawki-calib: hawki-kit-2.4.3*.tar.gz no longer downloadable Date: Thu, 04 Mar 2021 20:52:37 +0100 Size: 17283 URL: -------------- next part -------------- An embedded message was scrubbed... From: Debian FTP Masters Subject: Bug#1085275: Removed package(s) from unstable Date: Wed, 23 Oct 2024 17:55:46 +0000 Size: 3845 URL: From owner at bugs.debian.org Wed Oct 23 18:57:20 2024 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Wed, 23 Oct 2024 17:57:20 +0000 Subject: [Debian-astro-maintainers] Bug#984525: marked as done (cpl-plugin-visir-calib: visir-kit-4.3.7*.tar.gz no longer downloadable) References: <161487722671.19365.8578214440394404642.reportbug@zam504.zam.kfa-juelich.de> Message-ID: Your message dated Wed, 23 Oct 2024 17:54:10 +0000 with message-id and subject line Bug#1085272: Removed package(s) from unstable has caused the Debian Bug report #984525, regarding cpl-plugin-visir-calib: visir-kit-4.3.7*.tar.gz no longer downloadable 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 at bugs.debian.org immediately.) -- 984525: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984525 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Andreas Beckmann Subject: cpl-plugin-visir-calib: visir-kit-4.3.7*.tar.gz no longer downloadable Date: Thu, 04 Mar 2021 18:00:26 +0100 Size: 16525 URL: -------------- next part -------------- An embedded message was scrubbed... From: Debian FTP Masters Subject: Bug#1085272: Removed package(s) from unstable Date: Wed, 23 Oct 2024 17:54:10 +0000 Size: 3949 URL: From ftpmaster at ftp-master.debian.org Wed Oct 23 22:18:14 2024 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 23 Oct 2024 21:18:14 +0000 Subject: [Debian-astro-maintainers] Processing of cfitsio_4.5.0-5_source.changes Message-ID: cfitsio_4.5.0-5_source.changes uploaded successfully to localhost along with the files: cfitsio_4.5.0-5.dsc cfitsio_4.5.0-5.debian.tar.xz cfitsio_4.5.0-5_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Wed Oct 23 22:19:05 2024 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 23 Oct 2024 21:19:05 +0000 Subject: [Debian-astro-maintainers] cfitsio_4.5.0-5_source.changes ACCEPTED into unstable Message-ID: Thank you for your contribution to Debian. Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Wed, 23 Oct 2024 22:58:56 +0200 Source: cfitsio Architecture: source Version: 4.5.0-5 Distribution: unstable Urgency: medium Maintainer: Debian Astronomy Maintainers Changed-By: Aurelien Jarno Changes: cfitsio (4.5.0-5) unstable; urgency=medium . * Import the autopkgtest from the fitsverify package. Checksums-Sha1: d77d73f5ba8e215ed7bf472af512fb164db297ee 2456 cfitsio_4.5.0-5.dsc 5c09f6f340c31117def3613d07dc155a14aee79b 23244 cfitsio_4.5.0-5.debian.tar.xz d84a2cb6d987852ca328938107a7a4c45aa0bf47 5516 cfitsio_4.5.0-5_source.buildinfo Checksums-Sha256: d1bf2efc8a83bed4e0b3bbb7cc7cbea1743772cd6734a2a36354b940e3135ba1 2456 cfitsio_4.5.0-5.dsc f6d5536f9f0de1caab6b9b637a7c814d2c70fc8793c877716814a55f9442506a 23244 cfitsio_4.5.0-5.debian.tar.xz 1fe856d012ffbcff4dd111ad5b6ac359d194f1a3d5649eabb5dec5886f00cbad 5516 cfitsio_4.5.0-5_source.buildinfo Files: 812a669d29b78f0818eec41f5e1064ca 2456 devel optional cfitsio_4.5.0-5.dsc dde44132100f787528c451d9176f6f78 23244 devel optional cfitsio_4.5.0-5.debian.tar.xz 0b434fe75c16bf6c99d9977c78b57d27 5516 devel optional cfitsio_4.5.0-5_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEUryGlb40+QrX1Ay4E4jA+JnoM2sFAmcZZuMACgkQE4jA+Jno M2ucYA/+Lg1kVGrYih4OVa3/BJwB/JrwRJb9zbB0q3AfUO0FXS+Jcsx8Lq6Pnd7I 7BVEIrJmSs1HRxTjCMsDYO0r9UZ0gNCkSjBDYL8FXc+RChWuJBolAvhCl7fG/9Dd iOmDs3Bijuw+aO+TaDQ4Eu2rYmNeqHyBZ0/tL9cn2gwWfESqgfBMFPQ7r/sv/csW ZvUeBi6kX9M/bxmxb7ULdk3cJF7CgM+ZFTYa9ZYp8eLO/kyS3i6Zx6jrEiAR5om3 O8Z/XtkJbemFatVjHMZmxDaNhYR/wxIqvoLIZIc0TIX/VgA0lEPxSFR6PUAUc3Ep OdPtD7q8fXM7ADb18FUoiEORmlMBPQeQ63dGU3e3cHdyNuCmvY4VHSPvG7/J2G7K TF3OxzF89G3v/6Ly1sWfQqswiJ4pKKKNPYb9ZRiDR6VlAU9XHy8b0M7w3DvW3Wlf S9XbMNT0TykWtOkWk2WYcYKekaHwCDQbJ4mjAq/NW3DfhSxU3FQCBn0Mhzxp6KGQ aYWbE/0pjUfDH9wSZKIP2+g7Dvt7pTKSe4Ok8eZEo+tALC8Gl+kb8AHP/+/cewqo ZURW1OZFtlpZe4+XI5E3A3/KWKxahK54reDKolxY3oa5L8Nju3idwGSlzT8fdUIP gFF076HlDbqhAJqA5XDj01yEaQYyRN0iBfBpgKh9vRBF7Js1a10= =PKS3 -----END PGP SIGNATURE----- -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 228 bytes Desc: not available URL: From owner at bugs.debian.org Thu Oct 24 01:06:01 2024 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Thu, 24 Oct 2024 00:06:01 +0000 Subject: [Debian-astro-maintainers] Bug#1029688: marked as done (emcee: test failure with scipy 1.10) References: <3c0f512115557a9fe766eea854b71342b007ad9e.camel@kathenas.org> <167473290990.90790.17719397458310375897.reportbug@sandy> Message-ID: Your message dated Thu, 24 Oct 2024 01:02:35 +0100 with message-id <3c0f512115557a9fe766eea854b71342b007ad9e.camel at kathenas.org> and subject line Re: emcee: test failure with scipy 1.10 has caused the Debian Bug report #1029688, regarding emcee: test failure with scipy 1.10 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 at bugs.debian.org immediately.) -- 1029688: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1029688 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Drew Parsons Subject: emcee: test failure with scipy 1.10 Date: Thu, 26 Jan 2023 12:35:09 +0100 Size: 4436 URL: -------------- next part -------------- An embedded message was scrubbed... From: Phil Wyett Subject: Re: emcee: test failure with scipy 1.10 Date: Thu, 24 Oct 2024 01:02:35 +0100 Size: 6635 URL: From noreply at release.debian.org Thu Oct 24 05:39:13 2024 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 24 Oct 2024 04:39:13 +0000 Subject: [Debian-astro-maintainers] cpl-plugin-naco REMOVED from testing Message-ID: FYI: The status of the cpl-plugin-naco source package in Debian's testing distribution has changed. Previous version: 4.4.11+dfsg-1 Current version: (not in testing) Hint: Package not in unstable The script that generates this mail tries to extract removal reasons from comments in the britney hint files. Those comments were not originally meant to be machine readable, so if the reason for removing your package seems to be nonsense, it is probably the reporting script that got confused. Please check the actual hints file before you complain about meaningless removals. -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu Oct 24 05:39:13 2024 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 24 Oct 2024 04:39:13 +0000 Subject: [Debian-astro-maintainers] cpl-plugin-hawki REMOVED from testing Message-ID: FYI: The status of the cpl-plugin-hawki source package in Debian's testing distribution has changed. Previous version: 2.4.11+dfsg-1 Current version: (not in testing) Hint: Package not in unstable The script that generates this mail tries to extract removal reasons from comments in the britney hint files. Those comments were not originally meant to be machine readable, so if the reason for removing your package seems to be nonsense, it is probably the reporting script that got confused. Please check the actual hints file before you complain about meaningless removals. -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu Oct 24 05:39:14 2024 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 24 Oct 2024 04:39:14 +0000 Subject: [Debian-astro-maintainers] eso-pipelines REMOVED from testing Message-ID: FYI: The status of the eso-pipelines source package in Debian's testing distribution has changed. Previous version: 1.3 Current version: (not in testing) Hint: Package not in unstable The script that generates this mail tries to extract removal reasons from comments in the britney hint files. Those comments were not originally meant to be machine readable, so if the reason for removing your package seems to be nonsense, it is probably the reporting script that got confused. Please check the actual hints file before you complain about meaningless removals. -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu Oct 24 05:39:13 2024 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 24 Oct 2024 04:39:13 +0000 Subject: [Debian-astro-maintainers] cpl-plugin-giraf REMOVED from testing Message-ID: FYI: The status of the cpl-plugin-giraf source package in Debian's testing distribution has changed. Previous version: 2.16.10+dfsg-1 Current version: (not in testing) Hint: Package not in unstable The script that generates this mail tries to extract removal reasons from comments in the britney hint files. Those comments were not originally meant to be machine readable, so if the reason for removing your package seems to be nonsense, it is probably the reporting script that got confused. Please check the actual hints file before you complain about meaningless removals. -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu Oct 24 05:39:19 2024 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 24 Oct 2024 04:39:19 +0000 Subject: [Debian-astro-maintainers] radio-beam 0.3.8-1 MIGRATED to testing Message-ID: FYI: The status of the radio-beam source package in Debian's testing distribution has changed. Previous version: 0.3.7-5 Current version: 0.3.8-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From ftpmaster at ftp-master.debian.org Thu Oct 24 15:21:29 2024 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 24 Oct 2024 14:21:29 +0000 Subject: [Debian-astro-maintainers] Processing of pyregion_2.3.0-1_source.changes Message-ID: pyregion_2.3.0-1_source.changes uploaded successfully to localhost along with the files: pyregion_2.3.0-1.dsc pyregion_2.3.0.orig.tar.gz pyregion_2.3.0-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Thu Oct 24 15:39:32 2024 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 24 Oct 2024 14:39:32 +0000 Subject: [Debian-astro-maintainers] pyregion_2.3.0-1_source.changes ACCEPTED into unstable Message-ID: Thank you for your contribution to Debian. Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Thu, 24 Oct 2024 16:01:57 +0200 Source: pyregion Architecture: source Version: 2.3.0-1 Distribution: unstable Urgency: medium Maintainer: Debian Astro Team Changed-By: Ole Streicher Changes: pyregion (2.3.0-1) unstable; urgency=medium . * New upstream version 2.3.0 * Drop Fix-import_array.patch: applied upstream * Adjust build dependencies to use extension_helpers * Find namespace packages for tests Checksums-Sha1: a8290acfbaacba9494ff27b52fdf92626b4a96af 2431 pyregion_2.3.0-1.dsc 823b42b8feab9f77568647875469182af4b2b2e5 1016435 pyregion_2.3.0.orig.tar.gz 4a9ca9253bb663ab323b6ac873add2f9e7d35055 5000 pyregion_2.3.0-1.debian.tar.xz Checksums-Sha256: a3bfac745e2bbc24eff72e49dbb4522e4bbb1970c39d84ad2e6a8ad4d4571a9f 2431 pyregion_2.3.0-1.dsc e8498711421173239689de523bb465245f5551a18a181cb4956d87f9c7464925 1016435 pyregion_2.3.0.orig.tar.gz 27dd2ba3c9dfed5359e61c9320369fc703954b19a3d04008e1f9d5f452cb2132 5000 pyregion_2.3.0-1.debian.tar.xz Files: 5d893236bb4d9fab53b0d24d36014a59 2431 python optional pyregion_2.3.0-1.dsc da51ec143f5bf07785eddcff0552c780 1016435 python optional pyregion_2.3.0.orig.tar.gz 0229d674217ec8fac4ecf6f05356712f 5000 python optional pyregion_2.3.0-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEuvxshffLFD/utvsVcRWv0HcQ3PcFAmcaVkEACgkQcRWv0HcQ 3PcRfhAA1x/YfjZzuaoNdbWr0hYBJhGro7oV6C3os9mV8QfTu2gEFcINZeVopz0q N5iTV82CnJe2iwg6lqjzNabF5zd3BIrYQudCG8guyBIke+uxSMGMrRNM/0ZTWi0S sn4VcWXvvcDPcSyXq/cFvftrAwV6OPebCp/PEcPat0YKRebZoLSGCk/o8QKlA2pb fIJv3MaKo1kqtaPi9TNrBisvaEkwjOcYQ424B2GJRDAE6QWNu595sSNIvwfrpTGU AS0fjGasPx6zd+NOBq7GLdZccijpeL+72ev2/3ugnoVa2ssCe3++t0a+F8a5ZtH0 lykJFdvOD8PaTbOj5eNjnoqdIuJoPyRO3NmOWrpjN+96gtXa0reMrKjxOv3XGUDf 5Vfujm+Y9KU+kKnyYT3MFGFj5fiTJeyXe6XrKuhQVTAWKMlVePzWqnfmlX79n88U HVmW3uq7wwDdZy3Ee+NROjhMG2cNcQ0w59EYL8+M0aVY9/Ewoi/YpoUTJNWKd+oX pylICZDsTyBXtvS6LdhNq854XkKIVEzOrPt1+p+MbdtmtCRy3IlNbCCQi4aIa9cx n/SkbmxX6gPaZTRrPRyqFfZA9Pupk+6YwA5Y3MnyjzJYZBdb8hxcf0VZ+tL4gi+w +kXxbb1rg39tJ3i/uVqnkPlrBpuuTk2n4yMQqinCuKPhafy65dE= =qrk3 -----END PGP SIGNATURE----- -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 228 bytes Desc: not available URL: From ftpmaster at ftp-master.debian.org Thu Oct 24 15:51:50 2024 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 24 Oct 2024 14:51:50 +0000 Subject: [Debian-astro-maintainers] Processing of gavodachs_2.10+dfsg-1_source.changes Message-ID: gavodachs_2.10+dfsg-1_source.changes uploaded successfully to localhost along with the files: gavodachs_2.10+dfsg-1.dsc gavodachs_2.10+dfsg.orig.tar.xz gavodachs_2.10+dfsg-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Thu Oct 24 15:51:53 2024 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 24 Oct 2024 14:51:53 +0000 Subject: [Debian-astro-maintainers] Processing of pyephem_4.1.6-1_source.changes Message-ID: pyephem_4.1.6-1_source.changes uploaded successfully to localhost along with the files: pyephem_4.1.6-1.dsc pyephem_4.1.6.orig.tar.gz pyephem_4.1.6-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Thu Oct 24 15:51:54 2024 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 24 Oct 2024 14:51:54 +0000 Subject: [Debian-astro-maintainers] Processing of astroalign_2.6.0-1_source.changes Message-ID: astroalign_2.6.0-1_source.changes uploaded successfully to localhost along with the files: astroalign_2.6.0-1.dsc astroalign_2.6.0.orig.tar.gz astroalign_2.6.0-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Thu Oct 24 16:04:08 2024 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 24 Oct 2024 15:04:08 +0000 Subject: [Debian-astro-maintainers] astroalign_2.6.0-1_source.changes ACCEPTED into unstable Message-ID: Thank you for your contribution to Debian. Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Thu, 24 Oct 2024 16:19:29 +0200 Source: astroalign Architecture: source Version: 2.6.0-1 Distribution: unstable Urgency: medium Maintainer: Debian Astronomy Team Changed-By: Ole Streicher Changes: astroalign (2.6.0-1) unstable; urgency=medium . * New upstream version 2.6.0 * Revert use of sep-pjw back to original sep Checksums-Sha1: 4de1a86317c210754ec5d9a4eb27c1ed3d27c9a4 2254 astroalign_2.6.0-1.dsc 8fa5f898c27a5a6b3391963d2cc8e1620d46f57b 3384739 astroalign_2.6.0.orig.tar.gz b9ed07103cf03a09a7b860514c274d256f5dd2b8 3884 astroalign_2.6.0-1.debian.tar.xz Checksums-Sha256: 1b0c943c1c35e434c2b19d45f56910b56678bdc7d505622b0d8e88bb3865b36e 2254 astroalign_2.6.0-1.dsc 3ec3d667f13e00cc5320000083da9ec88754118dc7b8735c6cc9319142f4c8aa 3384739 astroalign_2.6.0.orig.tar.gz 1a11569c5aed930f5851a157681fb050d1f790b6ffee3ff243c0c973e3edecc3 3884 astroalign_2.6.0-1.debian.tar.xz Files: 807b3c5815ef1e403a268566d446df51 2254 python optional astroalign_2.6.0-1.dsc 2b90e434216772a6d9ba5f842c0bd3e7 3384739 python optional astroalign_2.6.0.orig.tar.gz ce8e952291fa098852375f453fff03fe 3884 python optional astroalign_2.6.0-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEuvxshffLFD/utvsVcRWv0HcQ3PcFAmcaXIEACgkQcRWv0HcQ 3PfygBAAnxop8ou2IatUgBR3IyfS2kO2h3LCqsUu/7X7lYZLrmb9vwt8AFtA0NpT Whyzm4EVZA1Sn6Yc7VuPRMVBaTHOTQfV2l812MTK8Q/nw3BPneksZE/U+98zxsnA 9KnP1GoeoRCz3LAAakX/IP5/s1LtFoMln9k59I93n8mbHgvjbQFp334V086T+7hJ gg+xJnu8Eyc0g6h4OSfcnCa0sI/CVonVUaw2nNGEjxaODpysK4RXDEOAd6BoUtTe +K9sTRX4kxDN/EB1pNxztwXB2msvr3xuIciwcvu2QmWabRdkidLNFspPLh3EN075 iRwljFFNDfoV/WR+4SDr1e59OVbXZ8WI96lU0TdIOe7Zv8H5Th592FRSqFrG2sgW s8jTwvEOUinswIQVXhU4y3Vm2CQ8UuhjmBwyYskdTeXvkX4EWTJSjK61RlYP1nbL 2UQBvQZa5TKnA+qxm81gMg8wfnGZhtybJW+8WjIIqjDMo/PQ21kIxn5u7jBWrksZ EB3P7FJE0HVqVxYkcbcFyK+HJ0XVnwwNqE0wucaT9qrsv5IUBbjsafQIjPg3xINw pBH/O5blNBgqWFkaYZ9NI0suLCr0uqzGE1d500KVblupL0H8QvcTReLvB1W8uNsI PPKkvLS8OO8nLAUESkqWC5p+GZNt/CHThWYsO0xcRdvmDbYqy+o= =NT9U -----END PGP SIGNATURE----- -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 228 bytes Desc: not available URL: From ftpmaster at ftp-master.debian.org Thu Oct 24 16:04:19 2024 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 24 Oct 2024 15:04:19 +0000 Subject: [Debian-astro-maintainers] gavodachs_2.10+dfsg-1_source.changes ACCEPTED into unstable Message-ID: Thank you for your contribution to Debian. Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Wed, 24 Jul 2024 09:49:14 +0200 Source: gavodachs Architecture: source Version: 2.10+dfsg-1 Distribution: unstable Urgency: medium Maintainer: Debian Astronomy Team Changed-By: Markus Demleitner Changes: gavodachs (2.10+dfsg-1) unstable; urgency=medium . * Updating watchfile for two-digit minor versions * New upstream version 2.10+dfsg Checksums-Sha1: 91e624b7133b117bd76be592dba21fcb4ac4a217 2384 gavodachs_2.10+dfsg-1.dsc cfec70cf012557296eb9ab7b1be414d7bf2a06a2 1606124 gavodachs_2.10+dfsg.orig.tar.xz 1bae5baab199cbd0ad70492ae34b5f6f69745921 9440 gavodachs_2.10+dfsg-1.debian.tar.xz Checksums-Sha256: 36115cc1a70819d2d98baba110164ecdee70bfbb6f6206795812776691082549 2384 gavodachs_2.10+dfsg-1.dsc 975911681812b237263c7fdf0089fa9b836ff953dba0d9167f678a16e8c22762 1606124 gavodachs_2.10+dfsg.orig.tar.xz e5e56cc19e5b5dbf3a2cda13f03c4c0cf145c70a8c6ae6bfdc476f12c1ce30aa 9440 gavodachs_2.10+dfsg-1.debian.tar.xz Files: dedc2a8fbaa3310626a8bb0f33ce3918 2384 python optional gavodachs_2.10+dfsg-1.dsc 65e8de71e65db37eb6a8c30b191ece18 1606124 python optional gavodachs_2.10+dfsg.orig.tar.xz be1af3989144a1957db605c0ed18a87b 9440 python optional gavodachs_2.10+dfsg-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEuvxshffLFD/utvsVcRWv0HcQ3PcFAmcaXRsACgkQcRWv0HcQ 3PdFBg/+OJm72OYWbrzD7FcItqbX451Yk4z3BOkjJp/h4BwjQtGYS7vXfwE+qUZx 1WO4xPDYQUh0levxuZZ+icHtlQQiRcWEyCa7D/1/z8G4lP88nTjFbU9QQGNw0Daj Oq06WVlCjJvJfiSTWo9H19Eedc3xffg4K4ZO6m6/QjBVNdX9f8aLNXWpqXRWdOBj BadfqCsy9x6vaP3Bk2VeolUIN0PvjQ0wzVVf2qdNU+jtL/gOQyXyI+CJe54scdP6 /QKvuDQYzm+pCT8q8TfWx+9MFBRv7T0kjH8qKi8FMT/Bar7w68YfB7TJ7w7SmLb3 3qH+7QxC+E72JnpmpsB3trZ0qoIZkLEePqH/E5VXfJHY7tYq9QIx32o2gpcxn/3Y 0xGzgeLmpUtdYv1N58s/Lw2+7bUPOCD/ANoW9ffAAz75cthVkgF0PFatqAv5lTtD sH264JT8MiJG0y47i+JBzKNwgzp4EmRhPaHwHUumSTTSUw5o4wSv5DX9yqG0hPVj bAxoyuPnLZUGqA9QvKXtkRuHLvICLitd5DUHldw5hAVnTCBXnCRubUBDv4N6o7ND ywYb+LQlsgWdxR9p5tvl0Fy38/5tgVkUS9Mep3iwk6vkeR0v70v+jYBNXaurh3pq 26LBHerkOeZQXP3ZrU1wK2eiYRkh9iAMW0IYwNrBdUYK0LKmcfk= =4g0b -----END PGP SIGNATURE----- -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 228 bytes Desc: not available URL: From ftpmaster at ftp-master.debian.org Thu Oct 24 16:05:27 2024 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 24 Oct 2024 15:05:27 +0000 Subject: [Debian-astro-maintainers] pyephem_4.1.6-1_source.changes ACCEPTED into unstable Message-ID: Thank you for your contribution to Debian. Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Thu, 24 Oct 2024 16:12:18 +0200 Source: pyephem Architecture: source Version: 4.1.6-1 Distribution: unstable Urgency: medium Maintainer: Debian Astronomy Team Changed-By: Ole Streicher Changes: pyephem (4.1.6-1) unstable; urgency=medium . * New upstream version 4.1.6 * Rediff patches * Push Standards-Version to 4.7.0. No changes needed. Checksums-Sha1: 2af488caaa68e523dd6c89d3d99fee51c18711ae 2067 pyephem_4.1.6-1.dsc 3565bea9daf47642e1bb858ee0a4968b7c3c795f 1255942 pyephem_4.1.6.orig.tar.gz ab9a32dbff451035792c93f7edf821227f0e2afc 5048 pyephem_4.1.6-1.debian.tar.xz Checksums-Sha256: ba8bca7b8898600dae95d0d0e7e85d55e0e530cb165b22f9b79887258502d873 2067 pyephem_4.1.6-1.dsc 0ed2e4ea76f9db3eede2204adab8af3f1708201c7c04ee8511e710a54ca6425f 1255942 pyephem_4.1.6.orig.tar.gz 4cff04de6ec120f7cbc8008eb5cdf82b274351617c2db3ca06fd8a6d39ad1edf 5048 pyephem_4.1.6-1.debian.tar.xz Files: 90c35f84ecd4c3ad4f16ca1a022d5648 2067 python optional pyephem_4.1.6-1.dsc da21e69133e6ff8f15604738ff4a9d54 1255942 python optional pyephem_4.1.6.orig.tar.gz 880261085d6e4a159a9f6c20f0984ea1 5048 python optional pyephem_4.1.6-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEuvxshffLFD/utvsVcRWv0HcQ3PcFAmcaXG8ACgkQcRWv0HcQ 3PdViRAAkfYAx9p2r51CdomLdD+uwPIVG2uKceX5GHYv+8SRFm3yfwCJtg8vDgkS hPKVK8V4CKKk7W+jFcGqotVmeJB/NUNiIVbrQcMwTfzdMCEbtCOTz+pA0ERyytM9 dLbLbVC5dKzsiwlzutMhb5n94aqvv2JdQWfBKCe4ery2xzWv9zuYhabPcusoP3kl zUSRSE9tpUu3eMT/NYpTpMGcRXnQSERZKWcY8j+mwkt04yE3epCHUA+LuVODC6XU QAj8owULXP7Z3QwEWGb/6bY9H4O/KCMTYGqtWEVYyzt4Wgx63QsfUE3nsSxjnMK3 gWDgeD3Bh5qte0TBQvAZXvMuWscvfSoSEcwaQJ4s8TmLBCfkR0sOh4+ZwsZ6EMqi wtjJd63GdLitGqJ4BAaqZ9YeDwyvBMnTEQtXPBnxVlfeNXaMbbNp39YEaIVhVLNd hL2vdgbC/E7uFzi5PdjwLhskOz+BEaZz9S8dQPf7Ps0I0q8hDupOQiE8FsIccsJO CpfqLCiEvucWbIrd2MeFECUV/LuOxvXNlITJXJEwu5PbX6lH4d0qzasGDWpwwDGf re2fHseuNFu5dv+8YA5w36GzzsFBRjwWD2WqAfbwDFdapP99Rlt5YwqDYb9tE5ok Pq4BCVRXPHXN5M+0J+7kqnQodPs/NrSw7wPeNCSvnCt6LjbNRj4= =6Qb4 -----END PGP SIGNATURE----- -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 228 bytes Desc: not available URL: From ftpmaster at ftp-master.debian.org Thu Oct 24 16:17:00 2024 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 24 Oct 2024 15:17:00 +0000 Subject: [Debian-astro-maintainers] Processing of sunpy-sphinx-theme_2.0.16-1_source.changes Message-ID: sunpy-sphinx-theme_2.0.16-1_source.changes uploaded successfully to localhost along with the files: sunpy-sphinx-theme_2.0.16-1.dsc sunpy-sphinx-theme_2.0.16.orig.tar.gz sunpy-sphinx-theme_2.0.16-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Thu Oct 24 16:20:14 2024 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 24 Oct 2024 15:20:14 +0000 Subject: [Debian-astro-maintainers] sunpy-sphinx-theme_2.0.16-1_source.changes ACCEPTED into unstable Message-ID: Thank you for your contribution to Debian. Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Thu, 24 Oct 2024 17:04:09 +0200 Source: sunpy-sphinx-theme Architecture: source Version: 2.0.16-1 Distribution: unstable Urgency: medium Maintainer: Debian Astro Team Changed-By: Ole Streicher Changes: sunpy-sphinx-theme (2.0.16-1) unstable; urgency=medium . * Push Standards-Version to 4.7.0. No changes needed. * Add myself to the uploaders * Build-Depend on pybuild-plugin-pyproject * Fix d/watch * New upstream version 2.0.16 Checksums-Sha1: 7e6530dc47b896cbc4b19446749e6736765bd46d 2194 sunpy-sphinx-theme_2.0.16-1.dsc c5efe2d98386da3891eaa366da41a340ce478cc4 211507 sunpy-sphinx-theme_2.0.16.orig.tar.gz acccc5b1cb12dd047127e8777550813e6171f68a 2312 sunpy-sphinx-theme_2.0.16-1.debian.tar.xz Checksums-Sha256: c9de3c80a83cf45c9b34a54bab964516d790352aa40b4070cd37d714f120eeb7 2194 sunpy-sphinx-theme_2.0.16-1.dsc 84e63b8c9e72ffc4bd02f4cd3c8b1d4d1a33711ae7b7a18392cc7bb933a958f9 211507 sunpy-sphinx-theme_2.0.16.orig.tar.gz 2afc20d72ca120172a28d2bef625855025765199a3dc611e816f6b5aac51b661 2312 sunpy-sphinx-theme_2.0.16-1.debian.tar.xz Files: 6050d888eef0a0f0f541415e755c4cff 2194 python optional sunpy-sphinx-theme_2.0.16-1.dsc df737f632ed9f836a209b5a7fd9a8c07 211507 python optional sunpy-sphinx-theme_2.0.16.orig.tar.gz b6763b2a318b34f8496d9fc9411eee87 2312 python optional sunpy-sphinx-theme_2.0.16-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEuvxshffLFD/utvsVcRWv0HcQ3PcFAmcaYkUACgkQcRWv0HcQ 3PdAkhAApAxGtHzcdhOf7ae+BnM81g2QFdaZ9ZKNFX6+t2+TAYUQceTTiBtOHIT7 6xOmae9/2GGsaP9y3AymFbJXnvFTYWzqpJFzKhKY0h5RyzmnSap7RGBw2UgBlKJX lzCTbizkYYdPMN85KoYdpcmozzYLOfrdzfNE4Ic0GFL5ScZFFCA3mv/JPvANOHyl 6/HuSNN+eOxk5/oCp0N9dBoYHtJoZTL8LvVCvEuoet9CdxGqUKVfM/EvOV0WonTd dgDXxpMOIwjsMdp6vYxmgojkjcfnIAD6u1q1M+jOUN6Zilka7iSHTv4rVWYN/2wv 7DjE7vEqjLRZbC2kGvpLneY34WOlV63Vb/w27GJs6/1XPi0PFZHCxsotXX4Sf8QQ tiZNlGutW4ZbqhFi3WuyOKjcn7fChCOQpWTDChQWE7dd/Z9u+AqCj5pc5G4fzf+X 4KiaewneApvfhy7eh+tMlxJHz+D7sAnNG/XY+h1Xf/Sp/famyaUqEJGIo64WC9GI FNYp/8rl2O+w4sECKAZCyBFaR14YlYzR4xmGBQrLR6+mU/nEjHEzj8qAz2kR9wzn /qQlasZmC1hYMmRQKJxfBr/+8e23UHCmeVH78+Qj9WkXnBRtU0RCLHJwvMIgfjhU pE3eO1mTziVTrx3PKlDNXcUq7s5lN/gKmgU9e/B/08pe43+kn+A= =SNK1 -----END PGP SIGNATURE----- -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 228 bytes Desc: not available URL: From ftpmaster at ftp-master.debian.org Thu Oct 24 16:47:19 2024 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 24 Oct 2024 15:47:19 +0000 Subject: [Debian-astro-maintainers] Processing of python-drizzle_2.0.0-1_source.changes Message-ID: python-drizzle_2.0.0-1_source.changes uploaded successfully to localhost along with the files: python-drizzle_2.0.0-1.dsc python-drizzle_2.0.0.orig.tar.gz python-drizzle_2.0.0-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Thu Oct 24 16:50:27 2024 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 24 Oct 2024 15:50:27 +0000 Subject: [Debian-astro-maintainers] python-drizzle_2.0.0-1_source.changes ACCEPTED into unstable Message-ID: Thank you for your contribution to Debian. Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Thu, 24 Oct 2024 17:33:55 +0200 Source: python-drizzle Architecture: source Version: 2.0.0-1 Distribution: unstable Urgency: medium Maintainer: Debian Astro Team Changed-By: Ole Streicher Changes: python-drizzle (2.0.0-1) unstable; urgency=medium . * New upstream version 2.0.0 * Rediff patches * Increase tolerance in test_estimate_pixel_scale_ratio Checksums-Sha1: 96a1df176c83ddee32ef193eb9e6417ee80c3fc2 2378 python-drizzle_2.0.0-1.dsc 53c3678d0bfbbbb9f78ba181b15a6f0072d7b246 47181574 python-drizzle_2.0.0.orig.tar.gz ce35f82ad8697fd3d290ebe3c3d590aec552bc13 5852 python-drizzle_2.0.0-1.debian.tar.xz Checksums-Sha256: 59d1e02d05ae8590f4d8581a22fc00191095180e7c8204870d7c3154e3f9a645 2378 python-drizzle_2.0.0-1.dsc 19662b24fa488ed13f1eae984d9cbf47d89f2210de4825ca228a79108d7fa8c8 47181574 python-drizzle_2.0.0.orig.tar.gz 359b31640ba574f72c7631430ca73f7f4ef9663634a83fd07b670ad862eebfcf 5852 python-drizzle_2.0.0-1.debian.tar.xz Files: bd67da733f193974b2dfe420c2e1cfc2 2378 science optional python-drizzle_2.0.0-1.dsc be01291867ab1d174082f82f74c5582e 47181574 science optional python-drizzle_2.0.0.orig.tar.gz 4de2f5cc7201f497df2b508b84bd70c5 5852 science optional python-drizzle_2.0.0-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEuvxshffLFD/utvsVcRWv0HcQ3PcFAmcaabkACgkQcRWv0HcQ 3Pd5aBAAs7LSvH4BvySEvXkBXSBL421nM4l29m7P80xLRi/LxloL0iS/dp2yOKiG mWrWwAELZlaT7LOH+RD9aNJfuuDVYpIPkl2o0V0MVevdaL0S3Jwt2Nuxm7ZKeRFY jWHC+x5573iq4Gi6O96nZwXmH00R7Xa6L5aOoBU+gXFMY0GOs86ur5HScK223RjF eMR5jHyGtQgeAPgNUi4lCtmrVw+MmKwffIjH/RzubQ0KAwmS8GbO06nR0wXHwXFc pekYpq08SBToqfGk0mhwXoNP33PtOf8KQpDabBdw6I6Tkd5UdW6Vx5rdJ60aQTlV 53dRgpJ0f60Ko9GE6WbKw3fh61Dn1TObyVn+oNonpsu9BLCc32N9vwG/2G6jbJuZ wTkbwurc3oqjYzbfYjEHFkjTeMrkbXuoD8WYD5sFHO4D2++g6xRQd7kNrwOoZmQC 7FWgjPOLnl5/WEoipskt8OVTcZ/pySyAXum1zH2VGxjNucjglljwSroUxtJNeMja tDrjH7NFpuffYbWhYCmbk6MUpGx1obRv9AhRpgHYTymXmil/BOjbjrpMFcyIGiGs 0i/uwbft6hle6vjvjkEMC00nmUXxPHIey5OsdXT1q8PuAAgA6a6Gm/f9k+defFnN ZdHo0xpGtCaZWL1ZYnUCI64dHveJb3j2s8PFii4DYWwzetTK73A= =m/a6 -----END PGP SIGNATURE----- -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 228 bytes Desc: not available URL: From ftpmaster at ftp-master.debian.org Thu Oct 24 17:07:51 2024 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 24 Oct 2024 16:07:51 +0000 Subject: [Debian-astro-maintainers] Processing of ginga_5.2.0-1_source.changes Message-ID: ginga_5.2.0.orig.tar.gz has incorrect size; deleting it Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Thu Oct 24 17:13:03 2024 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 24 Oct 2024 16:13:03 +0000 Subject: [Debian-astro-maintainers] Processing of ginga_5.2.0-1_source.changes Message-ID: ginga_5.2.0.orig.tar.gz has incorrect size; deleting it Greetings, Your Debian queue daemon (running on host usper.debian.org) From olebole at debian.org Thu Oct 24 18:59:19 2024 From: olebole at debian.org (Ole Streicher) Date: Thu, 24 Oct 2024 19:59:19 +0200 Subject: [Debian-astro-maintainers] Bug#1085877: saods9: Unable to save images to other bitmap formats like JPEG, TIFF etc. References: <20241023102244.7b8d3241@pchome> Message-ID: Control: forcemerge 1077631 -1 Hi Thomas, this is a known problem with the version of saods9 in Debian Bookworm, which is fixed in the upcoming Debian Trixie version. Best Ole From debian-bts-link at lists.debian.org Thu Oct 24 18:39:23 2024 From: debian-bts-link at lists.debian.org (debian-bts-link at lists.debian.org) Date: Thu, 24 Oct 2024 17:39:23 +0000 Subject: [Debian-astro-maintainers] [bts-link] source package montage Message-ID: <172979156323.3232729.5621689985578469375.btslink@sonntag.debian.org> # # bts-link upstream status pull for source package montage # see http://lists.debian.org/debian-devel-announce/2006/05/msg00001.html # https://bts-link-team.pages.debian.net/bts-link/ # user debian-bts-link at lists.debian.org # remote status report for #1084822 (http://bugs.debian.org/1084822) # Bug title: Montage homepage uses HTTP not HTTPS # * https://github.com/Caltech-IPAC/Montage/issues/76 # * remote status changed: (?) -> open usertags 1084822 + status-open thanks From owner at bugs.debian.org Thu Oct 24 19:06:12 2024 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Thu, 24 Oct 2024 18:06:12 +0000 Subject: [Debian-astro-maintainers] Processed: Merging saods9 bugs References: <21b7daa8-3231-4bf5-a28f-0a1f15aab625@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > unarchive 1077631 Bug #1077631 {Done: Ole Streicher } [saods9] [saods9] Images cannot be saved in jpeg format Unarchived Bug 1077631 > forcemerge 1077631 1085877 Bug #1077631 {Done: Ole Streicher } [saods9] [saods9] Images cannot be saved in jpeg format Bug #1077631 {Done: Ole Streicher } [saods9] [saods9] Images cannot be saved in jpeg format Marked as found in versions saods9/8.4.1+repack-3. Bug #1085877 [saods9] saods9: Unable to save images to other bitmap formats like JPEG, TIFF etc. Marked Bug as done Marked as fixed in versions saods9/8.5+repack-2. Marked as found in versions saods9/8.5+repack-1. Merged 1077631 1085877 > archive 1077631 Bug #1077631 {Done: Ole Streicher } [saods9] [saods9] Images cannot be saved in jpeg format Bug #1085877 {Done: Ole Streicher } [saods9] saods9: Unable to save images to other bitmap formats like JPEG, TIFF etc. archived 1077631 to archive/31 (from 1077631) archived 1085877 to archive/77 (from 1077631) > thanks Stopping processing here. Please contact me if you need assistance. -- 1077631: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1077631 1085877: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1085877 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From ftpmaster at ftp-master.debian.org Thu Oct 24 19:19:36 2024 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 24 Oct 2024 18:19:36 +0000 Subject: [Debian-astro-maintainers] Processing of ginga_5.2.0-1_source.changes Message-ID: ginga_5.2.0-1_source.changes uploaded successfully to localhost along with the files: ginga_5.2.0-1.dsc ginga_5.2.0.orig.tar.gz ginga_5.2.0-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host usper.debian.org) From owner at bugs.debian.org Thu Oct 24 19:21:02 2024 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Thu, 24 Oct 2024 18:21:02 +0000 Subject: [Debian-astro-maintainers] Processed: Unarchiving: that was on error References: Message-ID: Processing commands for control at bugs.debian.org: > unarchive 1077631 Bug #1077631 {Done: Ole Streicher } [saods9] [saods9] Images cannot be saved in jpeg format Bug #1085877 {Done: Ole Streicher } [saods9] saods9: Unable to save images to other bitmap formats like JPEG, TIFF etc. Unarchived Bug 1077631 Unarchived Bug 1085877 > End of message, stopping processing here. Please contact me if you need assistance. -- 1077631: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1077631 1085877: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1085877 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From ftpmaster at ftp-master.debian.org Thu Oct 24 19:34:40 2024 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 24 Oct 2024 18:34:40 +0000 Subject: [Debian-astro-maintainers] ginga_5.2.0-1_source.changes ACCEPTED into unstable Message-ID: Thank you for your contribution to Debian. Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Thu, 24 Oct 2024 16:38:27 +0200 Source: ginga Architecture: source Version: 5.2.0-1 Distribution: unstable Urgency: medium Maintainer: Debian Astronomy Team Changed-By: Ole Streicher Changes: ginga (5.2.0-1) unstable; urgency=medium . * New upstream version 5.2.0 * Rediff patches * New build dependency python3-puremagic Checksums-Sha1: ca99ae51ad165834632c80248c20d19d82752338 2416 ginga_5.2.0-1.dsc 81b8f4d4e14bf025ac9afb6e821df95445af58f1 33328732 ginga_5.2.0.orig.tar.gz 93e9d18f9b959d786afdddf05ba6b6b8d0b94848 6620 ginga_5.2.0-1.debian.tar.xz Checksums-Sha256: 4cc0fe0ed413ff1f261c4f721a736db98abc9dc417599fa2a7e4b45ecf752ecd 2416 ginga_5.2.0-1.dsc 506b5ed056c1bf7a02b97af2a92ea4f5e89afec006f51296ff71c7f12727ab3d 33328732 ginga_5.2.0.orig.tar.gz 25d90345c39034145ad75f40795d2b0bb5871335806d8af99a94cfc091100880 6620 ginga_5.2.0-1.debian.tar.xz Files: d832bee75656840a1371cebec9c9d385 2416 python optional ginga_5.2.0-1.dsc a488be9ed17f13289c4082b48a9e1fd8 33328732 python optional ginga_5.2.0.orig.tar.gz 8e62eb173e83550148fbe5eab9261e98 6620 python optional ginga_5.2.0-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEuvxshffLFD/utvsVcRWv0HcQ3PcFAmcaYqkACgkQcRWv0HcQ 3PdJCBAAn+f1dqEtsSuMdaMmh4hQDbmvMbv/G/Oe+TlQjK8VOdDMfqhOosOaXI7F fQfHj15TLNlcxFpfuRR9xnOjGOwQK7ARp+v3fIGbrEfiGBb9FmqTMt2VpmLV6wQ7 VYMggnT/jnPHwSkDSoti2g6gC3JffWKawqPrUeKr63ACKWw2/2RBcr4Ll8F779sG 9LYLAnERT+Leqb0kbwGomz3gma4MXYo7lAOO6qLJ4ZnL4dtG+KzQ6ju1si2csJOJ kpI/TveetJEiJf5MIrapjdNwlNXTfP9PcjxBSdcIAbUIT3aeBQuHuAHuWFCb0TAT a4lFtYzJboI/5K4pDx5SpTOjVmWXzgpzR27Bu1+tYm0llZS24KlbDDik9C8ohxRG X1dgv2ZHsWbY5eNNgMCJeBxXtlFJtGosbFEpRV1Aqt+T3eqqHAHlF9RP3uTznSK5 7P4fI9hUTCVozdfHcMSdj7ldwhF4JyL5f3h5nrfNva+Io/C092EpBzip0k73UFy4 sLWcjMG2dTunUjBL5Sj5TwSQ2v3+EFJaWtBDkAQbWR4BdswxNsuwQ7Rgui7eZkHq Tg0dpOvLbi+EvQKoet+62ZennBfq1B9axhaJUVhWf4u1XyQaZdbdiBpIXt3cHRpq mV5Z53iYezVjG//lr0S+pGG3ug6zbIqmSMG8l0AgeP0x6G0LtrI= =xrBB -----END PGP SIGNATURE----- -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 228 bytes Desc: not available URL: From noreply at release.debian.org Fri Oct 25 05:39:06 2024 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Fri, 25 Oct 2024 04:39:06 +0000 Subject: [Debian-astro-maintainers] radio-beam is marked for autoremoval from testing Message-ID: radio-beam 0.3.8-1 is marked for autoremoval from testing on 2024-11-23 It (build-)depends on packages with these RC bugs: 1080198: h5py: autopkgtest regressions with mpich as default provider on 32 bit architectures https://bugs.debian.org/1080198 For more information on the autoremoval process, including hints to prevent autoremoval can be found on the wiki: https://wiki.debian.org/Autoremoval This mail is generated by: https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl Autoremoval data is generated by: https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl From noreply at release.debian.org Fri Oct 25 05:39:10 2024 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 25 Oct 2024 04:39:10 +0000 Subject: [Debian-astro-maintainers] photutils 2.0.1-1 MIGRATED to testing Message-ID: FYI: The status of the photutils source package in Debian's testing distribution has changed. Previous version: 1.13.0-1 Current version: 2.0.1-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From ftpmaster at ftp-master.debian.org Fri Oct 25 08:26:03 2024 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 25 Oct 2024 07:26:03 +0000 Subject: [Debian-astro-maintainers] Processing of photutils_2.0.2-1_source.changes Message-ID: photutils_2.0.2-1_source.changes uploaded successfully to localhost along with the files: photutils_2.0.2-1.dsc photutils_2.0.2.orig.tar.gz photutils_2.0.2-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Fri Oct 25 08:34:21 2024 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 25 Oct 2024 07:34:21 +0000 Subject: [Debian-astro-maintainers] photutils_2.0.2-1_source.changes ACCEPTED into unstable Message-ID: Thank you for your contribution to Debian. Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Fri, 25 Oct 2024 09:00:15 +0200 Source: photutils Architecture: source Version: 2.0.2-1 Distribution: unstable Urgency: medium Maintainer: Debian Astronomy Team Changed-By: Ole Streicher Changes: photutils (2.0.2-1) unstable; urgency=medium . * New upstream version 2.0.2 Checksums-Sha1: eb385f3433abb80482e83139339bda196380c658 2268 photutils_2.0.2-1.dsc dec62808d19a59fe23980c6b4b7c925b18e27bf7 704484 photutils_2.0.2.orig.tar.gz 9c59955dea478fee9194279c13aa6fedd20316e2 5580 photutils_2.0.2-1.debian.tar.xz Checksums-Sha256: dbe126226ecdf384a3612e731f265448141aaf27add7fbd0a673f0e7f545f28e 2268 photutils_2.0.2-1.dsc f07b7d0eadf4b6a761074204915e8ba32f32565d853dd2503c792c4ed481ea52 704484 photutils_2.0.2.orig.tar.gz 8c90cc8309dd003f406c4bd93b37273fff39d69cdad63d1ca02a504be589b0a7 5580 photutils_2.0.2-1.debian.tar.xz Files: b3ee090a46facd6de80b3a72d3a35e31 2268 python optional photutils_2.0.2-1.dsc 8185da749187ccee58057bca04ec6500 704484 python optional photutils_2.0.2.orig.tar.gz 65c50f49319e6175de9fddd093f47270 5580 python optional photutils_2.0.2-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEuvxshffLFD/utvsVcRWv0HcQ3PcFAmcbRnEACgkQcRWv0HcQ 3PdyLRAAuUtPSReHKTk6Kbv7ZWJ+MmfHXYJwYhWXQpZCgq0nLSdol/FQUAgy1qSw 5IlEXq3NHiK5DqW9Uj8l7GZObxV/CsE9yvQs2xgxmHSMBobJfipicf5o/qjIIwrs Ocn0+K2AnBYKWZfCqbT7ZrOkuPnx25yAJUWg1MRWbt8SlrIGl0Vq9PoZp/nmkAIr dBwwBbEqfYNZTEbVY2C27NejwWGYAd2kMDtnRGmjNoIqk7BszYykgLwAQo5Yj/ca fRgZHE37AdnA2zxB2zukO3LHI1thHAaasPY0UP6DMuRPRV4ndAwmbkLnpjzfOSKt siXmvinyGqNQNoYkYFbotLYUFHzTS11DxFma7ZnSyVFmTNsajWCL3srn8DrwygEJ W3w0i18N+RvWItCyVBho4+V4NbNqGDHVMnqb76tgu9DXYTRjNXwQq4Fz4jwdUz2w 7D8Qrj/Qqhk/Pk691Daj0N3xkg2vHs0tCEEXE31hzLPsK3lDX7qz7Kl5wmu2jAIM TErDezZCfXOKNcFTYQTnv+HI29qasMYaszCO8Px2NSSjRVyG5dHO9RmDy5Kumjac jWVLcWhYXP85AmRfV+P66vewZRR3/V1cAZBcvDrsHaJJxz2I4Pv9l0FL6ZMhLM3I f2Xemubj9Ft0pszS02WjTOq0M5zyZeiQ6ZbmyBjh4FTcAPL5otU= =UOqW -----END PGP SIGNATURE----- -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 228 bytes Desc: not available URL: From owner at bugs.debian.org Fri Oct 25 11:03:02 2024 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 25 Oct 2024 10:03:02 +0000 Subject: [Debian-astro-maintainers] Processed: Re: astroalign : Latest upstream 2.6.0 requires 'sep-pjw' and not current 'sep' References: <7f9b240e8e15278b0f5edbfccfeea3cb3da27cd6.camel@kathenas.org> Message-ID: Processing control commands: > fixed -1 2.6.0-1 Bug #1085217 [astroalign] astroalign : Latest upstream 2.6.0 requires 'sep-pjw' and not current 'sep' There is no source info for the package 'astroalign' at version '2.6.0-1' with architecture '' Unable to make a source version for version '2.6.0-1' Marked as fixed in versions 2.6.0-1. -- 1085217: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1085217 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From philip.wyett at kathenas.org Fri Oct 25 11:01:22 2024 From: philip.wyett at kathenas.org (Phil Wyett) Date: Fri, 25 Oct 2024 11:01:22 +0100 Subject: [Debian-astro-maintainers] Bug#1085217: astroalign : Latest upstream 2.6.0 requires 'sep-pjw' and not current 'sep' References: <7f9b240e8e15278b0f5edbfccfeea3cb3da27cd6.camel@kathenas.org> Message-ID: Control: fixed -1 2.6.0-1 Hi all, Bug was fixed with the upload of 2.6.0-1. Regards Phil -- "I?play the game for the game?s own sake" Arthur Conan Doyle - The Adventure of the Bruce-Partington Plans -- Donations... Buy Me A Coffee: https://buymeacoffee.com/kathenasorg -- Internet Relay Chat (IRC): kathenas Matrix: #kathenas:matrix.org Website: https://kathenas.org Instagram: https://instagram.com/kathenasorg/ Threads: https://www.threads.net/@kathenasorg -- -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 870 bytes Desc: This is a digitally signed message part URL: From owner at bugs.debian.org Fri Oct 25 11:03:03 2024 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 25 Oct 2024 10:03:03 +0000 Subject: [Debian-astro-maintainers] Processed: Re: astroalign : Latest upstream 2.6.0 requires 'sep-pjw' and not current 'sep' References: <7f9b240e8e15278b0f5edbfccfeea3cb3da27cd6.camel@kathenas.org> Message-ID: Processing control commands: > fixed -1 2.6.0-1 Bug #1085217 [astroalign] astroalign : Latest upstream 2.6.0 requires 'sep-pjw' and not current 'sep' There is no source info for the package 'astroalign' at version '2.6.0-1' with architecture '' Unable to make a source version for version '2.6.0-1' Ignoring request to alter fixed versions of bug #1085217 to the same values previously set -- 1085217: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1085217 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From owner at bugs.debian.org Fri Oct 25 11:09:02 2024 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 25 Oct 2024 10:09:02 +0000 Subject: [Debian-astro-maintainers] Bug#1085217: marked as done (astroalign : Latest upstream 2.6.0 requires 'sep-pjw' and not current 'sep') References: <7964c0693e9074f62f49681a8ef077c967d1ebf8.camel@kathenas.org> <7f9b240e8e15278b0f5edbfccfeea3cb3da27cd6.camel@kathenas.org> Message-ID: Your message dated Fri, 25 Oct 2024 11:05:02 +0100 with message-id <7964c0693e9074f62f49681a8ef077c967d1ebf8.camel at kathenas.org> and subject line Re: astroalign : Latest upstream 2.6.0 requires 'sep-pjw' and not current 'sep' has caused the Debian Bug report #1085217, regarding astroalign : Latest upstream 2.6.0 requires 'sep-pjw' and not current 'sep' 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 at bugs.debian.org immediately.) -- 1085217: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1085217 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Phil Wyett Subject: astroalign : Latest upstream 2.6.0 requires 'sep-pjw' and not current 'sep' Date: Wed, 16 Oct 2024 19:40:41 +0100 Size: 6992 URL: -------------- next part -------------- An embedded message was scrubbed... From: Phil Wyett Subject: Re: astroalign : Latest upstream 2.6.0 requires 'sep-pjw' and not current 'sep' Date: Fri, 25 Oct 2024 11:05:02 +0100 Size: 6698 URL: From mkr-vt at isu.bg Fri Oct 25 12:18:32 2024 From: mkr-vt at isu.bg (mkr-vt at isu.bg) Date: Fri, 25 Oct 2024 04:18:32 -0700 Subject: [Debian-astro-maintainers] Best regards and Good luck. Message-ID: Dear I hope you are doing well as I write this. I would like to talk to you about a confidential topic. Would you kindly respond as soon as possible so that we can set up a time to communicate via email because this is beneficial and confidential fatimaahmeed991 at gmail.com I appreciate you taking the time to consider this. Warm regards, Ahmed Fatima -------------- next part -------------- An HTML attachment was scrubbed... URL: From owner at bugs.debian.org Fri Oct 25 13:27:09 2024 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 25 Oct 2024 12:27:09 +0000 Subject: [Debian-astro-maintainers] Processed: Re:wsclean: please build chgcentre References: <07132d2005b5fcb623b9b2208938fd5a0bbbbad4.camel@kathenas.org> Message-ID: Processing control commands: > tags -1 +wontfix Bug #1085304 {Done: Phil Wyett } [wsclean] wsclean: please build chgcentre Added tag(s) wontfix. -- 1085304: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1085304 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From owner at bugs.debian.org Fri Oct 25 13:27:08 2024 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 25 Oct 2024 12:27:08 +0000 Subject: [Debian-astro-maintainers] Bug#1085304: marked as done (wsclean: please build chgcentre) References: <07132d2005b5fcb623b9b2208938fd5a0bbbbad4.camel@kathenas.org> Message-ID: Your message dated Fri, 25 Oct 2024 13:22:33 +0100 with message-id <07132d2005b5fcb623b9b2208938fd5a0bbbbad4.camel at kathenas.org> and subject line Re:wsclean: please build chgcentre has caused the Debian Bug report #1085304, regarding wsclean: please build chgcentre 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 at bugs.debian.org immediately.) -- 1085304: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1085304 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: "McIntyre, Vincent (S&A, Marsfield)" Subject: wsclean: please build chgcentre Date: Thu, 17 Oct 2024 23:48:20 +0000 Size: 21732 URL: -------------- next part -------------- An embedded message was scrubbed... From: Phil Wyett Subject: Re:wsclean: please build chgcentre Date: Fri, 25 Oct 2024 13:22:33 +0100 Size: 7124 URL: From szima.gyorgy at medicorszerviz.hu Fri Oct 25 14:16:26 2024 From: szima.gyorgy at medicorszerviz.hu (szima.gyorgy at medicorszerviz.hu) Date: Fri, 25 Oct 2024 06:16:26 -0700 Subject: [Debian-astro-maintainers] Best regards and Good luck. Message-ID: <20241025151447.57B12CFAFE@mx.morse.hu> Dear I hope you are doing well as I write this. I would like to talk to you about a confidential topic. Would you kindly respond as soon as possible so that we can set up a time to communicate via email because this is beneficial and confidential fatimaahmeed991 at gmail.com I appreciate you taking the time to consider this. Warm regards, Ahmed Fatima -------------- next part -------------- An HTML attachment was scrubbed... URL: From owner at bugs.debian.org Fri Oct 25 21:15:45 2024 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 25 Oct 2024 20:15:45 +0000 Subject: [Debian-astro-maintainers] Bug#1081695: marked as done (FTBFS with Python 3.13) References: <3ff949ced884f422d8e0d8e759eaadc777d40cbc.camel@kathenas.org> Message-ID: Your message dated Fri, 25 Oct 2024 21:10:52 +0100 with message-id <3ff949ced884f422d8e0d8e759eaadc777d40cbc.camel at kathenas.org> and subject line Re: FTBFS with Python 3.13 has caused the Debian Bug report #1081695, regarding FTBFS with Python 3.13 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 at bugs.debian.org immediately.) -- 1081695: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1081695 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Stefano Rivera Subject: FTBFS with Python 3.13 Date: Fri, 13 Sep 2024 22:35:40 +0200 Size: 13161 URL: -------------- next part -------------- An embedded message was scrubbed... From: Phil Wyett Subject: Re: FTBFS with Python 3.13 Date: Fri, 25 Oct 2024 21:10:52 +0100 Size: 6690 URL: