[cb2bib] branch master updated (47fad2e -> 7774d56)
Filippo Rusconi
lopippo at moszumanska.debian.org
Mon Aug 17 13:34:53 UTC 2015
This is an automated email from the git hooks/post-receive script.
lopippo pushed a change to branch master
in repository cb2bib.
from 47fad2e New patch to fix missing keywords from desktop files.
adds e5f79e1 Imported Upstream version 1.9.2
new 89ab16c Merge tag 'upstream/1.9.2'
new 2ab678b New upstream version (port to QT5), initial package modifications.
new b47015c Removed useless patches.
new 7906a20 debian/rules and debian/changelog: fix call to rm in override_dh_clean.
new da29c64 debian/rules: make qmake available by build-depending on qt5-default.
new 69e49a8 debian/rules: remove old cruft bugging the call to qmake.
new f04ee7e debian/control: actually add liblzo2-dev to build-depends.
new ceba795 debian/rules: fix problem with source tree having qtsingleapplications inside src.
new e87ad9f debian/control and debian/rules: change qt5-default to qtchooser as the former package is a metapackage and adapt the call to qmake in d/rules.
new 5f7d721 Try patch to see if we can add flags to security-harden the binary.
new 44a7b1b Revert file to upstream version. That file will be patched.
new bbeaeed debian/patches/hardening-rules.patch: fix patch to have the variables set correctly. Add title to patch.
new 1cb31b0 debian/changelog: too long line cosmetic change.
new 7774d56 Add lintian overrides.
The 14 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
CHANGELOG | 20 +-
CMakeLists.txt => CMakeLists.txt.qt4 | 14 +-
COPYRIGHT | 8 +-
c2bscripts/c2bciter | 2 +-
c2bscripts/c2bciter.desktop | 1 +
c2bscripts/c2bimport | 2 +-
c2bscripts/c2bimport.desktop | 2 +-
c2bscripts/cb2bib.desktop | 1 +
c2btools/bib2pdf | 2 +-
c2btools/isi2bib | 6 +-
c2btools/med2bib | 4 +-
c2btools/ris2bib | 6 +-
configure | 8 +-
data/netqinf.txt | 41 +-
data/{references.css => references-idea.css} | 20 +-
data/regexps.txt | 2 +-
debian/cb2bib.lintian-overrides | 5 +-
debian/changelog | 17 +
debian/control | 21 +-
debian/patches/fix-keywords-desktop-files.patch | 19 -
debian/patches/hardening-rules.patch | 20 +
debian/patches/series | 3 +-
debian/patches/typo-error.patch | 12 -
debian/rules | 11 +-
qmake/cb2bib-osx.pro | 265 --
src/bookmarkPlugin.cpp | 6 +-
src/bookmarkPlugin.h | 6 +-
src/c2b.cpp | 7 +-
src/c2b.h | 4 +-
src/c2b/CMakeLists.txt | 1 -
src/c2b/approximatePattern.cpp | 4 +-
src/c2b/approximatePattern.h | 4 +-
src/c2b/authorString.cpp | 4 +-
src/c2b/authorString.h | 10 +-
src/c2b/bibExtractor.cpp | 4 +-
src/c2b/bibExtractor.h | 6 +-
src/c2b/bibParser.cpp | 11 +-
src/c2b/bibParser.h | 6 +-
src/c2b/bibPreparser.cpp | 4 +-
src/c2b/bibPreparser.h | 6 +-
src/c2b/bibReference.h | 4 +-
src/c2b/bibSearcher.cpp | 8 +-
src/c2b/bibSearcher.h | 4 +-
src/c2b/c2blib.pro | 4 +-
src/c2b/cb2bib_conf_parameters.h.in | 4 +-
src/c2b/cb2bib_parameters.h | 28 +-
src/c2b/cb2bib_utilities.cpp | 24 +-
src/c2b/cb2bib_utilities.h | 5 +-
src/c2b/collectionAnalyzer.cpp | 7 +-
src/c2b/collectionAnalyzer.h | 4 +-
src/c2b/collectionIndex.cpp | 172 +-
src/c2b/collectionIndex.h | 26 +-
src/c2b/compositePattern.cpp | 6 +-
src/c2b/compositePattern.h | 4 +-
src/c2b/coreBibParser.cpp | 4 +-
src/c2b/coreBibParser.h | 6 +-
src/c2b/document.cpp | 600 ++-
src/c2b/document.h | 10 +-
src/c2b/documentCache.cpp | 14 +-
src/c2b/documentCache.h | 4 +-
src/c2b/documentContents.h | 8 +-
src/c2b/documentParser.cpp | 4 +-
src/c2b/documentParser.h | 4 +-
src/c2b/heuristicBibParser.cpp | 38 +-
src/c2b/heuristicBibParser.h | 23 +-
src/c2b/htm/tex2html.html | 2 +-
src/c2b/idMaker.cpp | 4 +-
src/c2b/idMaker.h | 4 +-
src/c2b/journalDB.cpp | 4 +-
src/c2b/journalDB.h | 6 +-
src/c2b/metadataParser.cpp | 4 +-
src/c2b/metadataParser.h | 6 +-
src/c2b/monthDB.cpp | 4 +-
src/c2b/monthDB.h | 4 +-
src/c2b/network.cpp | 7 +-
src/c2b/network.h | 6 +-
src/c2b/networkQuery.cpp | 4 +-
src/c2b/networkQuery.h | 4 +-
src/c2b/posTagger.cpp | 4 +-
src/c2b/posTagger.h | 6 +-
src/c2b/preprocess.cpp | 4 +-
src/c2b/preprocess.h | 6 +-
src/c2b/pubmedXml.cpp | 4 +-
src/c2b/pubmedXml.h | 6 +-
src/c2b/qtregexp/eqregexp.cpp | 4131 --------------------
src/c2b/qtregexp/eqregexp.h | 168 -
src/c2b/searchPattern.cpp | 4 +-
src/c2b/searchPattern.h | 4 +-
src/c2b/settings.cpp | 41 +-
src/c2b/settings.h | 6 +-
src/c2b/substringMatcher.cpp | 9 +-
src/c2b/substringMatcher.h | 9 +-
src/c2b/texParser.cpp | 4 +-
src/c2b/texParser.h | 4 +-
src/c2b/texToHtml.cpp | 4 +-
src/c2b/texToHtml.h | 4 +-
src/c2b/triads.cpp | 4 +-
src/c2b/triads.h | 4 +-
src/c2b/wordMatcher.cpp | 4 +-
src/c2b/wordMatcher.h | 9 +-
src/c2b/wordPattern.cpp | 4 +-
src/c2b/wordPattern.h | 4 +-
src/c2bAnnote.cpp | 4 +-
src/c2bAnnote.h | 6 +-
src/c2bBibHighlighter.cpp | 4 +-
src/c2bBibHighlighter.h | 6 +-
src/c2bBibMenu.cpp | 4 +-
src/c2bBibMenu.h | 6 +-
src/c2bBibParser.cpp | 4 +-
src/c2bBibParser.h | 6 +-
src/c2bBibPreparserLog.cpp | 6 +-
src/c2bBibPreparserLog.h | 6 +-
src/c2bCiter.h | 4 +-
src/c2bCiterExcerptView.cpp | 4 +-
src/c2bCiterExcerptView.h | 4 +-
src/c2bCiterHistory.cpp | 4 +-
src/c2bCiterHistory.h | 4 +-
src/c2bCiterModel.cpp | 10 +-
src/c2bCiterModel.h | 6 +-
src/c2bCiterView.cpp | 12 +-
src/c2bCiterView.h | 8 +-
src/c2bCiterWidget.cpp | 36 +-
src/c2bCiterWidget.h | 7 +-
src/c2bClipEdit.cpp | 4 +-
src/c2bClipEdit.h | 4 +-
src/c2bClipboard.cpp | 10 +-
src/c2bClipboard.h | 8 +-
src/c2bCollectionIndex.cpp | 4 +-
src/c2bCollectionIndex.h | 6 +-
src/c2bColors.cpp | 4 +-
src/c2bColors.h | 4 +-
src/c2bComboBox.cpp | 4 +-
src/c2bComboBox.h | 6 +-
src/c2bConfigure.cpp | 27 +-
src/c2bConfigure.h | 6 +-
src/c2bConfigureFR.cpp | 4 +-
src/c2bConfigureFR.h | 4 +-
src/c2bConsole.cpp | 4 +-
src/c2bConsole.h | 6 +-
src/c2bCoreCiter.cpp | 4 +-
src/c2bCoreCiter.h | 6 +-
src/c2bEditor.cpp | 6 +-
src/c2bEditor.h | 4 +-
src/c2bExport.cpp | 4 +-
src/c2bExport.h | 6 +-
src/c2bExportDialog.cpp | 4 +-
src/c2bExportDialog.h | 4 +-
src/c2bFileDialog.cpp | 30 +-
src/c2bFileDialog.h | 6 +-
src/c2bHighlighter.cpp | 4 +-
src/c2bHighlighter.h | 6 +-
src/c2bIdLineEdit.cpp | 4 +-
src/c2bIdLineEdit.h | 6 +-
src/c2bLineEdit.cpp | 4 +-
src/c2bLineEdit.h | 6 +-
src/c2bNetworkQuery.cpp | 4 +-
src/c2bNetworkQuery.h | 4 +-
src/c2bNetworkQueryInfo.cpp | 4 +-
src/c2bNetworkQueryInfo.h | 6 +-
src/c2bPdfImport.cpp | 5 +-
src/c2bPdfImport.h | 6 +-
src/c2bPostprocess.cpp | 4 +-
src/c2bPostprocess.h | 4 +-
src/c2bREHighlighter.cpp | 4 +-
src/c2bREHighlighter.h | 6 +-
src/c2bRLWebSearchSettings.cpp | 8 +-
src/c2bRLWebSearchSettings.h | 6 +-
src/c2bReferenceList.cpp | 8 +-
src/c2bReferenceList.h | 4 +-
src/c2bSaveREHighlighter.cpp | 4 +-
src/c2bSaveREHighlighter.h | 4 +-
src/c2bSaveRegExp.cpp | 10 +-
src/c2bSaveRegExp.h | 4 +-
src/c2bSearchInFiles.cpp | 8 +-
src/c2bSearchInFiles.h | 4 +-
src/c2bSearchInFilesPattern.cpp | 4 +-
src/c2bSearchInFilesPattern.h | 6 +-
src/c2bSettings.cpp | 6 +-
src/c2bSettings.h | 6 +-
src/c2bShortcutPushButton.cpp | 4 +-
src/c2bShortcutPushButton.h | 6 +-
src/c2bShortcutWidget.cpp | 6 +-
src/c2bShortcutWidget.h | 6 +-
src/c2bTests.cpp | 13 +-
src/c2bTests.h | 4 +-
src/c2bTextBrowser.cpp | 4 +-
src/c2bTextBrowser.h | 6 +-
src/c2bTextEdit.cpp | 4 +-
src/c2bTextEdit.h | 8 +-
src/c2bUpdateMetadata.cpp | 4 +-
src/c2bUpdateMetadata.h | 6 +-
src/c2bUtils.cpp | 4 +-
src/c2bUtils.h | 4 +-
src/c2bWebBrowser.cpp | 4 +-
src/c2bWebBrowser.h | 6 +-
src/cb2Bib.cpp | 79 +-
src/cb2Bib.h | 6 +-
src/clipboardPoll.cpp | 2 +-
src/clipboardPoll.h | 5 +-
src/findDialog.cpp | 6 +-
src/findDialog.h | 6 +-
data/references.css => src/htm/references-idea.css | 20 +-
src/htm/references.html | 2 +-
src/main.cpp | 13 +-
src/qtsingleapplication/INSTALL.TXT | 2 +-
src/qtsingleapplication/LGPL_EXCEPTION.txt | 10 -
src/qtsingleapplication/LICENSE.LGPL | 504 ---
src/qtsingleapplication/README.TXT | 28 +-
src/qtsingleapplication/src/qtlocalpeer.cpp | 97 +-
src/qtsingleapplication/src/qtlocalpeer.h | 90 +-
src/qtsingleapplication/src/qtlockedfile.cpp | 78 +-
src/qtsingleapplication/src/qtlockedfile.h | 90 +-
src/qtsingleapplication/src/qtlockedfile_unix.cpp | 78 +-
src/qtsingleapplication/src/qtlockedfile_win.cpp | 84 +-
.../src/qtsingleapplication.cpp | 148 +-
src/qtsingleapplication/src/qtsingleapplication.h | 92 +-
.../src/qtsinglecoreapplication.cpp | 82 +-
.../src/qtsinglecoreapplication.h | 84 +-
src/src.pro | 29 +-
src/win/main.cpp | 4 +-
.../LICENSE.GPL3 => xpdf/COPYING3 | 0
xpdf/HTMLGen.cc | 223 ++
xpdf/HTMLGen.h | 62 +
xpdf/PDF2CB.README | 20 +
xpdf/README | 432 ++
xpdf/pdftohtml.cc | 207 +
226 files changed, 2714 insertions(+), 6563 deletions(-)
rename CMakeLists.txt => CMakeLists.txt.qt4 (95%)
copy data/{references.css => references-idea.css} (75%)
delete mode 100644 debian/patches/fix-keywords-desktop-files.patch
create mode 100644 debian/patches/hardening-rules.patch
delete mode 100644 debian/patches/typo-error.patch
delete mode 100644 qmake/cb2bib-osx.pro
delete mode 100644 src/c2b/qtregexp/eqregexp.cpp
delete mode 100644 src/c2b/qtregexp/eqregexp.h
copy data/references.css => src/htm/references-idea.css (75%)
delete mode 100644 src/qtsingleapplication/LGPL_EXCEPTION.txt
delete mode 100644 src/qtsingleapplication/LICENSE.LGPL
rename src/qtsingleapplication/LICENSE.GPL3 => xpdf/COPYING3 (100%)
create mode 100644 xpdf/HTMLGen.cc
create mode 100644 xpdf/HTMLGen.h
create mode 100644 xpdf/PDF2CB.README
create mode 100644 xpdf/README
create mode 100644 xpdf/pdftohtml.cc
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/cb2bib.git
More information about the debian-science-commits
mailing list