[pytables] 01/01: Typo in BUILD_DATE

Antonio Valentino a_valentino-guest at moszumanska.debian.org
Sun Nov 6 08:41:44 UTC 2016


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

a_valentino-guest pushed a commit to branch master
in repository pytables.

commit 25ae814906bf32aa16b20326cabc1c75f315f8f1
Author: Antonio Valentino <antonio.valentino at tiscali.it>
Date:   Sun Nov 6 08:27:36 2016 +0100

    Typo in BUILD_DATE
---
 debian/changelog | 9 ++++++++-
 debian/rules     | 2 +-
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c0afd54..15cb655 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+pytables (3.3.0-5) UNRELEASED; urgency=medium
+
+  * debian/rules
+    - typo in BUILD_DATE
+
+ -- Antonio Valentino <antonio.valentino at tiscali.it>  Sun, 06 Nov 2016 08:25:24 +0100
+
 pytables (3.3.0-4) unstable; urgency=medium
 
   * debian/patches
@@ -39,7 +46,7 @@ pytables (3.3.0-1) unstable; urgency=medium
   * debian/rules
     - set hardening flags
   * debian/control
-    - cleanup and warning suppression 
+    - cleanup and warning suppression
     - add build dependency from python?-six
 
  -- Antonio Valentino <antonio.valentino at tiscali.it>  Mon, 31 Oct 2016 14:34:18 +0000
diff --git a/debian/rules b/debian/rules
index 8cf2681..db8d63a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ PY3VERS = $(shell py3versions -r -v)
 
 LAST_CHANGE=$(shell dpkg-parsechangelog -S Date)
 BUILD_DATE=$(shell LC_ALL=C date -u "+%B %d, %Y" -d "$(LAST_CHANGE)")
-SPHINXOPTS := -D today=\"$(BILD_DATE)\"
+SPHINXOPTS := -D today=\"$(BUILD_DATE)\"
 SPHINXOPTS += -D html_last_updated_fmt=\"$(BUILD_DATE)\"
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pytables.git



More information about the debian-science-commits mailing list