1 jabref (2.6~beta3+dfsg-1) UNRELEASED; urgency=low
3 * New upstream release:
4 - debian/repack.local: don't remove the three "offending" files,
5 two were revomed upstream, the third was re-licensed
7 -- gregor herrmann <gregoa@debian.org> Mon, 08 Mar 2010 17:31:33 +0100
9 jabref (2.6~beta2+dfsg-2) unstable; urgency=low
11 * Add back sun-java6-jre as an alternative runtime dependency.
12 * debian/control: change build dependency from default-jdk-builddep to
14 * Set Standards-Version to 3.8.4 (no changes).
16 -- gregor herrmann <gregoa@debian.org> Mon, 08 Feb 2010 21:37:58 +0100
18 jabref (2.6~beta2+dfsg-1) unstable; urgency=low
21 * Move from contrib to main since all build and runtime dependencies are in
22 main now (closes: #548180).
23 * Remove sun-java6-jre from Depends.
24 * Repack upstream tarball to remove the sourceless pre-compiled libraries
25 and some files without (free) licenses.
26 * Add HighlightFilter patch to work without HighlightFilter.java.
27 * debian/rules: override dh_auto_clean, `ant clean' fails with an unpatched
28 build.xml after removing lib/. Move ant from B-D to B-D-I since it's not
29 used in the clean target anymore.
30 * debian/clean: remove build.number and src/resource/build.properties, they
31 get re-generated on each build.
32 * Install reportbug presubj file via dh_bugfiles.
33 * debian/copyright: update formatting and list of third-party copyright
37 * Add PreviewPanel patch to remove dependency on DocumentPrinter class.
39 -- gregor herrmann <gregoa@debian.org> Mon, 18 Jan 2010 18:35:50 +0100
41 jabref (2.6~beta2-1) unstable; urgency=low
43 * Remove alternative dependency on sun-java5-jre which was removed from the
44 archive. Also adjust README.Debian and /usr/bin/jabref.
45 * New upstream beta release:
46 - fixes "allow to disable (re)storing of current tab for entries"
48 - thanks again to Philip Rinn for his help with the upgrade
49 * debian/copyright: add new developer.
50 * Refresh patches 01_free_javac.patch and 06_BibtexEntry.patch.
51 * Adjust debian/jabref.links and debian/jabref.install to new jar file.
52 * Simplify debian/jabref.dirs.
53 * Add a presubj fragment for reportbug.
55 -- gregor herrmann <gregoa@debian.org> Tue, 01 Dec 2009 18:52:51 +0100
57 jabref (2.5-1) unstable; urgency=low
59 * New upstream release (closes: #497897, LP: #301327). This version also
60 fixes the following Debian bugs:
61 - "field data lost when switching tabs without leaving field first"
63 - "jumps back to previously edited entry when clicking title field"
65 - "File type detection of downloaded files should use MIME type"
67 - "autocompletion for crossref fields"
69 - "text selection visual bug" (closes: #527323)
70 - "auto-completion in author field wrong" (closes: #442476)
71 * Add new build and runtime dependencies: libmysql-java,
72 libcommons-logging-java, libjpf-java, libjpfcodegen-java, velocity.
73 * Switch to debhelper 7; adjust debian/{compat,control,rules}.
74 * Rename a couple of files in debian/ to debian/jabref.foo for consistency.
75 * Adjust debian/jabref.links and debian/jabref.install to new jar file.
76 * Update /usr/bin/jabref to use the new libs.
78 * Update package/program description in debian/control and in jabref.1
79 according to the upstream README.
80 * Update debian/copyright.
82 - update 01_free_javac.patch, 02_libs.patch, 03_external_apps.patch,
84 - remove 04_HONOR_DISPLAY_PROPERTIES.patch, not needed any more
85 - remove 06_forms_groups.patch, applied upstream
86 - add new 06_BibtexEntry.patch
87 * Set Standards-Version to 3.8.3.
88 * Thanks a lot to Philip Rinn for his great help in preparing this release,
89 especially with the patches, dependencies, and the wrapper script!
91 -- gregor herrmann <gregoa@debian.org> Sun, 13 Sep 2009 22:01:22 +0200
93 jabref (2.3.1-6) unstable; urgency=low
95 * debian/watch: back to the redirector at qa.debian.org.
96 * Use java-wrappers instead of the hand-crafted wrapper script; thanks to
97 Vincent Fourmond for the patch (closes: #506219).
98 * Update README.Debian: mention supported Java virtual machines and
99 JAVA_HOME (cf. LP: #258198).
100 * debian/rules: set JAVA_HOME=/usr/lib/jvm/default-java.
102 -- gregor herrmann <gregoa@debian.org> Fri, 21 Nov 2008 21:46:28 +0100
104 jabref (2.3.1-5) unstable; urgency=low
106 * Change runtime dependency from "sun-java6-jre | sun-java5-jre" to
107 "openjdk-6-jre | sun-java6-jre | sun-java5-jre" (closes: #383006).
108 [Jabref stays in contrib because it (build) depends on libspin-java and
109 libpdfbox-java which are in contrib because they build depend on packages
110 in contrib/non-free.]
111 * debian/copyright: wrap long line.
113 -- gregor herrmann <gregoa@debian.org> Wed, 16 Jul 2008 22:24:25 +0200
115 jabref (2.3.1-4) unstable; urgency=low
117 * Replace /usr/lib/jvm/java-7-icedtea with /usr/lib/jvm/java-6-openjdk in
118 wrapper script. Doesn't work on Debian yet but helps Ubuntu users (cf.
119 LP: #225450 and LP: #203636).
120 * debian/watch: use sourceforge URL directly instead of the redirector
122 * Switch patch system from dpatch to quilt.
123 * debian/rules: remove configure{,-stamp} targets.
124 * Set Standards-Version to 3.8.0; add debian/README.source to document the
126 * Add patch 06_forms_groups.patch to fix an exception in the groups
127 interface; thanks to Monkey D. Luffy for the bug report and to Philipp
128 Spitzer for helping me to produce a patch (closes: #487481).
130 -- gregor herrmann <gregoa@debian.org> Wed, 02 Jul 2008 20:07:03 +0200
132 jabref (2.3.1-3) unstable; urgency=low
134 * Build against Debian libraries instead of pre-packaged ones
136 - adapt and reactivate patch 02_libs.dpatch: use libraries in
137 /usr/share/java for building and don't include them in jabref.jar
138 - add needed jars to Classpath in the wrapper script
139 - add patch 05_antlr.dpatch: antlr3 in Debian is newer than the
141 - add necessary packages to Build-Depends-Indep and Depends
142 These changes are either taken directly from Gerardo Curiel's patch or
143 based on them -- thanks a lot!
144 * debian/watch: add uversionmangle to cope with upstream b(eta) releases.
145 * Move wrapper script in source package to debian/jabref-wrapper and
146 install it from debian/rules.
147 * Remove debian docs and install upstream README directly from
150 - change my email address
151 - replace java-gcj-compat-dev with default-jdk-builddep in
154 -- gregor herrmann <gregoa@debian.org> Tue, 22 Apr 2008 21:33:33 +0200
156 jabref (2.3.1-2) unstable; urgency=low
158 * Change pdfviewer to pdf-viewer in Suggests:.
159 * Set Standards-Version to 3.7.3 (no changes required).
160 * debian/rules: explicitly set JAVA_HOME.
161 * Only set JAVA to $JAVA_HOME/jre/bin/java if JAVA_HOME is not empty;
162 thanks to Michael Piefel for the hint.
163 * Set debhelper compatibility level to 6.
165 -- gregor herrmann <gregor+debian@comodo.priv.at> Mon, 11 Feb 2008 17:00:15 +0100
167 jabref (2.3.1-1) unstable; urgency=low
169 * New upstream release.
170 * Adapt referenced filename in debian/links and debian/install.
172 -- gregor herrmann <gregor+debian@comodo.priv.at> Fri, 30 Nov 2007 14:28:00 +0100
174 jabref (2.3-2) unstable; urgency=low
176 * Add /usr/lib/jvm/java-7-icedtea to wrapper script. Doesn't work on
177 Debian yet but helps Ubuntu users (TODO: add dependency on
178 icedtea-java7-jre (not yet in Debian)).
179 * Reformat wrapper script.
180 * debian/rules: re-arrange targets and their dependencies.
182 -- gregor herrmann <gregor+debian@comodo.priv.at> Fri, 16 Nov 2007 18:38:18 +0100
184 jabref (2.3-1) unstable; urgency=low
186 * New upstream release, closes a bunch of bugs reported in the Debian BTS:
187 - "bibtexkey auto-generation cannot deal with quotes" (closes: #448917).
188 - "File download via CGI adds QUERY_STRING to suggested filename"
190 - "File download aborted on click of OK" (closes: #448060).
191 - "Improve directory/filename handling on downloading" (closes: #442475).
192 - "ctrl-g should cause record to be saved" (closes: #443078).
193 - "version 2.3 released" (closes: #450789).
194 * Change XS-Vcs-* fields to Vcs-*.
195 * Adapt referenced filename in debian/links and debian/install.
196 * Sync debian/copyright with output of Help/About and reference
197 /usr/share/common-licenses/GPL-2.
198 * Install changelog_highlights.txt as upstream changelog.
200 -- gregor herrmann <gregor+debian@comodo.priv.at> Sun, 11 Nov 2007 01:58:27 +0100
202 jabref (2.3~beta3-1) unstable; urgency=low
204 * New upstream release.
205 * Remove debian/manpages.
206 * Clean up debian/rules.
207 * Move upstream URL from the description to the new Homepage field.
208 * Use ant clean instead of manually removing the build directory in
209 debian/rules. Move ant from Build-Depends-Indep to Build-Depends.
210 * Update patch 03_external_apps.
211 * Remove patch 04_logger, not needed anymore.
212 * Create new patch 04_HONOR_DISPLAY_PROPERTIES.dpatch.
213 * Adapt referenced filename in debian/links and debian/install.
215 -- gregor herrmann <gregor+debian@comodo.priv.at> Tue, 09 Oct 2007 19:12:09 +0200
217 jabref (2.3~beta2-1) unstable; urgency=low
219 * New upstream release.
220 * Add liblog4j1.2-java to build dependencies (and a new patch 04_logger to
222 * Fix Categories entry in desktop file and remove Encoding.
223 * Sync debian/copyright with output of Help/About.
225 -- gregor herrmann <gregor+debian@comodo.priv.at> Wed, 29 Aug 2007 23:38:22 +0200
227 jabref (2.3~beta1-2) unstable; urgency=low
229 * Change section in menu file to "Applications/Data Management" due to
230 the new Menu Policy starting with the upload of menu 2.1.35.
232 -- gregor herrmann <gregor+debian@comodo.priv.at> Wed, 04 Jul 2007 19:10:47 +0200
234 jabref (2.3~beta1-1) unstable; urgency=low
236 * New upstream release.
237 * Adapt patch 03_external_apps.
238 * Add suggests to ps- and pdfviewers.
239 * Adapt manpage to output of jabref --help.
240 * Sync debian/copyright with output of Help/About.
242 -- gregor herrmann <gregor+debian@comodo.priv.at> Sat, 30 Jun 2007 16:45:44 +0200
244 jabref (2.2-01-6) unstable; urgency=low
246 * Add patch 03_external_apps to change the default settings for some
247 external applications; thanks to Cédric Augonnet (closes: #421227).
248 * Convert debian/changelog to UTF-8 (again).
250 -- gregor herrmann <gregor+debian@comodo.priv.at> Fri, 27 Apr 2007 15:07:18 +0200
252 jabref (2.2-01-5) unstable; urgency=low
254 * Exec the Java interpreter in /usr/bin/jabref; thanks to Tobias Richter
256 * Adapt README.Debian to the new wrapper script.
258 -- gregor herrmann <gregor+debian@comodo.priv.at> Fri, 16 Mar 2007 02:45:21 +0100
260 jabref (2.2-01-4) unstable; urgency=low
262 * Change wrapper script /usr/bin/jabref to explicitly use the Sun Java
263 5 or 6 virtual machine (closes: #383019).
265 -- gregor herrmann <gregor+debian@comodo.priv.at> Mon, 12 Mar 2007 20:01:27 +0100
267 jabref (2.2-01-3) unstable; urgency=low
269 * Add call to dh_desktop to debian/rules.
271 -- gregor herrmann <gregor+debian@comodo.priv.at> Sun, 25 Feb 2007 15:56:32 +0100
273 jabref (2.2-01-2) unstable; urgency=low
277 -- gregor herrmann <gregor+debian@comodo.priv.at> Mon, 5 Feb 2007 16:39:03 +0100
279 jabref (2.2-01-1) unstable; urgency=low
281 * New upstream release.
282 * Change wrapper script, as "-v" acts as expcted; cf. #378189 for details
283 (also closes: #408081).
284 * Remove debian/source.lintian-overrides from source package, there are no longer
285 cvs remnants in the upstream tarball.
286 * Add .desktop file for easier integration into desktop environments.
287 * Add symlink /usr/share/java/JabRef-2.2.jar -> /usr/share/java/jabref.jar.
288 * Update debian/copright to reflect the changes as shown in the About Box.
289 * Add sun-java6-jre to Depends:, thanks to Gerhard Riener for the hint.
290 * Remove obsolete j2re1.5 | sun-j2sdk1.5 from Depends:.
292 -- gregor herrmann <gregor+debian@comodo.priv.at> Sat, 3 Feb 2007 15:48:11 +0100
294 jabref (2.2~b2-1) unstable; urgency=low
296 * New upstream release:
297 - undistributable fonts no longer included (closes: #393676);
298 - remove j2re1.4 from Depends, JabRef now needs Java 1.5;
299 - includes the patch to make Enter work in dialogs, therefore remove
301 - update patch 01_free_javac;
302 - update debian/copyright (new contributors);
303 - update debian/rules (icon file name changed).
304 * Fix typo in long description.
305 * Shorten call to ant and remove "-k" from dh_clean in debian/rules.
307 -- gregor herrmann <gregor+debian@comodo.priv.at> Sun, 26 Nov 2006 22:28:46 +0100
309 jabref (2.1-4) unstable; urgency=low
311 * Apply patch from Matthias Klose to enable building with a free java compiler -
312 thanks! (Cf. #383006)
313 * Change build dependencies accordingly.
314 * Apply patch from Morten Omholt Alver (upstream author) to enable 'enter' in
315 dialogs - thanks! (Closes: #387235)
317 -- gregor herrmann <gregor+debian@comodo.priv.at> Mon, 25 Sep 2006 00:32:40 +0200
319 jabref (2.1-3) unstable; urgency=low
321 * Change menu section to "Apps/Databases" and remove lintian override.
322 "Apps/Data Management" was premature, thanks to Frank Küster and
323 Bill Allombert for pointing this out (cf. #386320).
325 -- gregor herrmann <gregor+debian@comodo.priv.at> Mon, 11 Sep 2006 21:12:37 +0200
327 jabref (2.1-2) unstable; urgency=low
329 * Change menu section to "Apps/Data Management", thanks to Frank Küster
331 * Add lintian override for this new section.
332 * Convert changelog to UTF-8.
334 -- gregor herrmann <gregor+debian@comodo.priv.at> Thu, 7 Sep 2006 16:42:27 +0200
336 jabref (2.1-1) unstable; urgency=low
338 * New upstream release (closes: #382310, #379704).
339 * Change back wrapper script, as the behaviour of "-v" changed in the
340 new release (cf. #378189 for details).
341 * Menu icons now created from PNGs in upstream tarball, therefore add build
342 dependency on imagemagick.
343 * Clean up README.Debian.
344 * Update debian/copright to reflect the changes as shown in the About Box.
346 -- gregor herrmann <gregor+debian@comodo.priv.at> Fri, 11 Aug 2006 12:09:45 +0200
348 jabref (2.0.1+2.1b2-6) unstable; urgency=low
350 * Update menu icons, the new ones are kindly provided by Morten Omholt Alver
351 (upstream author) - thanks!
353 -- gregor herrmann <gregor+debian@comodo.priv.at> Tue, 1 Aug 2006 22:31:16 +0200
355 jabref (2.0.1+2.1b2-5) unstable; urgency=low
357 * Now really change debian/copyright.
359 -- gregor herrmann <gregor+debian@comodo.priv.at> Mon, 31 Jul 2006 21:40:47 +0200
361 jabref (2.0.1+2.1b2-4) unstable; urgency=low
363 * Add icon to menu entry, thanks to LI Daobing for the idea
365 * Remove references to the libraries Commons Logging and Commons HTTP Client
366 from debian/copyright, as they are not included in the upstream tarball
369 -- gregor herrmann <gregor+debian@comodo.priv.at> Mon, 31 Jul 2006 16:37:47 +0200
371 jabref (2.0.1+2.1b2-3) unstable; urgency=low
373 * Convert debian/copyright to UTF-8.
374 * Mention startup options in manpage, thanks to LI Daobing (closes: #378190).
375 * Change wrapper script to always pass "-n" if called with "-v" in order
376 to make jabref only print the version number and quit afterwards with
377 "-v". Thanks to LI Daobing (closes: #378189).
379 -- gregor herrmann <gregor+debian@comodo.priv.at> Fri, 14 Jul 2006 13:23:58 +0200
381 jabref (2.0.1+2.1b2-2) unstable; urgency=low
383 * Pass command line parameters to /usr/bin/jabref and add hint about Sun
384 Java and update-alternatives to README.Debian (closes: #377316).
386 -- gregor herrmann <gregor+debian@comodo.priv.at> Sat, 8 Jul 2006 12:51:40 +0200
388 jabref (2.0.1+2.1b2-1) unstable; urgency=low
390 * New upstream release.
392 -- gregor herrmann <gregor+debian@comodo.priv.at> Tue, 4 Jul 2006 16:42:35 +0200
394 jabref (2.0.1+2.1b-3) unstable; urgency=low
396 * Changed order of Build-Depend-Indep.
397 * Cleaned up debian/rules.
398 * Moved dh_ calls in debian/rules to binary-indep target.
399 * Add lintian override (upstream tarball has .cvsignore stuff).
400 * Added Tony Mancill to Uploaders (thanks for sponsoring!).
401 * Clarified debian/copyright and fixed typo (thanks to Tony Mancill).
402 * Updated debhelper compatibility level to 5.
403 * Cleaned up debian/watch.
405 * Intial upload to the Debian archive (closes: #205392).
407 -- gregor herrmann <gregor+debian@comodo.priv.at> Wed, 14 Jun 2006 17:51:38 +0200
409 jabref (2.0.1+2.1b-2) unstable; urgency=low
411 * Change dependencies to include several versions of the Sun JRE/JDK.
413 -- gregor herrmann <gregor+debian@comodo.priv.at> Tue, 30 May 2006 17:12:05 +0200
415 jabref (2.0.1+2.1b-1) unstable; urgency=low
417 * New upstream release.
419 -- gregor herrmann <gregor+debian@comodo.priv.at> Sat, 20 May 2006 17:06:49 +0200
421 jabref (2.0.1-3) unstable; urgency=low
423 * Update to Standards-Version: 3.7.2 (no changes required).
424 * Change dependencies to new sun-java5-jre/jdk.
426 -- gregor herrmann <gregor+debian@comodo.priv.at> Wed, 17 May 2006 17:48:52 +0200
428 jabref (2.0.1-2) unstable; urgency=low
430 * Update to Standards-Version: 3.7.0 (no changes required).
431 * Moved debhelper from Build-Depends-Indep to Build-Depends
434 -- gregor herrmann <gregor+debian@comodo.priv.at> Mon, 1 May 2006 14:44:02 +0200
436 jabref (2.0.1-1) unstable; urgency=low
438 * New upstream release
439 * Set debhelper compatibility level to 5.
441 -- gregor herrmann <gregor+debian@comodo.priv.at> Fri, 3 Feb 2006 21:18:29 +0100
443 jabref (1.8.1-2) unstable; urgency=low
445 * Added homepage to debian/control.
447 -- gregor herrmann <gregor+debian@comodo.priv.at> Sun, 25 Dec 2005 14:30:28 +0100
449 jabref (1.8.1-1) unstable; urgency=low
451 * New upstream release
453 -- gregor herrmann <gregor+debian@comodo.priv.at> Fri, 7 Oct 2005 22:30:10 +0200
455 jabref (1.8-4) unstable; urgency=low
457 * Fixed error in /usr/bin/jabref.
459 -- gregor herrmann <gregor+debian@comodo.priv.at> Tue, 13 Sep 2005 18:44:57 +0200
461 jabref (1.8-3) unstable; urgency=low
463 * Trimmed Depends: to j2re1.4.
464 * Added j2sdk1 to Build-Depends-Indep.
466 -- gregor herrmann <gregor+debian@comodo.priv.at> Sun, 11 Sep 2005 01:24:05 +0200
468 jabref (1.8-2) unstable; urgency=low
470 * Moved jabref.jar from /usr/share/java/jabref to ../
472 -- gregor herrmann <gregor+debian@comodo.priv.at> Sat, 3 Sep 2005 02:45:23 +0200
474 jabref (1.8-1) unstable; urgency=low
476 * Initial release Closes: #205392
478 -- gregor herrmann <gregor+debian@comodo.priv.at> Thu, 1 Sep 2005 23:18:00 +0200