From 39a78adb88653d12b9d9e96276bc622777da1720 Mon Sep 17 00:00:00 2001 From: "Zane U. Ji" Date: Mon, 2 Jun 2014 21:52:46 +0800 Subject: [PATCH] Added Ubuntu package files --- debian/changelog | 31 +++++++++++++++++++++++++++ debian/compat | 1 + debian/control | 33 ++++++++++++++++++++++++++++ debian/copyright | 51 ++++++++++++++++++++++++++++++++++++++++++++ debian/docs | 0 debian/rules | 13 +++++++++++ debian/source/format | 1 + debian/watch | 5 +++++ 8 files changed, 135 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/docs create mode 100755 debian/rules create mode 100644 debian/source/format create mode 100644 debian/watch diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..bb0623f --- /dev/null +++ b/debian/changelog @@ -0,0 +1,31 @@ +xmlcopyeditor (1.2.1.2-1) unstable; urgency=low + + + Feature #69 Add "current XPath" shortcut + + Feature #155 XPath - functions + + Click on the error message to jump to the error location + * Bug #103 Locale files have the wrong pathname under Linux + * Bug #99 fix desktop file (Marco Rodrigues) + * Bug #57 black on black = hard to use + + -- Zane U. Ji Mon, 02 Jun 2014 20:29:20 +0800 + +xmlcopyeditor (1.2.1.1-1) unstable; urgency=low + + + Feature #25 Fast commenting + + x64 installation package + + Supported HTTPS on validation ( when libxerces-c linked with libcurl ) + * Auto complete list for DTDs that are on the internet + * Show UI before opening any file + * Made UI more responsive + * Fixed tab order + * Fixed encoding problems + + -- Zane U. Ji Sun, 04 May 2014 22:39:01 +0800 + +xmlcopyeditor (1.2.1-1) unstable; urgency=low + + - Zooming in/out problem with default font + + Close panels with menu or, when built with wxWidgets 3.0, Escape key + * Updated Khmer translation + + -- Zane U. Ji Sat, 05 Apr 2014 22:03:46 +0800 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..45a4fb7 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +8 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..f6807d8 --- /dev/null +++ b/debian/control @@ -0,0 +1,33 @@ +Source: xmlcopyeditor +Section: editors +Priority: extra +Maintainer: Zane U. Ji +Build-Depends: debhelper (>= 8.0.0), autotools-dev, x11proto-composite-dev, + x11proto-randr-dev, libxfixes-dev, libxerces-c-dev, libglib2.0-0, + libxdmcp-dev, mime-support, gettext, file, libxinerama-dev, intltool, + libcairo2-dev, libxcb1-dev, libxcb-render0-dev, libxi-dev, libgtk2.0-dev, + mawk, libgdk-pixbuf2.0-dev, libglib2.0-dev, libatk1.0-dev, + libxml-parser-perl, libcroco3, libx11-dev, perl-modules, libpopt0, libxml2, + pkg-config, libpcre3-dev, libwxgtk2.8-dev, libfreetype6-dev, x11proto-kb-dev, + x11proto-damage-dev, libfontconfig1-dev, x11proto-xinerama-dev, + libexpat1-dev, libxml2-dev, libpthread-stubs0-dev, libxext-dev, + libxrandr-dev, libxau-dev, libenchant-dev, libpixman-1-dev, + libxcomposite-dev, libxrender-dev, libboost1.48-dev, libpng12-dev, + libunistring0, libegl1-mesa-lts-saucy, libmagic1, x11proto-render-dev, + libexpat1, libxcb-shm0-dev, libpcre3, libpango1.0-dev, + libgl1-mesa-glx-lts-saucy, libxcursor-dev, libxdamage-dev, libxslt1-dev, cpio +Standards-Version: 3.9.2 +Homepage: http://xml-copy-editor.sourceforge.net/ +Vcs-Git: git://git.code.sf.net/p/xml-copy-editor/code +Vcs-Browser: http://sourceforge.net/p/xml-copy-editor/code/ + +Package: xmlcopyeditor +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: fast, free, validating XML editor + XML Copy Editor is an XML editor focusing on editing document markup + languages like DITA, DocBook, WordprocessingML. Features: DTD/XML + Schema/RELAX NG validation, XSLT, XPath, Pretty-printing, Syntax + highlighting, Folding, Tag completion, Tag locking, Tag-free editing, + Built-in support for XHTML, XSL, DocBook and TEI, Generating XML Schema, + Spelling and style check with built-in spell/style checker. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..8266a08 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,51 @@ +Format: http://dep.debian.net/deps/dep5 +Upstream-Name: xmlcopyeditor +Source: http://xml-copy-editor.sourceforge.net + +Files: * +Copyright: 2005-2009 Gerald Schmidt + 2012-2014 Zane U. Ji +License: GPL-2.0+ + +Files: debian/* +Copyright: 2014 Zane U. Ji +License: GPL-2.0+ + +Files: src/png/* Ximian OpenOffice.org icons +Copyright: 2006 Ximian +License: LGPL-2.1+ + +License: GPL-2.0+ + This package 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 2 of the License, or + (at your option) any later version. + . + This package 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 systems, the complete text of the GNU General + Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". + +License: LGPL-2.1+ + 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 program. If not, see + . + On Debian systems, the complete text of the GNU Lesser General + Public License version 2 can be found in "/usr/share/common-licenses/LGPL-2.1". + diff --git a/debian/docs b/debian/docs new file mode 100644 index 0000000..e69de29 diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..b760bee --- /dev/null +++ b/debian/rules @@ -0,0 +1,13 @@ +#!/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 + +%: + dh $@ diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..281d9d1 --- /dev/null +++ b/debian/watch @@ -0,0 +1,5 @@ +version=3 +# qa.debian.org runs a redirector which allows a simpler form of URL +# for SourceForge based projects. The format below will automatically +# be rewritten to use the redirector. +http://sf.net/xml-copy-editor/xmlcopyeditor-(\d\S*)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))