[Debian-zh-dev] Bug#906044: python-lunar: missing python dependency
Adrian Bunk
bunk at debian.org
Mon Aug 13 15:31:30 BST 2018
Package: python-lunar
Version: 2.0.1-3
Severity: serious
Tags: patch
Fix:
--- debian/control.old 2018-08-13 14:25:34.778543192 +0000
+++ debian/control 2018-08-13 14:27:30.354542090 +0000
@@ -10,6 +10,7 @@
libgtk2.0-dev,
libgtksourceview2.0-dev,
pkg-config,
+ dh-python,
python-gtk2-dev,
python-gtksourceview2,
Standards-Version: 3.9.8
@@ -64,7 +65,7 @@
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
- ${misc:Python},
+ ${python:Depends}
Description: Python bindings for the Chinese Lunar library
This library provide a struct to covert between Chinese lunar calendar
and Gregorian calendar.
--- debian/rules.old 2018-08-13 14:25:30.474543233 +0000
+++ debian/rules 2018-08-13 14:27:09.278542291 +0000
@@ -8,4 +8,5 @@
--exclude=liblunar-1.la \
--exclude=lunar.a \
--exclude=lunar.la \
+ --with python2 \
$(NULL)
More information about the Chinese-developers
mailing list