[DRE-commits] r5500 - trunk/librspec-ruby/debian

Tobias Grimm tiber-guest at alioth.debian.org
Thu Jun 3 11:43:45 UTC 2010


Author: tiber-guest
Date: 2010-06-03 11:43:40 +0000 (Thu, 03 Jun 2010)
New Revision: 5500

Added:
   trunk/librspec-ruby/debian/spec1.9.1.h2m
Modified:
   trunk/librspec-ruby/debian/changelog
   trunk/librspec-ruby/debian/rules
   trunk/librspec-ruby/debian/spec1.9.1.1.diff
Log:
Fixed manpage creation by not including the current date in the diff
(Closes: #584385)

Modified: trunk/librspec-ruby/debian/changelog
===================================================================
--- trunk/librspec-ruby/debian/changelog	2010-06-03 07:47:43 UTC (rev 5499)
+++ trunk/librspec-ruby/debian/changelog	2010-06-03 11:43:40 UTC (rev 5500)
@@ -1,3 +1,10 @@
+librspec-ruby (1.3.0-2) unstable; urgency=low
+
+  * Fixed manpage creation by not including the current date in the diff
+    (Closes: #584385)
+
+ -- Tobias Grimm <etobi at debian.org>  Thu, 03 Jun 2010 13:40:25 +0200
+
 librspec-ruby (1.3.0-1) unstable; urgency=low
 
   * New upstream release

Modified: trunk/librspec-ruby/debian/rules
===================================================================
--- trunk/librspec-ruby/debian/rules	2010-06-03 07:47:43 UTC (rev 5499)
+++ trunk/librspec-ruby/debian/rules	2010-06-03 11:43:40 UTC (rev 5500)
@@ -8,8 +8,9 @@
 
 build-stamp:
 	INLINEDIR=. help2man --no-info --include=debian/spec.h2m "ruby1.8 bin/spec" >spec.1
+	INLINEDIR=. help2man --no-info --include=debian/spec1.9.1.h2m "ruby1.8 bin/spec" >spec1.9.1.1
 	patch spec.1 <debian/spec.1.diff
-	cp spec.1 spec1.9.1.1
+	patch spec1.9.1.1 <debian/spec.1.diff
 	patch spec1.9.1.1 <debian/spec1.9.1.1.diff
 	touch build-stamp
 

Modified: trunk/librspec-ruby/debian/spec1.9.1.1.diff
===================================================================
--- trunk/librspec-ruby/debian/spec1.9.1.1.diff	2010-06-03 07:47:43 UTC (rev 5499)
+++ trunk/librspec-ruby/debian/spec1.9.1.1.diff	2010-06-03 11:43:40 UTC (rev 5500)
@@ -1,20 +1,11 @@
---- spec.1	2010-05-15 18:47:06.000000000 +0200
-+++ spec1.9.1.1	2010-05-15 18:53:46.000000000 +0200
-@@ -1,12 +1,13 @@
- .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.38.2.
--.TH SPEC "1" "May 2010" "spec 1.3.0" "User Commands"
-+.TH SPEC1.9.1 "1" "May 2010" "spec 1.3.0" "User Commands"
+--- a	2010-06-03 13:29:51.000000000 +0200
++++ b	2010-06-03 13:31:11.000000000 +0200
+@@ -3,7 +3,7 @@
  .SH NAME
--spec \- execute RSpec specifications
-+spec1.9.1 \- execute RSpec specifications
+ spec1.9.1 \- execute RSpec specifications with Ruby 1.9.1
  .SH SYNOPSIS
 -.B spec
 +.B spec1.9.1
  \fI(FILE(:LINE)?|DIRECTORY|GLOB)+ \fR[\fIoptions\fR]
  .SH DESCRIPTION
--`spec' executes the examples in the specified files and generates a report.
-+`spec1.9.1' executes the examples with Ruby 1.9.1 in the specified files
-+and generates a report.
- .TP
- \fB\-p\fR, \fB\-\-pattern\fR [PATTERN]
- Limit files loaded to those matching this pattern. Defaults to '**/*_spec.rb'
+ `spec1.9.1' executes the examples in the specified files with Ruby 1.9.1

Added: trunk/librspec-ruby/debian/spec1.9.1.h2m
===================================================================
--- trunk/librspec-ruby/debian/spec1.9.1.h2m	                        (rev 0)
+++ trunk/librspec-ruby/debian/spec1.9.1.h2m	2010-06-03 11:43:40 UTC (rev 5500)
@@ -0,0 +1,6 @@
+[name]
+spec1.9.1 \- execute RSpec specifications with Ruby 1.9.1
+
+[description]
+`spec1.9.1' executes the examples in the specified files with Ruby 1.9.1
+and generates a report.




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