[DRE-commits] [origami-pdf] 04/14: debian/patches/gemspec.patch: dropped, not needed anymore

Antonio Terceiro terceiro at moszumanska.debian.org
Fri Oct 28 19:31:14 UTC 2016


This is an automated email from the git hooks/post-receive script.

terceiro pushed a commit to branch master
in repository origami-pdf.

commit f3e00fb68b2ebff048826bb4886ef4d0242152de
Author: Antonio Terceiro <terceiro at softwarelivre.org>
Date:   Fri Oct 28 16:42:04 2016 -0200

    debian/patches/gemspec.patch: dropped, not needed anymore
---
 debian/changelog             |  1 +
 debian/patches/gemspec.patch | 24 ------------------------
 debian/patches/series        |  1 -
 3 files changed, 1 insertion(+), 25 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index da228ae..327c059 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ origami-pdf (2.0.0-1) UNRELEASED; urgency=medium
     + update Homepage: field
     + refresh debian/rules to make gem2deb-test-runner check dependencies
       during build.
+  * debian/patches/gemspec.patch: dropped, not needed anymore
 
  -- Antonio Terceiro <terceiro at debian.org>  Fri, 28 Oct 2016 16:35:27 -0200
 
diff --git a/debian/patches/gemspec.patch b/debian/patches/gemspec.patch
deleted file mode 100644
index 5e6de3d..0000000
--- a/debian/patches/gemspec.patch
+++ /dev/null
@@ -1,24 +0,0 @@
---- a/Rakefile.rb
-+++ b/Rakefile.rb
-@@ -20,7 +20,7 @@ As well, it can be used to create on-the
- DESC
- 
-   s.files             = FileList[
--    'README', 'COPYING.LESSER', "{lib,bin,tests,samples,templates}/**/*", "bin/shell/.irbrc"
-+    'README', 'COPYING.LESSER', "{lib,bin,test,samples,templates}/**/*", "bin/shell/.irbrc"
-   ].exclude(/\.pdf$/, /\.key$/, /\.crt$/, /\.conf$/).to_a
- 
-   s.require_path      = "lib"
-@@ -35,6 +35,12 @@ end
- 
- task :default => [:package]
- 
-+task :gemspec do
-+  File.open("#{spec.name}.gemspec", 'w') do |f|
-+    f.write(spec.to_ruby)
-+  end
-+end
-+
- Gem::PackageTask.new(spec) do |pkg|
-   pkg.need_tar = true
- end
diff --git a/debian/patches/series b/debian/patches/series
index bd8c398..2468612 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
-gemspec.patch
 paths.patch
 dont_include_before_requiring.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/origami-pdf.git



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