[Python-modules-commits] [python-poppler] 01/01: acknowledge NMU

Vincent Cheng vcheng at moszumanska.debian.org
Sun May 29 05:24:17 UTC 2016


This is an automated email from the git hooks/post-receive script.

vcheng pushed a commit to branch master
in repository python-poppler.

commit 0675295a42cb2c745c4c2daa11722564a3d0ab1f
Author: Vincent Cheng <vcheng at debian.org>
Date:   Sat May 28 22:23:55 2016 -0700

    acknowledge NMU
---
 debian/changelog | 20 +++++++++++++++++++-
 debian/rules     |  2 +-
 2 files changed, 20 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 45d22e1..b60a2d0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,11 @@
 python-poppler (0.12.1-9) UNRELEASED; urgency=low
 
+  * Team upload.
+  * Acknowledge NMU. Thanks Gregor!
+
+  [ Vincent Cheng ]
+  *
+
   [ Jakub Wilk ]
   * Use canonical URIs for Vcs-* fields.
 
@@ -7,7 +13,19 @@ python-poppler (0.12.1-9) UNRELEASED; urgency=low
   * Fixed homepage (https)
   * Fixed VCS URL (https)
 
- -- Jakub Wilk <jwilk at debian.org>  Sun, 05 May 2013 16:03:07 +0200
+ -- Vincent Cheng <vcheng at debian.org>  Sat, 28 May 2016 22:18:49 -0700
+
+python-poppler (0.12.1-8.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "FTBFS: /usr/bin/make: unrecognized option '--prefix|--exec-
+    prefix|--includes|--libs|--cflags|--ldflags|--extension-suffix|--
+    help|--configdir'":
+    apply Ubuntu changes done by Matthias Klose:
+    - Fix typo calling python-config --includes.
+    (Closes: #711800)
+
+ -- gregor herrmann <gregoa at debian.org>  Sun, 14 Jul 2013 15:28:56 +0200
 
 python-poppler (0.12.1-8) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 9916fc0..cfc4d56 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,7 +23,7 @@ override_dh_auto_configure:
 override_dh_auto_build:  
 	for pyvers in ${PYTHONS}; do \
 		$(MAKE) -C build/py$$pyvers/ PYTHON=python$$pyvers; \
-		$(MAKE) -C build/py$$pyvers-dbg/ PYTHON=python$$pyvers-dbg PYTHON_INCLUDES=`python$$pyvers-dbg-config --includes`; \
+		$(MAKE) -C build/py$$pyvers-dbg/ PYTHON=python$$pyvers-dbg PYTHON_INCLUDES=`python$$pyvers-dbg-config --include`; \
 	done
 
 override_dh_auto_install:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-poppler.git



More information about the Python-modules-commits mailing list