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 168 169 170 171 172 173 174 175 176 177 178 179
|
statcvs (1:0.7.0.dfsg-2) unstable; urgency=low
* Does not actually break statsvn 0.5.0, so upload to unstable is pretty
fine.
-- Vincent Fourmond <fourmond@debian.org> Tue, 09 Mar 2010 21:17:00 +0100
statcvs (1:0.7.0.dfsg-1) experimental; urgency=low
* Newer upstream release
* Switch to format 3.0 (quilt), and convert patches to the quilt format,
drop dependency on dpatch
* Refresh/update patches
* Breaks and conflict with statsvn << 0.7.0
* Conforms to newer standards
* Uploading to experimental to allow for some time to prepare statsvn
* Getting rid of debian/README.source, obsoleted by the use of 3.0 (quilt)
* debian/new-upstream now compresses using bzip2: no need to use more
space than necessary...
-- Vincent Fourmond <fourmond@debian.org> Sat, 06 Mar 2010 23:11:15 +0100
statcvs (1:0.5.0.dfsg-2) unstable; urgency=low
* Moved to Section: vcs
* Breaks statsvn 0.4
* Works fine with statsvn 0.5, upload to unstable
-- Vincent Fourmond <fourmond@debian.org> Mon, 22 Jun 2009 20:56:58 +0200
statcvs (1:0.5.0.dfsg-1) experimental; urgency=low
* New upstream release.
* Already conforms to standards 3.8.2
* Add a ${misc:Depends} for potential debhelper-induced dependencies
* Bump debhelper compatibility level to 5
* Add ant clean in debian/new-upstream to avoid adding temporary files
in the orig tarball
* Refreshed debian/patches/01-disable-unjar
* Upload to experimental to allow for tests with statsvn
* I have finally learned how to use DEB_UPSTREAM_VERSION...
* This version requires libjfreechart-java version 1.0.13
* Disable tests from the build system, as their source isn't provided.
-- Vincent Fourmond <fourmond@debian.org> Sun, 21 Jun 2009 16:17:45 +0200
statcvs (1:0.4.0.dfsg-3) unstable; urgency=low
* Document patches, to make lintian a fair deal happier
* Add a debian/README.source file to comply with standards 3.8.0
* Replace the dependency on libjdom-java by libjdom1-java and update
debian/wrappers/statcvs and debian/rules accordingly (closes: #502037)
-- Vincent Fourmond <fourmond@debian.org> Mon, 13 Oct 2008 21:02:42 +0200
statcvs (1:0.4.0.dfsg-2) unstable; urgency=low
* Conflicts with older statsvn, as statsvn crashes with the newer
statcvs
-- Vincent Fourmond <fourmond@debian.org> Sat, 28 Jun 2008 15:28:09 +0200
statcvs (1:0.4.0.dfsg-1) unstable; urgency=low
* New upstream release (closes: #481798):
- updated debian/new-upstream to cope for the new test
files in the archive
- Updated 01-disable-unjar, to remove various tests and to
have jar as the default build target.
- Disabling 10-fix-null-exception, not needed anymore
* Now depends on libjdom-java as well
* Fix the old-fsf-address-in-copyright-file lintian warning
* Improved manual page
* Updated debian/new-upstream to strip the sourceless jtreemap jar
from upstream's archive
* 10-disable-jtreemap to disable the generation of the page with
jtreemap-based map display
* Updated REAME.Debian
-- Vincent Fourmond <fourmond@debian.org> Sat, 28 Jun 2008 13:14:09 +0200
statcvs (1:0.3.dfsg+1-1) unstable; urgency=low
* Re-uploading with a new source, so the package isn't sourceless
in debian (work-around for a dak bug, Closes: #477381)
-- Vincent Fourmond <fourmond@debian.org> Fri, 11 Apr 2008 00:10:05 +0200
statcvs (1:0.3.dfsg-4) unstable; urgency=low
* The 'oops, I should not forget again to upload the source when
I move from contrib to main' release
-- Vincent Fourmond <fourmond@debian.org> Fri, 11 Apr 2008 00:03:56 +0200
statcvs (1:0.3.dfsg-3) unstable; urgency=low
* Fix manual page: statcvs does not have info documentation !
* Fix another glitch in manual page
* statcvs can now move to main (Closes: #463520)
* Remove last remaining file not in the debian/ subdir,
so lintian is happy
-- Vincent Fourmond <fourmond@debian.org> Thu, 10 Apr 2008 23:25:02 +0200
statcvs (1:0.3.dfsg-2) unstable; urgency=low
* Switched to using java-wrappers, adapted manual page
and dependencies
* Clarified a trifle debian/copyright to make lintian happier
-- Vincent Fourmond <fourmond@debian.org> Wed, 27 Feb 2008 00:24:22 +0100
statcvs (1:0.3.dfsg-1) unstable; urgency=low
* New upstream release (Closes: #280326)
* Now team-maintained
* Updated standards to 3.7.3, with amazingly no changes needed.
* Watchfile + debian/new-upstream to repackage upstream tarball
* Switching to CDBS + dpatch
* 01-disable-unjar to prevent incorporation of removed jars into the
final jar
* Builds fine with gcj, but does not run with gcj, or any
other free runtime, for what matters (probably due to #459281)
* New statcvs script (closes: #343869)
* Does not depend on libjdom-java anymore (closes: #331703)
* Recommends: cvs as users won't make much of statcvs without it.
* 10-fix-null-exception to take care of a small API change for
jfreechart
-- Vincent Fourmond <fourmond@debian.org> Sat, 19 Jan 2008 11:53:00 +0100
statcvs (20030713-4) unstable; urgency=high
* Fixed FTBFS: Missing Build-Depends on 'junit, libjdom-java'
(Closes: #306617)
-- Christian Bayle <bayle@debian.org> Thu, 28 Apr 2005 22:20:22 +0200
statcvs (20030713-3) unstable; urgency=low
* Applied patch proposed by Gary Hennigan
to deal with cvs log new format (Closes: #257622)
* Modified stacvs wrapper to take in account more possible JVM
-- Christian Bayle <bayle@debian.org> Sun, 5 Sep 2004 20:21:19 +0200
statcvs (20030713-2) unstable; urgency=low
* Corrected dependancies (Closes: bug#201502)
* Made more accurate description, a wrapper, a man and
changed section to contrib/devel (Closes: bug#201503)
* Added support for Kaffe
-- Christian Bayle <bayle@debian.org> Sat, 19 Jul 2003 02:35:24 +0200
statcvs (20030713-1) unstable; urgency=low
* Patch that made fail statcvs on some big CVS archive
applied upstream, new upstream
-- Christian Bayle <bayle@debian.org> Sun, 13 Jul 2003 01:24:11 +0200
statcvs (20030711-2) unstable; urgency=low
* Added gorilla.jpg missing file
* patch that made fail statcvs on some big CVS archive
-- Christian Bayle <bayle@debian.org> Sat, 12 Jul 2003 23:44:44 +0200
statcvs (20030711-1) unstable; urgency=low
* Initial Release. (Closes: bug#199758) ITP
-- Christian Bayle <bayle@debian.org> Fri, 11 Jul 2003 23:21:44 +0200
Local variables:
mode: debian-changelog
End:
|