[jabref] 16/459: * Pass command line parameters to /usr/bin/jabref and add hint about Sun Java and update-alternatives to README.Debian (closes: #377316). * New upstream release.

gregor herrmann gregoa at debian.org
Thu Sep 15 20:39:32 UTC 2016


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository jabref.

commit b2b692bb1d05d4f8751d91f1386b6e6146f66821
Merge: acca6bb 6702c28
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Jul 8 10:54:37 2006 +0000

    * Pass command line parameters to /usr/bin/jabref and add hint about Sun
      Java and update-alternatives to README.Debian (closes: #377316).
    * New upstream release.

 build.number                                       |   4 +-
 build.xml                                          |   9 +-
 debian/README.Debian                               |  13 +
 debian/changelog                                   |  13 +
 jabref                                             |   2 +-
 src/help/About.html                                |   1 +
 src/help/BaseFrameHelp.html                        |  14 +-
 src/help/BibtexHelp.html                           |  16 +-
 src/help/CiteSeerHelp.html                         |   4 +-
 src/help/ContentSelectorHelp.html                  |  28 +-
 src/help/Contents.html                             |   1 +
 src/help/EntryEditorHelp.html                      |  12 +-
 src/help/ExternalFiles.html                        |  38 +-
 src/help/GroupsHelp.html                           |   8 +-
 src/help/HelpHelp.html                             |   4 +-
 .../{IEEEXplorerHelp.html => IEEEXploreHelp.html}  |   2 +-
 src/help/JournalAbbreviations.html                 |   4 +-
 src/help/MedlineHelp.html                          |   2 +-
 src/help/OpenOfficeHelp.html                       |   2 +-
 src/help/SearchHelp.html                           |   8 +-
 src/help/TimeStampHelp.html                        |   2 +-
 src/help/de/About.html                             |   1 +
 src/help/fr/About.html                             |   3 +-
 src/help/fr/BaseFrameHelp.html                     |  25 +-
 src/help/fr/BibtexHelp.html                        | 343 ++++++++-
 src/help/fr/CiteSeerHelp.html                      |   6 +-
 src/help/fr/CommandLine.html                       |   2 +-
 src/help/fr/ContentSelectorHelp.html               |   2 +-
 src/help/fr/Contents.html                          |   1 +
 src/help/fr/CustomExports.html                     |   6 +-
 src/help/fr/CustomImports.html                     |  19 +-
 src/help/fr/EntryEditorHelp.html                   |  38 +-
 src/help/fr/ExternalFiles.html                     |  52 +-
 src/help/fr/GroupsHelp.html                        |  30 +-
 src/help/fr/HelpHelp.html                          |   4 +-
 src/help/fr/IEEEXploreHelp.html                    |  28 +
 src/help/fr/ImportInspectionDialog.html            |   2 +-
 src/help/fr/JournalAbbreviations.html              |  12 +-
 src/help/fr/MarkingHelp.html                       |   4 +-
 src/help/fr/MedlineHelp.html                       |   4 +-
 src/help/fr/OpenOfficeHelp.html                    |   4 +-
 src/help/fr/SearchHelp.html                        |  18 +-
 src/help/fr/ShortAuxImport.html                    |   7 +
 src/help/fr/StringEditorHelp.html                  |   2 +-
 src/help/fr/TimeStampHelp.html                     |  42 +-
 src/images/splash-2.1.svg                          | 244 ++++++
 src/java/net/sf/jabref/AppearancePrefsTab.java     |  10 +-
 src/java/net/sf/jabref/BasePanel.java              | 151 +---
 src/java/net/sf/jabref/BibtexEntryType.java        |   4 +-
 src/java/net/sf/jabref/BrowseAction.java           |   4 +-
 src/java/net/sf/jabref/EntryComparator.java        |  13 +-
 .../net/sf/jabref/EntryCustomizationDialog.java    |   4 +-
 src/java/net/sf/jabref/EntryEditor.java            |  25 +-
 src/java/net/sf/jabref/EntryTable.java             | 842 ---------------------
 src/java/net/sf/jabref/EntryTableModel.java        | 592 ---------------
 src/java/net/sf/jabref/FieldComparator.java        |   8 +-
 src/java/net/sf/jabref/Globals.java                | 671 ++++++++++++----
 src/java/net/sf/jabref/JabRef.java                 |   5 +-
 src/java/net/sf/jabref/JabRefFrame.java            |  74 +-
 src/java/net/sf/jabref/JabRefPreferences.java      |   3 +-
 src/java/net/sf/jabref/MergeDialog.java            |  13 +-
 src/java/net/sf/jabref/PrefsDialog3.java           |   4 +-
 src/java/net/sf/jabref/RightClickMenu.java         |  14 +
 src/java/net/sf/jabref/TablePrefsTab.java          |  11 +-
 .../net/sf/jabref/export/CustomExportDialog.java   | 243 +++---
 .../net/sf/jabref/export/ExpandEndnoteFilters.java |   2 +-
 src/java/net/sf/jabref/export/FileActions.java     |   3 +-
 .../net/sf/jabref/export/layout/LayoutEntry.java   |  20 +-
 .../layout/format/AuthorAndsCommaReplacer.java     |   2 +-
 .../layout/format/AuthorLastFirstAbbreviator.java  |   4 +-
 .../sf/jabref/export/layout/format/RTFChars.java   |   5 +-
 .../jabref/export/layout/format/ToLowerCase.java   |   9 +-
 .../net/sf/jabref/external/ExternalFilePanel.java  |   3 +-
 .../jabref/groups/EntryTableTransferHandler.java   |   1 -
 .../sf/jabref/gui/EntryCustomizationDialog2.java   |   4 +-
 .../net/sf/jabref/gui/ImportInspectionDialog.java  |   2 +-
 src/java/net/sf/jabref/gui/MainTable.java          |  25 +-
 .../sf/jabref/imports/AppendDatabaseAction.java    | 187 +++++
 src/java/net/sf/jabref/imports/BibtexParser.java   |  43 +-
 .../net/sf/jabref/imports/EndnoteImporter.java     |  31 +-
 src/java/net/sf/jabref/imports/HTMLConverter.java  |   4 +-
 .../net/sf/jabref/imports/IEEEXploreFetcher.java   |   5 +-
 .../jabref/imports/ImportCustomizationDialog.java  |  16 +-
 src/java/net/sf/jabref/imports/ImportMenuItem.java | 328 ++++++--
 .../sf/jabref/imports/ImportUnknownMenuItem.java   | 126 ---
 src/java/net/sf/jabref/imports/MedlineFetcher.java |   4 +-
 src/java/net/sf/jabref/imports/MedlineHandler.java |  29 +-
 .../net/sf/jabref/imports/OpenDatabaseAction.java  |  26 +-
 .../sf/jabref/journals/ManageJournalsPanel.java    |  10 +-
 .../jabref/wizard/auximport/gui/FromAuxDialog.java |   4 +-
 src/resource/JabRef_de.properties                  |  24 +-
 src/resource/JabRef_en.properties                  |  26 +-
 src/resource/JabRef_fr.properties                  |  18 +-
 src/resource/JabRef_it.properties                  |   9 +-
 src/resource/JabRef_no.properties                  |   9 +-
 src/resource/Menu_de.properties                    |  14 +-
 src/resource/Menu_en.properties                    |  11 +-
 src/resource/Menu_fr.properties                    |  24 +-
 src/resource/Menu_it.properties                    |  11 +-
 src/resource/Menu_no.properties                    |  11 +-
 src/resource/build.properties                      |   6 +-
 src/resource/layout/harvard/harvard.begin.layout   |   6 +-
 src/txt/README                                     |  15 +-
 103 files changed, 2338 insertions(+), 2516 deletions(-)

diff --cc debian/README.Debian
index d171526,0000000..4128ddc
mode 100644,000000..100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@@ -1,6 -1,0 +1,19 @@@
 +jabref for Debian
 +-----------------
 +
++Please note that jabref needs Sun Java.
++
++If you get ugly errors at starting jabref you probably have another java
++runtime engine set as your default java virtual machine. This can easily be
++changed by
++
++	# update-alternatives --config java
++
++and explicitly choosing Sun Java there.
++
++ -- gregor herrmann <gregor+debian at comodo.priv.at>, Sat,  8 Jul 2006 12:49:30 +0200
++
++
 +Added /usr/bin/jabref as a wrapper script.
 +
 + -- gregor herrmann <gregor+debian at comodo.priv.at>, Thu,  1 Sep 2005 23:18:00 +0200
diff --cc debian/changelog
index 429cd33,0000000..9119b02
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,86 -1,0 +1,99 @@@
++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 <gregor+debian at comodo.priv.at>  Sat,  8 Jul 2006 12:51:40 +0200
++
++jabref (2.0.1+2.1b2-1) unstable; urgency=low
++
++  * New upstream release.
++
++ -- gregor herrmann <gregor+debian at comodo.priv.at>  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 <gregor+debian at comodo.priv.at>  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 <gregor+debian at comodo.priv.at>  Tue, 30 May 2006 17:12:05 +0200
 +
 +jabref (2.0.1+2.1b-1) unstable; urgency=low
 +
 +  * New upstream release.
 +
 + -- gregor herrmann <gregor+debian at comodo.priv.at>  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 <gregor+debian at comodo.priv.at>  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 <gregor+debian at comodo.priv.at>  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 <gregor+debian at comodo.priv.at>  Fri,  3 Feb 2006 21:18:29 +0100
 +
 +jabref (1.8.1-2) unstable; urgency=low
 +
 +  * Added homepage to debian/control.
 +
 + -- gregor herrmann <gregor+debian at comodo.priv.at>  Sun, 25 Dec 2005 14:30:28 +0100
 +
 +jabref (1.8.1-1) unstable; urgency=low
 +
 +  * New upstream release
 +
 + -- gregor herrmann <gregor+debian at comodo.priv.at>  Fri,  7 Oct 2005 22:30:10 +0200
 +
 +jabref (1.8-4) unstable; urgency=low
 +
 +  * Fixed error in /usr/bin/jabref.
 +
 + -- gregor herrmann <gregor+debian at comodo.priv.at>  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 <gregor+debian at comodo.priv.at>  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 <gregor+debian at comodo.priv.at>  Sat,  3 Sep 2005 02:45:23 +0200
 +
 +jabref (1.8-1) unstable; urgency=low
 +
 +  * Initial release Closes: #205392
 +
 + -- gregor herrmann <gregor+debian at comodo.priv.at>  Thu,  1 Sep 2005 23:18:00 +0200
 +
diff --cc jabref
index 2d930ec,0000000..f9a96c3
mode 100644,000000..100644
--- a/jabref
+++ b/jabref
@@@ -1,3 -1,0 +1,3 @@@
 +#!/bin/sh
 +
- java -jar /usr/share/java/jabref.jar
++java -jar /usr/share/java/jabref.jar "$@"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jabref.git



More information about the pkg-java-commits mailing list