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 132 133
|
pacparser (1.3.6-1.1) unstable; urgency=medium
* Non-maintainer upload. (Closes: #809466)
* Loop over supported python3 versions in build/install rules to add support
for multiple python3 versions
* Add removal of python build directory to clean rule
* Slightly change python3-pacparser descriptions to distinguish from python-
pacparser
* Add libpacparser1 to libpacparser-dev depends for proper shared library
package operation
-- Scott Kitterman <scott@kitterman.com> Mon, 11 Jan 2016 14:07:26 -0500
pacparser (1.3.6-1) unstable; urgency=medium
* Sync to upstream version 1.3.6.
* Fix debian/copyright.
* List of upstream changes: https://goo.gl/eJrQRB
-- Manu Garg <manugarg@gmail.com> Fri, 04 Sep 2015 12:27:18 -0700
pacparser (1.3.5-1) unstable; urgency=low
* Sync to upstream version 1.3.5.
* Apply a patch on top of that for debian hardening and document fixes.
* Complete list of changes in upstream: https://github.com/pacparser/pacparser/releases
-- Manu Garg <manugarg@gmail.com> Sun, 30 Aug 2015 23:33:07 -0700
pacparser (1.3.0-2.1) unstable; urgency=medium
* Non-maintainer upload.
* Port from python-support to dh_python (Closes: #786034)
-- Andrey Rahmatullin <wrar@debian.org> Thu, 20 Aug 2015 03:26:57 +0500
pacparser (1.3.0-2) unstable; urgency=low
* debian/control: Bumped Standards-Version (no changes)
-- Andrew Pollock <apollock@debian.org> Mon, 13 Feb 2012 09:23:41 -0800
pacparser (1.3.0-1) unstable; urgency=low
* Imported Upstream version 1.3.0
-- Manu Garg <manugarg@gmail.com> Sat, 10 Sep 2011 23:33:07 +0530
pacparser (1.2.9-1) unstable; urgency=low
* Imported Upstream version 1.2.9
* Fix the typo in last debian/changelog entry.
* Add a config file for git-buildpackage to make it build in
../build-area directory so that original source remains clean.
-- Manu Garg <manugarg@gmail.com> Wed, 04 May 2011 23:22:50 +0530
pacparser (1.2.7-1) unstable; urgency=low
* Imported Upstream version 1.2.7
* Use source format 3.0 (quilt)
* Add patch to skip the dns related post-build test, as network is
assumed to be not available in the debian build environment.
-- Manu Garg <manugarg@gmail.com> Wed, 16 Mar 2011 09:20:19 +0530
pacparser (1.2.6-3) unstable; urgency=low
* debian/control: transfer maintenance to Manu Garg, with myself as an
uploader
-- Andrew Pollock <apollock@debian.org> Fri, 07 Jan 2011 22:26:04 -0800
pacparser (1.2.6-2) unstable; urgency=low
* debian/control: rename libpacparser1-dev to libpacparser-dev
-- Andrew Pollock <apollock@debian.org> Fri, 26 Nov 2010 11:07:36 -0800
pacparser (1.2.6-1) unstable; urgency=low
* New upstream release
-- Andrew Pollock <apollock@debian.org> Fri, 17 Sep 2010 21:23:56 -0700
pacparser (1.2.5-1) unstable; urgency=low
* New upstream release
* debian/libpacparser1.manpages: add pactester manpage
* debian/control: update description for libpacparser1 to mention inclusion
of pactester
-- Andrew Pollock <apollock@debian.org> Mon, 13 Sep 2010 13:36:31 -0700
pacparser (1.2.2-2) unstable; urgency=low
* debian/libpacparser1.install: add pactester to the package
-- Andrew Pollock <apollock@debian.org> Sat, 11 Sep 2010 09:02:50 -0700
pacparser (1.2.2-1) unstable; urgency=low
* New upstream release
* debian/control: bumped Standards-Version (no changes)
* debian/control: remove build dependency on libmozjs-dev
-- Andrew Pollock <apollock@debian.org> Fri, 10 Sep 2010 21:54:24 -0700
pacparser (1.2.1-1) unstable; urgency=low
* New upstream release
-- Andrew Pollock <apollock@debian.org> Tue, 07 Sep 2010 09:39:05 -0700
pacparser (1.0.9-2) unstable; urgency=low
[ Luca Falavigna ]
* Do not rely on a particular Python when installing extension, fix
FTBFS with Python 2.6 as default (Closes: #571502).
* Build-depend on python-support and invoke dh_pysupport in rules to
allow byte-compilation of Python files (Closes: #566050).
[ Andrew Pollock ]
* Preempt NMU
* debian/control: bumped Standards-Version (no changes)
-- Andrew Pollock <apollock@debian.org> Fri, 05 Mar 2010 12:46:51 -0800
pacparser (1.0.9-1) unstable; urgency=low
* Initial release (Closes: #554844)
-- Andrew Pollock <apollock@debian.org> Thu, 03 Dec 2009 10:01:55 -0800
|