[SCM] Packaging for pytables branch, master, updated. debian/2.4.0-1-17-g2c9186c

Antonio Valentino antonio.valentino at tiscali.it
Sat Jun 1 20:55:57 UTC 2013


The following commit has been merged in the master branch:
commit 84e0912c61295b0b26c28200b1b8c5fd79b346b4
Author: Antonio Valentino <antonio.valentino at tiscali.it>
Date:   Sat Jun 1 19:05:17 2013 +0000

    Fix PDF doc installation after upstream changes

diff --git a/debian/changelog b/debian/changelog
index 70dd9b0..3a4275f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,9 @@ pytables (3.0.0-1) UNRELEASED; urgency=low
   * Added vitables as suggested package (Closes: #702228)
   * Updated copyright file
   * Standard version bumped to 3.9.4 (no changes)
+  * Fix PDF doc installation after upstream changes
   * Removed obsolete DM-Upload-Allowed field from the control file
-  * Added a man page for the new pt2pt3 command line tool.
+  * Added a man page for the new pt2pt3 command line tool
   * Depend on numexpr >= 2.0
   * Minimum Python version is now 2.6
 
diff --git a/debian/rules b/debian/rules
index 288d2ac..d4ac3c6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,8 +15,9 @@ PYVERS=$(shell pyversions -vs)
 
 override_dh_auto_build:
 ifeq (,$(findstring nodoc,$(DEB_BUILD_OPTIONS)))
-	$(MAKE)
-	mv doc/usersguide-?.?.?.pdf doc/usersguide.pdf
+	$(MAKE) PWD=$(CURDIR)
+	$(MAKE) -C doc PWD=$(CURDIR) latexpdf
+	mv doc/build/latex/usersguide-*.pdf doc/usersguide.pdf
 else
 	$(MAKE) ANNOUNCE.txt
 	$(MAKE) -C src all

-- 
Packaging for pytables



More information about the debian-science-commits mailing list