[DRE-commits] [ruby-hamlit] 03/03: switch to gitub tarballs

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Tue Sep 13 08:17:26 UTC 2016


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

praveen pushed a commit to branch master
in repository ruby-hamlit.

commit c96e1d17c50dc7ec01c61e40e966b3c7a6268a55
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Tue Sep 13 13:07:12 2016 +0530

    switch to gitub tarballs
---
 debian/README.source                           | 1 -
 debian/changelog                               | 7 +++++++
 debian/patches/001-remove-git-in-gemspec.patch | 4 ++--
 3 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index cb992d0..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1 +0,0 @@
-Add test directory from github tarball to gem
diff --git a/debian/changelog b/debian/changelog
index 8c02ec5..664417d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ruby-hamlit (2.7.0-1) unstable; urgency=medium
+
+  * New upstream release
+  * Switch to github tarballs 
+
+ -- Pirate Praveen <praveen at debian.org>  Tue, 13 Sep 2016 13:06:54 +0530
+
 ruby-hamlit (2.5.0+debian-1) unstable; urgency=medium
 
   * Initial release (Closes: #829629)
diff --git a/debian/patches/001-remove-git-in-gemspec.patch b/debian/patches/001-remove-git-in-gemspec.patch
index a6ef089..d427c54 100644
--- a/debian/patches/001-remove-git-in-gemspec.patch
+++ b/debian/patches/001-remove-git-in-gemspec.patch
@@ -4,8 +4,8 @@
    spec.homepage      = 'https://github.com/k0kubun/hamlit'
    spec.license       = 'MIT'
  
--  spec.files         = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features|sample)/}) } + `git -C ext/hamlit/houdini ls-files -z`.split("\x0").map { |path| "ext/hamlit/houdini/#{path}" }
-+  spec.files         = ''
+-  spec.files         = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features|sample)/}) }
++  spec.files         = Dir['lib/**/*']+Dir['ext/**/*']+Dir['sample/**/*']+['REFERENCE.md']
    spec.bindir        = 'exe'
 -  spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
 +  spec.executables   = 'hamlit'

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



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