Andreas Tille pushed to branch master at Debian Med / igraph
Commits: 93cb6034 by Andreas Tille at 2021-12-17T06:48:23+01:00 Fix spacing - - - - - c6f5ef8b by Andreas Tille at 2021-12-17T06:48:35+01:00 Fix watchfile to detect new versions on github - - - - - 5da16ee7 by Andreas Tille at 2021-12-17T06:54:37+01:00 cme fix dpkg-control - - - - - 3 changed files: - debian/changelog - debian/control - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +igraph (0.9.5+ds-2) UNRELEASED; urgency=medium + + * Fix watchfile (comment) to detect new versions on github + * cme fix dpkg-control + + -- Andreas Tille <[email protected]> Fri, 17 Dec 2021 06:48:35 +0100 + igraph (0.9.5+ds-1) experimental; urgency=medium * New upstream nano version. ===================================== debian/control ===================================== @@ -11,9 +11,9 @@ Build-Depends: debhelper-compat (= 13), bison, flex, libxml2-dev, - libplfit-dev (>=0.9.0), + libplfit-dev, libgmp-dev, - libarpack2-dev (>= 3.6.2-1~), + libarpack2-dev, libblas-dev, liblapack-dev, libsuitesparse-dev, @@ -23,8 +23,8 @@ Build-Depends: debhelper-compat (= 13), Build-Depends-Indep: python3, xmlto, source-highlight, - fop, - fonts-font-awesome + fop, + fonts-font-awesome Standards-Version: 4.6.0 Vcs-Browser: https://salsa.debian.org/med-team/igraph Vcs-Git: https://salsa.debian.org/med-team/igraph.git @@ -33,11 +33,11 @@ Rules-Requires-Root: no Package: libigraph2 Architecture: any +Multi-Arch: same Section: libs Depends: ${shlibs:Depends}, ${misc:Depends} Pre-Depends: ${misc:Pre-Depends} -Multi-Arch: same Description: library for creating and manipulating graphs igraph is a library for creating and manipulating graphs. It is intended to be as powerful (ie. fast) as possible to enable the @@ -47,12 +47,13 @@ Description: library for creating and manipulating graphs Package: libigraph-dev Architecture: any +Multi-Arch: same Section: libdevel Depends: libigraph2 (= ${binary:Version}), ${devlibs:Depends}, ${misc:Depends} -Suggests: libigraph-doc, pkg-config -Multi-Arch: same +Suggests: libigraph-doc, + pkg-config Description: library for creating and manipulating graphs - development files igraph is a library for creating and manipulating graphs. It is intended to be as powerful (ie. fast) as possible to enable the @@ -63,12 +64,15 @@ Description: library for creating and manipulating graphs - development files Package: libigraph-doc Architecture: all +Multi-Arch: foreign Section: doc -Depends: fonts-font-awesome, ${misc:Depends} -Suggests: libigraph-dev (= ${binary:Version}), libsuitesparse-dev, www-browser -Replaces: libigraph-examples (<< 0.9) +Depends: fonts-font-awesome, + ${misc:Depends} +Suggests: libigraph-dev (= ${binary:Version}), + libsuitesparse-dev, + www-browser Breaks: libigraph-examples (<< 0.9) -Multi-Arch: foreign +Replaces: libigraph-examples (<< 0.9) Description: library for creating and manipulating graphs - reference manual igraph is a library for creating and manipulating graphs. It is intended to be as powerful (ie. fast) as possible to enable the @@ -79,8 +83,9 @@ Description: library for creating and manipulating graphs - reference manual Package: libigraph-examples Architecture: all -Section: oldlibs -Depends: libigraph-doc, ${misc:Depends} Multi-Arch: foreign +Section: oldlibs +Depends: libigraph-doc, + ${misc:Depends} Description: transitional package This is a transitional package. It can safely be removed. ===================================== debian/watch ===================================== @@ -4,4 +4,4 @@ opts="repacksuffix=+ds,dversionmangle=s/\+ds[\d]?//,repack,compression=xz" \ https://igraph.org/c/#downloads .*/releases/download/.*/igraph-(\d[\d.-]+)\.tar\.gz # see https://github.com/igraph/igraph/issues/1377#issuecomment-620620166 -# https://github.com/igraph/igraph/releases .*/archive/(\d[\d.-]+)\.tar\.gz +# https://github.com/igraph/igraph/releases .*/(\d[\d.-]+)\.tar\.gz View it on GitLab: https://salsa.debian.org/med-team/igraph/-/compare/f3b797351ead4c339b49d7c4d0ac4512c2e2ce4e...5da16ee7110cb1905b4b08832700fa10cb9dce2f -- View it on GitLab: https://salsa.debian.org/med-team/igraph/-/compare/f3b797351ead4c339b49d7c4d0ac4512c2e2ce4e...5da16ee7110cb1905b4b08832700fa10cb9dce2f You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
