diff --git a/debian/changelog b/debian/changelog index 3ac0106..b1d23a5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +reactphp-dns (0.4.16-1) unstable; urgency=medium + + * New upstream version. + + Update dependencies. + * Bump Standards-Version (no changes needed). + + -- Dominik George Sun, 02 Dec 2018 14:29:23 +0100 + reactphp-dns (0.4.15-1) unstable; urgency=medium * New upstream version. diff --git a/debian/control b/debian/control index 1103b54..9e32668 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 11), pkg-php-tools (>= 1.7~) -Standards-Version: 4.1.4 +Standards-Version: 4.2.1 Homepage: https://github.com/reactphp/dns Vcs-Git: https://salsa.debian.org/tdtf-team/reactphp-dns.git Vcs-Browser: https://salsa.debian.org/tdtf-team/reactphp-dns diff --git a/debian/patches/fix_deps.patch b/debian/patches/fix_deps.patch index b9201ea..389bd6e 100644 --- a/debian/patches/fix_deps.patch +++ b/debian/patches/fix_deps.patch @@ -11,11 +11,11 @@ - "react/promise": "^2.1 || ^1.2.1", - "react/promise-timer": "^1.2", - "react/stream": "^1.0 || ^0.7 || ^0.6 || ^0.5 || ^0.4.5" -+ "react/cache": "^0.4", -+ "react/event-loop": "^0.5", ++ "react/cache": "^0.5", ++ "react/event-loop": "^1.0", + "react/promise": "~2.0", + "react/promise-timer": "~1.0", -+ "react/stream": "^0.7" ++ "react/stream": "^1.0" }, "require-dev": { "clue/block-react": "^1.2",