[DRE-commits] [SCM] ruby-build.git branch, master, updated. debian/20111230-1-5-gf33a824

Sebastian Boehm sebastian at sometimesfood.org
Wed May 2 16:39:52 UTC 2012


The following commit has been merged in the master branch:
commit bf42e65e18773292e06ca281e27458f3b350c7a7
Author: Sebastian Boehm <sebastian at sometimesfood.org>
Date:   Wed May 2 17:55:46 2012 +0200

    Update manpage in override_dh_install, remove debian/ruby-build.1

diff --git a/debian/.gitignore b/debian/.gitignore
index d5beafe..eb52259 100644
--- a/debian/.gitignore
+++ b/debian/.gitignore
@@ -4,3 +4,4 @@
 /ruby-build.substvars
 /ruby-build/
 ruby-build.1.html
+ruby-build.1
diff --git a/debian/changelog b/debian/changelog
index 2739db0..a2ed8c5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+ruby-build (20120423-1~1.gbp63f898) UNRELEASED; urgency=low
+
+  ** SNAPSHOT build @63f89853874e05d3218cdba3f802838fec7b1da2 **
+
+  * New upstream release
+  * Change packaging to tarball-oriented pkg-ruby-extras workflow
+  * Add ruby-ronn to Build-Depends, remove compiled manpage from VCS
+
+ -- Sebastian Boehm <sebastian at sometimesfood.org>  Wed, 02 May 2012 18:21:03 +0200
+
 ruby-build (20111230-1) unstable; urgency=low
 
   * New upstream release
diff --git a/debian/control b/debian/control
index 25bbf63..b867ba2 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,8 @@ Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Sebastian Boehm <sebastian at sometimesfood.org>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.50~)
-Standards-Version: 3.9.2
+Build-Depends: debhelper (>= 7.0.50~), ruby-ronn
+Standards-Version: 3.9.3
 Homepage: https://github.com/sstephenson/ruby-build
 Vcs-Git: git://git.debian.org/git/pkg-ruby-extras/ruby-build.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-build.git
diff --git a/debian/ruby-build.1 b/debian/ruby-build.1
deleted file mode 100644
index 8dfc815..0000000
--- a/debian/ruby-build.1
+++ /dev/null
@@ -1,99 +0,0 @@
-.\" generated with Ronn/v0.7.3
-.\" http://github.com/rtomayko/ronn/tree/0.7.3
-.
-.TH "RUBY\-BUILD" "1" "December 2011" "" ""
-.
-.SH "NAME"
-\fBruby\-build\fR \- compile and install Rubies
-.
-.SH "SYNOPSIS"
-\fBruby\-build\fR [\fB\-v\fR|\fB\-\-verbose\fR] \fIdefinition\fR \fIprefix\fR
-.
-.br
-\fBruby\-build\fR \fB\-\-definitions\fR
-.
-.br
-\fBruby\-build\fR \fB\-\-version\fR
-.
-.br
-\fBruby\-build\fR [\fB\-h\fR|\fB\-\-help\fR]
-.
-.br
-\fBrbenv install\fR \fIdefinition\fR
-.
-.br
-.
-.SH "DESCRIPTION"
-\fBruby\-build\fR provides a simple way to compile and install different versions of Ruby on UNIX\-like systems\.
-.
-.P
-\fBruby\-build\fR downloads, builds and installs the Ruby version specified in a \fIdefinition\fR into a \fIprefix\fR directory\. Definitions can be chosen from the list of installed definitions or by specifying a file path for a definition\.
-.
-.P
-rbenv(1) users can also use the provided \fBrbenv install\fR command, which installs Rubies into the \fBrbenv\fR directory\.
-.
-.SH "OPTIONS"
-.
-.TP
-\fB\-v\fR, \fB\-\-verbose\fR
-Display compiler messages on standard output\.
-.
-.TP
-\fB\-\-definitions\fR
-List available definitions\.
-.
-.TP
-\fB\-\-version\fR
-Show \fBruby\-build\fR version and exit\.
-.
-.TP
-\fB\-h\fR, \fB\-\-help\fR
-Show usage information and exit\.
-.
-.SH "EXAMPLES"
-Install Ruby 1\.9\.3 (MRI, patch level 0) to \fB~/rubies/mri\-1\.9\.3\fR
-.
-.IP "" 4
-.
-.nf
-
-$ ruby\-build 1\.9\.3\-p0 ~/rubies/mri\-1\.9\.3
-.
-.fi
-.
-.IP "" 0
-.
-.P
-Install Ruby Enterprise Edition 1\.8\.7 (patch level 2011\.03) for rbenv(1):
-.
-.IP "" 4
-.
-.nf
-
-$ rbenv install ree\-1\.8\.7\-2011\.03
-.
-.fi
-.
-.IP "" 0
-.
-.P
-Install Ruby from a custom definition into \fB~/your\-ruby\fR:
-.
-.IP "" 4
-.
-.nf
-
-$ rbenv install /path/to/your/own/ruby/definition ~/your\-ruby
-.
-.fi
-.
-.IP "" 0
-.
-.SH "AUTHORS"
-ruby\-build is developed by Sam Stephenson <\fIsam at 37signals\.com\fR>\.
-.
-.P
-This man page was written for the Debian GNU/Linux distribution by Sebastian Boehm <\fIsebastian at sometimesfood\.org\fR> but may be used by others\.
-.
-.SH "SEE ALSO"
-rbenv(1)
diff --git a/debian/rules b/debian/rules
index e1205b2..976c132 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
 %:
 	dh $@
 
-override_dh_install:
+override_dh_install: update-manpage
 	PREFIX=debian/ruby-build/usr ./install.sh
 	mkdir -p debian/ruby-build/usr/lib/rbenv/libexec
 	mv debian/ruby-build/usr/bin/rbenv-install debian/ruby-build/usr/lib/rbenv/libexec

-- 
ruby-build.git



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