Your message dated Sun, 16 Nov 2014 20:44:36 +0000
with message-id <[email protected]>
and subject line Re: Bug#769795: unblock: python-whoosh/2.5.7-3
has caused the Debian Bug report #769795,
regarding unblock: python-whoosh/2.5.7-3
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 [email protected]
immediately.)
--
769795: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=769795
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
Please unblock package python-whoosh
Reason for unblock:
* Change python-whoosh.maintscript into python-whoosh-doc.maintscript
/usr/share/doc/python-whoosh-doc was a link to python-whoosh. Fixed
'prior-version' as the current one, see dpkg-maintscript-helper(1). Drop
optional 'package' since where are not using maintscript but
python-whoosh-doc.maintscript. Drop unused Pre-Depends on dpkg with support
of symlink_to_dir, added missing Pre-Depends on misc:Pre-Depends in
python-whoosh-doc (Closes: #768275)
Debdiff attached.
unblock python-whoosh/2.5.7-3
-- System Information:
Debian Release: jessie/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'testing-updates'), (500, 'unstable'),
(1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--
أحمد المحمودي (Ahmed El-Mahmoudy)
Digital design engineer
GPG KeyID: 0xEDDDA1B7
GPG Fingerprint: 8206 A196 2084 7E6D 0DF8 B176 BC19 6A94 EDDD A1B7
diff --git a/debian/changelog b/debian/changelog
index 1e1c72d..6f93923 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,20 @@
+python-whoosh (2.5.7-3) unstable; urgency=medium
+
+ [ أحمد المحمودي (Ahmed El-Mahmoudy) ]
+ * Update my email address.
+ * debian/control: Bumped Standards-Version to 3.9.6
+
+ [ Jean-Michel Nirgal Vourgère ]
+ * Change python-whoosh.maintscript into python-whoosh-doc.maintscript
+ /usr/share/doc/python-whoosh-doc was a link to python-whoosh. Fixed
+ 'prior-version' as the current one, see dpkg-maintscript-helper(1). Drop
+ optional 'package' since where are not using maintscript but
+ python-whoosh-doc.maintscript. Drop unused Pre-Depends on dpkg with support
+ of symlink_to_dir, added missing Pre-Depends on misc:Pre-Depends in
+ python-whoosh-doc (Closes: #768275)
+
+ -- أحمد المحمودي (Ahmed El-Mahmoudy) <[email protected]>
Sun, 16 Nov 2014 12:16:23 +0200
+
python-whoosh (2.5.7-2) unstable; urgency=medium
[ Zygmunt Krynicki ]
diff --git a/debian/control b/debian/control
index 3355663..e7b736a 100644
--- a/debian/control
+++ b/debian/control
@@ -1,10 +1,10 @@
Source: python-whoosh
Section: python
Priority: optional
-Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) <[email protected]>
+Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy)
<[email protected]>
Build-Depends: debhelper (>= 9), dh-python, python-setuptools,
python3-setuptools
Build-Depends-Indep: python3-sphinx (>= 1.0.7+dfsg), python-all (>= 2.6.6-2),
python3-all, python-pytest, python3-pytest
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
Homepage: http://bitbucket.org/mchaput/whoosh/
X-Python-Version: >= 2.5
X-Python3-Version: >= 3.2
@@ -13,7 +13,6 @@ Vcs-Browser:
http://anonscm.debian.org/gitweb/?p=collab-maint/python-whoosh.git
Package: python-whoosh
Architecture: all
-Pre-Depends: dpkg (>= 1.17.5)
Depends: ${python:Depends}, ${misc:Depends}
Suggests: python-whoosh-doc
Description: pure-Python full-text indexing, search, and spell checking
library (Python 2)
@@ -29,7 +28,6 @@ Description: pure-Python full-text indexing, search, and
spell checking library
Package: python3-whoosh
Architecture: all
-Pre-Depends: dpkg (>= 1.17.5)
Depends: ${python3:Depends}, ${misc:Depends}
Suggests: python-whoosh-doc
Description: pure-Python full-text indexing, search, and spell checking
library (Python 3)
@@ -47,6 +45,7 @@ Package: python-whoosh-doc
Architecture: all
Section: doc
Priority: extra
+Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Replaces: python-whoosh (<< 2.1.0)
Description: full-text indexing, search, and spell checking library (doc)
diff --git a/debian/copyright b/debian/copyright
index 687e355..8dcf9d8 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -9,7 +9,7 @@ License: BSD-2-clause
Files: debian/*
Copyright: 2009 Daniel Watkins <[email protected]>
- 2010-2014 أحمد المحمودي (Ahmed El-Mahmoudy) <[email protected]>
+ 2010-2014 أحمد المحمودي (Ahmed El-Mahmoudy)
<[email protected]>
License: BSD-2-clause
License: BSD-2-clause
diff --git a/debian/python-whoosh-doc.maintscript
b/debian/python-whoosh-doc.maintscript
new file mode 100644
index 0000000..3e276e1
--- /dev/null
+++ b/debian/python-whoosh-doc.maintscript
@@ -0,0 +1 @@
+symlink_to_dir /usr/share/doc/python-whoosh-doc python-whoosh 2.5.7-2.1~
diff --git a/debian/python-whoosh.maintscript b/debian/python-whoosh.maintscript
deleted file mode 100644
index 3f0ae77..0000000
--- a/debian/python-whoosh.maintscript
+++ /dev/null
@@ -1 +0,0 @@
-symlink_to_dir /usr/share/doc/python-whoosh /usr/share/doc/python-whoosh-doc
2.4.1-1~ python-whoosh
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
On Sun, Nov 16, 2014 at 04:49:24PM +0200, أحمد المحمودي wrote:
> Please unblock package python-whoosh
>
> Reason for unblock:
> * Change python-whoosh.maintscript into python-whoosh-doc.maintscript
> /usr/share/doc/python-whoosh-doc was a link to python-whoosh. Fixed
> 'prior-version' as the current one, see dpkg-maintscript-helper(1). Drop
> optional 'package' since where are not using maintscript but
> python-whoosh-doc.maintscript. Drop unused Pre-Depends on dpkg with
> support
> of symlink_to_dir, added missing Pre-Depends on misc:Pre-Depends in
> python-whoosh-doc (Closes: #768275)
Unblocked by adsb.
--
Jonathan Wiltshire [email protected]
Debian Developer http://people.debian.org/~jmw
4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC 74C3 5394 479D D352 4C51
signature.asc
Description: Digital signature
--- End Message ---