[DRE-commits] [ruby-github-markup] 02/03: Delete compressed javascript files in documentation

Cédric Boutillier boutil at moszumanska.debian.org
Wed Jun 8 11:36:25 UTC 2016


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

boutil pushed a commit to branch master
in repository ruby-github-markup.

commit e299f847e60b10db92ccd879e5201b123379492e
Author: Cédric Boutillier <boutil at debian.org>
Date:   Wed Jun 8 11:47:35 2016 +0200

    Delete compressed javascript files in documentation
---
 debian/changelog | 1 +
 debian/rules     | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index d0b1ee5..42ce45c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ ruby-github-markup (1.4.0+dfsg-2) unstable; urgency=medium
   * Bump Standards-Version to 3.9.8 (no changes needed)
   * Drop 0003-disable-failing-test.patch since the test is now passing
     (Closes: #799885)
+  * Delete compressed javascript files in documentation
 
  -- Cédric Boutillier <boutil at debian.org>  Wed, 08 Jun 2016 11:40:03 +0200
 
diff --git a/debian/rules b/debian/rules
index 4e36bba..f34034d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,6 +22,7 @@ override_dh_auto_build:
 	dh_auto_build
 	# build documentation
 	rdoc --main=README.md --exclude=commands lib
+	rm -f doc/js/*.js.gz
 
 override_dh_auto_install:
 	# use utf-8 locale so test cases work

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-github-markup.git



More information about the Pkg-ruby-extras-commits mailing list