1 jabref (2.3.1-4) UNRELEASED; urgency=low
3 * Replace /usr/lib/jvm/java-7-icedtea with /usr/lib/jvm/java-6-openjdk in
4 wrapper script. Doesn't work on Debian yet but helps Ubuntu users (cf.
5 LP: #225450 and LP: #203636).
6 * debian/watch: use sourceforge URL directly instead of the redirector
8 * Switch patch system from dpatch to quilt.
9 * debian/rules: remove configure{,-stamp} targets.
10 * Set Standards-Version to 3.8.0; add debian/README.source to document the
12 * Add patch 06_forms_groups.patch to fix an exception in the groups
13 interface; thanks to Monkey D. Luffy for the bug report and to Philipp
14 Spitzer for helping me to produce a patch (closes: #487481).
16 -- gregor herrmann <gregoa@debian.org> Fri, 02 May 2008 01:24:18 +0200
18 jabref (2.3.1-3) unstable; urgency=low
20 * Build against Debian libraries instead of pre-packaged ones
22 - adapt and reactivate patch 02_libs.dpatch: use libraries in
23 /usr/share/java for building and don't include them in jabref.jar
24 - add needed jars to Classpath in the wrapper script
25 - add patch 05_antlr.dpatch: antlr3 in Debian is newer than the
27 - add necessary packages to Build-Depends-Indep and Depends
28 These changes are either taken directly from Gerardo Curiel's patch or
29 based on them -- thanks a lot!
30 * debian/watch: add uversionmangle to cope with upstream b(eta) releases.
31 * Move wrapper script in source package to debian/jabref-wrapper and
32 install it from debian/rules.
33 * Remove debian docs and install upstream README directly from
36 - change my email address
37 - replace java-gcj-compat-dev with default-jdk-builddep in
40 -- gregor herrmann <gregoa@debian.org> Tue, 22 Apr 2008 21:33:33 +0200
42 jabref (2.3.1-2) unstable; urgency=low
44 * Change pdfviewer to pdf-viewer in Suggests:.
45 * Set Standards-Version to 3.7.3 (no changes required).
46 * debian/rules: explicitly set JAVA_HOME.
47 * Only set JAVA to $JAVA_HOME/jre/bin/java if JAVA_HOME is not empty;
48 thanks to Michael Piefel for the hint.
49 * Set debhelper compatibility level to 6.
51 -- gregor herrmann <gregor+debian@comodo.priv.at> Mon, 11 Feb 2008 17:00:15 +0100
53 jabref (2.3.1-1) unstable; urgency=low
55 * New upstream release.
56 * Adapt referenced filename in debian/links and debian/install.
58 -- gregor herrmann <gregor+debian@comodo.priv.at> Fri, 30 Nov 2007 14:28:00 +0100
60 jabref (2.3-2) unstable; urgency=low
62 * Add /usr/lib/jvm/java-7-icedtea to wrapper script. Doesn't work on
63 Debian yet but helps Ubuntu users (TODO: add dependency on
64 icedtea-java7-jre (not yet in Debian)).
65 * Reformat wrapper script.
66 * debian/rules: re-arrange targets and their dependencies.
68 -- gregor herrmann <gregor+debian@comodo.priv.at> Fri, 16 Nov 2007 18:38:18 +0100
70 jabref (2.3-1) unstable; urgency=low
72 * New upstream release, closes a bunch of bugs reported in the Debian BTS:
73 - "bibtexkey auto-generation cannot deal with quotes" (closes: #448917).
74 - "File download via CGI adds QUERY_STRING to suggested filename"
76 - "File download aborted on click of OK" (closes: #448060).
77 - "Improve directory/filename handling on downloading" (closes: #442475).
78 - "ctrl-g should cause record to be saved" (closes: #443078).
79 - "version 2.3 released" (closes: #450789).
80 * Change XS-Vcs-* fields to Vcs-*.
81 * Adapt referenced filename in debian/links and debian/install.
82 * Sync debian/copyright with output of Help/About and reference
83 /usr/share/common-licenses/GPL-2.
84 * Install changelog_highlights.txt as upstream changelog.
86 -- gregor herrmann <gregor+debian@comodo.priv.at> Sun, 11 Nov 2007 01:58:27 +0100
88 jabref (2.3~beta3-1) unstable; urgency=low
90 * New upstream release.
91 * Remove debian/manpages.
92 * Clean up debian/rules.
93 * Move upstream URL from the description to the new Homepage field.
94 * Use ant clean instead of manually removing the build directory in
95 debian/rules. Move ant from Build-Depends-Indep to Build-Depends.
96 * Update patch 03_external_apps.
97 * Remove patch 04_logger, not needed anymore.
98 * Create new patch 04_HONOR_DISPLAY_PROPERTIES.dpatch.
99 * Adapt referenced filename in debian/links and debian/install.
101 -- gregor herrmann <gregor+debian@comodo.priv.at> Tue, 09 Oct 2007 19:12:09 +0200
103 jabref (2.3~beta2-1) unstable; urgency=low
105 * New upstream release.
106 * Add liblog4j1.2-java to build dependencies (and a new patch 04_logger to
108 * Fix Categories entry in desktop file and remove Encoding.
109 * Sync debian/copyright with output of Help/About.
111 -- gregor herrmann <gregor+debian@comodo.priv.at> Wed, 29 Aug 2007 23:38:22 +0200
113 jabref (2.3~beta1-2) unstable; urgency=low
115 * Change section in menu file to "Applications/Data Management" due to
116 the new Menu Policy starting with the upload of menu 2.1.35.
118 -- gregor herrmann <gregor+debian@comodo.priv.at> Wed, 04 Jul 2007 19:10:47 +0200
120 jabref (2.3~beta1-1) unstable; urgency=low
122 * New upstream release.
123 * Adapt patch 03_external_apps.
124 * Add suggests to ps- and pdfviewers.
125 * Adapt manpage to output of jabref --help.
126 * Sync debian/copyright with output of Help/About.
128 -- gregor herrmann <gregor+debian@comodo.priv.at> Sat, 30 Jun 2007 16:45:44 +0200
130 jabref (2.2-01-6) unstable; urgency=low
132 * Add patch 03_external_apps to change the default settings for some
133 external applications; thanks to Cédric Augonnet (closes: #421227).
134 * Convert debian/changelog to UTF-8 (again).
136 -- gregor herrmann <gregor+debian@comodo.priv.at> Fri, 27 Apr 2007 15:07:18 +0200
138 jabref (2.2-01-5) unstable; urgency=low
140 * Exec the Java interpreter in /usr/bin/jabref; thanks to Tobias Richter
142 * Adapt README.Debian to the new wrapper script.
144 -- gregor herrmann <gregor+debian@comodo.priv.at> Fri, 16 Mar 2007 02:45:21 +0100
146 jabref (2.2-01-4) unstable; urgency=low
148 * Change wrapper script /usr/bin/jabref to explicitly use the Sun Java
149 5 or 6 virtual machine (closes: #383019).
151 -- gregor herrmann <gregor+debian@comodo.priv.at> Mon, 12 Mar 2007 20:01:27 +0100
153 jabref (2.2-01-3) unstable; urgency=low
155 * Add call to dh_desktop to debian/rules.
157 -- gregor herrmann <gregor+debian@comodo.priv.at> Sun, 25 Feb 2007 15:56:32 +0100
159 jabref (2.2-01-2) unstable; urgency=low
163 -- gregor herrmann <gregor+debian@comodo.priv.at> Mon, 5 Feb 2007 16:39:03 +0100
165 jabref (2.2-01-1) unstable; urgency=low
167 * New upstream release.
168 * Change wrapper script, as "-v" acts as expcted; cf. #378189 for details
169 (also closes: #408081).
170 * Remove debian/source.lintian-overrides from source package, there are no longer
171 cvs remnants in the upstream tarball.
172 * Add .desktop file for easier integration into desktop environments.
173 * Add symlink /usr/share/java/JabRef-2.2.jar -> /usr/share/java/jabref.jar.
174 * Update debian/copright to reflect the changes as shown in the About Box.
175 * Add sun-java6-jre to Depends:, thanks to Gerhard Riener for the hint.
176 * Remove obsolete j2re1.5 | sun-j2sdk1.5 from Depends:.
178 -- gregor herrmann <gregor+debian@comodo.priv.at> Sat, 3 Feb 2007 15:48:11 +0100
180 jabref (2.2~b2-1) unstable; urgency=low
182 * New upstream release:
183 - undistributable fonts no longer included (closes: #393676);
184 - remove j2re1.4 from Depends, JabRef now needs Java 1.5;
185 - includes the patch to make Enter work in dialogs, therefore remove
187 - update patch 01_free_javac;
188 - update debian/copyright (new contributors);
189 - update debian/rules (icon file name changed).
190 * Fix typo in long description.
191 * Shorten call to ant and remove "-k" from dh_clean in debian/rules.
193 -- gregor herrmann <gregor+debian@comodo.priv.at> Sun, 26 Nov 2006 22:28:46 +0100
195 jabref (2.1-4) unstable; urgency=low
197 * Apply patch from Matthias Klose to enable building with a free java compiler -
198 thanks! (Cf. #383006)
199 * Change build dependencies accordingly.
200 * Apply patch from Morten Omholt Alver (upstream author) to enable 'enter' in
201 dialogs - thanks! (Closes: #387235)
203 -- gregor herrmann <gregor+debian@comodo.priv.at> Mon, 25 Sep 2006 00:32:40 +0200
205 jabref (2.1-3) unstable; urgency=low
207 * Change menu section to "Apps/Databases" and remove lintian override.
208 "Apps/Data Management" was premature, thanks to Frank Küster and
209 Bill Allombert for pointing this out (cf. #386320).
211 -- gregor herrmann <gregor+debian@comodo.priv.at> Mon, 11 Sep 2006 21:12:37 +0200
213 jabref (2.1-2) unstable; urgency=low
215 * Change menu section to "Apps/Data Management", thanks to Frank Küster
217 * Add lintian override for this new section.
218 * Convert changelog to UTF-8.
220 -- gregor herrmann <gregor+debian@comodo.priv.at> Thu, 7 Sep 2006 16:42:27 +0200
222 jabref (2.1-1) unstable; urgency=low
224 * New upstream release (closes: #382310, #379704).
225 * Change back wrapper script, as the behaviour of "-v" changed in the
226 new release (cf. #378189 for details).
227 * Menu icons now created from PNGs in upstream tarball, therefore add build
228 dependency on imagemagick.
229 * Clean up README.Debian.
230 * Update debian/copright to reflect the changes as shown in the About Box.
232 -- gregor herrmann <gregor+debian@comodo.priv.at> Fri, 11 Aug 2006 12:09:45 +0200
234 jabref (2.0.1+2.1b2-6) unstable; urgency=low
236 * Update menu icons, the new ones are kindly provided by Morten Omholt Alver
237 (upstream author) - thanks!
239 -- gregor herrmann <gregor+debian@comodo.priv.at> Tue, 1 Aug 2006 22:31:16 +0200
241 jabref (2.0.1+2.1b2-5) unstable; urgency=low
243 * Now really change debian/copyright.
245 -- gregor herrmann <gregor+debian@comodo.priv.at> Mon, 31 Jul 2006 21:40:47 +0200
247 jabref (2.0.1+2.1b2-4) unstable; urgency=low
249 * Add icon to menu entry, thanks to LI Daobing for the idea
251 * Remove references to the libraries Commons Logging and Commons HTTP Client
252 from debian/copyright, as they are not included in the upstream tarball
255 -- gregor herrmann <gregor+debian@comodo.priv.at> Mon, 31 Jul 2006 16:37:47 +0200
257 jabref (2.0.1+2.1b2-3) unstable; urgency=low
259 * Convert debian/copyright to UTF-8.
260 * Mention startup options in manpage, thanks to LI Daobing (closes: #378190).
261 * Change wrapper script to always pass "-n" if called with "-v" in order
262 to make jabref only print the version number and quit afterwards with
263 "-v". Thanks to LI Daobing (closes: #378189).
265 -- gregor herrmann <gregor+debian@comodo.priv.at> Fri, 14 Jul 2006 13:23:58 +0200
267 jabref (2.0.1+2.1b2-2) unstable; urgency=low
269 * Pass command line parameters to /usr/bin/jabref and add hint about Sun
270 Java and update-alternatives to README.Debian (closes: #377316).
272 -- gregor herrmann <gregor+debian@comodo.priv.at> Sat, 8 Jul 2006 12:51:40 +0200
274 jabref (2.0.1+2.1b2-1) unstable; urgency=low
276 * New upstream release.
278 -- gregor herrmann <gregor+debian@comodo.priv.at> Tue, 4 Jul 2006 16:42:35 +0200
280 jabref (2.0.1+2.1b-3) unstable; urgency=low
282 * Changed order of Build-Depend-Indep.
283 * Cleaned up debian/rules.
284 * Moved dh_ calls in debian/rules to binary-indep target.
285 * Add lintian override (upstream tarball has .cvsignore stuff).
286 * Added Tony Mancill to Uploaders (thanks for sponsoring!).
287 * Clarified debian/copyright and fixed typo (thanks to Tony Mancill).
288 * Updated debhelper compatibility level to 5.
289 * Cleaned up debian/watch.
291 * Intial upload to the Debian archive (closes: #205392).
293 -- gregor herrmann <gregor+debian@comodo.priv.at> Wed, 14 Jun 2006 17:51:38 +0200
295 jabref (2.0.1+2.1b-2) unstable; urgency=low
297 * Change dependencies to include several versions of the Sun JRE/JDK.
299 -- gregor herrmann <gregor+debian@comodo.priv.at> Tue, 30 May 2006 17:12:05 +0200
301 jabref (2.0.1+2.1b-1) unstable; urgency=low
303 * New upstream release.
305 -- gregor herrmann <gregor+debian@comodo.priv.at> Sat, 20 May 2006 17:06:49 +0200
307 jabref (2.0.1-3) unstable; urgency=low
309 * Update to Standards-Version: 3.7.2 (no changes required).
310 * Change dependencies to new sun-java5-jre/jdk.
312 -- gregor herrmann <gregor+debian@comodo.priv.at> Wed, 17 May 2006 17:48:52 +0200
314 jabref (2.0.1-2) unstable; urgency=low
316 * Update to Standards-Version: 3.7.0 (no changes required).
317 * Moved debhelper from Build-Depends-Indep to Build-Depends
320 -- gregor herrmann <gregor+debian@comodo.priv.at> Mon, 1 May 2006 14:44:02 +0200
322 jabref (2.0.1-1) unstable; urgency=low
324 * New upstream release
325 * Set debhelper compatibility level to 5.
327 -- gregor herrmann <gregor+debian@comodo.priv.at> Fri, 3 Feb 2006 21:18:29 +0100
329 jabref (1.8.1-2) unstable; urgency=low
331 * Added homepage to debian/control.
333 -- gregor herrmann <gregor+debian@comodo.priv.at> Sun, 25 Dec 2005 14:30:28 +0100
335 jabref (1.8.1-1) unstable; urgency=low
337 * New upstream release
339 -- gregor herrmann <gregor+debian@comodo.priv.at> Fri, 7 Oct 2005 22:30:10 +0200
341 jabref (1.8-4) unstable; urgency=low
343 * Fixed error in /usr/bin/jabref.
345 -- gregor herrmann <gregor+debian@comodo.priv.at> Tue, 13 Sep 2005 18:44:57 +0200
347 jabref (1.8-3) unstable; urgency=low
349 * Trimmed Depends: to j2re1.4.
350 * Added j2sdk1 to Build-Depends-Indep.
352 -- gregor herrmann <gregor+debian@comodo.priv.at> Sun, 11 Sep 2005 01:24:05 +0200
354 jabref (1.8-2) unstable; urgency=low
356 * Moved jabref.jar from /usr/share/java/jabref to ../
358 -- gregor herrmann <gregor+debian@comodo.priv.at> Sat, 3 Sep 2005 02:45:23 +0200
360 jabref (1.8-1) unstable; urgency=low
362 * Initial release Closes: #205392
364 -- gregor herrmann <gregor+debian@comodo.priv.at> Thu, 1 Sep 2005 23:18:00 +0200