[DRE-commits] [spork] 01/01: Upload to unstable

Miguel Landaeta nomadium at moszumanska.debian.org
Tue Sep 16 23:25:50 UTC 2014


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

nomadium pushed a commit to branch master
in repository spork.

commit 92104f5547574c267297bdd22f1d365be2e5c0d0
Author: Miguel Landaeta <nomadium at debian.org>
Date:   Tue Sep 16 20:25:17 2014 -0300

    Upload to unstable
---
 debian/README.Debian | 8 ++++++++
 debian/changelog     | 7 +++++++
 debian/rules         | 4 ++++
 3 files changed, 19 insertions(+)

diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..1796240
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,8 @@
+README.Debian for spork
+-----------------------
+
+* spork executable had to be renamed to ruby-spork to avoid conflicts with
+  libspork-perl package that also ships an executable named spork.
+
+ -- Miguel Landaeta <nomadium at debian.org>  Tue, 16 Sep 2014 18:42:58 -0430
+
diff --git a/debian/changelog b/debian/changelog
index b882c5e..f9502dd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+spork (0.9.2-2) unstable; urgency=medium
+
+  * Rename spork binary to allow co-installation with libspork-perl.
+    (Closes: #757051).
+
+ -- Miguel Landaeta <nomadium at debian.org>  Tue, 16 Sep 2014 18:29:00 -0430
+
 spork (0.9.2-1) unstable; urgency=medium
 
   * Initial release. (Closes: #756789)
diff --git a/debian/rules b/debian/rules
index d81794d..98788d1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,3 +13,7 @@
 
 %:
 	dh $@ --buildsystem=ruby --with ruby
+
+override_dh_install:
+	dh_install
+	cd ./debian/spork/usr/bin/ && mv spork ruby-spork

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



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