[r-cran-httpuv] 01/01: debian/rules: do not install extra LICENSE file, do not install upstream NEWS file twice, fix clean target.

Joost van Baal joostvb at moszumanska.debian.org
Mon Dec 21 11:16:38 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-httpuv.

commit 10c94242a6609fd36c13eae03e3e408c97c25e43
Author: Joost van Baal-Ilić <joostvb at uvt.nl>
Date:   Mon Dec 21 11:16:24 2015 +0000

    debian/rules: do not install extra LICENSE file, do not install upstream NEWS file twice, fix clean target.
---
 debian/changelog | 2 ++
 debian/rules     | 9 +++++++++
 2 files changed, 11 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 1368141..9750cac 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ r-cran-httpuv (1.3.3-2) UNRELEASED; urgency=low
   * debian/control: add ${misc:Depends} to Depends in order to satisfy
     debhelper, thanks lintian.
   * debian/copyright: completed, see also upstream LICENSE.
+  * debian/rules: do not install extra LICENSE file, do not install upstream
+    NEWS file twice, fix clean target.
 
  -- Joost van Baal-Ilić <joostvb at debian.org>  Fri, 18 Dec 2015 15:37:18 +0100
 
diff --git a/debian/rules b/debian/rules
index 451258e..9de6575 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,16 @@
 #!/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)/LICENSE $(debRlib)/$(cranNameOrig)/NEWS
+
+clean::
+	rm -vf src/libuv/libuv.a src/libuv/src/.buildstamp src/libuv/src/unix/.buildstamp

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/r-cran-httpuv.git



More information about the debian-science-commits mailing list