[DRE-commits] [SCM] ruby-rubymail.git branch, master, updated. debian/1.0.0-1-2-g11dc0f7

Per Andersson avtobiff at gmail.com
Thu Jun 28 11:49:39 UTC 2012


The following commit has been merged in the master branch:
commit 11dc0f7dc703c43d8e175d7135404e69aa2bf8fc
Author: Per Andersson <avtobiff at gmail.com>
Date:   Thu Jun 28 13:49:04 2012 +0200

    Install upstream changelog; add -O--buildsystem=ruby to dh overrides

diff --git a/debian/changelog b/debian/changelog
index 5c8ddf9..5a1d276 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -24,6 +24,9 @@ ruby-rubymail (1.0.0-1) unstable; urgency=low
   * debian/copyright:
     - Change format to DEP5.
     - Source is BSD licensed, updated accordingly.
+  * debian/rules:
+    - Install upstream changelog (don't install with ruby-rubymail.docs).
+    - Add -O--buildsystem=ruby to dh in overrides.
 
  -- Per Andersson <avtobiff at gmail.com>  Thu, 28 Jun 2012 13:37:01 +0200
 
diff --git a/debian/ruby-rubymail.docs b/debian/ruby-rubymail.docs
index 10ab8b4..8c8b9ac 100644
--- a/debian/ruby-rubymail.docs
+++ b/debian/ruby-rubymail.docs
@@ -1,5 +1,4 @@
 guide
-NEWS
 NOTES
 README
 THANKS
diff --git a/debian/rules b/debian/rules
index babb79b..7b88454 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,6 +15,9 @@
 	dh $@ --buildsystem=ruby --with ruby
 
 override_dh_auto_install:
-	dh_auto_install
+	dh_auto_install -O--buildsystem=ruby
 	# Remove script files from ruby-rubymail-doc
 	-rm -rf $(CURDIR)/debian/ruby-rubymail-doc/usr/lib
+
+override_dh_installchangelogs:
+	dh_installchangelogs -O--buildsystem=ruby NEWS

-- 
ruby-rubymail.git



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