[DRE-commits] [SCM] ruby-build.git branch, master, updated. debian/20121104-1-10-g7c9a5b6

Sebastian Boehm sebastian at sometimesfood.org
Sun Mar 3 09:48:06 UTC 2013


The following commit has been merged in the master branch:
commit 7c9a5b6b29c88387d2b19666f1ad66ea0a69786f
Author: Sebastian Boehm <sebastian at sometimesfood.org>
Date:   Sun Mar 3 10:47:19 2013 +0100

    Fix pedantic lintian warnings

diff --git a/debian/copyright b/debian/copyright
index 0c297a6..a4ad9c4 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-Format: http://dep.debian.net/deps/dep5/
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: ruby-build
 Source: https://github.com/sstephenson/ruby-build
 
diff --git a/debian/rules b/debian/rules
index 976c132..a515417 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,9 @@ override_dh_install: update-manpage
 	mkdir -p debian/ruby-build/usr/lib/rbenv/libexec
 	mv debian/ruby-build/usr/bin/rbenv-install debian/ruby-build/usr/lib/rbenv/libexec
 
+override_dh_installchangelogs:
+	dh_installchangelogs CHANGELOG.md
+
 get-orig-source:
 	uscan --download-current-version --force-download --rename
 

-- 
ruby-build.git



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