debian/0000755000000000000000000000000012132314175007165 5ustar debian/rules0000755000000000000000000000130412132313426010241 0ustar #!/usr/bin/make -f MAKEFILE = $(firstword $(MAKEFILE_LIST)) DEBIAN_DIR = $(dir $(MAKEFILE)) SOURCE_DIR = $(DEBIAN_DIR)/.. DEB_VERSION = $(shell dpkg-parsechangelog -l$(DEBIAN_DIR)/changelog | grep ^Version | cut -d" " -f2) DEB_SOURCE_NAME = $(shell dpkg-parsechangelog -l$(DEBIAN_DIR)/changelog | grep ^Source | cut -d" " -f2) VERSION = $(shell echo $(DEB_VERSION) | cut -d"-" -f1 | sed 's/+dfsg.*//') export MCS=/usr/bin/mono-csc export CSC=/usr/bin/mono-csc get-orig-source: uscan \ --package $(DEB_SOURCE_NAME) \ --watchfile $(DEBIAN_DIR)/watch \ --upstream-version $(VERSION) \ --download-version $(VERSION) \ -destdir . \ -force-download \ --rename \ --repack %: dh $@ --with cli debian/source/0000755000000000000000000000000012132313426010463 5ustar debian/source/format0000644000000000000000000000001412132313426011671 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000264612132314244011044 0ustar tomboy-latex (0.5-4) unstable; urgency=low * [1c9aa7c] Add patch to force dependency on Tomboy 0.10 ABI (Closes: #705314) * [c2fedf1] Bump build dependency to 0.10 ABI, to match addin XML * [c2b34de] Change Vcs-* fields, to reflect move from SVN to Git -- Jo Shields Sat, 13 Apr 2013 18:40:11 +0100 tomboy-latex (0.5-3) unstable; urgency=low * debian/control, debian/rules, debian/source/format: + Convert from manual Quilt to DebSrc 3.0 * debian/rules: + Update debian/rules for DH8-compatible "--with cli" -- Jo Shields Fri, 20 Jan 2012 11:14:59 +0000 tomboy-latex (0.5-2) unstable; urgency=low * debian/control: + No-change bump to Standards 3.8.3 + Use -dev packages in build-depends to find GTK# pcfiles * debian/control: debian/rules: + Use mono-csc from mono-devel 2.4.3 for compiler + Add quilt to build-depends and rules * debian/patches/add_gtk_sharp_to_references.diff: + Ensure gtk-sharp-2.0.pc is explicitly called on the command line * debian/patches/use_unversioned_compiler_not_csc.diff: + Ensure the compiler set in debian/rules is used, not a hard-coded gmcs -- Jo Shields Tue, 26 Jan 2010 11:50:46 +0000 tomboy-latex (0.5-1) unstable; urgency=low * Initial release (Closes: #509726). -- Jonathan Davies Fri, 08 May 2009 22:48:37 +0800 debian/patches/0000755000000000000000000000000012132313636010615 5ustar debian/patches/force_tomboy_0.10_dependency.diff0000644000000000000000000000073012132313636016772 0ustar Index: tomboy-latex/src/Latex.addin.xml =================================================================== --- tomboy-latex.orig/src/Latex.addin.xml 2013-04-13 18:34:14.648830954 +0100 +++ tomboy-latex/src/Latex.addin.xml 2013-04-13 18:36:26.188825570 +0100 @@ -13,7 +13,7 @@ - + debian/patches/use_unversioned_compiler_not_csc.diff0000644000000000000000000000151012132313426020260 0ustar Index: tomboy-latex-0.5/src/Makefile.am =================================================================== --- tomboy-latex-0.5.orig/src/Makefile.am 2010-01-26 12:27:40.681125762 +0000 +++ tomboy-latex-0.5/src/Makefile.am 2010-01-26 12:27:44.511135646 +0000 @@ -1,6 +1,4 @@ -CSC = gmcs -debug - TARGET_NAME = Latex TARGET = $(TARGET_NAME).dll Index: tomboy-latex-0.5/src/Makefile.in =================================================================== --- tomboy-latex-0.5.orig/src/Makefile.in 2010-01-26 12:27:48.981123382 +0000 +++ tomboy-latex-0.5/src/Makefile.in 2010-01-26 12:27:55.271134338 +0000 @@ -116,7 +116,6 @@ target_alias = @target_alias@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -CSC = gmcs -debug TARGET_NAME = Latex TARGET = $(TARGET_NAME).dll CSFLAGS = -target:library -resource:Latex.addin.xml debian/patches/series0000644000000000000000000000015112132313614012023 0ustar force_tomboy_0.10_dependency.diff use_unversioned_compiler_not_csc.diff add_gtk_sharp_to_references.diff debian/patches/add_gtk_sharp_to_references.diff0000644000000000000000000000204112132313426017136 0ustar Index: tomboy-latex-0.5/src/Makefile.am =================================================================== --- tomboy-latex-0.5.orig/src/Makefile.am 2010-01-26 12:29:38.001129626 +0000 +++ tomboy-latex-0.5/src/Makefile.am 2010-01-26 12:29:51.113645185 +0000 @@ -6,7 +6,7 @@ CSFILES = $(srcdir)/Latex.cs -ASSEMBLIES = -pkg:tomboy-addins -r:Mono.Posix +ASSEMBLIES = -pkg:tomboy-addins -pkg:gtk-sharp-2.0 -r:Mono.Posix $(TARGET): $(CSFILES) $(CSC) -out:$@ $(CSFLAGS) $(ASSEMBLIES) $^ Index: tomboy-latex-0.5/src/Makefile.in =================================================================== --- tomboy-latex-0.5.orig/src/Makefile.in 2010-01-26 12:28:55.223624179 +0000 +++ tomboy-latex-0.5/src/Makefile.in 2010-01-26 12:29:36.033657642 +0000 @@ -120,7 +120,7 @@ TARGET = $(TARGET_NAME).dll CSFLAGS = -target:library -resource:Latex.addin.xml CSFILES = $(srcdir)/Latex.cs -ASSEMBLIES = -pkg:tomboy-addins -r:Mono.Posix +ASSEMBLIES = -pkg:tomboy-addins -pkg:gtk-sharp-2.0 -r:Mono.Posix EXTRA_DIST = \ $(CSFILES) \ $(srcdir)/Latex.addin.xml debian/watch0000644000000000000000000000031412132313426010212 0ustar # # debian/watch file for the tomboy-latex package. # # Version number. version=3 # Where upstream keeps their tarballs. http://www.reitwiessner.de/programs/tomboy-latex.html tomboy-latex-(.*)\.tar\.gz debian/copyright0000644000000000000000000000441212132313426011117 0ustar This package was debianized by Jonathan Davies on Thu, 25 Dec 2008 11:25:12 +0000. It was downloaded from http://www.reitwiessner.de/programs/tomboy-latex.html . Upstream Author: Christian Reitwießner Copyright: Copyright 2007, Christian Reitwießner License: This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. On Debian GNU/Linux systems, the complete text of the GNU Lesser General Public License can be found in the /usr/share/common-licenses/LGPL-2.1 file. The Debian packaging is Copyright (C) 2008, Jonathan Davies Copyright (C) 2009, Chow Loong Jin and Copyright (C) 2009, Mirco Bauer and is licensed under the version 3 or (at your option), any later version of GPL: This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in the /usr/share/common-licenses/GPL file. debian/control0000644000000000000000000000213212132314043010560 0ustar Source: tomboy-latex Section: gnome Priority: optional Maintainer: Debian CLI Applications Team Uploaders: Jonathan Davies Build-Depends: debhelper (>= 7.0.50), cli-common-dev (>= 0.5.7), mono-devel (>= 2.4.3), libgtk2.0-cil-dev, libglib2.0-cil-dev, tomboy (>= 0.10) Standards-Version: 3.8.3 Vcs-Git: git://anonscm.debian.org/pkg-cli-apps/packages/tomboy-latex.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-cli-apps/packages/tomboy-latex.git Homepage: http://www.reitwiessner.de/programs/tomboy-latex.html Package: tomboy-latex Architecture: all Depends: ${cli:Depends}, ${misc:Depends}, ${shlibs:Depends}, tomboy (>= 0.7), texlive-latex-base, texlive-base-bin, imagemagick Description: LaTeX plugin for Tomboy Tomboy-LaTeX is a plugin for the desktop note-taking application Tomboy. . It automatically converts LaTeX math code enclosed in \[...\] into inline images. Clicking on the image or moving the cursor over the image reveals the markup again. debian/compat0000644000000000000000000000000212132313426010361 0ustar 7