[libqxp] 02/02: initial debianization

Rene Engelhard rene at moszumanska.debian.org
Sun Aug 27 14:57:46 UTC 2017


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

rene pushed a commit to branch master
in repository libqxp.

commit a7321281e87fd9ee873882be956b0c8d3d25de72
Author: Rene Engelhard <rene at rene-engelhard.de>
Date:   Sun Aug 27 16:57:29 2017 +0200

    initial debianization
---
 debian/changelog            |  5 +++++
 debian/compat               |  1 +
 debian/control              | 48 +++++++++++++++++++++++++++++++++++++++++++++
 debian/copyright            | 38 +++++++++++++++++++++++++++++++++++
 debian/libqxp-0.0-0.dirs    |  1 +
 debian/libqxp-0.0-0.install |  1 +
 debian/libqxp-dev.dirs      |  2 ++
 debian/libqxp-dev.install   |  3 +++
 debian/libqxp-doc.install   |  1 +
 debian/libqxp-tools.install |  1 +
 debian/rules                |  7 +++++++
 debian/source/format        |  1 +
 12 files changed, 109 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..9c29d32
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libqxp (0.0.0-1) unstable; urgency=medium
+
+  * Initial release
+
+ -- Rene Engelhard <rene at debian.org>  Sun, 27 Aug 2017 14:27:03 +0000
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..f599e28
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+10
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..e6daae9
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,48 @@
+Source: libqxp
+Priority: optional
+Maintainer: Debian LibreOffice Maintainers <debian-openoffice at lists.debian.org>
+Uploaders: Rene Engelhard <rene at debian.org>
+Build-Depends: debhelper (>= 10), librevenge-dev, libboost-dev, libicu-dev, pkg-config, libcppunit-dev
+Build-Depends-Indep: doxygen
+Standards-Version: 3.9.8
+Section: libs
+Homepage: https://wiki.documentfoundation.org/DLP/Libraries/libqxp
+#Vcs-Git: https://anonscm.debian.org/collab-maint/libqxp.git
+#Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/libqxp.git
+
+Package: libqxp-dev
+Section: libdevel
+Architecture: any
+Depends: libqxp-0.0-0 (= ${binary:Version}), ${misc:Depends}
+Description: library for reading and converting QuarkXPress files -- development
+ libqxp is a library and a set of tools for reading and converting
+ QuarkXPress file format. It supports versions 3.1-4.1 currently.
+ .
+ This package contains the needef files (headers, ..) for developing 
+ applications using libqxp.
+
+Package: libqxp-0.0-0
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: library for reading and converting QuarkXPress files
+ libqxp is a library and a set of tools for reading and converting
+ QuarkXPress file format. It supports versions 3.1-4.1 currently.
+
+Package: libqxp-tools
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: library for reading and converting QuarkXPress files -- tools
+ libqxp is a library and a set of tools for reading and converting
+ QuarkXPress file format. It supports versions 3.1-4.1 currently.
+ .
+ This package contains the qxp2raw, qxp2svg and qxp2text tools.
+
+Package: libqxp-doc
+Architecture: all
+Depends: ${misc:Depends}
+Description: library for reading and converting QuarkXPress files -- documentation
+ libqxp is a library and a set of tools for reading and converting
+ QuarkXPress file format. It supports versions 3.1-4.1 currently.
+ .
+ This package contains the documentation for libqxp
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..d2f2d09
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,38 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: libqxp
+Source: http://dev-www.libreoffice.org/src/libqxp/ 
+
+Files: *
+Copyright: <years> <put author's name and email here>
+           <years> <likewise for another author>
+License: <special license>
+ <Put the license of the package here indented by 1 space>
+ <This follows the format of Description: lines in control file>
+ .
+ <Including paragraphs>
+
+# If you want to use GPL v2 or later for the /debian/* files use 
+# the following clauses, or change it to suit. Delete these two lines
+Files: debian/*
+Copyright: 2017 unknown <rene at frodo.fritz.box>
+License: GPL-2+
+ 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 <https://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".
+
+# Please also look if there are files or directories which have a
+# different copyright/license attached and list them here.
+# Please avoid picking licenses with terms that are more restrictive than the
+# packaged work, as it may make Debian's contributions unacceptable upstream.
diff --git a/debian/libqxp-0.0-0.dirs b/debian/libqxp-0.0-0.dirs
new file mode 100644
index 0000000..6845771
--- /dev/null
+++ b/debian/libqxp-0.0-0.dirs
@@ -0,0 +1 @@
+usr/lib
diff --git a/debian/libqxp-0.0-0.install b/debian/libqxp-0.0-0.install
new file mode 100644
index 0000000..3ddde58
--- /dev/null
+++ b/debian/libqxp-0.0-0.install
@@ -0,0 +1 @@
+usr/lib/*/lib*.so.*
diff --git a/debian/libqxp-dev.dirs b/debian/libqxp-dev.dirs
new file mode 100644
index 0000000..4418816
--- /dev/null
+++ b/debian/libqxp-dev.dirs
@@ -0,0 +1,2 @@
+usr/lib
+usr/include
diff --git a/debian/libqxp-dev.install b/debian/libqxp-dev.install
new file mode 100644
index 0000000..7df81cd
--- /dev/null
+++ b/debian/libqxp-dev.install
@@ -0,0 +1,3 @@
+usr/include/*
+usr/lib/*/lib*.so
+usr/lib/*/pkgconfig/*
diff --git a/debian/libqxp-doc.install b/debian/libqxp-doc.install
new file mode 100644
index 0000000..e2780a4
--- /dev/null
+++ b/debian/libqxp-doc.install
@@ -0,0 +1 @@
+usr/share/doc/libqxp
diff --git a/debian/libqxp-tools.install b/debian/libqxp-tools.install
new file mode 100644
index 0000000..e772481
--- /dev/null
+++ b/debian/libqxp-tools.install
@@ -0,0 +1 @@
+usr/bin
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..ee51d64
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+#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)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libqxp.git



More information about the Pkg-openoffice-commits mailing list