Your message dated Thu, 03 Mar 2016 06:00:27 +0000
with message-id <e1abmjh-000189...@franck.debian.org>
and subject line Bug#815960: fixed in openalpr 2.2.4-1
has caused the Debian Bug report #815960,
regarding python-openalpr: Missing python interpreter 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 ow...@bugs.debian.org
immediately.)


-- 
815960: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=815960
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python-openalpr
Version: 2.2.3-1
Severity: serious
Tags: patch
Justification: Policy 3.5

The python bindings require python to be installed to work, so they have to
depend on them.  Please see the attached patch for the standard pythonic way
to do this.

Scott K
diff -Nru openalpr-2.2.3/debian/changelog openalpr-2.2.3/debian/changelog
--- openalpr-2.2.3/debian/changelog	2016-01-24 17:27:18.000000000 -0500
+++ openalpr-2.2.3/debian/changelog	2016-02-25 23:25:49.000000000 -0500
@@ -1,3 +1,10 @@
+openalpr (2.2.3-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Use dh-python to generate proper depends for python-openalpr
+
+ -- Scott Kitterman <sc...@kitterman.com>  Thu, 25 Feb 2016 23:25:02 -0500
+
 openalpr (2.2.3-1) unstable; urgency=low
 
   * Changed Debian config to build on all architectures (Closes: #812176)
diff -Nru openalpr-2.2.3/debian/control openalpr-2.2.3/debian/control
--- openalpr-2.2.3/debian/control	2016-01-24 15:34:14.000000000 -0500
+++ openalpr-2.2.3/debian/control	2016-02-25 23:28:28.000000000 -0500
@@ -4,7 +4,8 @@
 Maintainer: Matthew Hill <matth...@openalpr.com>
 Build-Depends: debhelper (>= 9), git, cmake, quilt, 
  libtesseract-dev, libleptonica-dev, liblog4cplus-dev,
- libcurl3-dev, uuid-dev, libopencv-dev, default-jdk
+ libcurl3-dev, uuid-dev, libopencv-dev, default-jdk,
+ python, dh-python
 Standards-Version: 3.9.6
 Homepage: https://github.com/openalpr/openalpr
 Vcs-Browser: https://github.com/openalpr/openalpr
@@ -102,7 +103,7 @@
 Package: python-openalpr
 Section: python
 Architecture: any
-Depends: libopenalpr-dev (= ${binary:Version}), ${misc:Depends}
+Depends: libopenalpr-dev (= ${binary:Version}), ${python:Depends}, ${misc:Depends}
 Description: Python binding for OpenALPR library
  OpenALPR is an open source Automatic License Plate Recognition library written
  in C++. The library analyzes images and identifies license plates. The output
diff -Nru openalpr-2.2.3/debian/rules openalpr-2.2.3/debian/rules
--- openalpr-2.2.3/debian/rules	2016-01-24 15:34:14.000000000 -0500
+++ openalpr-2.2.3/debian/rules	2016-02-25 23:26:14.000000000 -0500
@@ -29,7 +29,7 @@
 
 # main packaging script based on dh7 syntax
 %:
-	dh $@ --sourcedirectory=src --with quilt
+	dh $@ --sourcedirectory=src --with quilt,python2
 
 override_dh_auto_configure:
 	dh_auto_configure -- \

--- End Message ---
--- Begin Message ---
Source: openalpr
Source-Version: 2.2.4-1

We believe that the bug you reported is fixed in the latest version of
openalpr, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 815...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matthew Hill <matth...@openalpr.com> (supplier of updated openalpr package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sun, 28 Feb 2016 09:51:25 -0500
Source: openalpr
Binary: libopenalpr2 libopenalpr-dev libopenalpr-data openalpr openalpr-daemon 
openalpr-utils python-openalpr python3-openalpr
Architecture: source all amd64
Version: 2.2.4-1
Distribution: unstable
Urgency: low
Maintainer: Matthew Hill <matth...@openalpr.com>
Changed-By: Matthew Hill <matth...@openalpr.com>
Description:
 libopenalpr-data - Runtime data for the OpenALPR library
 libopenalpr-dev - Development files for the OpenALPR library
 libopenalpr2 - Automated License Plate Recognition library (OpenALPR)
 openalpr   - Command line program to operate the OpenALPR library
 openalpr-daemon - Daemon to run OpenALPR in the background
 openalpr-utils - Utilities for the OpenALPR library
 python-openalpr - Python binding for OpenALPR library
 python3-openalpr - Python 3 binding for OpenALPR library
Closes: 812738 813290 815959 815960 815961
Changes:
 openalpr (2.2.4-1) unstable; urgency=low
 .
   * Added Python3 bindings (Closes: #815961)
   * Remove frame number from JSON output (Closes: #813290)
   * Use dh-python to generate proper depends for python-openalpr (Closes:
     #815960)
   * Change python-openalpr from arch any to arch all (Closes: #815959)
   * Fixed build failure on Hurd (Closes: #812738)
   * Add bindings package for python3, python3-openalpr
   * Upload sponsored by Petter Reinholdtsen
Checksums-Sha1:
 60a27ee191638a9dfbef02b139f4b52055be7cc1 2376 openalpr_2.2.4-1.dsc
 deebac577adf6e807e44107a774d56582bf27bef 1516680 openalpr_2.2.4.orig.tar.gz
 354cee888cd8cbd62a47be49f10985f130412e7e 9904 openalpr_2.2.4-1.debian.tar.xz
 47e17d4f2b85eeac13f4146ba8f32861161d1d9f 771534 
libopenalpr-data_2.2.4-1_all.deb
 341aabb8d432b9e88ff250994a5f2b2e04eadb9e 307502 
libopenalpr-dev_2.2.4-1_amd64.deb
 f2c339f5b2ac74aeb2f848fa73d0dc320ec41497 4448726 
libopenalpr2-dbgsym_2.2.4-1_amd64.deb
 4346bb05cd03979bb5a09d335ba603efd42d6062 419628 libopenalpr2_2.2.4-1_amd64.deb
 a0d493461428308b2c8da0a6f2fe4d59d08b1228 498832 
openalpr-daemon-dbgsym_2.2.4-1_amd64.deb
 fae522a50b57f6d021fa243329e6af6c6fe868f5 73278 
openalpr-daemon_2.2.4-1_amd64.deb
 d0a94ce8fe11ed3030e2f16532d42026db5929d7 405956 
openalpr-dbgsym_2.2.4-1_amd64.deb
 01e6b2d597dd0e4b9ec4db786c3816382a42285c 1067164 
openalpr-utils-dbgsym_2.2.4-1_amd64.deb
 c4551c387367d593456c060d79dd7587a7b1e948 102574 
openalpr-utils_2.2.4-1_amd64.deb
 cfc2fcbc69515fd19ab80029870ff003a4b73b19 62594 openalpr_2.2.4-1_amd64.deb
 a912a52aa8c9a712f3154c01a7d1cc303c6e8dde 8506 python-openalpr_2.2.4-1_all.deb
 a1ea99091e3b78609b20778b91efc386d4b95732 8738 python3-openalpr_2.2.4-1_all.deb
Checksums-Sha256:
 9cfb0ae1b20899e62ed7434ddf4574749bcc06f284e8f48c43706fbf75164cab 2376 
openalpr_2.2.4-1.dsc
 d5705cfc9723cbffecfc12a4b26f43fa3471c30b856d59bd2eceb24ee5e99041 1516680 
openalpr_2.2.4.orig.tar.gz
 bfbeef22abae35d894a19d4dd5412efdefd2ea4ac5b96b80424e7cac526b0e7b 9904 
openalpr_2.2.4-1.debian.tar.xz
 a857d7d9a116e2f1d8ae2ad6fd0de23c19164025282554a203a607c1570d69c3 771534 
libopenalpr-data_2.2.4-1_all.deb
 0cc1de1f3f113eb0a6f255d81ad14a17420b1212acd45329446c009a983c7539 307502 
libopenalpr-dev_2.2.4-1_amd64.deb
 a97c1676baa8cd98d1064b657c1917af2db04dff19db3da8194dec96eba4f866 4448726 
libopenalpr2-dbgsym_2.2.4-1_amd64.deb
 d0a31e1bddeb8df8f2d8aaefbd82b890a511134e7506e8dabcd6bd0ba29d62b7 419628 
libopenalpr2_2.2.4-1_amd64.deb
 b51eff342bb5d25b6225809e143395ecc5f351f3d5b0e00f3e8c81ffb3d70008 498832 
openalpr-daemon-dbgsym_2.2.4-1_amd64.deb
 d741f517f420bf549ed16690d0a70110aa6a14d84cea30d3e86a83f9f8adf519 73278 
openalpr-daemon_2.2.4-1_amd64.deb
 58f4f6bf95e43caf5bc901a09811b34767431d9f45d9f4ad00dd04682a790488 405956 
openalpr-dbgsym_2.2.4-1_amd64.deb
 527e1c3143ebf6fc480a87fcbdc2d77cbdb1b8eb10b8a869b35a76b9fef0b561 1067164 
openalpr-utils-dbgsym_2.2.4-1_amd64.deb
 42c70e3eab33bb3703d05fc0669d08c2dde7c1ee1b86b5590e676198c3f94b5f 102574 
openalpr-utils_2.2.4-1_amd64.deb
 dc8b8726de62e18e2f0f54b4dde741dea56077edbd360b4afb1367a69cd662ff 62594 
openalpr_2.2.4-1_amd64.deb
 2d0820a1f1bc6f65c54fdc841d84b6238ca67b746d56dec17d2c09a06fc91815 8506 
python-openalpr_2.2.4-1_all.deb
 948bd543ad9493fa24637c63279442a9b38356fc70d9b2d506555e1586905ac7 8738 
python3-openalpr_2.2.4-1_all.deb
Files:
 b6867c55d6d73248a106d38269646916 2376 video optional openalpr_2.2.4-1.dsc
 588d34fd0ba0cf31571ce28821b58cad 1516680 video optional 
openalpr_2.2.4.orig.tar.gz
 668c82e89827a31610b19a73b1728223 9904 video optional 
openalpr_2.2.4-1.debian.tar.xz
 b5f051d0f4a6507e61197548d4cca463 771534 misc optional 
libopenalpr-data_2.2.4-1_all.deb
 5ac9ea820f888e3d404f8b82d2df4bce 307502 libdevel optional 
libopenalpr-dev_2.2.4-1_amd64.deb
 85d63cd7455f9dec20114efa599d61c9 4448726 debug extra 
libopenalpr2-dbgsym_2.2.4-1_amd64.deb
 2ca2c1697c0b09a37772c1672f6dee1e 419628 libs optional 
libopenalpr2_2.2.4-1_amd64.deb
 48956bccea520817485d280c3e6c4874 498832 debug extra 
openalpr-daemon-dbgsym_2.2.4-1_amd64.deb
 1e5891da2b52ad1f6d69928a732fd9d6 73278 video optional 
openalpr-daemon_2.2.4-1_amd64.deb
 f3e0b4f711cf832c7beebe742dd72b2f 405956 debug extra 
openalpr-dbgsym_2.2.4-1_amd64.deb
 487f57ff94d38c0ea5a6ba0071f196ff 1067164 debug extra 
openalpr-utils-dbgsym_2.2.4-1_amd64.deb
 3fdb226906f7c4d1302f8382fe37e062 102574 utils optional 
openalpr-utils_2.2.4-1_amd64.deb
 6ff996cebb23bd26e2ea6d8c299a4aab 62594 video optional 
openalpr_2.2.4-1_amd64.deb
 384fe7f77d3b95a903bd70246f6474c9 8506 python optional 
python-openalpr_2.2.4-1_all.deb
 15ce637e0f4ddb83689d74750093ca9a 8738 python optional 
python3-openalpr_2.2.4-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQIcBAEBCAAGBQJW1u2VAAoJEIEoCqCHuvsOp9wP/0kCgF34j7YlpC2FKSF2QpCH
VC1+VvC1J1ShuwC3+J1vq5ezbdhoM6FIQ2LO0wgCQP33mXYyut5VdOSAZSPwKOGm
Kxk7LWlI/w9Z8kH3L/6UVeI+q6QWullUZjH0o8BIJXddR15jrxEaphVOGq665bFL
tmpuEjrvjZk3Q9xVCH41c7VFbFS6R7RcTSyZpdSeabA9gPjFtJFqQuXxi8LZn4Sb
/wGFfmG/9ySIkMC7l90lUZWAop4n7sRqfHjG4R6dywp0kk83zNcfI1G5X0JK5DOX
CrOPqGu8i9ZHtFDX7S6ory/bTNIvmLDEhqxeh9KyWdmxviJkydkReNrD1GkuzIrx
gMPEEKEAtZkMU2vJPqpVNiUm8eX2/Ec7/3Y/2d2c2iivoJi4b+mmFLX5B4Uu94qj
+2UEPjGEgi7krRLO1T2kAzCOuTHI6xZWp0K7zquqSQaE9r/kLjrly/HGq6P3tCWZ
WD4Rd1yr2o/9144oooUlqKi6yUaRgXB4bwWQqP8hwpyIL7qJxO3IukPWw7lrypTB
UorXBWhKU26MypwrAnMwiC+j+sKeGHZOy/pX3CKLvILfpNHi/eAR6cbvb3LtIy58
8FQ2WgFXX9xmSjFa0thaQIP13BlBOPlGJDejfn9k/bZKYnjvLxGHuJBmE9PswNuH
ZaioduA+kH+MR8aTF1F9
=FCap
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to