[med-svn] [r-cran-crayon] 04/09: Fix lintian issues and upload to new

Andreas Tille tille at debian.org
Mon Oct 9 09:50:53 UTC 2017


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

tille pushed a commit to branch master
in repository r-cran-crayon.

commit dec729766bf325d89cba58653f17617e76bd2610
Author: Andreas Tille <tille at debian.org>
Date:   Thu Jul 9 08:55:39 2015 +0000

    Fix lintian issues and upload to new
---
 debian/changelog | 4 ++--
 debian/rules     | 8 ++++++++
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9d5175e..540d226 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-r-cran-crayon (1.3.0-1) UNRELEASED; urgency=medium
+r-cran-crayon (1.3.0-1) unstable; urgency=medium
 
-  * Initial upload (Closes: #???)
+  * Initial upload (Closes: #791854)
 
  -- Andreas Tille <tille at debian.org>  Sat, 09 May 2015 08:52:18 +0200
diff --git a/debian/rules b/debian/rules
index 2fbba2d..f5a85fc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,3 +1,11 @@
 #!/usr/bin/make -f
 
 include /usr/share/R/debian/r-cran.mk
+
+install/$(package)::
+	rm -rf debian/$(package)/usr/lib/R/site-library/$(cranName)/LICENSE
+	mkdir -p debian/$(package)/usr/share/R/site-library/$(cranName)
+	mv debian/$(package)/usr/lib/R/site-library/$(cranName)/*.png debian/$(package)/usr/share/R/site-library/$(cranName)
+	for img in debian/$(package)/usr/share/R/site-library/$(cranName)/*.png ; do \
+	    ln -s ../../../../share/R/site-library/$(cranName)/`basename $${img}` debian/$(package)/usr/lib/R/site-library/$(cranName)/`basename $${img}` ; \
+	done

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-crayon.git



More information about the debian-med-commit mailing list