[Pkg-javascript-commits] [mathjax-docs] 01/01: More minor packaging changes.

Dmitry Shachnev mitya57-guest at moszumanska.debian.org
Wed Feb 12 08:43:26 UTC 2014


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

mitya57-guest pushed a commit to branch master
in repository mathjax-docs.

commit 709c73b14fd0d31b6bcfd0fbd60c97cdea429ce5
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Wed Feb 12 12:42:01 2014 +0400

    More minor packaging changes.
    
    * Do not run dh_auto_* commands, they have no effect.
    * Bump Standards-Version to 3.9.5, no changes needed.
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 debian/rules     | 2 --
 3 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e22e35d..7b3e69a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ mathjax-docs (2.3+20140108-1) unstable; urgency=low
   * No longer override dh_builddeb, xz compression is now default.
   * Remove minimized javascript without source from the tarball.
   * Move tarball creation code to debian/get-orig-source.sh.
+  * Bump Standards-Version to 3.9.5, no changes needed.
 
  -- Dmitry Shachnev <mitya57 at gmail.com>  Wed, 12 Feb 2014 11:42:41 +0400
 
diff --git a/debian/control b/debian/control
index 9850fe6..fc08a0e 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Dmitry Shachnev <mitya57 at gmail.com>
 Uploaders: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 9), python3-sphinx
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
 Homepage: https://github.com/mathjax/mathjax-docs
 Vcs-Git: git://anonscm.debian.org/pkg-javascript/mathjax-docs.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-javascript/mathjax-docs.git
diff --git a/debian/rules b/debian/rules
index c55fae2..b11dc08 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,11 +6,9 @@
 
 override_dh_auto_build:
 	sphinx-build . html
-	dh_auto_build
 
 override_dh_auto_clean:
 	rm -rf html
-	dh_auto_clean
 
 get-orig-source:
 	sh $(CURDIR)/debian/get-orig-source.sh

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/mathjax-docs.git



More information about the Pkg-javascript-commits mailing list