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 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167
|
chase (0.5.2-4) unstable; urgency=low
* Fix download location in debian/copyright (closes: #426468).
* Refer to versioned GPL license in debian/copyright.
* Bump Standards-Version to 3.8.1 (no changes).
* Bump debhelper compat to 7.
* Add ${misc:Depends}.
* Convert debian/copyright to UTF-8.
-- Andreas Rottmann <rotty@debian.org> Sat, 06 Jun 2009 14:18:32 +0200
chase (0.5.2-3) unstable; urgency=low
* Applied patch for manpatch typos (closes: #394537).
* Don't use itla-debuild anymore.
* Update build-depends on debhelper to (>= 4.1.0).
* Update FSF address in debian/copyright.
-- Andreas Rottmann <rotty@debian.org> Wed, 23 May 2007 17:29:57 +0200
chase (0.5.2-2) unstable; urgency=low
* Rebuild for GCC 4 transition (closes: #320276).
* Fix up "-" and "`" characters in manpage (closes: #281045).
* Add itla-debuild support.
-- Andreas Rottmann <rotty@debian.org> Thu, 11 Aug 2005 21:16:46 +0200
chase (0.5.2-1) unstable; urgency=low
* New upstream release.
- Fixes "treshold" missspelling (closes: #209271).
- Manpage now lists myself as maintainer and bug-contact (closes: #229651).
-- Andreas Rottmann <rotty@debian.org> Sat, 26 Jun 2004 11:51:31 +0200
chase (0.5.1-1) unstable; urgency=low
* New upstream release (I've taken over upstream, too).
- Automake-based buildsystem.
* Built against libgc-dev instead of obsolete libgc6-dev (closes: #207438).
* Switched to CDBS.
* Standards-Version: 3.6.1.
-- Andreas Rottmann <rotty@debian.org> Sun, 7 Sep 2003 15:02:29 +0200
chase (0.5-4) unstable; urgency=low
* Rebuilt with g++ 3.2.
-- Andreas Rottmann <rotty@debian.org> Sun, 19 Jan 2003 15:38:18 +0100
chase (0.5-3) unstable; urgency=low
* New maintainer (package now adopted, closes: #174852).
* Bumped Standards-Version to 3.5.8.
+ Removed postinst and prerm scripts, which only dealt
with /usr/doc symlinking (obsolete).
-- Andreas Rottmann <rotty@debian.org> Wed, 1 Jan 2003 15:06:40 +0100
chase (0.5-2) unstable; urgency=low
* debian/control (Build-Depends): testing/unstable
no longer has libc5-dev, so we require libc6-dev now.
-- Antti-Juhani Kaijanaho <gaia@iki.fi> Wed, 29 Aug 2001 21:33:53 +0300
chase (0.5-1) unstable; urgency=low
* New upstream release, the "Year 19100" release.
* debian/copyright: Updated.
* debian/control (Build-Depends): Added.
* debian/control (Standards-Version): 3.1.1
* debian/rules (source-depends): Deleted.
* debian/check-sourcedeps: Deleted.
-- Antti-Juhani Kaijanaho <ajk@debian.org> Sun, 2 Jan 2000 19:46:22 +0200
chase (0.4-3) unstable; urgency=low
* debian/rules (source-depends): Depend on libgc5-dev, not libgc4-dev.
* debian/{prerm,postinst,rules}: Implement the /usr/doc transition.
-- Antti-Juhani Kaijanaho <ajk@debian.org> Wed, 22 Sep 1999 20:06:25 +0300
chase (0.4-2) unstable; urgency=low
* debian/rules (source-depends): Make debian/check-sourcedeps
executable before running it. Closes: #44540.
-- Antti-Juhani Kaijanaho <ajk@debian.org> Tue, 7 Sep 1999 22:04:17 +0300
chase (0.4-1) unstable; urgency=low
* New upstream release
* debian/check-sourcedeps: New file.
* debian/rules (source-depends): Converted to use the new file.
-- Antti-Juhani Kaijanaho <ajk@debian.org> Wed, 1 Sep 1999 22:42:27 +0300
chase (0.3.1-6) unstable; urgency=low
* Upgraded Standards-Version to 3.0.0.0 with necessary
changes to debian/rules and debian/copyright
-- Antti-Juhani Kaijanaho <ajk@debian.org> Fri, 2 Jul 1999 13:01:29 +0300
chase (0.3.1-5) unstable; urgency=low
* debian/rules: added a simple test for source dependencies.
* debian/rules: use -isp with dpkg-gencontrol.
-- Antti-Juhani Kaijanaho <ajk@debian.org> Sat, 26 Jun 1999 03:19:58 +0300
chase (0.3.1-4) unstable; urgency=low
* Re-rephrased the short description.
-- Antti-Juhani Kaijanaho <ajk@debian.org> Fri, 9 Apr 1999 00:29:19 +0300
chase (0.3.1-3) unstable; urgency=low
* Rephrased the short description. Closes wishlist
bug#33839.
* Added a guard file in debian/rules' build and clean targets
to avoid unnecessary rerunning of ./configure.
-- Antti-Juhani Kaijanaho <ajk@debian.org> Fri, 9 Apr 1999 00:06:09 +0300
chase (0.3.1-2) unstable; urgency=low
* Use make distclean, not make clean in debian/rules clean.
Otherwise the Debian diff fails. Thanks to Lars Wirzenius'
dbuild bot for spotting this.
-- Antti-Juhani Kaijanaho <ajk@debian.org> Mon, 22 Feb 1999 20:30:26 +0200
chase (0.3.1-1) unstable; urgency=low
* New upstream release.
* Rewrote debian/rules from scratch. As few SEMs as possible for me,
please :-) (SEM = somebody else's mistake)
* debian/rules clean removes now the configure cache.
* Bumped the standards version to 2.5.0.0. No changes were necessary.
-- Antti-Juhani Kaijanaho <ajk@debian.org> Wed, 3 Feb 1999 20:23:17 +0200
chase (0.3-1) unstable; urgency=low
* New upstream version.
* This is the first version to be uploaded to Debian servers;
0.2-1 was sitting in my self-operated repository for Debian packages,
waiting for me becoming a Debian maintainer.
* debian/control: updated maintainer address, gave the binary package
section and priority.
* debian/copyright: updated.
-- Antti-Juhani Kaijanaho <ajk@debian.org> Fri, 15 Jan 1999 07:30:01 +0200
chase (0.2-1) unstable; urgency=low
* Initial Release.
-- Antti-Juhani Kaijanaho <gaia@iki.fi> Wed, 9 Dec 1998 22:33:17 +0200
|