[DRE-commits] [SCM] ruby-ascii85.git branch, master, updated. upstream/1.0.1-6-g4eb4ec0

Cédric Boutillier cedric.boutillier at gmail.com
Fri Sep 2 21:57:28 UTC 2011


The following commit has been merged in the master branch:
commit df34b3b94f9f4d1708c35f849b81aadef989d915
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Fri Sep 2 11:59:31 2011 +0200

    erase debian-changes-1.0.1-1 inserted by error

diff --git a/debian/patches/debian-changes-1.0.1-1 b/debian/patches/debian-changes-1.0.1-1
deleted file mode 100644
index 182e18a..0000000
--- a/debian/patches/debian-changes-1.0.1-1
+++ /dev/null
@@ -1,49 +0,0 @@
-Description: Upstream changes introduced in version 1.0.1-1
- This patch has been created by dpkg-source during the package build.
- Here's the last changelog entry, hopefully it gives details on why
- those changes were made:
- .
- ruby-ascii85 (1.0.1-1) UNRELEASED; urgency=low
- .
-   * Initial release (Closes: #nnnn)
- .
- The person named in the Author field signed this changelog entry.
-Author: Cédric Boutillier <cedric.boutillier at gmail.com>
-
----
-The information above should follow the Patch Tagging Guidelines, please
-checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
-are templates for supplementary fields that you might want to add:
-
-Origin: <vendor|upstream|other>, <url of original patch>
-Bug: <url in upstream bugtracker>
-Bug-Debian: http://bugs.debian.org/<bugnumber>
-Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
-Forwarded: <no|not-needed|url proving that it has been forwarded>
-Reviewed-By: <name and email of someone who approved the patch>
-Last-Update: <YYYY-MM-DD>
-
---- ruby-ascii85-1.0.1.orig/spec/spec_helper.rb
-+++ ruby-ascii85-1.0.1/spec/spec_helper.rb
-@@ -1,6 +1,8 @@
- # encoding: utf-8
- 
--require File.join(File.dirname(__FILE__), '..', 'lib', 'ascii85')
-+#require File.join(File.dirname(__FILE__), '..', 'lib', 'ascii85')
-+require "rspec"
-+require "ascii85"
- 
- RSpec.configure do |c|
-   # Filter tests based on ruby version
---- ruby-ascii85-1.0.1.orig/spec/lib/ascii85_spec.rb
-+++ ruby-ascii85-1.0.1/spec/lib/ascii85_spec.rb
-@@ -1,6 +1,8 @@
- # encoding: utf-8
- 
--require File.join(File.dirname(__FILE__), '..', 'spec_helper')
-+puts File.dirname(__FILE__)
-+#require File.join(File.dirname(__FILE__), '..', 'spec_helper')
-+require "spec/spec_helper"
- 
- describe Ascii85 do
- 
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index f537d08..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-debian-changes-1.0.1-1

-- 
ruby-ascii85.git



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