This is an automated email from the git hooks/post-receive script. sebastien pushed a commit to branch master in repository r-cran-igraph.
commit 243dcc4309ccf386cfa5a5a7a56d5cbfbd908871 Author: Sébastien Villemot <[email protected]> Date: Mon Oct 2 17:39:05 2017 +0200 Remove no_pkg_config_dependency.patch, add B-D on r-cran-pkgconfig. Closes: #877526 --- debian/control | 2 +- debian/patches/no_pkg_config_dependency.patch | 28 --------------------------- debian/patches/series | 1 - 3 files changed, 1 insertion(+), 30 deletions(-) diff --git a/debian/control b/debian/control index 577a535..f3d300a 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 10), r-cran-magrittr, r-cran-nmf, r-cran-irlba, - pkg-config, + r-cran-pkgconfig, libxml2-dev Standards-Version: 4.1.0 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/r-cran-igraph.git diff --git a/debian/patches/no_pkg_config_dependency.patch b/debian/patches/no_pkg_config_dependency.patch deleted file mode 100644 index abe8bc7..0000000 --- a/debian/patches/no_pkg_config_dependency.patch +++ /dev/null @@ -1,28 +0,0 @@ -Author: Andreas Tille <[email protected]> -Last-Update: Thu, 07 Sep 2017 12:14:09 +0200 -Description: Get rid of pkgconfig dependency - ---- a/DESCRIPTION -+++ b/DESCRIPTION -@@ -7,8 +7,7 @@ Description: Routines for simple graphs - handle large graphs very well and provides functions for generating random - and regular graphs, graph visualization, centrality methods and much more. - Depends: methods --Imports: graphics, grDevices, irlba, magrittr, Matrix, pkgconfig (>= -- 2.0.0), stats, utils -+Imports: graphics, grDevices, irlba, magrittr, Matrix, stats, utils - Suggests: ape, graph, igraphdata, NMF, rgl, scales, stats4, tcltk, - testthat - License: GPL (>= 2) ---- a/NAMESPACE -+++ b/NAMESPACE -@@ -891,9 +891,6 @@ importFrom(graphics,text) - importFrom(graphics,xspline) - importFrom(graphics,xyinch) - importFrom(magrittr,"%>%") --importFrom(pkgconfig,get_config) --importFrom(pkgconfig,set_config) --importFrom(pkgconfig,set_config_in) - importFrom(stats,IQR) - importFrom(stats,as.dendrogram) - importFrom(stats,as.hclust) diff --git a/debian/patches/series b/debian/patches/series index 33c8191..e69de29 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +0,0 @@ -no_pkg_config_dependency.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-igraph.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
