[DRE-commits] [ruby-version-sorter] 01/01: Upload to unstable

Miguel Landaeta nomadium at moszumanska.debian.org
Tue Mar 31 20:48:20 UTC 2015


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

nomadium pushed a commit to branch master
in repository ruby-version-sorter.

commit d22fbd1e45531631308484838be2723d2485af6c
Author: Miguel Landaeta <nomadium at debian.org>
Date:   Tue Mar 31 17:36:18 2015 -0300

    Upload to unstable
---
 debian/changelog | 8 ++++++++
 debian/rules     | 8 ++++++++
 2 files changed, 16 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 7eeb417..327cd58 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+ruby-version-sorter (2.0.0+dfsg-2) unstable; urgency=medium
+
+  * Team upload.
+  * Don't install binaries that conflict with another packages.
+    (Closes: #781570).
+
+ -- Miguel Landaeta <nomadium at debian.org>  Tue, 31 Mar 2015 17:00:41 -0300
+
 ruby-version-sorter (2.0.0+dfsg-1) unstable; urgency=medium
 
   * Upstream update
diff --git a/debian/rules b/debian/rules
index d81794d..bcbd3ac 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,3 +13,11 @@
 
 %:
 	dh $@ --buildsystem=ruby --with ruby
+
+override_dh_auto_build:
+	test -d bin && mv bin bin.disabled
+	dh_auto_build
+
+override_dh_auto_clean:
+	-test -d bin.disabled && mv bin.disabled bin
+	dh_auto_clean

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



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