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
|
sdop (0.81-1) unstable; urgency=low
* New upstream version.
+ 20_typo_LFLAGS.diff: ./configure and the main Makefile set LDFLAGS but
src/Makefile looked for LFLAGS.
+ 21_typo_specfied.diff Fix typo. (Thanks, lintian!)
* Set Rules-Requires-Root: no.
-- Andreas Metzler <ametzler@debian.org> Sun, 07 Oct 2018 16:31:03 +0200
sdop (0.80-3) unstable; urgency=medium
[ Helmut Grohne ]
* Fix FTCBFS: Honour DEB_BUILD_OPTIONS=nocheck. Closes: #883883
[ Andreas Metzler ]
* [lintian] Drop trailing whitespace in debian/rules and debian/changelog.
* Sync priorities with override file (extra -> optional).
* Build with hardening=+all.
* Use debhelper v10 compat.
-- Andreas Metzler <ametzler@debian.org> Sat, 09 Dec 2017 10:59:22 +0100
sdop (0.80-2) unstable; urgency=medium
* Build with -Wall.
* Use dh_autoreconf.
* Use default jpeg library, build-depend on libjpeg-dev.
-- Andreas Metzler <ametzler@debian.org> Sun, 28 Sep 2014 13:51:58 +0200
sdop (0.80-1) unstable; urgency=low
* New upstream version.
* Bump dh compat to v9, drop superfluous b-d on dpkg-dev (>= 1.16.1).
* Use dh.
-- Andreas Metzler <ametzler@debian.org> Mon, 09 Dec 2013 20:02:10 +0100
sdop (0.71-1) unstable; urgency=low
* New upstream version.
-- Andreas Metzler <ametzler@debian.org> Sat, 26 May 2012 17:55:07 +0200
sdop (0.70-2) unstable; urgency=low
* b-d on libpng-dev instead of libpng12-dev. Closes: #662498
* Use 'dpkg-buildflags --export=configure' to get hardening-flags. Add
required b-d on dpkg-dev (>= 1.16.1). Manually append generated CPPFLAGS
to CFLAGS as CPPFLAGS is not used by Makefile.
* Add build-arch and build-indep targets.
-- Andreas Metzler <ametzler@debian.org> Mon, 05 Mar 2012 19:44:31 +0100
sdop (0.70-1) unstable; urgency=low
* New upstream version.
+ All debian patches applied, drop them.
-- Andreas Metzler <ametzler@debian.org> Sat, 05 Feb 2011 19:30:09 +0100
sdop (0.63-2) unstable; urgency=low
* Update patch tagging, all of them have been forwarded upstream.
* Sync with Ubuntu, by adding 40_fix_src_Makefile.diff.
(Thank you, Michael Bienia, for the rationale.)
- Move $(LIBS) to the end of the linker commandline.
- Fix two typos (s/LFLAGS/LDFLAGS/)
* Invoke $(MAKE) with FULLECHO='' to get verbose compiling messages.
-- Andreas Metzler <ametzler@debian.org> Sun, 21 Nov 2010 17:38:37 +0100
sdop (0.63-1) unstable; urgency=low
* New upstream version.
* Drop 31_updatejpeg8.diff, stop replacing testsuite jpeg files, included
upstream.
-- Andreas Metzler <ametzler@debian.org> Sun, 14 Nov 2010 17:44:53 +0100
sdop (0.61-4) unstable; urgency=low
* Regenerate testing/infiles/*jpg with
convert -quality 100 $i `basename $i jpg`tga
followed by
cjpeg -targa -quality 85 -optimize -dct float -sample 1x1 $i
> `basename $i tga`jpg
This way the testsuite output is identical for libjpeg62 and libjpeg8.
(Thank's Bill Allombert)
Update 31_updatejpeg8.diff. Add libjpeg62-dev as alternative
build-dependency, allowing to build on lenny again.
-- Andreas Metzler <ametzler@debian.org> Sun, 31 Jan 2010 15:05:35 +0100
sdop (0.61-3) unstable; urgency=low
* Update testsuite for libjpeg8. Bump build-depends. Closes: #565921
-- Andreas Metzler <ametzler@debian.org> Sat, 23 Jan 2010 15:43:27 +0100
sdop (0.61-2) unstable; urgency=low
* Use v3 format.
* 30_testsuiteexitonerror.diff: Die on testsuite error unless connected to a
tty. Closes: #546339
* Register documentation with docbook.
-- Andreas Metzler <ametzler@debian.org> Wed, 06 Jan 2010 14:48:47 +0100
sdop (0.61-1) unstable; urgency=low
* New upstream version.
+ No more need for .dfsg versioning, changes applied upstream.
+ Copy contents of share/fontmetrics/LICENCE to debian/copyright.
+ Add build-depends on libpng12-dev.
* Convert to quilt.
* Improve description. Thanks, Hendrik Sattler.
-- Andreas Metzler <ametzler@debian.org> Sat, 29 Aug 2009 15:28:52 +0200
sdop (0.52.dfsg-1) unstable; urgency=low
* Initial release (Closes: #533872)
-- Andreas Metzler <ametzler@debian.org> Sun, 21 Jun 2009 09:06:42 +0200
|