[DRE-commits] r3730 - in tools/ruby-pkg-tools/trunk: . debian sequences

Ryan Niebur ryan52-guest at alioth.debian.org
Thu Jul 2 03:35:30 UTC 2009


Author: ryan52-guest
Date: 2009-07-02 03:35:29 +0000 (Thu, 02 Jul 2009)
New Revision: 3730

Added:
   tools/ruby-pkg-tools/trunk/sequences/
   tools/ruby-pkg-tools/trunk/sequences/rdoc.pm
Modified:
   tools/ruby-pkg-tools/trunk/debian/changelog
   tools/ruby-pkg-tools/trunk/debian/ruby-pkg-tools.install
Log:
add a dh_rdoc sequence for debhelper

Modified: tools/ruby-pkg-tools/trunk/debian/changelog
===================================================================
--- tools/ruby-pkg-tools/trunk/debian/changelog	2009-07-01 23:28:15 UTC (rev 3729)
+++ tools/ruby-pkg-tools/trunk/debian/changelog	2009-07-02 03:35:29 UTC (rev 3730)
@@ -20,8 +20,11 @@
   [ Daniel Moerner ]
   * Add myself to the team.
 
- -- Ryan Niebur <ryanryan52 at gmail.com>  Mon, 01 Jun 2009 17:38:02 -0700
+  [ Ryan Niebur ]
+  * add a dh_rdoc sequence for debhelper
 
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Wed, 01 Jul 2009 20:35:23 -0700
+
 ruby-pkg-tools (0.14) unstable; urgency=high
 
   [ Antonio Terceiro ]

Modified: tools/ruby-pkg-tools/trunk/debian/ruby-pkg-tools.install
===================================================================
--- tools/ruby-pkg-tools/trunk/debian/ruby-pkg-tools.install	2009-07-01 23:28:15 UTC (rev 3729)
+++ tools/ruby-pkg-tools/trunk/debian/ruby-pkg-tools.install	2009-07-02 03:35:29 UTC (rev 3730)
@@ -1,3 +1,4 @@
 1                               usr/share/ruby-pkg-tools/
 pkg-ruby-extras.*               usr/share/ruby-pkg-tools/
 bin/*                           usr/bin
+sequences/*                     usr/share/perl5/Debian/Debhelper/Sequence/

Added: tools/ruby-pkg-tools/trunk/sequences/rdoc.pm
===================================================================
--- tools/ruby-pkg-tools/trunk/sequences/rdoc.pm	                        (rev 0)
+++ tools/ruby-pkg-tools/trunk/sequences/rdoc.pm	2009-07-02 03:35:29 UTC (rev 3730)
@@ -0,0 +1,7 @@
+#!/usr/bin/perl
+
+use warnings;
+use strict;
+use Debian::Debhelper::Dh_Lib;
+
+insert_after("dh_installman", "dh_rdoc");




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