[DRE-commits] [gem2deb] 01/02: SetupRbInstaller: copy setup.rb instead of symlinking

Antonio Terceiro terceiro at moszumanska.debian.org
Thu Apr 9 14:46:08 UTC 2015


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

terceiro pushed a commit to branch master
in repository gem2deb.

commit 30a744963873e8a83de47265667246a38f8f9869
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Thu Apr 9 16:42:40 2015 +0200

    SetupRbInstaller: copy setup.rb instead of symlinking
    
    cp will fail if setup.rb is not there.
---
 debian/changelog | 2 ++
 debian/control   | 1 +
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 0968903..92cfa71 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ gem2deb (0.14) UNRELEASED; urgency=medium
 
   * TestRunner: when running build time tests, use the full path for extra
     library directories installed in debian/$pkg
+  * SetupRbInstaller: copy system copy of setup.rb instead of symlinking. This
+    will fail if it's not there.
 
  -- Antonio Terceiro <terceiro at debian.org>  Thu, 09 Apr 2015 16:14:32 +0200
 
diff --git a/debian/control b/debian/control
index edb8b40..a4e53ad 100644
--- a/debian/control
+++ b/debian/control
@@ -30,6 +30,7 @@ Depends: build-essential,
          gem2deb-test-runner (= ${source:Version}),
          ruby,
          ruby-all-dev (>= 1:2.1.0.3~),
+         ruby-setup,
          ${misc:Depends},
          ${perl:Depends},
          ${shlibs:Depends}

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



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