[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[texworks] 26/73: Imported Debian patch 0.5~svn939-1



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

preining pushed a commit to branch master
in repository texworks.

commit 1df7572c716cb328c57fcad93a7c56c79e690861
Merge: a597010 bfafb42
Author: Atsuhito KOHDA <kohda@debian.org>
Date:   Mon Sep 26 15:39:22 2011 +0900

    Imported Debian patch 0.5~svn939-1

 Info.plist                                    |   72 --
 TeXworks.plist                                |    6 +-
 TeXworks.pro                                  |    2 +-
 debian/changelog                              |    8 +
 debian/rules                                  |    2 +
 getSvnRev.sh                                  |    2 +-
 plugins-src/TWLuaPlugin/TWLuaPlugin.cpp       |    2 +-
 plugins-src/TWLuaPlugin/TWLuaPlugin.h         |    2 +-
 plugins-src/TWLuaPlugin/TWLuaPlugin.pro       |    2 +-
 plugins-src/TWPythonPlugin/TWPythonPlugin.cpp |    2 +-
 plugins-src/TWPythonPlugin/TWPythonPlugin.h   |    2 +-
 plugins-src/TWPythonPlugin/TWPythonPlugin.pro |    2 +-
 res/resfiles/scripts/launchPdf.js             |   16 +-
 src/ClickableLabel.h                          |    2 +-
 src/CommandlineParser.cpp                     |    2 +-
 src/CommandlineParser.h                       |    2 +-
 src/CompletingEdit.cpp                        |    2 +-
 src/CompletingEdit.h                          |    2 +-
 src/ConfigurableApp.h                         |    2 +-
 src/ConfirmDelete.cpp                         |    2 +-
 src/ConfirmDelete.h                           |    2 +-
 src/DefaultBinaryPathsWin.h                   |    2 +-
 src/FindDialog.cpp                            |    2 +-
 src/FindDialog.h                              |    2 +-
 src/HardWrapDialog.cpp                        |    2 +-
 src/HardWrapDialog.h                          |    2 +-
 src/PDFDocks.cpp                              |    2 +-
 src/PDFDocks.h                                |    2 +-
 src/PDFDocument.cpp                           |   10 +-
 src/PDFDocument.h                             |    5 +-
 src/PDFDocument.ui                            |   24 +-
 src/PrefsDialog.cpp                           |    2 +-
 src/PrefsDialog.h                             |    2 +-
 src/ResourcesDialog.cpp                       |    2 +-
 src/ResourcesDialog.h                         |    2 +-
 src/ScriptManager.cpp                         |    2 +-
 src/ScriptManager.h                           |    2 +-
 src/SvnRev.h                                  |    4 +-
 src/TWApp.cpp                                 |   17 +-
 src/TWApp.h                                   |    4 +-
 src/TWScript.cpp                              |    2 +-
 src/TWScript.h                                |    2 +-
 src/TWScriptAPI.cpp                           |    2 +-
 src/TWScriptAPI.h                             |    2 +-
 src/TWScriptable.cpp                          |    2 +-
 src/TWScriptable.h                            |    2 +-
 src/TWSystemCmd.h                             |    2 +-
 src/TWUtils.cpp                               |   16 +-
 src/TWUtils.h                                 |    4 +-
 src/TWVersion.h                               |    2 +-
 src/TeXDocks.cpp                              |    2 +-
 src/TeXDocks.h                                |    2 +-
 src/TeXDocument.cpp                           |   35 +-
 src/TeXDocument.h                             |    4 +-
 src/TeXDocument.ui                            |   24 +-
 src/TeXHighlighter.cpp                        |    2 +-
 src/TeXHighlighter.h                          |    2 +-
 src/TemplateDialog.cpp                        |    2 +-
 src/TemplateDialog.h                          |    2 +-
 src/main.cpp                                  |    2 +-
 trans/TeXworks_es.qm                          |  Bin 55587 -> 58850 bytes
 trans/TeXworks_es.ts                          |   49 +-
 trans/TeXworks_ru.qm                          |  Bin 52915 -> 55554 bytes
 trans/TeXworks_ru.ts                          | 1569 +++++++++----------------
 win32/texworks-setup-script.iss               |    8 +-
 65 files changed, 750 insertions(+), 1215 deletions(-)

diff --cc debian/changelog
index 30afb5f,0000000..92be0f6
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,118 -1,0 +1,126 @@@
++texworks (0.5~svn939-1) unstable; urgency=low
++
++  * New upstream release (rev 939).
++  * Applied a patch suggested by Jakub Wilk <jwilk AT debian.org>
++    (Closes: #632393)
++
++ -- Atsuhito KOHDA <kohda@debian.org>  Mon, 26 Sep 2011 15:39:22 +0900
++
 +texworks (0.5~svn930-1) unstable; urgency=low
 +
 +  * New upstream release (rev 930).
 +
 + -- Atsuhito KOHDA <kohda@debian.org>  Thu, 18 Aug 2011 11:22:40 +0900
 +
 +texworks (0.5~svn862-1) unstable; urgency=low
 +
 +  * New upstream release (rev 862).
 +  * Installed manual borrowed from the latest stable version 0.4.3
 +
 + -- Atsuhito KOHDA <kohda@debian.org>  Thu, 14 Jul 2011 08:24:37 +0900
 +
 +texworks (0.5~svn843-1) unstable; urgency=low
 +
 +  * New upstream release (rev. 846).
 +    I tested to build the package on AMD64 and found no problem.
 +    (Closes: #628276)
 +
 + -- Atsuhito KOHDA <kohda@debian.org>  Mon, 13 Jun 2011 17:50:43 +0900
 +
 +texworks (0.5~svn808-1) unstable; urgency=low
 +
 +  * New Upstream Release (rev. 808).  (Closes: #625543)
 +  * Fixed/Updated copyright file; added Stefan Löffler as Upstream Authors.
 +  * Updated README.Debian a bit.
 +  * Changed to use texworks.desktop, texworks.1 and .png files
 +    of source trees instead of obsolete ones under debian.
 +    To do so, refined rules file a bit.
 +  * Updated control file and removed unnecessary texworks.menu and COPYING.
 +
 + -- Atsuhito KOHDA <kohda@debian.org>  Fri, 06 May 2011 12:54:27 +0900
 +
 +texworks (0.4.0-2) unstable; urgency=low
 +
 +  * Added english manual.
 +  * Updated Build-Depends; removed sharutils and replaced python2.6-dev with
 +    python-dev
 +  * Removed obsolete debian/patch-print and debian/document-print.png.enc
 +  * Added texworks-help-en package which included manual for texworks.
 +
 + -- Atsuhito KOHDA <kohda@debian.org>  Mon, 04 Apr 2011 13:42:12 +0900
 +
 +texworks (0.4.0-1) unstable; urgency=low
 +
 +  * New Upstream Release, now 0.4.0. (Rev. 759).
 +
 + -- Atsuhito KOHDA <kohda@debian.org>  Tue, 22 Mar 2011 09:16:16 +0900
 +
 +texworks (0.3~svn741-1) unstable; urgency=low
 +
 +  * New Upstream Release. (Rev. 741)
 +  * Removed printing support.  Now it will offer to open the document
 +    in the system's default viewer.
 +
 + -- Atsuhito KOHDA <kohda@debian.org>  Tue, 21 Dec 2010 21:17:41 +0900
 +
 +texworks (0.3~svn671-2) unstable; urgency=low
 +
 +  * Uploaded to unstable.
 +
 + -- Atsuhito KOHDA <kohda@debian.org>  Thu, 19 Aug 2010 15:15:38 +0900
 +
 +texworks (0.3~svn671-1) experimental; urgency=low
 +
 +  * New Upstream Release. (Rev.671)
 +  * Updated patches.
 +
 + -- Atsuhito KOHDA <kohda@debian.org>  Tue, 03 Aug 2010 15:31:17 +0900
 +
 +texworks (0.3~svn606-1) experimental; urgency=low
 +
 +  * New Upstream Release. (Rev.606)
 +  * Updated patches.
 +
 + -- Atsuhito KOHDA <kohda@debian.org>  Thu, 15 Apr 2010 08:15:38 +0900
 +
 +texworks (0.3~svn569-3) experimental; urgency=low
 +
 +  * Fixed TWPythonPlugin compilation problems on AMD64 by consulting
 +    a package of Stefan Löffler.  (Closes: #570841)
 +  * Modified TW_HELPPATH as a package of Stefan Löffler.  I expect one can
 +    use a texworks-help-en package by Stefan Löffler now.
 +  * Added LuaTeX in a list of Typeset engines for experiment.
 +
 + -- Atsuhito KOHDA <kohda@debian.org>  Mon, 22 Feb 2010 12:52:39 +0900
 +
 +texworks (0.3~svn569-2) experimental; urgency=low
 +
 +  * Added Lua and Python scripting plugins.  These are called
 +    texworks-scripting-lua and texworks-scripting-python following packages
 +    (Ubuntu version) of Stefan Löffler.
 +
 + -- Atsuhito KOHDA <kohda@debian.org>  Thu, 18 Feb 2010 09:14:31 +0900
 +
 +texworks (0.3~svn569-1) experimental; urgency=low
 +
 +  * SVN version for experiment.
 +
 + -- Atsuhito KOHDA <kohda@debian.org>  Mon, 15 Feb 2010 22:09:05 +0900
 +
 +texworks (0.2.3-2) unstable; urgency=low
 +
 +  * Rebuild under poppler 0.12  (Closes: #551435)
 +  * Added note on synctex feature in README.Debian
 +  * Fixed copyright file to express Jérôme Laurens correctly
 +  * Added texlive-latex-base and texlive-xetex to Recommends and Suggests
 +    respectively.
 +  * Moved "uudecode debian/document-print.png.enc" to configure-stamp
 +    from build-stamp because configure searched it.
 +
 + -- Atsuhito KOHDA <kohda@debian.org>  Sun, 18 Oct 2009 19:16:52 +0900
 +
 +texworks (0.2.3-1) unstable; urgency=low
 +
 +  * Initial release (Closes: #538211)
 +
 + -- Atsuhito KOHDA <kohda@debian.org>  Sun, 11 Oct 2009 15:25:52 +0900
diff --cc debian/rules
index 76ec2fd,0000000..7fe1ab5
mode 100755,000000..100755
--- a/debian/rules
+++ b/debian/rules
@@@ -1,147 -1,0 +1,149 @@@
 +#!/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
 +
++export PYTHON = $(shell pyversions -d)
++
 +USDIR=$(CURDIR)/debian/texworks/usr/share
 +PLIDIR=plugins-src/TWLuaPlugin
 +PLIPYT=plugins-src/TWPythonPlugin
 +
 +configure: configure-stamp
 +configure-stamp:
 +	dh_testdir
 +	# Add here commands to configure the package.
 +	patch -p0 < ./debian/patch-luatex
 +#	qmake-qt4 
 +
 +	touch configure-stamp
 +
 +build: build-arch build-indep
 +build-arch: build-stamp
 +build-indep: build-stamp
 +
 +build-stamp: configure-stamp  
 +	dh_testdir
 +
 +	# Add here commands to compile the package.
 +	# Lua plugin
 +	cd $(PLIDIR) && qmake-qt4 -after \
 +	'QMAKE_CXXFLAGS -= -DTW_BUILD_ID=personal -DTW_HELPPATH=\\\"/usr/local/share/texworks-help\\\" -DTW_PLUGINPATH=\\\"/usr/local/lib/texworks\\\"' \
 +	'QMAKE_CXXFLAGS += -DTW_BUILD_ID=Debian -DTW_HELPPATH=\\\"/usr/share/texworks-help\\\" -DTW_PLUGINPATH=\\\"/usr/lib/texworks\\\"' \
 +	'target.path = /usr/lib/texworks' \
 +	&& $(MAKE)
 +	# Python plugin
 +	cd $(PLIPYT) && qmake-qt4 -after \
 +	'QMAKE_CXXFLAGS -= -DTW_BUILD_ID=personal -DTW_HELPPATH=\\\"/usr/local/share/texworks-help\\\" -DTW_PLUGINPATH=\\\"/usr/local/lib/texworks\\\"' \
 +	'QMAKE_CXXFLAGS += -DTW_BUILD_ID=Debian -DTW_HELPPATH=\\\"/usr/share/texworks-help\\\" -DTW_PLUGINPATH=\\\"/usr/lib/texworks\\\"' \
 +	'target.path = /usr/lib/texworks' \
 +	&& $(MAKE)
 +	qmake-qt4 \
 +	'INSTALL_PREFIX = /usr' \
 +	-after \
 +	'QMAKE_CXXFLAGS -= -DTW_BUILD_ID=personal -DTW_HELPPATH=\\\"/usr/local/share/texworks-help\\\" -DTW_PLUGINPATH=\\\"/usr/local/lib/texworks\\\"' \
 +	'QMAKE_CXXFLAGS += -DTW_BUILD_ID=Debian -DTW_HELPPATH=\\\"/usr/share/texworks-help\\\" -DTW_PLUGINPATH=\\\"/usr/lib/texworks\\\"' \
 +	TeXworks.pro \
 +	&& $(MAKE)
 +	#docbook-to-man debian/texworks.sgml > texworks.1
 +
 +	touch $@
 +
 +clean: 
 +	dh_testdir
 +	dh_testroot
 +	rm -f build-stamp configure-stamp 
 +
 +	# Add here commands to clean up after the build process.
 +	if [ -f Makefile ]; then $(MAKE) clean; fi
 +	rm -f ./texworks ./Makefile src/DefaultBinaryPaths.h
 +	if [ -d moc ]; then rmdir moc; fi
 +	if [ -d obj ]; then rmdir obj; fi
 +	if [ -d rcc ]; then rmdir rcc; fi
 +	if [ -d ui ]; then rmdir ui; fi
 +	if [ -f $(PLIDIR)/Makefile ]; then cd $(PLIDIR) && $(MAKE) clean; fi
 +	if [ -d $(PLIDIR)/moc ]; then rmdir $(PLIDIR)/moc; fi
 +	if [ -d $(PLIDIR)/obj ]; then rmdir $(PLIDIR)/obj; fi
 +	if [ -d $(PLIDIR)/rcc ]; then rmdir $(PLIDIR)/rcc; fi
 +	if [ -d $(PLIDIR)/ui ]; then rmdir $(PLIDIR)/ui; fi
 +	if [ -f $(PLIPYT)/Makefile ]; then cd $(PLIPYT) && $(MAKE) clean; fi
 +	if [ -d $(PLIPYT)/moc ]; then rmdir $(PLIPYT)/moc; fi
 +	if [ -d $(PLIPYT)/obj ]; then rmdir $(PLIPYT)/obj; fi
 +	if [ -d $(PLIPYT)/rcc ]; then rmdir $(PLIPYT)/rcc; fi
 +	if [ -d $(PLIPYT)/ui ]; then rmdir $(PLIPYT)/ui; fi
 +	patch -NRp0 < ./debian/patch-luatex || true
 +
 +	rm -f $(PLIDIR)/libTWLuaPlugin.so $(PLIDIR)/Makefile
 +	rm -f $(PLIPYT)/libTWPythonPlugin.so $(PLIPYT)/Makefile
 +
 +	dh_clean 
 +
 +install: build
 +	dh_testdir
 +	dh_testroot
 +	dh_prep  
 +	dh_installdirs -A
 +
 +	# Add here commands to install the package into debian/texworks.
 +	qmake-qt4 \
 +	'INSTALL_PREFIX = /usr' \
 +	-after \
 +	'QMAKE_CXXFLAGS -= -DTW_BUILD_ID=personal -DTW_HELPPATH=\\\"/usr/local/share/texworks-help\\\" -DTW_PLUGINPATH=\\\"/usr/local/lib/texworks\\\"' \
 +	'QMAKE_CXXFLAGS += -DTW_BUILD_ID=Debian -DTW_HELPPATH=\\\"/usr/share/texworks-help\\\" -DTW_PLUGINPATH=\\\"/usr/lib/texworks\\\"' \
 +	TeXworks.pro \
 +	&& $(MAKE) INSTALL_ROOT=$(CURDIR)/debian/texworks install
 +	# unnecessary file(lintial warning)
 +	rm -f $(CURDIR)/debian/texworks/usr/share/doc/texworks/COPYING*
 +	install -m 755 -p "$(PLIDIR)/libTWLuaPlugin.so" \
 +	$(CURDIR)/debian/texworks-scripting-lua/usr/lib/texworks
 +	install -m 755 -p "$(PLIPYT)/libTWPythonPlugin.so" \
 +	$(CURDIR)/debian/texworks-scripting-python/usr/lib/texworks
 +	# Install the manual
 +	rm -rf $(CURDIR)/debian/texworks/usr/share/texworks-help/en
 +	cp -r manual $(CURDIR)/debian/texworks-help-en/usr/share/texworks-help/TeXworks-manual
 +
 +# Build architecture-independent files here.
 +binary-indep: install
 +# We have nothing to do by default.
 +
 +# Build architecture-dependent files here.
 +binary-arch: 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_python
 +#	dh_installinit
 +#	dh_installcron
 +#	dh_installinfo
 +	dh_installman 
 +	dh_link
 +	dh_strip
 +	dh_compress
 +	dh_fixperms
 +#	dh_perl
 +#	dh_makeshlibs
 +	dh_installdeb
 +	dh_shlibdeps
 +	dh_gencontrol
 +	dh_md5sums
 +	dh_builddeb
 +
 +binary: binary-indep binary-arch
 +.PHONY: build clean binary-indep binary-arch binary install configure
 +#%:
 +#	dh  $@

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-tex/texworks.git


Reply to: