Your message dated Fri, 11 Apr 2025 13:22:56 +0000
with message-id <e1u3elq-003qj1...@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 ow...@bugs.debian.org
immediately.)


-- 
685147: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=685147
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: apt-xapian-index
Version: 0.44
Severity: wishlist
Tags: patch
User: ubuntu-de...@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/dash
diff -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 ---
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
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Paul Tagliamonte (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to