Added Ubuntu package files

This commit is contained in:
Zane U. Ji 2014-06-02 21:52:46 +08:00
parent 3993927d66
commit 39a78adb88
8 changed files with 135 additions and 0 deletions

31
debian/changelog vendored Normal file
View File

@ -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 <zaneuji@users.sf.net> 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 <zaneuji@users.sf.net> 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 <zaneuji@users.sf.net> Sat, 05 Apr 2014 22:03:46 +0800

1
debian/compat vendored Normal file
View File

@ -0,0 +1 @@
8

33
debian/control vendored Normal file
View File

@ -0,0 +1,33 @@
Source: xmlcopyeditor
Section: editors
Priority: extra
Maintainer: Zane U. Ji <zaneuji@users.sf.net>
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.

51
debian/copyright vendored Normal file
View File

@ -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 <gnschmidt@users.sourceforge.net>
2012-2014 Zane U. Ji <zaneuji@users.sourceforge.net>
License: GPL-2.0+
Files: debian/*
Copyright: 2014 Zane U. Ji <zaneuji@users.sf.net>
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 <http://www.gnu.org/licenses/>
.
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 <http://www.gnu.org/licenses/>
.
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".

0
debian/docs vendored Normal file
View File

13
debian/rules vendored Executable file
View File

@ -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 $@

1
debian/source/format vendored Normal file
View File

@ -0,0 +1 @@
3.0 (quilt)

5
debian/watch vendored Normal file
View File

@ -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)))