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
|
corkscrew (2.0-9) unstable; urgency=low
* debian/control
- (Build-Depends): Rm dpkg-dev; not needed with debhelper 9.
- (standards-Version): Update to 3.9.3.1.
* debian/copyright
- Update to format 1.0.
* debian/patches
- (20): Refresh. Fix spelling mistake in code.
* debian/rules
- Enable all hardening flags.
- Use DEB_*_MAINT_* variables.
* debian/*.mk
- Minor updates.
-- Jari Aalto <jari.aalto@cante.net> Thu, 22 Mar 2012 15:21:20 -0400
corkscrew (2.0-8) unstable; urgency=low
* debian/compat
- Update to 9
* debian/control
- (Build-Depends): update to debhelper 9, dpkg-dev 1.16.1.
* debian/copyright
- Update to DEP5
* debian/rules
- Use hardened CFLAGS.
http://wiki.debian.org/ReleaseGoals/SecurityHardeningBuildFlags
-- Jari Aalto <jari.aalto@cante.net> Sat, 11 Feb 2012 15:51:33 -0500
corkscrew (2.0-7) unstable; urgency=medium
* debian/control:
- (Build-Depends): Add autotools-dev for latest config.guess and
config.sub files (FTBFS kfreebsd-*; Closes: #572291).
* debian/debian-autotools.mk
- Add config-prepare macro.
* debian/rules
- (override_dh_auto_configure): use config-prepare to set up
newest config (Closes: #534816).
- (install): In make call, move target call 'install' to the end of
line.
- (MANSECT): remove variable and integrate into 'man' target.
-- Jari Aalto <jari.aalto@cante.net> Wed, 03 Mar 2010 16:55:58 +0200
corkscrew (2.0-6) unstable; urgency=low
* New maintainer (Closes: #569185).
* Move to packaging format "3.0 (quilt)".
* debian/clean
- New file.
* debian/compat
- New file.
* debian/control
- (Build-Depends): Update to debhelper 7.1
- (Homepage): New.
- (Standards-Version): Update to 3.8.4.
* debian/copyright
- Update layout.
* debian/corkscrew.1
- Delete raw format manual page; change to POD format.
* debian/corkscrew.docs
- New file.
* debian/corkscrew.manpages
- New file.
* debian/corkscrew.pod.1
- New manual page format. corkscrew.1.
* debian/debian-autotools.mk
- New file.
* debian/pod2man.mk
- New file.
* debian/patches
- Convert direct modifications to standard patches.
* debian/rules
- Remove rules handled by standard dh(1).
- (override_dh_auto_configure): Use newest config.* files.
* debian/source/format
- New file.
* debian/watch
- New file.
-- Jari Aalto <jari.aalto@cante.net> Wed, 03 Mar 2010 11:13:44 +0200
corkscrew (2.0-5) unstable; urgency=low
* Updated config.sub/config.guess (thanks Aurelien Jarno)
(closes: #317321)
* Bumped Standards-Version to 3.6.2
-- Thomas Seyrat <tomasera@debian.org> Mon, 25 Jul 2005 11:40:14 +0200
corkscrew (2.0-4) unstable; urgency=low
* Applied patch by Frank Kirschner to fix issue when first packet
sent by proxy has both header and beginning of answer
* Included manpage provided by Laurent Fousse (closes: #222038)
* Fixed corkscrew path in README (closes: #219953)
* debian/rules minor changes
* Case adjustment in small description
* Bumped Standards-Version to 3.6.1
-- Thomas Seyrat <tomasera@debian.org> Sun, 29 Feb 2004 16:52:19 +0100
corkscrew (2.0-3) unstable; urgency=low
* Bumped Standards-Version to 3.5.7.
-- Thomas Seyrat <tomasera@debian.org> Sat, 21 Sep 2002 15:52:22 +0200
corkscrew (2.0-2) unstable; urgency=low
* Added README to documentation directory.
-- Thomas Seyrat <tomasera@debian.org> Fri, 17 May 2002 10:33:12 +0200
corkscrew (2.0-1) unstable; urgency=low
* Initial Release. (closes: #140343)
-- Thomas Seyrat <tomasera@debian.org> Thu, 28 Mar 2002 22:18:30 +0100
|