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 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153
|
libnet-tclink-perl (3.4.0-10) unstable; urgency=medium
[ Salvatore Bonaccorso ]
* Update Vcs-* headers for switch to salsa.debian.org
[ Xavier Guimard ]
* Email change: Xavier Guimard -> yadd@debian.org
[ gregor herrmann ]
* debian/control: update Build-Depends for cross builds.
* debian/watch: use uscan version 4.
* Declare compliance with Debian Policy 4.5.0.
* Set Rules-Requires-Root: no.
* Bump debhelper-compat to 13.
* Remove check for DEB_BUILD_OPTIONS=nocheck from debian/rules.
debhelper 13 does this for us.
* Update 'DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow' to '=+all'.
-- Jelmer Vernooij <jelmer@debian.org> Fri, 01 Jul 2022 00:19:42 +0100
libnet-tclink-perl (3.4.0-9) unstable; urgency=medium
* Team upload.
[ Salvatore Bonaccorso ]
* debian/control: Use HTTPS transport protocol for Vcs-Git URI
[ gregor herrmann ]
* debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
* Add patch from Reiner Herrmann to make build reproducible.
(Closes: #828635)
* Remove duplicate "the" from debian/copyright. Thanks to lintian.
* Set bindnow linker flag in debian/rules.
* Declare compliance with Debian Policy 3.9.8.
-- gregor herrmann <gregoa@debian.org> Sun, 26 Jun 2016 16:59:42 +0200
libnet-tclink-perl (3.4.0-8) unstable; urgency=medium
* Team upload.
* Rename autopkgtest configuration file(s) as per new pkg-perl-
autopkgtest schema.
* Add patch no-SSLv3.patch to use SSLv23_client_method() instead of the
insecure and removed SSLv3_client_method().
Thanks to Kurt Roeckx for the bug report. (Closes: #803974)
-- gregor herrmann <gregoa@debian.org> Fri, 06 Nov 2015 16:39:49 +0100
libnet-tclink-perl (3.4.0-7) unstable; urgency=low
* Team upload.
[ Salvatore Bonaccorso ]
* Change search.cpan.org based URIs to metacpan.org based URIs
[ gregor herrmann ]
* Strip trailing slash from metacpan URLs.
[ Axel Beckert ]
* Fix distribution name in Homepage header and debian/copyright. (dash
vs underscore, thanks DUCK!)
* Declare compliance with Debian Policy 3.9.6.
* Mark package as autopkgtestable.
* Fix calling of the test suite to make failures actually FTBFS.
Closes: #796028
* Add patch to disable the subtest which requires a network connection.
Closes: #796027
[ Salvatore Bonaccorso ]
* Update Vcs-Browser URL to cgit web frontend
-- gregor herrmann <gregoa@debian.org> Tue, 18 Aug 2015 20:42:37 +0200
libnet-tclink-perl (3.4.0-6) unstable; urgency=low
[ Xavier Guimard ]
* Update source format to 3.0 (quilt)
Convert old debian.diff into a quilt patch
* Add in debian/watch uversionmangle to replace X.X upstream versions
to X.X.0
* Update debian/copyright format to 1.0
* Add doc/* in docs
* Add doc-base file for HTML doc
* Bump Standards-Version to 3.9.4
* Bump debhelper compatibility to 9 to get all hardening flags
* Update debian/rules:
+ Use "dh $@"
+ Add override_dh_auto_configure to force INSTALLDIRS to vendor
-- Xavier Guimard <x.guimard@free.fr> Thu, 10 Jan 2013 06:23:32 +0100
libnet-tclink-perl (3.4.0-5) unstable; urgency=low
* Update rules as per current dh-make-perl
* Fix incorrect install location of TCLink.pm (closes: Bug#496949)
* Add watch file, revealing an extraneous .0 in the Debian package.
-- Ivan Kohler <ivan-debian@420.am> Thu, 28 Aug 2008 11:02:39 -0700
libnet-tclink-perl (3.4.0-4) unstable; urgency=low
* New maintainer (closes: Bug#352664).
-- Ivan Kohler <ivan-debian@420.am> Thu, 22 Jun 2006 00:40:43 -0700
libnet-tclink-perl (3.4.0-3) unstable; urgency=low
* QA upload.
* Package is orphaned (#352664); set maintainer to Debian QA Group.
* Switch to debhelper 5.
* debian/rules:
- Add support for DEB_BUILD_OPTIONS=noopt.
- Remove support for DEB_BUILD_OPTIONS=debug.
* debian/changelog: Remove obsolete Emacs local variables.
* Conforms to Standards version 3.6.2.
-- Matej Vela <vela@debian.org> Wed, 5 Apr 2006 17:55:09 +0200
libnet-tclink-perl (3.4.0-2) unstable; urgency=low
* changed Section from interpreters to perl
-- Dan Helfman <witten@debian.org> Fri, 12 Sep 2003 13:57:14 -0700
libnet-tclink-perl (3.4.0-1) unstable; urgency=low
* new upstream release
-- Dan Helfman <witten@debian.org> Wed, 10 Sep 2003 17:14:01 -0700
libnet-tclink-perl (3.3.1-4) unstable; urgency=low
* removed README.Debian. moved info to debian/copyright. closes: bug#157526.
-- Dan Helfman <witten@debian.org> Tue, 20 Aug 2002 18:11:01 -0700
libnet-tclink-perl (3.3.1-3) unstable; urgency=low
* added Build-Depends for libssl-dev. closes: bug#148706
-- Dan Helfman <witten@debian.org> Mon, 3 Jun 2002 12:40:39 -0700
libnet-tclink-perl (3.3.1-2) unstable; urgency=low
* added example code test.pl
-- Dan Helfman <witten@debian.org> Thu, 30 May 2002 14:54:23 -0700
libnet-tclink-perl (3.3.1-1) unstable; urgency=low
* initial release. closes: bug#148525
-- Dan Helfman <witten@debian.org> Wed, 29 May 2002 21:43:42 -0700
|