[med-svn] r23735 - trunk/packages/R/r-bioc-gviz/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Wed May 10 10:44:21 UTC 2017


Author: tille
Date: 2017-05-10 10:44:21 +0000 (Wed, 10 May 2017)
New Revision: 23735

Modified:
   trunk/packages/R/r-bioc-gviz/trunk/debian/changelog
   trunk/packages/R/r-bioc-gviz/trunk/debian/rules
Log:
block network access during package build


Modified: trunk/packages/R/r-bioc-gviz/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-bioc-gviz/trunk/debian/changelog	2017-04-22 12:53:47 UTC (rev 23734)
+++ trunk/packages/R/r-bioc-gviz/trunk/debian/changelog	2017-05-10 10:44:21 UTC (rev 23735)
@@ -1,3 +1,10 @@
+r-bioc-gviz (1.18.1-2) unstable; urgency=medium
+
+  * block network access during package build
+    Closes: #862039
+
+ -- Andreas Tille <tille at debian.org>  Wed, 10 May 2017 12:09:46 +0200
+
 r-bioc-gviz (1.18.1-1) unstable; urgency=medium
 
   * New upstream version

Modified: trunk/packages/R/r-bioc-gviz/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-bioc-gviz/trunk/debian/rules	2017-04-22 12:53:47 UTC (rev 23734)
+++ trunk/packages/R/r-bioc-gviz/trunk/debian/rules	2017-05-10 10:44:21 UTC (rev 23735)
@@ -1,5 +1,8 @@
 #!/usr/bin/make -f
 
+# block network access during package build (see bug #862039)
+export https_proxy = https://127.0.0.1:9/
+
 %:
 	dh $@ --buildsystem R
 




More information about the debian-med-commit mailing list