[r-cran-mime] 01/02: debian/rules: do not install upstream NEWS file twice
Joost van Baal
joostvb at moszumanska.debian.org
Tue Dec 22 09:56:36 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-mime.
commit 349e685bc8ddd09f0d420d3513c25a36c211faee
Author: Joost van Baal-Ilić <joostvb at nusku.mdcc.cx>
Date: Tue Dec 22 10:51:35 2015 +0100
debian/rules: do not install upstream NEWS file twice
---
debian/changelog | 6 ++++++
debian/rules | 6 ++++++
2 files changed, 12 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 0eb06f2..b4fe3ca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,12 @@ r-cran-mime (0.4-2) unstable; urgency=low
* UNRELEASED
* Initial release. Closes: #808156
+ * debian/rules: do not install upstream NEWS file twice
+
+ * FIXME debian/copyright: completed.
+ * FIXME debian/control: add ${misc:Depends} to Depends in order to satisfy
+ debhelper, thanks lintian.
+
-- Joost van Baal-Ilić <joostvb at debian.org> Mon, 21 Dec 2015 14:56:57 +0000
diff --git a/debian/rules b/debian/rules
index 451258e..4cc3209 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,13 @@
#!/usr/bin/make -f
+# Uncomment this to turn on verbose mode.
+# export DH_VERBOSE=1
+
# Use hardening flags for linking
include /usr/share/dpkg/buildflags.mk
makeFlags="LDFLAGS=$(LDFLAGS)"
include /usr/share/R/debian/r-cran.mk
+
+common-install-arch::
+ rm -vf $(debRlib)/$(cranNameOrig)/NEWS
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/r-cran-mime.git
More information about the debian-science-commits
mailing list