[Python-modules-commits] [qscintilla2] 01/01: Fix package name so Qt5 lib -dbg is not empty
Scott Kitterman
kitterman at moszumanska.debian.org
Sat Dec 16 08:35:10 UTC 2017
This is an automated email from the git hooks/post-receive script.
kitterman pushed a commit to branch debian/master
in repository qscintilla2.
commit 3b0428e0a4a06d9a9058855a98e9d54b715741d3
Author: Scott Kitterman <scott at kitterman.com>
Date: Sat Dec 16 03:16:01 2017 -0500
Fix package name so Qt5 lib -dbg is not empty
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index af8c643..775cc42 100755
--- a/debian/rules
+++ b/debian/rules
@@ -218,7 +218,7 @@ ifeq (,$(findstring -i, $(DH_OPTIONS)))
done
ifeq ($(qt5), "yes")
set -e; \
- for p in libqscintilla2-qt4-$(SONAME) libqscintilla2-qt5-designer \
+ for p in libqscintilla2-qt5-$(SONAME) libqscintilla2-qt5-designer \
python-pyqt5.qsci python3-pyqt5.qsci \
; do \
DH_OPTIONS= dh_strip -p$$p --dbg-package=$$p-dbg; \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/qscintilla2.git
More information about the Python-modules-commits
mailing list