Your message dated Fri, 11 Apr 2025 13:22:56 +0000 with message-id <[🔎] E1u3ELQ-003qJ1-3F@fasolo.debian.org> and subject line Bug#1100760: Removed package(s) from unstable has caused the Debian Bug report #685147, regarding apt-xapian-index: [patch] add XPM term that contains a "mangled" version of the pkgname without "-" to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner@bugs.debian.org immediately.) -- 685147: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=685147 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: apt-xapian-index: [patch] add XPM term that contains a "mangled" version of the pkgname without "-"
- From: Michael Vogt <michael.vogt@ubuntu.com>
- Date: Fri, 17 Aug 2012 13:46:39 +0200
- Message-id: <20120817114639.21813.85542.reportbug@localhost6>
Package: apt-xapian-index Version: 0.44 Severity: wishlist Tags: patch User: ubuntu-devel@lists.ubuntu.com Usertags: origin-ubuntu quantal ubuntu-patch *** /tmp/tmpF0NRN8/bug_body In Ubuntu, the attached patch was applied to achieve the following: * add XPM term that contains a mangled version of the pkgname where all "-" are replaced with "_" to workaround that the queryparser considers "-" a special char Thanks for considering the patch. -- System Information: Debian Release: wheezy/sid APT prefers precise-updates APT policy: (500, 'precise-updates'), (500, 'precise-security'), (500, 'precise-proposed'), (500, 'precise'), (100, 'precise-backports') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-27-generic (SMP w/4 CPU cores) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dashdiff -Nru apt-xapian-index-0.44ubuntu6/debian/changelog apt-xapian-index-0.44ubuntu7/debian/changelog diff -Nru apt-xapian-index-0.44ubuntu6/debian/patches/02_axi-pkgname-mangled-term.patch apt-xapian-index-0.44ubuntu7/debian/patches/02_axi-pkgname-mangled-term.patch --- apt-xapian-index-0.44ubuntu6/debian/patches/02_axi-pkgname-mangled-term.patch 1970-01-01 01:00:00.000000000 +0100 +++ apt-xapian-index-0.44ubuntu7/debian/patches/02_axi-pkgname-mangled-term.patch 2012-08-17 13:35:01.000000000 +0200 @@ -0,0 +1,15 @@ +diff --git a/axi/indexer.py b/axi/indexer.py +index bd8bf95..084b13a 100644 +--- a/axi/indexer.py ++++ b/axi/indexer.py +@@ -531,6 +531,10 @@ class Indexer(object): + # Index the package name with a special prefix, to be able to find this + # document by exact package name match + document.add_term("XP"+pkg.name) ++ # the query parser is very unhappy about "-" in the pkgname, this ++ # breaks e.g. FLAG_WILDCARD based matching, so we add a mangled ++ # name here ++ document.add_term("XPM"+pkg.name.replace("-","_")) + # Have all the various plugins index their things + for addon in self.plugins: + addon.obj.index(document, pkg) diff -Nru apt-xapian-index-0.44ubuntu6/debian/patches/series apt-xapian-index-0.44ubuntu7/debian/patches/series --- apt-xapian-index-0.44ubuntu6/debian/patches/series 2011-09-21 13:27:03.000000000 +0200 +++ apt-xapian-index-0.44ubuntu7/debian/patches/series 2012-08-17 13:35:27.000000000 +0200 @@ -1 +1,2 @@ 01_axi_cjk_support.patch +02_axi-pkgname-mangled-term.patch \ No newline at end of file
--- End Message ---
--- Begin Message ---
- To: 509701-done@bugs.debian.org,516720-done@bugs.debian.org,564896-done@bugs.debian.org,592323-done@bugs.debian.org,602179-done@bugs.debian.org,602180-done@bugs.debian.org,602182-done@bugs.debian.org,602598-done@bugs.debian.org,618926-done@bugs.debian.org,648234-done@bugs.debian.org,661721-done@bugs.debian.org,661743-done@bugs.debian.org,676468-done@bugs.debian.org,684862-done@bugs.debian.org,685147-done@bugs.debian.org,685756-done@bugs.debian.org,689717-done@bugs.debian.org,693407-done@bugs.debian.org,726017-done@bugs.debian.org,760953-done@bugs.debian.org,783728-done@bugs.debian.org,821792-done@bugs.debian.org,931132-done@bugs.debian.org,933709-done@bugs.debian.org,935039-done@bugs.debian.org,935497-done@bugs.debian.org,965318-done@bugs.debian.org,982453-done@bugs.debian.org,1057450-done@bugs.debian.org,1095204-done@bugs.debian.org,813201-done@bugs.debian.org,
- Cc: apt-xapian-index@packages.debian.org
- Subject: Bug#1100760: Removed package(s) from unstable
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Fri, 11 Apr 2025 13:22:56 +0000
- Message-id: <[🔎] E1u3ELQ-003qJ1-3F@fasolo.debian.org>
Version: 0.56+rm Dear submitter, as the package apt-xapian-index 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/1100760 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@ftp-master.debian.org. Debian distribution maintenance software pp. Paul Tagliamonte (the ftpmaster behind the curtain)
--- End Message ---