2012
swath (0.4.2-1) unstable; urgency=low
* B-Dep on dpkg-dev 1.16.1, not 0.16.1. * Imported Upstream version 0.4.2 * Build-dep on debhelper >= 9 and drop the lintian override * Update copyright years
-- Theppitak Karoonboonyanan <thep@debian.org> Wed, 08 Feb 2012 16:49:37 +0700
2011
swath (0.4.1-3) unstable; urgency=low
* Packaging moved to alioth, update Vcs-* accordingly * debian/control: Apply wrap-and-sort * Point Homepage to the dedicated page for SWATH * Suggest libthai-data, which can provide alternative dictionary
-- Theppitak Karoonboonyanan <thep@debian.org> Fri, 23 Dec 2011 08:36:47 +0700
swath (0.4.1-2) unstable; urgency=low
* Build with hardening flags:
- Bump debhelper compat to level 9.
- B-Dep on dpkg-dev (>= 0.16.1~) for dpkg-buildflags.
- B-Dep on debhelper (>= 8.9.0~) for dh_auto_configure that uses
dpkg-buildflags.
- debian/rules: Add DEB_BUILD_MAINT_OPTIONS to also enable bindnow & PIE.
* debian/rules: Remove dependencies from binary-indep target.
* debian/copyright:
- Use non-forwarding format URL; Bump to revision 202.
- Add extended text for GPL-2.
* Bump Standards-Version to 3.9.2 (no changes needed)
* Override package-needs-versioned-debhelper-build-depends 9 lintian tag.
-- Theppitak Karoonboonyanan <thep@debian.org> Sun, 06 Nov 2011 15:08:43 +0700
swath (0.4.1-1) unstable; urgency=low
* New upstream release.
* debian/copyright:
- Updated to DEP-5 rev 173.
- Update copyright years.
* debian/rules: Switch to dh 7 rules with dh-autoreconf.
* B-Dep on dh-autoreconf.
* B-Dep on debhelper (>= 7.0.50~) for override_dh_ targets support.
* Bump Standards-Version to 3.9.1 (no changes needed).
-- Theppitak Karoonboonyanan <thep@debian.org> Sun, 20 Mar 2011 15:24:15 +0700
2010
swath (0.4.0-4) unstable; urgency=low
* debian/rules: Fix failure to build twice in a row:
- Fix typo '$(MAKE) maintainerclan'
- Clean other changed files left over from 'make maintainer-clean'
- 'config.status' depends on 'configure.in' instead of 'configure'
-- Theppitak Karoonboonyanan <thep@debian.org> Thu, 14 Jan 2010 15:13:44 +0700
2009
swath (0.4.0-3) unstable; urgency=low
* debian/control:
- Update my e-mail address to @debian.org.
- Drop DM-Upload-Allowed.
* debian/copyright:
- Update my e-mail address for debian/* to @debian.org.
* debian/rules:
- Run autoreconf instead of just updating config.{sub,guess}
- Run 'make maintainerclean' instead of 'make distclean' on clean target,
to clear all autoconf-generated files
* debian/control:
- Build-Depends on libtool, automake, autoconf, for autoreconf.
- Drop Build-Depends on autotools-dev
* Switch to "3.0 (quilt)" source format.
* Bump Standards-Version to 3.8.3 (no changes needed)
-- Theppitak Karoonboonyanan <thep@debian.org> Thu, 10 Dec 2009 10:35:30 +0700
swath (0.4.0-2) unstable; urgency=low
* Drop versioned b-dep on dpkg-dev, as Vcs-Cvs: is no more needed. * Add missing b-dep on pkg-config. * Upload to unstable.
-- Theppitak Karoonboonyanan <thep@linux.thai.net> Wed, 15 Apr 2009 11:31:50 +0700
swath (0.4.0-1) experimental; urgency=low
* debian/watch: Fix watch pattern so that only *.tar.gz is matched, not
*.tar.gz.md5sum.
* VCS moved from CVS to SVN; update Vcs-* fields accordingly.
* New upstream version, with new dependency
- Build-dep on libdatrie-dev (>= 0.2.0), libdatrie1-bin
* Bump debhelper compat to level 7
- Bump debian/compat to 7
- Build-dep on debhelper (>= 7)
- debian/rules:
+ Replace obsoleted 'dh_clean -k' with 'dh_prep'
+ Remove *-stamp clean-ups in clean target, as dh_clean now does it
* debian/copyright:
- Update format to proposal rev 454
- Update copyright years
* Bump Standards-Version to 3.8.1, no changes needed.
-- Theppitak Karoonboonyanan <thep@linux.thai.net> Wed, 08 Apr 2009 14:56:02 +0700
2008
swath (0.3.4-1) unstable; urgency=low
* New upstream release
- More secure temporary file handling
* debian/control: Add DM-Upload-Allowed field, so I can upload it myself
next time.
-- Theppitak Karoonboonyanan <thep@linux.thai.net> Sun, 06 Apr 2008 12:43:10 +0700
swath (0.3.3-1) unstable; urgency=medium
* New upstream release
- Fix regression introduced during portability fix in 0.3.2.
- Fix bug that prevent '-u u,u' from working.
- Minor code and doc improvements.
* src/swath.1: Pull fix from upstream CVS for more minus sign escaping.
(lintian)
* Medium urgency due to grave regression fix.
-- Theppitak Karoonboonyanan <thep@linux.thai.net> Sun, 23 Mar 2008 09:30:59 +0700
swath (0.3.2-1) unstable; urgency=low
* debian/watch: Added.
* debian/copyright: Update source URL. Rewrite in machine-interpretable
format.
* Add Vcs-Cvs, Vcs-Browser and Homepage info.
* New upstream release
- Fix char signedness portability issues.
- Improved messages and documentation.
* Revise package description, to follow upstream docs.
* debhelper compatibility level 5, and Build-dep on debhelper (>= 5.0.0).
* Bump Standards-Version to 3.7.3, no changes needed.
* debian/rules adjustments:
- Pass --host=$(DEB_HOST_GNU_TYPE) to configure only when cross compiling.
- Do not force datadir to /usr/lib/swath; let's install dict data, which
is arch-indep, under /usr/share as upstream does.
- Do not ignore 'make distclean' errors.
- Update config.guess and config.sub with autotools-dev, without including
the changes in .diff.gz. Add Build-dep accordingly.
* debian/docs: Install upstream README.
* Fix CVSROOT in Vcs-Cvs, so it really works with debcheckout.
* Build-dep on dpkg-dev (>= 1.14.13), for proper support of Vcs-Cvs field.
* Corrections by Paul Wise's comments:
+ debian/control: Fix wording in package description.
+ debian/copyright: Don't refer to file in License field.
+ debian/rules:
- Don't handle nostrip, as dh_strip already does.
- Remove -j2 make option.
- Pass CFLAGS to configure.
-- Theppitak Karoonboonyanan <thep@linux.thai.net> Wed, 06 Feb 2008 18:34:24 +0700
2006
swath (0.3.1-1) unstable; urgency=low
* New maintainer (Closes: #357877) * New upstream release * Repackaged as non-native * Built with g++ 4.1 * debian/control: - put me as the maintainer - changed standards version to 3.7.2, no changes needed * debian/copyright: - clarified maintainer info - added copyright message * debian/rules: - removed replacement of upstream's config.guess and config.sub - installed upstream ChangeLog with dh_installchangelogs * debian/docs: - added to keep track of doc files - installed upstream NEWS
-- Theppitak Karoonboonyanan <thep@linux.thai.net> Sat, 1 Jul 2006 11:27:08 +0700
2003
swath (0.3.0.cvs20030404) unstable; urgency=low
* Snap-shot, fixes segfault bug. * Update to g++-3.2.
-- Chanop Silpa-Anan <chanop@debian.org> Thu, 3 Apr 2003 20:10:05 +1000
2002
swath (0.3.0.cvs20020221) unstable; urgency=low
* Initial Release.
-- Chanop Silpa-Anan <chanop@debian.org> Thu, 21 Feb 2002 18:13:31 +1100