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 123 124 125 126 127 128 129 130 131
|
libnatpmp (20150609-7) unstable; urgency=medium
* Fix symlink overwrites of doc directories (Closes: #905200).
* Mark Multi-Arch same for libnatpmp1.
-- Yangfl <mmyangfl@gmail.com> Tue, 29 Jan 2019 16:33:03 +0800
libnatpmp (20150609-6) unstable; urgency=medium
[ Helmut Grohne ]
* Fix FTCBFS: multiarchify python Build-Depends. (Closes: #913150)
[ Yangfl ]
* Bump Standards-Version to 4.3.0.
* Bump debhelper compat to 12.
-- Yangfl <mmyangfl@gmail.com> Mon, 07 Jan 2019 00:43:47 +0800
libnatpmp (20150609-5) unstable; urgency=medium
* Fix symlink overwrites of doc directories (Closes: #905200).
* Bump Standards-Version to 4.2.0.
-- Yangfl <mmyangfl@gmail.com> Thu, 16 Aug 2018 19:42:06 +0800
libnatpmp (20150609-4) unstable; urgency=medium
* Move library to multiarch path.
* Make Homepage field more accurate.
-- Yangfl <mmyangfl@gmail.com> Wed, 23 May 2018 00:40:00 +0800
libnatpmp (20150609-3) unstable; urgency=medium
* Mark Replaces and Breaks natpmp-utils for natpmpc (Closes: #894249).
* Mark Multi-Arch same for libnatpmp-dev and python3-libnatpmp.
* Disable hurd-any due to lack of rt_msghdr and RTM_*.
* Bump Standards-Version to 4.1.4.
-- Yangfl <mmyangfl@gmail.com> Sat, 21 Apr 2018 16:36:49 +0800
libnatpmp (20150609-2) unstable; urgency=medium
* Uploading to unstable.
-- Thomas Goirand <zigo@debian.org> Mon, 26 Mar 2018 12:47:18 +0000
libnatpmp (20150609-1) experimental; urgency=medium
[ Yangfl ]
* New upstream release.
* Add Python 3 module.
* Rename natpmp-utils to natpmpc.
[ Thomas Goirand ]
* Updated VCS URLs to point to Salsa.
* Ran wrap-and-sort -bast.
* Added a debian/gbp.conf.
-- Thomas Goirand <zigo@debian.org> Thu, 01 Feb 2018 16:50:07 +0000
libnatpmp (20110808-3) unstable; urgency=low
[ Thomas Goirand ]
* Moves the natpmpc inside a new natpmp-utils package (Closes: #639084).
* Removes Debian specific natpmpc.1, since upstream integrated it in his
upstream tarball.
[ Stanislav Maslovski ]
* debian/control:
- no need to build-depend/depend on python: python module is not built
- corrected libnatpmp1 dependencies
- corrected libnatpmp-dev dependencies
- natpmp-utils replaces older libnatpmp binaries
- linatpmp1 suggests natpmp-utils
* debian/rules:
- do not move files by hand, use dh_install
- install docs and changelogs only once
* new files:
- natpmp-utils.install, natpmp-utils.manpages,
libnatpmp-dev.install, libnatpmp1.install
* removed files:
- libnatpmp1.shibls (not needed; autogenerated by dh_makeshlibs),
manpages
-- Thomas Goirand <zigo@debian.org> Wed, 24 Aug 2011 12:02:12 +0800
libnatpmp (20110808-2) unstable; urgency=low
* Removes the Provides: libnatpmp0 (Closes: #638828).
-- Thomas Goirand <zigo@debian.org> Mon, 22 Aug 2011 18:44:02 +0800
libnatpmp (20110808-1) unstable; urgency=low
* New upstream version 20110808, now building on kFreeBSD (Closes: #636786).
* libnatpmp-dev doesn't recommends minissdpd anymore (Closes: #630334).
-- Thomas Goirand <zigo@debian.org> Tue, 09 Aug 2011 17:09:53 +0800
libnatpmp (20110730-1) unstable; urgency=low
* New upstream release:
- Reviewed 3 clause BSD license on file headers (Closes: #633643).
* Renamed libnatpmp0 into libnatpmp1, as upstream did an ABI change,
consequently upgraded so version.
* Renamed libnatpmp0.shlibs as libnatpmp1.shlibs.
* Moving the .a into the .dev package.
* debian/copyright is now in correct DEP5 format.
-- Thomas Goirand <zigo@debian.org> Wed, 03 Aug 2011 03:21:46 +0800
libnatpmp (20101211-2) unstable; urgency=low
* libnatpmp-dev now depends on libnatpmp0 (= ${binary:Version})
(Closes: #630335).
* This time, uploading to SID.
* Standards-Version is now 3.9.2.
* Doesn't Recommends minissdpd, but Suggests it now (Closes: #630334).
* Updated Makefile to use LDFLAGS = -Wl,--no-undefined instead of just
--no-undefined, as it wouldn't build otherwise.
* Removed the first word (an article) in the short description as it was
bothering lintian.
-- Thomas Goirand <zigo@debian.org> Wed, 15 Jun 2011 21:30:24 +0800
libnatpmp (20101211-1) experimental; urgency=low
* Initial release. (Closes: #608280)
-- Thomas Goirand <zigo@debian.org> Wed, 29 Dec 2010 21:25:44 +0800
|