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
|
twofish (0.3-3) unstable; urgency=low
* Standards-Version: 3.9.1.
+ debian/rules: Delete the use of "-D_REENTRANT".
* debian/control:
+ Add Vcs-* pointers to "deb-maint" at Alioth.
* lintian-overrides: No upstream changelog is present.
+ Affects libtwofish-dev and libtwofish0.
* debian/local/catwo.c: New example application.
+ debian/libtwofish-dev.examples: Mention that file.
* Extended documentation:
+ A new example and many typographic corrections.
+ debian/local/libtwofish.xml: New example "catwo.c".
+ debian/local/libtwofish.xsl: New file.
+ debian/local/libtwofish.3: Regenerated.
-- Mats Erik Andersson <mats.andersson@gisladisker.se> Thu, 21 Oct 2010 20:04:13 +0200
twofish (0.3-2) unstable; urgency=low
* New maintainer. (Closes: #522262)
* Standards-Version: 3.9.0, compatibility 7.
+ Section 'libdevel'.
+ Use 'dh_prep'.
* debian/patches/01-conditionals.diff: New file.
* Build a shared library package: libtwofish0.
* Add a simple manpage and Docbook source.
+ debian/local/libtwofish.3: New file
-- Mats Erik Andersson <mats.andersson@gisladisker.se> Thu, 22 Jul 2010 15:03:53 +0200
twofish (0.3-1) unstable; urgency=low
* new upstream version
+ Improved ISO/ANSI standard adherence.
+ Renamed a macro to avoid a naming conflict with a rogue gcc header file.
* debian/control: add dependency on libc6-dev | libc-dev
* debian/copyright: updated
* debian/patches: deleted
* debian/rules:
- stop compiling with -D__USE_STRING_INLINES and -D__OPTIMIZE__
- support DEB_BUILD_OPTIONS=noopts
-- Branden Robinson <branden@debian.org> Fri, 27 Sep 2002 23:24:30 -0500
twofish (0.2-1) unstable; urgency=low
* initial release (Closes: #161079)
* Thanks to Andew Suffield for eliminating this package's dependency on the
C library (the three required C library functions are included in the
static object).
-- Branden Robinson <branden@debian.org> Sun, 22 Sep 2002 14:28:38 -0500
twofish (0.0-0) unstable; urgency=low
* Fake entry to hide a lintian error.
vim:set ai tw=78 et sw=2 sts=2:
-- Branden Robinson <branden@debian.org> Sun, 22 Sep 2002 14:28:38 -0500
|