[DRE-commits] [rake] 01/03: Revert "build RDocs and install as separate package rake-doc"

Antonio Terceiro terceiro at moszumanska.debian.org
Mon Sep 15 22:25:01 UTC 2014


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

terceiro pushed a commit to branch master
in repository rake.

commit 86dbfeb16af6c78cbd836fc1804f9cf35573a6b3
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Mon Sep 15 18:58:02 2014 -0300

    Revert "build RDocs and install as separate package rake-doc"
    
    This reverts commit 5e87e2f0eeea30631b53afce293c17f7e6f8ea16.
---
 debian/control           | 20 --------------------
 debian/rake-doc.doc-base |  8 --------
 debian/rake-doc.docs     |  1 -
 debian/rake-doc.links    |  1 -
 debian/rake.docs         |  1 +
 debian/rules             | 13 -------------
 6 files changed, 1 insertion(+), 43 deletions(-)

diff --git a/debian/control b/debian/control
index 0f14503..d474ba7 100644
--- a/debian/control
+++ b/debian/control
@@ -37,23 +37,3 @@ Description: ruby make-like utility
      projects as a single file. Projects that depend upon
      rake do not require that rake be installed on target
      systems.
-
-Package: rake-doc
-Architecture: all
-Section: doc
-Depends: ${misc:Depends}, libjs-jquery
-Description: ruby make-like utility (documentation)
- Rake is a simple ruby build program with capabilities similar to make.
- .
- Rake has the following features:
-   * Rakefiles (rakes version of Makefiles) are completely defined in
-     standard Ruby syntax. No XML files to edit. No quirky Makefile
-     syntax to worry about (is that a tab or a space?)
-   * Users can specify tasks with prerequisites.
-   * Rake supports rule patterns to sythesize implicit tasks.
-   * Rake is lightweight. It can be distributed with other
-     projects as a single file. Projects that depend upon
-     rake do not require that rake be installed on target
-     systems.
- .
- This package includes the RDoc-generated documentation for Rake.
diff --git a/debian/rake-doc.doc-base b/debian/rake-doc.doc-base
deleted file mode 100644
index a084dbf..0000000
--- a/debian/rake-doc.doc-base
+++ /dev/null
@@ -1,8 +0,0 @@
-Document: rake
-Title: Documentation for Rake, a Make-like build utility for Ruby 
-Author: Jim Weirich
-Section: Programming/Ruby
-
-Format: HTML
-Index: /usr/share/doc/rake-doc/html/index.html
-Files: /usr/share/doc/rake-doc/html/*.html
diff --git a/debian/rake-doc.docs b/debian/rake-doc.docs
deleted file mode 100644
index 1936cc1..0000000
--- a/debian/rake-doc.docs
+++ /dev/null
@@ -1 +0,0 @@
-html
diff --git a/debian/rake-doc.links b/debian/rake-doc.links
deleted file mode 100644
index 55dbcfa..0000000
--- a/debian/rake-doc.links
+++ /dev/null
@@ -1 +0,0 @@
-usr/share/javascript/jquery/jquery.js usr/share/doc/rake-doc/html/js/jquery.js
diff --git a/debian/rake.docs b/debian/rake.docs
index e475c53..49d9590 100644
--- a/debian/rake.docs
+++ b/debian/rake.docs
@@ -1 +1,2 @@
 README.rdoc
+TODO
diff --git a/debian/rules b/debian/rules
index 6ef2385..eb9d444 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,20 +3,7 @@
 %:
 	dh $@ --buildsystem=ruby --with ruby
 
-override_dh_auto_build:
-	dh_auto_build
-	rdoc \
-	    --op html \
-	    --main README.rdoc \
-	    --title=Rake \
-	    README.rdoc History.rdoc CONTRIBUTING.rdoc \
-	    doc/ lib/
-
-override_dh_installchangelogs:
-	dh_installchangelogs History.rdoc
-
 override_dh_clean:
-	$(RM) -r html
 	$(RM) test/data/dryrun/temp_main
 	$(RM) test/data/dryrun/temp_two
 	$(RM) -r test/data/file_creation_task/build/

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



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