[r-cran-yaml] 01/01: debian/rules: deal with upstream LICENSE THANKS CHANGELOG in /u/s/d/$package/
Joost van Baal
joostvb at moszumanska.debian.org
Tue Dec 22 12:54:01 UTC 2015
This is an automated email from the git hooks/post-receive script.
joostvb pushed a commit to branch master
in repository r-cran-yaml.
commit c4b69931fd11f7c0c2380f11f2fb96e0bbab9c31
Author: Joost van Baal-Ilić <joostvb at janacopoulos.mdcc.cx>
Date: Tue Dec 22 13:53:56 2015 +0100
debian/rules: deal with upstream LICENSE THANKS CHANGELOG in /u/s/d/$package/
---
debian/changelog | 1 +
debian/rules | 5 +++++
2 files changed, 6 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index c21d697..9f4ed41 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ r-cran-yaml (2.1.13-2) unstable; urgency=low
* UNRELEASED
* Initial release. Closes: #808159
* debian/copyright: completed.
+ * debian/rules: deal with upstream LICENSE THANKS CHANGELOG in /u/s/d/$package/
-- Joost van Baal-Ilić <joostvb at debian.org> Tue, 22 Dec 2015 13:35:23 +0100
diff --git a/debian/rules b/debian/rules
index 451258e..8f485e8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,3 +5,8 @@ include /usr/share/dpkg/buildflags.mk
makeFlags="LDFLAGS=$(LDFLAGS)"
include /usr/share/R/debian/r-cran.mk
+
+common-install-arch::
+ rm -vf $(debRlib)/$(cranNameOrig)/LICENSE $(debRlib)/$(cranNameOrig)/CHANGELOG $(debRlib)/$(cranNameOrig)/THANKS
+ dh_installdocs -p$(package) ./THANKS
+ dh_installchangelogs -p$(package) ./CHANGELOG
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/r-cran-yaml.git
More information about the debian-science-commits
mailing list