[DRE-commits] r3946 - in trunk/capistrano/debian: . patches

Christopher Lunsford binarymutant-guest at alioth.debian.org
Sun Aug 23 11:02:35 UTC 2009


Author: binarymutant-guest
Date: 2009-08-23 11:02:35 +0000 (Sun, 23 Aug 2009)
New Revision: 3946

Added:
   trunk/capistrano/debian/README.source
   trunk/capistrano/debian/patches/
   trunk/capistrano/debian/patches/00list
   trunk/capistrano/debian/patches/01-env.dpatch
Modified:
   trunk/capistrano/debian/changelog
   trunk/capistrano/debian/control
   trunk/capistrano/debian/copyright
   trunk/capistrano/debian/rules
Log:
updated package for initial release


Added: trunk/capistrano/debian/README.source
===================================================================
--- trunk/capistrano/debian/README.source	                        (rev 0)
+++ trunk/capistrano/debian/README.source	2009-08-23 11:02:35 UTC (rev 3946)
@@ -0,0 +1 @@
+Please see /usr/share/doc/dpatch/README.source.gz for patch system information.

Modified: trunk/capistrano/debian/changelog
===================================================================
--- trunk/capistrano/debian/changelog	2009-08-23 08:40:34 UTC (rev 3945)
+++ trunk/capistrano/debian/changelog	2009-08-23 11:02:35 UTC (rev 3946)
@@ -1,6 +1,6 @@
-capistrano (2.5.0-1) UNRELEASED; urgency=low
+capistrano (2.5.5-1) UNRELEASED; urgency=low
 
+  [ Leandro Nunes dos Santos ]
   * Initial release (Closes: #428879)
 
- -- Leandro Nunes dos Santos <leandronunes at colivre.coop.br>  Sun, 18 Nov 2007 07:40:42 -0300
-
+ -- Christopher Lunsford <binarymutant at gmail.com>  Sun, 23 Aug 2009 05:19:00 -0400

Modified: trunk/capistrano/debian/control
===================================================================
--- trunk/capistrano/debian/control	2009-08-23 08:40:34 UTC (rev 3945)
+++ trunk/capistrano/debian/control	2009-08-23 11:02:35 UTC (rev 3946)
@@ -1,10 +1,10 @@
 Source: capistrano
 Section: admin
 Priority: extra
-Maintainer: Leandro Nunes dos Santos <leandronunes at colivre.coop.br>
+Maintainer: Christopher Lunsford <binarymutant at gmail.com>
 Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>, Jeremy Lainé <jeremy.laine at m4x.org>
-Build-Depends: debhelper (>= 5), cdbs, ruby1.8, ruby-pkg-tools
-Standards-Version: 3.7.3
+Build-Depends: debhelper (>= 5), dpatch, cdbs, ruby1.8, ruby-pkg-tools
+Standards-Version: 3.8.3
 Homepage: http://www.capify.org
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-ruby-extras/trunk/capistrano/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-ruby-extras/trunk/capistrano/

Modified: trunk/capistrano/debian/copyright
===================================================================
--- trunk/capistrano/debian/copyright	2009-08-23 08:40:34 UTC (rev 3945)
+++ trunk/capistrano/debian/copyright	2009-08-23 11:02:35 UTC (rev 3946)
@@ -1,5 +1,5 @@
-This package was debianized by Leandro Nunes dos Santos <leandronunes at colivre.coop.br> on
-Sun, 18 Nov 2007 07:40:42 -0300.
+This package was debianized by Christopher Lunsford <binarymutant at gmail.com> on
+Sun, 23 Aug 2009 06:02:42 -0500.
 
 It was downloaded from <http://www.capify.org/>
 
@@ -40,5 +40,5 @@
 terms of the GNU LGPL, Lesser General Public License version 2.1. See
 `/usr/share/common-licenses/LGPL-2.1'.
 
-The Debian packaging is (C) 2007, Leandro Nunes dos Santos <leandronunes at colivre.coop.br> and
-is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+The Debian packaging is (C) 2009, Christopher Lunsford <binarymutant at gmail.com> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL-3'.

Added: trunk/capistrano/debian/patches/00list
===================================================================
--- trunk/capistrano/debian/patches/00list	                        (rev 0)
+++ trunk/capistrano/debian/patches/00list	2009-08-23 11:02:35 UTC (rev 3946)
@@ -0,0 +1 @@
+01-env.dpatch

Added: trunk/capistrano/debian/patches/01-env.dpatch
===================================================================
--- trunk/capistrano/debian/patches/01-env.dpatch	                        (rev 0)
+++ trunk/capistrano/debian/patches/01-env.dpatch	2009-08-23 11:02:35 UTC (rev 3946)
@@ -0,0 +1,25 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 01-env.dpatch by  <binarymutant at gmail.com>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Changes /usr/bin/ruby1.8 to /usr/bin/env ruby
+
+ at DPATCH@
+diff -urNad capistrano-2.5.5~/bin/cap capistrano-2.5.5/bin/cap
+--- capistrano-2.5.5~/bin/cap	2009-08-23 06:05:27.000000000 -0400
++++ capistrano-2.5.5/bin/cap	2009-08-23 06:09:56.000000000 -0400
+@@ -1,4 +1,4 @@
+-#! /usr/bin/ruby1.8
++#!/usr/bin/env ruby
+ 
+ require 'capistrano/cli'
+ Capistrano::CLI.execute
+diff -urNad capistrano-2.5.5~/bin/capify capistrano-2.5.5/bin/capify
+--- capistrano-2.5.5~/bin/capify	2009-08-23 06:05:27.000000000 -0400
++++ capistrano-2.5.5/bin/capify	2009-08-23 06:10:02.000000000 -0400
+@@ -1,4 +1,4 @@
+-#! /usr/bin/ruby1.8
++#!/usr/bin/env ruby
+ 
+ require 'optparse'
+ 


Property changes on: trunk/capistrano/debian/patches/01-env.dpatch
___________________________________________________________________
Added: svn:executable
   + *

Modified: trunk/capistrano/debian/rules
===================================================================
--- trunk/capistrano/debian/rules	2009-08-23 08:40:34 UTC (rev 3945)
+++ trunk/capistrano/debian/rules	2009-08-23 11:02:35 UTC (rev 3946)
@@ -2,3 +2,5 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk
+include /usr/share/cdbs/1/rules/dpatch.mk
+include /usr/share/dpatch/dpatch.make




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