[DRE-commits] [ruby-activeldap] 03/06: [fix] install upstream changelog (non-canonical name)
Marc Dequènes
duck at moszumanska.debian.org
Fri Jan 3 11:22:48 UTC 2014
This is an automated email from the git hooks/post-receive script.
duck pushed a commit to branch master
in repository ruby-activeldap.
commit e2b06c763c1891f29ed446601378500da11b91e0
Author: Marc Dequènes (Duck) <Duck at DuckCorp.org>
Date: Fri Jan 3 11:34:28 2014 +0100
[fix] install upstream changelog (non-canonical name)
---
debian/changelog | 1 +
debian/rules | 3 +++
2 files changed, 4 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index c98d8fd..c66288c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ ruby-activeldap (4.0.1-1) UNRELEASED; urgency=medium
+ Now requires Rails components version 4.
* Removed obsolete package relations on libactiveldap-ruby-doc.
* Fixed extended-description-is-probably-too-short in doc package.
+ * Use 'doc/text/news.textile' as upstream changelog.
-- Marc Dequènes (Duck) <Duck at DuckCorp.org> Sun, 29 Dec 2013 22:44:15 +0100
diff --git a/debian/rules b/debian/rules
index f53941f..1a67c11 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,6 +26,9 @@ override_dh_installdocs:
rm debian/ruby-activeldap-doc/usr/share/doc/ruby-activeldap-doc/rdoc/js/jquery.js
dh_link -p ruby-activeldap-doc usr/share/javascript/jquery/jquery.js usr/share/doc/ruby-activeldap-doc/rdoc/js/jquery.js
+override_dh_installchangelogs:
+ dh_installchangelogs doc/text/news.textile
+
override_dh_auto_clean:
dh_auto_clean
rm -rf build-doc
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-activeldap.git
More information about the Pkg-ruby-extras-commits
mailing list