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
|
libdevice-usb-perl (0.37-2) unstable; urgency=medium
* Team upload.
[ Florian Schlichting ]
* forward fix-typo and hardening-flags.diff
[ gregor herrmann ]
* Fix autopkgtest: update debian/patches/hardening-flags.diff.
Only add $ENV{*FLAGS} if the variables are set which is usually not the
case at runtime and then leads to warnings about uninitialized values.
-- gregor herrmann <gregoa@debian.org> Sun, 12 Nov 2017 19:29:07 +0100
libdevice-usb-perl (0.37-1) unstable; urgency=medium
[ Salvatore Bonaccorso ]
* Update Vcs-Browser URL to cgit web frontend
* debian/control: Use HTTPS transport protocol for Vcs-Git URI
[ gregor herrmann ]
* Change bugtracker URL(s) to HTTPS.
* debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
* Remove Tim Retout from Uploaders. Thanks for your work!
[ Damyan Ivanov ]
* New upstream version 0.37
* add NEWS.Debian informing of upstream deprecation
* put myself as an Uploader
* upstream code moved to github, put that in Homepage
* install dump_usb.pl as an example
* adapt fix-typo and hardening-flags.patch to apply
* turn on bindnow hardening flag
* declare conformance with Policy 4.1.1
-- Damyan Ivanov <dmn@debian.org> Sat, 11 Nov 2017 16:26:14 +0000
libdevice-usb-perl (0.36-3) unstable; urgency=medium
* Team upload.
* Drop Inline workaround (debian/rules), use versioned build-dep instead
(debian/control). Fixed libinline-perl is available now.
-- gregor herrmann <gregoa@debian.org> Thu, 24 Jul 2014 17:27:57 +0200
libdevice-usb-perl (0.36-2) unstable; urgency=low
* Team upload.
* Drop build dependencies that are not used anymore.
* Strip trailing slash from metacpan URLs.
* Add (build) dependency on libinline-c-perl.
* debian/rules: work around a bug in Inline by moving FAQ.pod around.
Thanks to Niko Tyni for pointing out the Inline issue
(https://github.com/ingydotnet/inline-pm/pull/29).
Closes: #754993
-- gregor herrmann <gregoa@debian.org> Wed, 16 Jul 2014 20:41:57 +0200
libdevice-usb-perl (0.36-1) unstable; urgency=low
* Team upload.
* New upstream release.
* debian/copyright: update years and email address.
* Drop pod-encoding.diff, merged upstream. Refresh remaining patches.
* Declare compliance with Debian Policy 3.9.5.
-- gregor herrmann <gregoa@debian.org> Mon, 28 Oct 2013 23:37:11 +0100
libdevice-usb-perl (0.35-3) unstable; urgency=low
* Team upload.
[ gregor herrmann ]
* debian/control: update {versioned,alternative} (build) dependencies.
[ Salvatore Bonaccorso ]
* Change Vcs-Git to canonical URI (git://anonscm.debian.org)
* Change search.cpan.org based URIs to metacpan.org based URIs
[ gregor herrmann ]
* New patch pod-encoding.diff: add encoding information to POD.
(Closes: #708012)
* debian/copyright: switch formatting to Copyright-Format 1.0,
update license texts.
* Set Standards-Version to 3.9.4 (no changes).
* Use debhelper 9.20120312 to get all hardening flags.
* New patch hardening-flags.diff: Pass *FLAGS to compiler and linker to
really enable hardening.
-- gregor herrmann <gregoa@debian.org> Sun, 12 May 2013 19:45:12 +0200
libdevice-usb-perl (0.35-2) unstable; urgency=low
* Team upload.
[ Ansgar Burchardt ]
* debian/control: Convert Vcs-* fields to Git.
* Patch Makefile.PL to not check for libusb. (Closes: #639677)
+ new patch: just-assume-libusb-is-there.diff
* Bump Standards-Version to 3.9.2 (no changes).
[ Salvatore Bonaccorso ]
* debian/copyright: Replace DEP5 Format-Specification URL from
svn.debian.org to anonscm.debian.org URL.
-- Ansgar Burchardt <ansgar@debian.org> Mon, 29 Aug 2011 13:34:22 +0200
libdevice-usb-perl (0.35-1) unstable; urgency=low
* Initial Release. (Closes: #592193)
-- Tim Retout <diocles@debian.org> Tue, 10 Aug 2010 03:31:28 +0100
|