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

[texworks] 03/73: Imported Debian patch 0.2.3-2



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

preining pushed a commit to branch master
in repository texworks.

commit ddfb0d6aa95b5c798e2286b5f3ad1d3e03d99cdb
Author: Atsuhito KOHDA <kohda@debian.org>
Date:   Sun Oct 18 19:16:52 2009 +0900

    Imported Debian patch 0.2.3-2
---
 debian/README.Debian |  3 +++
 debian/changelog     | 12 ++++++++++++
 debian/control       |  2 ++
 debian/copyright     |  4 ++--
 debian/rules         |  4 ++--
 5 files changed, 21 insertions(+), 4 deletions(-)

diff --git a/debian/README.Debian b/debian/README.Debian
index f7b3ecf..9c1052c 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -5,6 +5,9 @@ An environment for authoring TeX (LaTeX, ConTeXt, etc) documents, with
 a Unicode-based, TeX-aware editor, integrated PDF viewer, and a clean,
 simple interface accessible to casual and non-technical users.
 
+Note to use synctex feature you need to install TeX Live 2009 which
+will be in Debian soon.
+
 Temporary modifications:
 1. I borrowed texworks.desktop, texworks.xpm and texworks.1 by
 Stefan Löffler <st.loeffler@gmail.com> in texworks-0.1.0~svn335~jaunty1
diff --git a/debian/changelog b/debian/changelog
index ebf79be..04f2c23 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+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)
diff --git a/debian/control b/debian/control
index 70e3bd2..5da92ea 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,8 @@ Homepage: http://www.tug.org/texworks/
 Package: texworks
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
+Recommends: texlive-latex-base
+Suggests: texlive-xetex
 Description: An environment for authoring TeX (LaTeX, ConTeXt, etc) documents
  An environment for authoring TeX (LaTeX, ConTeXt, etc) documents, with
  a Unicode-based, TeX-aware editor, integrated PDF viewer, and a clean,
diff --git a/debian/copyright b/debian/copyright
index a50cc7d..36c632c 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -7,13 +7,13 @@ It was downloaded from <http://code.google.com/p/texworks/>
 Upstream Authors:
 
     Jonathan Kew <jfkthame AT googlemail DOT com>
-    J屍冦e Laurens <jerome DOT laurens AT u-bourgogne DOT fr>
+    Jérôme Laurens <jerome DOT laurens AT u-bourgogne DOT fr>
     Till Tantau <tantau AT users DOT sourceforge DOT net>
 
 Copyright:
 
     TeXworks is copyright (c) 2007-09 by Jonathan Kew.
-    The SyncTeX code is copyright (c) 2008, 2009 by J屍冦e Laurens
+    The SyncTeX code is copyright (c) 2008, 2009 by Jérôme Laurens
     Beamer templates are Copyright 2004 by Till Tantau 
 
 License of TeXworks:
diff --git a/debian/rules b/debian/rules
index 32d84db..47be618 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,6 +16,8 @@ configure-stamp:
 	dh_testdir
 	# Add here commands to configure the package.
 	patch -p1 < ./debian/patch-print
+	uudecode debian/document-print.png.enc
+	mv document-print.png res/tango/
 	qmake-qt4
 
 	touch configure-stamp
@@ -27,8 +29,6 @@ build-stamp: configure-stamp
 	dh_testdir
 
 	# Add here commands to compile the package.
-	uudecode debian/document-print.png.enc
-	mv document-print.png res/tango/
 	$(MAKE)
 	#docbook-to-man debian/texworks.sgml > texworks.1
 

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


Reply to: