~ubuntu-branches/ubuntu/quantal/ruby1.9.1/quantal

« back to all changes in this revision

Viewing changes to debian/patches/909_update_lib_README.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Lucas Nussbaum
  • Date: 2009-07-30 19:06:31 UTC
  • Revision ID: james.westby@ubuntu.com-20090730190631-3x30w2mtev71ah62
Tags: 1.9.1.243-0ubuntu1
* Upload snapshot from Debian's pkg-ruby SVN repository to karmic.
  SVN revision: 235.
  Likely to be similar to the final package uploaded to Debian.
  Known issues:
  + lintian warnings/errors (nothing important)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh /usr/share/dpatch/dpatch-run
 
2
## 809_update_lib_README.dpatch by Lucas Nussbaum <lucas@lucas-nussbaum.net>
 
3
##
 
4
## Fixes bug #414727
 
5
##
 
6
## All lines beginning with `## DP:' are a description of the patch.
 
7
## DP: No description.
 
8
 
 
9
@DPATCH@
 
10
diff -urNad trunk~/lib/README trunk/lib/README
 
11
--- trunk~/lib/README   2007-12-24 15:09:57.000000000 +0100
 
12
+++ trunk/lib/README    2008-02-01 17:56:14.000000000 +0100
 
13
@@ -23,7 +23,6 @@
 
14
 logger.rb      simple logging utility
 
15
 mathn.rb       extended math operation
 
16
 matrix.rb      matrix calculation library
 
17
-mkmf.rb                Makefile maker
 
18
 monitor.rb     exclusive region monitor for thread
 
19
 mutex_m.rb     mutex mixin
 
20
 net/ftp.rb     ftp access