1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122
|
python-igraph (0.7.1.post6-7) unstable; urgency=high
* Patch by Nicolas Boulenguez, thanks!
* Temporary workaround to avoid shipping headers in /usr/include/python3.7
(instead of /usr/include/python3.7m). This is likely to be a
python3-stdlib-extensions bug so we should consider removing this as soon
as the bug as been addressed (Closes: #920337).
* Migrate to compat = 12:
* debian/control:
- update debhelper dependency and migrate to debhelper-compat.
- Rules-Requires-Root: no.
* Remove now useless debian/compat file.
* Bump debian/watch version to 4.
-- Hugo Lefeuvre <hle@debian.org> Mon, 04 Feb 2019 09:02:15 +0100
python-igraph (0.7.1.post6-6) unstable; urgency=high
[ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org
* d/control: Deprecating priority extra as per policy 4.0.1
* d/watch: Use https protocol
* d/changelog: Remove trailing whitespaces
* d/control: Remove trailing whitespaces
* Convert git repository from git-dpm to gbp layout
[ Hugo Lefeuvre ]
* Thanks to Nicolas Boulenguez for his patch suggestions !
* debian/patches:
- Disable buggy tests causing FTBFS (Closes: #912410).
- Refresh patches.
* Bump compat to 11.
* debian/control:
- Bump Standards-Version to 4.3.0.
- Add python{3,}-numpy test dependency.
- Add python{3,}-texttable dependency, stop using version from vendors/.
- Bump debhelper dependency to >= 11.
- Enable autopkgtest.
* Bump copyright years.
* Convert to git-dpm and run wrap-and-sort -a.
-- Hugo Lefeuvre <hle@debian.org> Tue, 22 Jan 2019 20:41:32 +0100
python-igraph (0.7.1.post6-5) unstable; urgency=medium
* Upload to unstable.
* Bump Standards-Version to 4.0.0.
-- Hugo Lefeuvre <hle@debian.org> Sat, 23 Sep 2017 10:30:14 +0200
python-igraph (0.7.1.post6-4) experimental; urgency=low
* Bump compat level to 10 and update debhelper dependency accordingly.
* Bump copyright years in debian/copyright.
* Add hardening flags to the build options.
* Fix AttributeError when plotting graph inline in jupyter notebook
(Closes: #862054).
-- Hugo Lefeuvre <hle@debian.org> Sat, 10 Jun 2017 10:10:02 +0200
python-igraph (0.7.1.post6-3) unstable; urgency=medium
[ Ondřej Nový ]
* Fixed VCS URL (https)
[ Hugo Lefeuvre ]
* Fix FTBFS on i386 (Closes: #806383).
* debian/control:
- Add myself to the uploaders.
- Bump Standards-Version to 3.9.8.
- Update Homepage field.
- Update Description field for python-igraph and python3-igraph in order
to avoid duplicates.
- Add dh-python to the Build-Dependency list.
* debian/compat, debian/control:
- Bump compatibility to 9, and update dependency on debhelper to (> 9).
* debian/copyright:
- Add an entry for Hugo Lefeuvre.
- Update copyright years.
* debian/rules:
- Stop shipping empty directory /usr/bin.
-- Hugo Lefeuvre <hle@debian.org> Wed, 24 Aug 2016 11:34:14 +0200
python-igraph (0.7.1.post6-2) unstable; urgency=medium
* debian/control: Add pkg-config to Build-Depends. (Closes: #806230)
-- TANIGUCHI Takaki <takaki@debian.org> Thu, 26 Nov 2015 13:03:36 +0900
python-igraph (0.7.1.post6-1) unstable; urgency=medium
* New upstream release. (Closes: #758211)
+ Fix FTBFS. (Closes: #759858, #797829)
* Bump Standards-Version to 3.9.6.
* Support Python 3. (Closes: #742134)
-- TANIGUCHI Takaki <takaki@debian.org> Wed, 25 Nov 2015 13:51:21 +0900
python-igraph (0.6.5-1) unstable; urgency=low
[ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.
[ TANIGUCHI Takaki ]
* New upstream release
* Bump Standards-Version to 3.9.4.
-- TANIGUCHI Takaki <takaki@debian.org> Thu, 06 Jun 2013 10:57:53 +0900
python-igraph (0.5.4-2) unstable; urgency=low
* Stop installing /usr/bin/igrpah. (Closes: #664443)
* debian/control: Change Maintainer to DPMT.
-- TANIGUCHI Takaki <takaki@debian.org> Sun, 18 Mar 2012 11:38:57 +0900
python-igraph (0.5.4-1) unstable; urgency=low
* Initial release (Closes: #574825)
-- TANIGUCHI Takaki <takaki@debian.org> Sat, 17 Mar 2012 17:23:55 +0900
|