This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository jabref.
commit 8f68c1f0707d5581bd532cfe98617466bf6132e6 Merge: aa0304f a872b88 Author: gregor herrmann <[email protected]> Date: Sun Nov 26 20:58:28 2006 +0000 * New upstream release: - remove j2re1.4 from Depends, JabRef now needs Java 1.5; - undistributable fonts no longer included (closes: #393676); - includes the patch to make Enter work in dialogs, therefore remove patch 02_button; - update patch 01_free_javac; - update debian/copyright (new contributors); - update debian/rules (icon file name changed). .classpath | 28 - .cvsignore | 15 - build.number | 4 +- build.xml | 966 +++-- debian/changelog | 17 +- debian/control | 2 +- debian/copyright | 11 +- debian/patches/00list | 2 - debian/patches/01_free_javac.dpatch | 18 +- debian/patches/02_button.dpatch | 35 - debian/patches/{03_libs.dpatch => 02_libs.dpatch} | 0 debian/rules | 2 +- lib/JempBox-0.1.0-dev.jar | Bin 0 -> 24974 bytes lib/PDFBox-0.7.3-dev-reduced.jar | Bin 0 -> 634567 bytes lib/antlr-3.0b5.jar | Bin 0 -> 664368 bytes lib/glazedlists-1.5.0_java14.jar | Bin 341472 -> 0 bytes lib/glazedlists-1.7.0_java14.jar | Bin 0 -> 525078 bytes lib/spin-1.4.jar | Bin 23118 -> 0 bytes lib/spin.jar | Bin 0 -> 21206 bytes src/help/About.html | 6 +- src/help/CiteSeerHelp.html | 3 +- src/help/Contents.html | 21 +- src/help/CustomExports.html | 92 +- src/help/ExternalFiles.html | 36 +- src/help/PreviewHelp.html | 2 +- src/help/SearchHelp.html | 8 +- src/help/XMPHelp.html | 114 + src/help/credits.txt | 3 + src/help/de/About.html | 2 + src/help/de/PreviewHelp.html | 2 +- src/help/fr/About.html | 2 + src/help/fr/BaseFrameHelp.html | 11 +- src/help/fr/Contents.html | 11 +- src/help/fr/CustomExports.html | 13 +- src/help/fr/ExternalFiles.html | 45 +- src/help/fr/PreviewHelp.html | 4 +- src/help/fr/XMPHelp.html | 114 + src/images/JabRef-Logo.icns | Bin 31575 -> 35556 bytes src/images/JabRef-icon.png | Bin 659 -> 0 bytes src/images/JabRef-icon.svg | 207 -- src/images/JabRef.ico | Bin 0 -> 15086 bytes src/images/font/ACTIVA.TTF | Bin 82984 -> 0 bytes src/images/font/ASTROLYT.TTF | Bin 42020 -> 0 bytes src/images/font/AUGIE.TTF | Bin 54108 -> 0 bytes src/images/secondary_sorted_reverse.png | Bin 0 -> 214 bytes src/images/splash-2.1.png | Bin 169994 -> 0 bytes src/images/splash-2.1.svg | 244 -- src/images/splash.png | Bin 0 -> 223373 bytes src/images/splash.svg | 229 -- src/java/net/sf/jabref/AuthorList.java | 1855 +++++----- src/java/net/sf/jabref/BasePanel.java | 243 +- src/java/net/sf/jabref/BibtexEntry.java | 40 +- src/java/net/sf/jabref/EntryComparator.java | 1 - src/java/net/sf/jabref/EntryEditor.java | 2582 +++++++------- src/java/net/sf/jabref/EntryEditorTab.java | 695 ++-- src/java/net/sf/jabref/ExternalTab.java | 341 +- src/java/net/sf/jabref/FieldComparator.java | 180 +- src/java/net/sf/jabref/FieldContentSelector.java | 429 +-- src/java/net/sf/jabref/FieldEditor.java | 121 +- src/java/net/sf/jabref/FieldNameLabel.java | 10 +- src/java/net/sf/jabref/FieldTextArea.java | 370 +- src/java/net/sf/jabref/FieldTextField.java | 169 +- src/java/net/sf/jabref/GUIGlobals.java | 690 ++-- src/java/net/sf/jabref/Globals.java | 2593 +++++++------- src/java/net/sf/jabref/HelpAction.java | 215 +- src/java/net/sf/jabref/HelpContent.java | 411 ++- src/java/net/sf/jabref/HelpDialog.java | 280 +- src/java/net/sf/jabref/JabRef.java | 127 +- src/java/net/sf/jabref/JabRefFrame.java | 1233 +++---- src/java/net/sf/jabref/JabRefPreferences.java | 93 +- src/java/net/sf/jabref/MetaData.java | 27 +- src/java/net/sf/jabref/NameFormatterTab.java | 307 ++ src/java/net/sf/jabref/PrefsDialog2.java | 9 +- src/java/net/sf/jabref/PrefsDialog3.java | 33 +- src/java/net/sf/jabref/PreviewPanel.java | 369 +- src/java/net/sf/jabref/PreviewPrefsTab.java | 402 ++- src/java/net/sf/jabref/ReplaceStringDialog.java | 7 +- src/java/net/sf/jabref/SearchManager2.java | 9 +- src/java/net/sf/jabref/SidePane.java | 201 +- src/java/net/sf/jabref/SidePaneComponent.java | 199 +- src/java/net/sf/jabref/SidePaneManager.java | 376 +- src/java/net/sf/jabref/SplashScreen.java | 2 +- src/java/net/sf/jabref/StringDialog.java | 4 +- src/java/net/sf/jabref/TablePrefsTab.java | 628 ++-- src/java/net/sf/jabref/Util.java | 3727 ++++++++++++-------- src/java/net/sf/jabref/bst/BibtexCaseChanger.java | 249 ++ .../net/sf/jabref/bst/BibtexNameFormatter.java | 304 ++ src/java/net/sf/jabref/bst/BibtexPurify.java | 84 + src/java/net/sf/jabref/bst/BibtexTextPrefix.java | 78 + src/java/net/sf/jabref/bst/BibtexWidth.java | 241 ++ src/java/net/sf/jabref/bst/Bst.java | 1943 ++++++++++ src/java/net/sf/jabref/bst/BstLexer.java | 1659 +++++++++ src/java/net/sf/jabref/bst/BstParser.java | 1344 +++++++ src/java/net/sf/jabref/bst/ChangeCaseFunction.java | 65 + src/java/net/sf/jabref/bst/FormatNameFunction.java | 67 + src/java/net/sf/jabref/bst/PurifyFunction.java | 47 + src/java/net/sf/jabref/bst/TextPrefixFunction.java | 58 + src/java/net/sf/jabref/bst/VM.java | 1377 ++++++++ src/java/net/sf/jabref/bst/VMException.java | 9 + src/java/net/sf/jabref/bst/Warn.java | 5 + src/java/net/sf/jabref/bst/WidthFunction.java | 48 + src/java/net/sf/jabref/bst/bst.g | 88 + src/java/net/sf/jabref/collab/ChangeScanner.java | 23 +- src/java/net/sf/jabref/collab/FileUpdatePanel.java | 99 +- .../net/sf/jabref/export/CustomExportList.java | 23 + .../jabref/export/ExportCustomizationDialog.java | 6 +- .../net/sf/jabref/export/ExportFileFilter.java | 38 + src/java/net/sf/jabref/export/ExportFormat.java | 200 ++ src/java/net/sf/jabref/export/ExportFormats.java | 211 ++ src/java/net/sf/jabref/export/FieldFormatter.java | 57 +- src/java/net/sf/jabref/export/FileActions.java | 221 +- .../net/sf/jabref/export/ModsExportFormat.java | 52 + src/java/net/sf/jabref/export/OOCalcDatabase.java | 30 +- .../jabref/export/OpenDocumentRepresentation.java | 30 +- .../export/OpenDocumentSpreadsheetCreator.java | 18 +- .../jabref/export/OpenOfficeDocumentCreator.java | 21 +- src/java/net/sf/jabref/export/SaveException.java | 2 +- .../net/sf/jabref/export/layout/LayoutEntry.java | 851 +++-- .../sf/jabref/export/layout/LayoutFormatter.java | 72 +- .../net/sf/jabref/export/layout/LayoutHelper.java | 102 +- .../export/layout/format/AuthorAbbreviator.java | 152 +- .../layout/format/AuthorAndsCommaReplacer.java | 2 +- .../layout/format/AuthorFirstAbbrLastCommas.java | 44 +- .../format/AuthorFirstAbbrLastOxfordCommas.java | 50 + .../export/layout/format/AuthorFirstFirst.java | 65 +- .../layout/format/AuthorFirstLastCommas.java | 12 +- ...ommas.java => AuthorFirstLastOxfordCommas.java} | 14 +- .../export/layout/format/AuthorLastFirst.java | 12 +- .../layout/format/AuthorLastFirstAbbrCommas.java | 38 +- .../format/AuthorLastFirstAbbrOxfordCommas.java | 49 + .../layout/format/AuthorLastFirstAbbreviator.java | 15 +- .../layout/format/AuthorLastFirstCommas.java | 39 +- .../layout/format/AuthorLastFirstOxfordCommas.java | 47 + .../jabref/export/layout/format/AuthorOrgSci.java | 42 + .../export/layout/format/CompositeFormat.java | 41 + .../sf/jabref/export/layout/format/DOICheck.java | 34 + .../export/layout/format/HTMLParagraphs.java | 48 + .../sf/jabref/export/layout/format/NameFormat.java | 151 + .../layout/format/NoSpaceBetweenAbbreviations.java | 37 + .../sf/jabref/export/layout/format/RTFChars.java | 283 +- .../sf/jabref/export/layout/format/ResolvePDF.java | 37 +- .../jabref/export/layout/format/ToLowerCase.java | 25 +- .../external/AutoSetExternalFileForEntries.java | 11 +- .../net/sf/jabref/external/DroppedFileHandler.java | 411 +++ .../net/sf/jabref/external/ExternalFilePanel.java | 717 ++-- .../net/sf/jabref/external/ExternalFileType.java | 9 + .../net/sf/jabref/external/PushToApplication.java | 3 + .../jabref/external/PushToApplicationAction.java | 9 +- .../jabref/external/PushToApplicationButton.java | 187 + src/java/net/sf/jabref/external/PushToEmacs.java | 4 + .../net/sf/jabref/external/PushToLatexEditor.java | 7 +- src/java/net/sf/jabref/external/PushToLyx.java | 4 + src/java/net/sf/jabref/external/PushToWinEdt.java | 4 + .../net/sf/jabref/external/WriteXMPAction.java | 250 ++ .../jabref/groups/EntryTableTransferHandler.java | 650 ++-- src/java/net/sf/jabref/groups/GroupDialog.java | 2 +- src/java/net/sf/jabref/groups/GroupSelector.java | 11 +- .../sf/jabref/gui/DatabasePropertiesDialog.java | 18 +- .../net/sf/jabref/gui/ImportInspectionDialog.java | 2 +- src/java/net/sf/jabref/gui/MainTable.java | 63 +- src/java/net/sf/jabref/gui/MainTableFormat.java | 6 +- .../sf/jabref/gui/MainTableSelectionListener.java | 113 +- .../net/sf/jabref/gui/date/DatePickerButton.java | 48 +- src/java/net/sf/jabref/imports/BibtexParser.java | 1591 +++++---- .../net/sf/jabref/imports/CiteSeerFetcher.java | 2 +- .../sf/jabref/imports/CiteSeerFetcherPanel.java | 37 +- src/java/net/sf/jabref/imports/GeneralFetcher.java | 37 +- .../net/sf/jabref/imports/ImportFileFilter.java | 38 + .../net/sf/jabref/imports/ImportFormatReader.java | 55 +- src/java/net/sf/jabref/imports/ImportFormats.java | 122 + src/java/net/sf/jabref/imports/ImportMenuItem.java | 10 +- src/java/net/sf/jabref/imports/IsiImporter.java | 639 ++-- src/java/net/sf/jabref/imports/OAI2Fetcher.java | 267 ++ src/java/net/sf/jabref/imports/OAI2Handler.java | 131 + .../net/sf/jabref/imports/OpenDatabaseAction.java | 11 +- src/java/net/sf/jabref/imports/PdfXmpImporter.java | 50 + src/java/net/sf/jabref/mods/MODSDatabase.java | 19 +- src/java/net/sf/jabref/search/BasicSearch.java | 146 + .../sf/jabref/search/SearchExpressionParser.java | 22 +- .../net/sf/jabref/undo/CountingUndoManager.java | 4 +- src/java/net/sf/jabref/util/CaseChanger.java | 212 +- .../util/EncryptionNotSupportedException.java | 13 + src/java/net/sf/jabref/util/ErrorConsole.java | 1 - .../net/sf/jabref/util/MassSetFieldAction.java | 171 + src/java/net/sf/jabref/util/XMPSchemaBibtex.java | 280 ++ src/java/net/sf/jabref/util/XMPUtil.java | 506 +++ .../sf/jabref/wizard/integrity/IntegrityCheck.java | 11 +- src/java/tests/net/sf/jabref/AllTests.java | 28 + src/java/tests/net/sf/jabref/AuthorListTest.java | 547 +++ .../tests/net/sf/jabref/FileBasedTestCase.java | 222 ++ src/java/tests/net/sf/jabref/JabRefTestCase.java | 24 + src/java/tests/net/sf/jabref/UtilFindFileTest.java | 191 + src/java/tests/net/sf/jabref/UtilTest.java | 379 ++ src/java/tests/net/sf/jabref/bst/AllTests.java | 21 + .../net/sf/jabref/bst/BibtexCaseChangerTest.java | 125 + .../net/sf/jabref/bst/BibtexNameFormatterTest.java | 135 + .../tests/net/sf/jabref/bst/BibtexPurifyTest.java | 27 + .../tests/net/sf/jabref/bst/BibtexWidthTest.java | 78 + src/java/tests/net/sf/jabref/bst/TestVM.java | 648 ++++ .../net/sf/jabref/bst/TextPrefixFunctionTest.java | 29 + .../net/sf/jabref/export/layout/AllTests.java | 17 + .../net/sf/jabref/export/layout/LayoutTest.java | 100 + .../net/sf/jabref/export/layout/RTFCharsTest.java | 85 + .../sf/jabref/export/layout/format/AllTests.java | 36 + .../layout/format/AuthorAbbreviatorTest.java | 55 + .../layout/format/AuthorAndsCommaReplacerTest.java | 61 + .../layout/format/AuthorAndsReplacerTest.java | 64 + .../format/AuthorFirstAbbrLastCommasTest.java | 61 + .../AuthorFirstAbbrLastOxfordCommasTest.java | 63 + .../export/layout/format/AuthorFirstFirstTest.java | 48 + .../layout/format/AuthorFirstLastCommasTest.java | 63 + .../format/AuthorFirstLastOxfordCommasTest.java | 64 + .../format/AuthorLastFirstAbbrCommasTest.java | 64 + .../AuthorLastFirstAbbrOxfordCommasTest.java | 63 + .../format/AuthorLastFirstAbbreviatorTester.java | 28 +- .../layout/format/AuthorLastFirstCommasTest.java | 65 + .../format/AuthorLastFirstOxfordCommasTest.java | 63 + .../export/layout/format/AuthorLastFirstTest.java | 30 + .../export/layout/format/AuthorOrgSciTest.java | 33 + .../format/BibtexNameLayoutFormatterTest.java | 61 + .../export/layout/format/CompositeFormatTest.java | 60 + .../jabref/export/layout/format/DOICheckTest.java | 37 + .../export/layout/format/HTMLParagraphsTest.java | 21 + .../format/NoSpaceBetweenAbbreviationsTest.java | 26 + .../export/layout/format/ResolvePDFTest.java | 52 + src/java/tests/net/sf/jabref/imports/AllTests.java | 19 + .../net/sf/jabref/imports/AutoImportTest.java | 11 + .../net/sf/jabref/imports/BibtexParserTest.java | 216 ++ .../tests/net/sf/jabref/imports/IEEEImport1.txt | 60 + .../net/sf/jabref/imports/IsiImporterTest.java | 370 ++ .../net/sf/jabref/imports/IsiImporterTest1.isi | 25 + .../sf/jabref/imports/IsiImporterTestInspec.isi | 122 + .../sf/jabref/imports/IsiImporterTestMedline.isi | 27 + .../net/sf/jabref/imports/IsiImporterTestWOS.isi | 135 + .../net/sf/jabref/imports/OAI2ImportTest.java | 99 + src/java/tests/net/sf/jabref/imports/RisTest.ris | 18 + src/java/tests/net/sf/jabref/imports/oai2.xml | 30 + src/java/tests/net/sf/jabref/imports/oai22.xml | 30 + src/java/tests/net/sf/jabref/search/AllTests.java | 16 + .../net/sf/jabref/search/BasicSearchTest.java | 60 + src/java/tests/net/sf/jabref/util/AllTests.java | 18 + .../tests/net/sf/jabref/util/CaseChangerTest.java | 58 + .../net/sf/jabref/util/XMPSchemaBibtexTest.java | 245 ++ src/java/tests/net/sf/jabref/util/XMPUtilTest.java | 1122 ++++++ src/resource/IntegrityMessage_du.properties | 11 + src/resource/JabRef_de.properties | 68 +- src/resource/JabRef_du.properties | 2171 ++++++++++++ src/resource/JabRef_en.properties | 67 + src/resource/JabRef_fr.properties | 79 +- src/resource/JabRef_it.properties | 70 +- src/resource/JabRef_no.properties | 69 +- src/resource/Menu_de.properties | 16 +- src/resource/Menu_du.properties | 203 ++ src/resource/Menu_en.properties | 10 +- src/resource/Menu_fr.properties | 11 +- src/resource/Menu_it.properties | 7 + src/resource/Menu_no.properties | 9 +- src/resource/build.properties | 6 +- src/resource/fields/.cvsignore | 1 + src/resource/journalList.txt | 1556 ++++++++ .../layout/tablerefs/tablerefs.begin.layout | 152 + src/resource/layout/tablerefs/tablerefs.end.layout | 12 + src/resource/layout/tablerefs/tablerefs.layout | 8 + .../tablerefsabsbib/tablerefsabsbib.begin.layout | 221 ++ .../tablerefsabsbib/tablerefsabsbib.end.layout | 12 + .../layout/tablerefsabsbib/tablerefsabsbib.layout | 36 + src/resource/log4j.properties | 7 + src/tests/encrypted.pdf | 51 + src/tests/net/sf/jabref/bst/abbrv.bst | 1098 ++++++ src/txt/README | 65 +- src/txt/TODO | 9 + src/windows/nsis/.cvsignore | 2 + src/windows/nsis/README.txt | 38 + src/windows/nsis/fileassoc.nsh | 119 + src/windows/nsis/launcher.nsi | 106 + src/windows/nsis/setup.nsi | 159 + 276 files changed, 38830 insertions(+), 13184 deletions(-) diff --cc debian/changelog index 766d77c,0000000..a410c7f mode 100644,000000..100644 --- a/debian/changelog +++ b/debian/changelog @@@ -1,180 -1,0 +1,185 @@@ - jabref (2.1-5) unstable; urgency=low ++jabref (2.2~b2-1) UNRELEASED; urgency=low + + * Fix typo in long description. - * Remove j2re1.4 from Depends, JabRef now needs Java 1.5. - * Build against Debian packages of libraries instead of pre-built jar files - (closes: #389068). - - -- gregor herrmann <[email protected]> Fri, 29 Sep 2006 23:29:17 +0200 ++ * New upstream release: ++ - remove j2re1.4 from Depends, JabRef now needs Java 1.5; ++ - undistributable fonts no longer included (closes: #393676); ++ - includes the patch to make Enter work in dialogs, therefore remove ++ patch 02_button; ++ - update patch 01_free_javac; ++ - update debian/copyright (new contributors); ++ - update debian/rules (icon file name changed). ++ ++ -- gregor herrmann <[email protected]> Sun, 26 Nov 2006 21:50:54 +0100 + +jabref (2.1-4) unstable; urgency=low + + * Apply patch from Matthias Klose to enable building with a free java compiler - + thanks! (Cf. #383006) + * Change build dependencies accordingly. + * Apply patch from Morten Omholt Alver (upstream author) to enable 'enter' in + dialogs - thanks! (Closes: #387235) + + -- gregor herrmann <[email protected]> Mon, 25 Sep 2006 00:32:40 +0200 + +jabref (2.1-3) unstable; urgency=low + + * Change menu section to "Apps/Databases" and remove lintian override. + "Apps/Data Management" was premature, thanks to Frank Küster and + Bill Allombert for pointing this out (cf. #386320). + + -- gregor herrmann <[email protected]> Mon, 11 Sep 2006 21:12:37 +0200 + +jabref (2.1-2) unstable; urgency=low + + * Change menu section to "Apps/Data Management", thanks to Frank Küster + (closes: #386320). + * Add lintian override for this new section. + * Convert changelog to UTF-8. + + -- gregor herrmann <[email protected]> Thu, 7 Sep 2006 16:42:27 +0200 + +jabref (2.1-1) unstable; urgency=low + + * New upstream release (closes: #382310, #379704). + * Change back wrapper script, as the behaviour of "-v" changed in the + new release (cf. #378189 for details). + * Menu icons now created from PNGs in upstream tarball, therefore add build + dependency on imagemagick. + * Clean up README.Debian. + * Update debian/copright to reflect the changes as shown in the About Box. + + -- gregor herrmann <[email protected]> Fri, 11 Aug 2006 12:09:45 +0200 + +jabref (2.0.1+2.1b2-6) unstable; urgency=low + + * Update menu icons, the new ones are kindly provided by Morten Omholt Alver + (upstream author) - thanks! + + -- gregor herrmann <[email protected]> Tue, 1 Aug 2006 22:31:16 +0200 + +jabref (2.0.1+2.1b2-5) unstable; urgency=low + + * Now really change debian/copyright. + + -- gregor herrmann <[email protected]> Mon, 31 Jul 2006 21:40:47 +0200 + +jabref (2.0.1+2.1b2-4) unstable; urgency=low + + * Add icon to menu entry, thanks to LI Daobing for the idea + (closes: #380604). + * Remove references to the libraries Commons Logging and Commons HTTP Client + from debian/copyright, as they are not included in the upstream tarball + any more. + + -- gregor herrmann <[email protected]> Mon, 31 Jul 2006 16:37:47 +0200 + +jabref (2.0.1+2.1b2-3) unstable; urgency=low + + * Convert debian/copyright to UTF-8. + * Mention startup options in manpage, thanks to LI Daobing (closes: #378190). + * Change wrapper script to always pass "-n" if called with "-v" in order + to make jabref only print the version number and quit afterwards with + "-v". Thanks to LI Daobing (closes: #378189). + + -- gregor herrmann <[email protected]> Fri, 14 Jul 2006 13:23:58 +0200 + +jabref (2.0.1+2.1b2-2) unstable; urgency=low + + * Pass command line parameters to /usr/bin/jabref and add hint about Sun + Java and update-alternatives to README.Debian (closes: #377316). + + -- gregor herrmann <[email protected]> Sat, 8 Jul 2006 12:51:40 +0200 + +jabref (2.0.1+2.1b2-1) unstable; urgency=low + + * New upstream release. + + -- gregor herrmann <[email protected]> Tue, 4 Jul 2006 16:42:35 +0200 + +jabref (2.0.1+2.1b-3) unstable; urgency=low + + * Changed order of Build-Depend-Indep. + * Cleaned up debian/rules. + * Moved dh_ calls in debian/rules to binary-indep target. + * Add lintian override (upstream tarball has .cvsignore stuff). + * Added Tony Mancill to Uploaders (thanks for sponsoring!). + * Clarified debian/copyright and fixed typo (thanks to Tony Mancill). + * Updated debhelper compatibility level to 5. + * Cleaned up debian/watch. + * Added menu entry. + * Intial upload to the Debian archive (closes: #205392). + + -- gregor herrmann <[email protected]> Wed, 14 Jun 2006 17:51:38 +0200 + +jabref (2.0.1+2.1b-2) unstable; urgency=low + + * Change dependencies to include several versions of the Sun JRE/JDK. + + -- gregor herrmann <[email protected]> Tue, 30 May 2006 17:12:05 +0200 + +jabref (2.0.1+2.1b-1) unstable; urgency=low + + * New upstream release. + + -- gregor herrmann <[email protected]> Sat, 20 May 2006 17:06:49 +0200 + +jabref (2.0.1-3) unstable; urgency=low + + * Update to Standards-Version: 3.7.2 (no changes required). + * Change dependencies to new sun-java5-jre/jdk. + + -- gregor herrmann <[email protected]> Wed, 17 May 2006 17:48:52 +0200 + +jabref (2.0.1-2) unstable; urgency=low + + * Update to Standards-Version: 3.7.0 (no changes required). + * Moved debhelper from Build-Depends-Indep to Build-Depends + in debian/control. + + -- gregor herrmann <[email protected]> Mon, 1 May 2006 14:44:02 +0200 + +jabref (2.0.1-1) unstable; urgency=low + + * New upstream release + * Set debhelper compatibility level to 5. + + -- gregor herrmann <[email protected]> Fri, 3 Feb 2006 21:18:29 +0100 + +jabref (1.8.1-2) unstable; urgency=low + + * Added homepage to debian/control. + + -- gregor herrmann <[email protected]> Sun, 25 Dec 2005 14:30:28 +0100 + +jabref (1.8.1-1) unstable; urgency=low + + * New upstream release + + -- gregor herrmann <[email protected]> Fri, 7 Oct 2005 22:30:10 +0200 + +jabref (1.8-4) unstable; urgency=low + + * Fixed error in /usr/bin/jabref. + + -- gregor herrmann <[email protected]> Tue, 13 Sep 2005 18:44:57 +0200 + +jabref (1.8-3) unstable; urgency=low + + * Trimmed Depends: to j2re1.4. + * Added j2sdk1 to Build-Depends-Indep. + + -- gregor herrmann <[email protected]> Sun, 11 Sep 2005 01:24:05 +0200 + +jabref (1.8-2) unstable; urgency=low + + * Moved jabref.jar from /usr/share/java/jabref to ../ + + -- gregor herrmann <[email protected]> Sat, 3 Sep 2005 02:45:23 +0200 + +jabref (1.8-1) unstable; urgency=low + + * Initial release Closes: #205392 + + -- gregor herrmann <[email protected]> Thu, 1 Sep 2005 23:18:00 +0200 + diff --cc debian/control index 653f8a3,0000000..59a31d4 mode 100644,000000..100644 --- a/debian/control +++ b/debian/control @@@ -1,20 -1,0 +1,20 @@@ +Source: jabref +Section: contrib/tex +Priority: optional +Maintainer: gregor herrmann <[email protected]> +Uploaders: tony mancill <[email protected]> +Build-Depends: debhelper (>= 5.0.0), dpatch - Build-Depends-Indep: java-gcj-compat-dev, ant, imagemagick, libjgoodies-forms-java, libjgoodies-looks-java, libmicroba-java, libglazedlists-java, libspin-java ++Build-Depends-Indep: java-gcj-compat-dev, ant, imagemagick +Standards-Version: 3.7.2 +XS-Vcs-Svn: http://svn.toastfreeware.priv.at/debian/jabref/trunk/ + +Package: jabref +Architecture: all +Depends: sun-java5-jre | j2re1.5 | sun-j2sdk1.5 +Description: graphical frontend to manage BibTeX databases + JabRef is a GUI to manage BibTeX databases, the standard LaTeX bibliography + reference format. JabRef is built to be platform independent (requires Java + 1.5). It merges and extends the functionalities of BibKeeper (Morten O. + Alver) and JBibtexManager (Nizar Batada). + . + Homepage: http://jabref.sourceforge.net/ diff --cc debian/copyright index 82da132,0000000..0c80300 mode 100644,000000..100644 --- a/debian/copyright +++ b/debian/copyright @@@ -1,138 -1,0 +1,141 @@@ +This package was debianized by gregor herrmann <[email protected]> on +Thu, 1 Sep 2005 23:18:00 +0200. + +It was downloaded from http://jabref.sourceforge.net/ + +Copyright: + +(c) 2006 +Morten Alver <[email protected]> +Nizar Batada <[email protected]> + +License: + +JabRef is free open source software, distributed under the GNU General +Public Licence. See the enclosed text file 'gpl.txt', or the About +dialog, for details about the GPL. + + On Debian GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL'. + +JabRef also uses libraries distributed by other parties; see the About +box for details. + + +From the About box: + +(c) 2006 +JabRef is freely distributable under the terms of the GNU Public License, version 2. + +Developers: +Morten O. Alver +Nizar N. Batada +Michel Baylac +Guillaume Gardey +Cyrille d'Haese +Raik Nagel ++Christopher Oezbek +Ellen Reitmayr ++Gert Renckens +Andreas Rudert +Michael Spiegel +Ulrik Stervbo +Dominik Waßenhoven +Joerg K. Wegner +Michael Wrighton +Egon Willighagen +Jörg Zieren + +Contributions from: +Kolja Brix +Frédéric Darboux +Fabrice Dessaint +Nathan Dunn +Brian Van Essen +Alexis Gallagher +Sascha Hunold +Bernd Kalbfuss +Martin Kähmer +Ervin Kolenovic - Krzysztof A. Kociuszkiewicz ++Krzysztof A. Kosciuszkiewicz ++Christian Kopf +Jeffrey Kuhn +Alex Montgomery - Christopher Oezbek +John Relph +Moritz Ringler +Andreas Rudert ++Mark Schenk +Rudolf Seemann +Toralf Senger +Mike Smoot ++Ulrich Stärk +Martin Stolle +David Weitzman +Seb Wills +John Zedlewski + +Thanks to: +Samin Muhammad Ridwanul Karim +Stefan Robert + +Third-party software used: + +JabRef uses JGoodies Looks 2.04 and JGoodies Forms 1.0.5, distributed by +JGoodies (http://www.jgoodies.com) under the terms of the BSD License (see +http://www.opensource.org/licenses/bsd-license.html for details). + +Also included are two additional classes (SimpleInternalFrame and - UIFSplitPane) by Karsten Lentzsch, which are distributed under these terms. - [0] ++UIFSplitPane) by Karsten Lentzsch, which are distributed under these terms. [0] + +Command line options are parsed using RitOpt +(http://ritopt.sourceforge.net). RitOpt is distributed under the terms of +the GNU Public License, version 2. + +JabRef uses the ANTLR parser generator for interpreting search strings. +ANTLR is public domain software - see http://www.antlr.org/license.html for +the licensing terms. + +For table presentation and filtering, JabRef uses the Glazed Lists library +(http://publicobject.com/glazedlists), which is distributed under the Lesser +GNU Public License. + +JabRef also uses the threading library Spin 1.3.1, which is distributed +under the terms of the Lesser GNU Public License. + +Some GUI components from the Microba library are used, it is licensed under +a BSD style license. See http://sourceforge.net/projects/microba/ for more +informations. + +The majority of icons are from the Crystal Clear icon set by Everaldo +(http://www.everaldo.com), which is distributed under the terms of the +Lesser General Public License. + + + +[0] + +Copyright (c) 2003 JGoodies Karsten Lentzsch. All Rights Reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +* Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. +* Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. +* Neither the name of JGoodies Karsten Lentzsch nor the names of its + contributors may be used to endorse or promote products derived from this + software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE +LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. diff --cc debian/patches/00list index 4a17e3a,0000000..2a20555 mode 100644,000000..100644 --- a/debian/patches/00list +++ b/debian/patches/00list @@@ -1,3 -1,0 +1,1 @@@ +01_free_javac - 02_button - 03_libs diff --cc debian/patches/01_free_javac.dpatch index f5cb953,0000000..e24e785 mode 100755,000000..100755 --- a/debian/patches/01_free_javac.dpatch +++ b/debian/patches/01_free_javac.dpatch @@@ -1,58 -1,0 +1,58 @@@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 01_free_javac.dpatch by <[email protected]> +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: Changes to be able to compile JabRef with free java compilers. +## Thanks to Matthias Klose, cf. #383006 + +@DPATCH@ - diff -urNad jabref~/src/java/net/sf/jabref/JabRef.java jabref/src/java/net/sf/jabref/JabRef.java - --- jabref~/src/java/net/sf/jabref/JabRef.java 2006-08-10 21:38:43.000000000 +0200 - +++ jabref/src/java/net/sf/jabref/JabRef.java 2006-09-24 01:22:03.000000000 +0200 - @@ -43,7 +43,6 @@ ++diff -urNad jabref-2.2~b2~/src/java/net/sf/jabref/JabRef.java jabref-2.2~b2/src/java/net/sf/jabref/JabRef.java ++--- jabref-2.2~b2~/src/java/net/sf/jabref/JabRef.java 2006-11-26 21:10:32.000000000 +0100 +++++ jabref-2.2~b2/src/java/net/sf/jabref/JabRef.java 2006-11-26 21:17:14.000000000 +0100 ++@@ -46,7 +46,6 @@ + + import com.jgoodies.looks.plastic.Plastic3DLookAndFeel; + import com.jgoodies.looks.plastic.PlasticLookAndFeel; +-import com.jgoodies.looks.windows.WindowsLookAndFeel; + import com.jgoodies.looks.FontSet; + import com.jgoodies.looks.FontSets; + import com.jgoodies.looks.FontPolicy; - @@ -624,27 +623,6 @@ ++@@ -578,27 +577,6 @@ + + //Plastic3DLookAndFeel plLnf = (Plastic3DLookAndFeel) lnf; + } +- else if ((lnf != null) && (lnf instanceof WindowsLookAndFeel)) { +- +- // Set a "model" icon size, so menu items are evenly spaced even though +- // only some items have icons. We load an arbitrary icon and look at +- // its size to determine what size to use: +- int defaultIconSize = GUIGlobals.getImage("open").getIconWidth(); +- com.jgoodies.looks.Options.setDefaultIconSize +- (new Dimension(defaultIconSize, defaultIconSize)); +- +- if (overrideDefaultFonts) { +- FontSet fontSet = FontSets.createDefaultFontSet( +- new Font("Tahoma", Font.PLAIN, fontSizes), // control font +- new Font("Tahoma", Font.PLAIN, fontSizes), // menu font +- new Font("Tahoma", Font.BOLD, fontSizes) // title font +- ); +- FontPolicy fixedPolicy = FontPolicies.createFixedPolicy(fontSet); +- WindowsLookAndFeel.setFontPolicy(fixedPolicy); +- } - - ++- +- //WindowsLookAndFeel plLnf = (WindowsLookAndFeel) lnf; +- } + + if (lnf != null) { + try { - diff -urNad jabref~/src/java/net/sf/jabref/export/VerifyingWriter.java jabref/src/java/net/sf/jabref/export/VerifyingWriter.java - --- jabref~/src/java/net/sf/jabref/export/VerifyingWriter.java 2006-02-25 18:58:27.000000000 +0100 - +++ jabref/src/java/net/sf/jabref/export/VerifyingWriter.java 2006-09-24 01:22:03.000000000 +0200 ++diff -urNad jabref-2.2~b2~/src/java/net/sf/jabref/export/VerifyingWriter.java jabref-2.2~b2/src/java/net/sf/jabref/export/VerifyingWriter.java ++--- jabref-2.2~b2~/src/java/net/sf/jabref/export/VerifyingWriter.java 2006-11-26 21:10:32.000000000 +0100 +++++ jabref-2.2~b2/src/java/net/sf/jabref/export/VerifyingWriter.java 2006-11-26 21:14:29.000000000 +0100 +@@ -1,7 +1,5 @@ + package net.sf.jabref.export; + +-import sun.misc.CharacterEncoder; +- + import java.io.*; + import java.nio.charset.Charset; + import java.nio.charset.CharsetEncoder; diff --cc debian/patches/02_libs.dpatch index f9c6cd2,0000000..f9c6cd2 mode 100755,000000..100755 --- a/debian/patches/02_libs.dpatch +++ b/debian/patches/02_libs.dpatch diff --cc debian/rules index b0d93d1,0000000..864618b mode 100755,000000..100755 --- a/debian/rules +++ b/debian/rules @@@ -1,77 -1,0 +1,77 @@@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +include /usr/share/dpatch/dpatch.make + +configure: configure-stamp +configure-stamp: + dh_testdir + touch configure-stamp + +build: build-stamp patch + ant compile unjarlib jars + convert -geometry 32x32 src/images/JabRef-icon-48.png build/jabref32.xpm - convert -geometry 16x16 src/images/JabRef-icon.png build/jabref16.xpm ++ convert -geometry 16x16 src/images/JabRef-icon-48.png build/jabref16.xpm + +build-stamp: configure-stamp + dh_testdir + touch build-stamp + +clean: unpatch + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + if [ -d build ] ; then rm -r build; fi + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + +# Build architecture-independent files here. +binary-indep: build install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs +# dh_installexamples + dh_install + dh_installmenu +# dh_installdebconf +# dh_installlogrotate +# dh_installemacsen +# dh_installpam +# dh_installmime +# dh_installinit +# dh_installcron +# dh_installinfo + dh_installman +# dh_link +# dh_strip + dh_compress + dh_fixperms +# dh_perl +# dh_python +# dh_makeshlibs + dh_installdeb +# dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +# Build architecture-dependent files here. +binary-arch: build install +# We have nothing to do. + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jabref.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

