[jabref] 59/459: first commit with new 2.2 release jar renamed to JabRef-2.2.jar -> add debian/link, activate dh_link in debian/rules, change debian/install
gregor herrmann
gregoa at debian.org
Thu Sep 15 20:39:43 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 a6c835c8d30e1947b5e88a4b71237c4e66720df6
Merge: bb1f644 5c310cf
Author: gregor herrmann <gregoa at debian.org>
Date: Fri Feb 2 14:02:51 2007 +0000
first commit with new 2.2 release
jar renamed to JabRef-2.2.jar -> add debian/link, activate dh_link in debian/rules, change debian/install
build.number | 4 +-
build.xml | 75 +-
debian/changelog | 9 +-
debian/install | 2 +-
debian/links | 1 +
debian/rules | 2 +-
lib/JempBox-0.1.0-dev.jar | Bin 24974 -> 38383 bytes
src/help/About.html | 14 +-
src/help/Contents.html | 2 +-
src/help/EndNoteFilters.html | 2 +-
src/help/XMPHelp.html | 3 +-
src/help/de/About.html | 34 +-
src/help/de/BaseFrameHelp.html | 12 +-
src/help/de/BibtexHelp.html | 255 ++-
src/help/de/CiteSeerHelp.html | 23 +-
src/help/de/CommandLine.html | 3 +-
src/help/de/Contents.html | 6 +-
src/help/de/CustomImports.html | 50 +-
src/help/de/EndNoteFilters.html | 2 +-
src/help/de/ExternalFiles.html | 29 +
src/help/de/GroupsHelp.html | 1 -
src/help/de/IEEEXploreHelp.html | 25 +
src/help/de/JabRef-UserManual_de.bib | 46 +-
src/help/de/JabRef-UserManual_de.tex | 1148 +++++++-----
src/help/de/JournalAbbreviations.html | 53 +
src/help/de/LabelPatterns.html | 7 +-
src/help/de/MedlineHelp.html | 4 +-
src/help/de/OpenOfficeHelp.html | 34 +-
src/help/de/RemoteHelp.html | 22 +
src/help/de/SearchHelp.html | 12 +-
src/help/de/XMPHelp.html | 105 ++
src/help/fr/About.html | 16 +-
src/help/fr/EndNoteFilters.html | 2 +-
src/help/fr/XMPHelp.html | 12 +-
src/images/font/ACTIVA.TTF | Bin 0 -> 82984 bytes
src/images/font/ASTROLYT.TTF | Bin 0 -> 42020 bytes
src/images/font/AUGIE.TTF | Bin 0 -> 54108 bytes
src/images/splash.png | Bin 223373 -> 171478 bytes
src/java/net/sf/jabref/AdvancedTab.java | 6 +-
src/java/net/sf/jabref/AppearancePrefsTab.java | 31 +-
src/java/net/sf/jabref/BasePanel.java | 137 +-
src/java/net/sf/jabref/BibtexEntry.java | 4 +
src/java/net/sf/jabref/EntryEditor.java | 5 +-
src/java/net/sf/jabref/ExternalProgramsTab.java | 9 +
src/java/net/sf/jabref/ExternalTab.java | 6 +-
src/java/net/sf/jabref/FieldComparator.java | 19 +-
src/java/net/sf/jabref/GeneralTab.java | 3 +
src/java/net/sf/jabref/Globals.java | 7 +-
src/java/net/sf/jabref/JabRef.java | 7 +-
src/java/net/sf/jabref/JabRefFrame.java | 81 +-
src/java/net/sf/jabref/JabRefPreferences.java | 5 +
src/java/net/sf/jabref/MetaData.java | 2 +-
src/java/net/sf/jabref/NameFormatterTab.java | 6 +-
src/java/net/sf/jabref/PrefsDialog2.java | 1 +
src/java/net/sf/jabref/PrefsDialog3.java | 515 +++---
src/java/net/sf/jabref/PrefsTab.java | 16 +-
src/java/net/sf/jabref/PreviewPanel.java | 38 +-
src/java/net/sf/jabref/PreviewPrefsTab.java | 4 +
src/java/net/sf/jabref/SearchManager2.java | 3 +-
src/java/net/sf/jabref/SidePaneManager.java | 39 +-
src/java/net/sf/jabref/TabLabelPattern.java | 12 +-
src/java/net/sf/jabref/TableColumnsTab.java | 110 +-
src/java/net/sf/jabref/TablePrefsTab.java | 44 +-
src/java/net/sf/jabref/Util.java | 461 ++---
src/java/net/sf/jabref/XmpPrefsTab.java | 240 +++
src/java/net/sf/jabref/bst/Bst.java | 1943 --------------------
src/java/net/sf/jabref/collab/FileUpdatePanel.java | 10 +
src/java/net/sf/jabref/collab/GroupChange.java | 4 +
src/java/net/sf/jabref/export/ExportFormats.java | 11 +-
.../sf/jabref/export/ExportToClipboardAction.java | 142 ++
src/java/net/sf/jabref/export/layout/Layout.java | 52 +-
.../net/sf/jabref/export/layout/LayoutEntry.java | 53 +-
.../sf/jabref/export/layout/format/HTMLChars.java | 375 ++--
.../sf/jabref/export/layout/format/RTFChars.java | 6 +-
.../external/AutoSetExternalFileForEntries.java | 26 +-
.../net/sf/jabref/external/ExternalFilePanel.java | 107 +-
src/java/net/sf/jabref/external/PushToEmacs.java | 25 +-
src/java/net/sf/jabref/groups/AbstractGroup.java | 12 +
src/java/net/sf/jabref/groups/ExplicitGroup.java | 25 +
src/java/net/sf/jabref/groups/GroupTreeNode.java | 17 +-
src/java/net/sf/jabref/groups/GroupsPrefsTab.java | 4 +
src/java/net/sf/jabref/gui/AttachFileDialog.java | 2 +-
.../net/sf/jabref/gui/ImportInspectionDialog.java | 40 +-
src/java/net/sf/jabref/gui/MainTableFormat.java | 25 +-
.../sf/jabref/gui/MainTableSelectionListener.java | 44 +-
src/java/net/sf/jabref/imports/BibtexParser.java | 47 +-
.../sf/jabref/imports/CiteSeerFetcherPanel.java | 7 +-
.../net/sf/jabref/imports/FieldContentParser.java | 2 +-
src/java/net/sf/jabref/imports/GeneralFetcher.java | 1 +
src/java/net/sf/jabref/imports/ImportFormats.java | 1 -
src/java/net/sf/jabref/imports/ImportMenuItem.java | 8 +
src/java/net/sf/jabref/imports/MedlineFetcher.java | 2 +-
src/java/net/sf/jabref/imports/OAI2Fetcher.java | 91 +-
src/java/net/sf/jabref/imports/OAI2Handler.java | 18 +-
.../sf/jabref/imports/SilverPlatterImporter.java | 14 +-
.../sf/jabref/labelPattern/LabelPatternUtil.java | 3 +-
src/java/net/sf/jabref/util/XMPSchemaBibtex.java | 106 +-
src/java/net/sf/jabref/util/XMPUtil.java | 719 +++++++-
src/java/tests/net/sf/jabref/UtilFindFileTest.java | 26 +-
src/java/tests/net/sf/jabref/UtilTest.java | 57 +-
.../net/sf/jabref/export/layout/AllTests.java | 3 +-
.../net/sf/jabref/export/layout/HTMLCharsTest.java | 49 +
.../net/sf/jabref/export/layout/LayoutTest.java | 37 +-
.../net/sf/jabref/export/layout/RTFCharsTest.java | 1 +
src/java/tests/net/sf/jabref/imports/AllTests.java | 5 +-
.../net/sf/jabref/imports/AutoImportTest.java | 11 -
.../net/sf/jabref/imports/BibtexParserTest.java | 151 +-
.../net/sf/jabref/imports/OAI2ImportTest.java | 35 +-
.../net/sf/jabref/util/XMPSchemaBibtexTest.java | 4 +-
src/java/tests/net/sf/jabref/util/XMPUtilTest.java | 289 ++-
src/resource/JabRef_de.properties | 103 +-
src/resource/JabRef_du.properties | 16 +
src/resource/JabRef_en.properties | 24 +-
src/resource/JabRef_fr.properties | 14 +
src/resource/JabRef_it.properties | 41 +-
src/resource/JabRef_no.properties | 72 +-
src/resource/Menu_de.properties | 3 +-
src/resource/Menu_du.properties | 2 +
src/resource/Menu_en.properties | 1 +
src/resource/Menu_fr.properties | 1 +
src/resource/Menu_it.properties | 5 +-
src/resource/Menu_no.properties | 17 +-
src/resource/build.properties | 6 +-
src/txt/README | 31 +-
src/windows/nsis/setup.nsi | 8 +-
125 files changed, 4678 insertions(+), 4102 deletions(-)
diff --cc debian/changelog
index bc895d2,0000000..07b004a
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,197 -1,0 +1,198 @@@
- jabref (2.2~b2-2) UNRELEASED; urgency=low
++jabref (2.2-1) unstable; urgency=low
+
++ * New upstream release.
+ * Change wrapper script, as "-v" acts as expcted; cf. #378189 for details
+ (also closes: #408081).
+ * Remove debian/source.lintian-overrides from source package, there are no longer
+ cvs remnants in the upstream tarball.
- * Add .desktop file for easier integration into KDE/Gnome.
- *
++ * Add .desktop file for easier integration into desktop environments.
++ * Add symlink /usr/share/java/JabRef-2.2.jar -> /usr/share/java/jabref.jar.
+
- -- gregor herrmann <gregor+debian at comodo.priv.at> Tue, 23 Jan 2007 16:56:59 +0100
++ -- gregor herrmann <gregor+debian at comodo.priv.at> Fri, 2 Feb 2007 14:59:33 +0100
+
+jabref (2.2~b2-1) unstable; urgency=low
+
+ * New upstream release:
+ - undistributable fonts no longer included (closes: #393676);
+ - remove j2re1.4 from Depends, JabRef now needs Java 1.5;
+ - 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).
+ * Fix typo in long description.
+ * Shorten call to ant and remove "-k" from dh_clean in debian/rules.
+
+ -- gregor herrmann <gregor+debian at comodo.priv.at> Sun, 26 Nov 2006 22:28:46 +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 <gregor+debian at comodo.priv.at> 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 <gregor+debian at comodo.priv.at> 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 <gregor+debian at comodo.priv.at> 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 <gregor+debian at comodo.priv.at> 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 <gregor+debian at comodo.priv.at> 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 <gregor+debian at comodo.priv.at> 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 <gregor+debian at comodo.priv.at> 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 <gregor+debian at comodo.priv.at> 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 <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 debian/install
index c49e579,0000000..e4137c0
mode 100644,000000..100644
--- a/debian/install
+++ b/debian/install
@@@ -1,4 -1,0 +1,4 @@@
- build/lib/jabref.jar usr/share/java
++build/lib/JabRef-2.2.jar usr/share/java
+jabref usr/bin
+build/*.xpm usr/share/pixmaps
+debian/jabref.desktop usr/share/applications
diff --cc debian/links
index 0000000,0000000..1a35330
new file mode 100644
--- /dev/null
+++ b/debian/links
@@@ -1,0 -1,0 +1,1 @@@
++usr/share/java/JabRef-2.2.jar usr/share/java/jabref.jar
diff --cc debian/rules
index a2ba763,0000000..70c5883
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 jars
+ convert -geometry 32x32 src/images/JabRef-icon-48.png build/jabref32.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
+ 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_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
More information about the pkg-java-commits
mailing list