[med-svn] [r-bioc-biocparallel] 03/04: Do not read d/changelog

Andreas Tille tille at debian.org
Mon Oct 2 11:52:27 UTC 2017


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

tille pushed a commit to branch master
in repository r-bioc-biocparallel.

commit 566a46afdd3113d59916d09461409c61656a3c18
Author: Andreas Tille <tille at debian.org>
Date:   Mon Oct 2 13:46:36 2017 +0200

    Do not read d/changelog
---
 debian/changelog |  1 +
 debian/rules     | 10 +---------
 2 files changed, 2 insertions(+), 9 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index cdf6318..ae2e4fe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ r-bioc-biocparallel (1.10.1-2) UNRELEASED; urgency=medium
   * Moved packaging from SVN to Git
   * Standards-Version: 4.1.1
   * Remove unneeded "Testsuite: autopkgtest"
+  * Do not read d/changelog
 
  -- Andreas Tille <tille at debian.org>  Mon, 02 Oct 2017 13:39:46 +0200
 
diff --git a/debian/rules b/debian/rules
index e58494a..4d04029 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,16 +1,8 @@
 #!/usr/bin/make -f
 
-debRreposname   := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}' | sed 's/r-\([a-z]\+\)-.*/\1/')
-awkString       := "'/^(Package|Bundle):/ {print $$2 }'"
-cranNameOrig    := $(shell awk "$(awkString)" DESCRIPTION)
-cranName        := $(shell echo "$(cranNameOrig)" | tr A-Z a-z)
-package         := r-$(debRreposname)-$(cranName)
-debRdir         := usr/lib/R/site-library
-debRlib         := $(CURDIR)/debian/$(package)/$(debRdir)
-
 %:
 	dh $@ --buildsystem R
 
 override_dh_fixperms:
 	dh_fixperms
-	chmod -x $(debRlib)/$(cranNameOrig)/snow/RMPInode.R
+	find debian -name RMPInode.R -exec chmod -x \{\} \;

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



More information about the debian-med-commit mailing list