new debian $foo

ubuntu/cosmic
Alf Gaida 9 years ago
parent 79bcae75ba
commit 450afc560c

@ -1,20 +0,0 @@
Debian qtermwidget package git repositories
------------------------------------------
This Git repository contains the following branches:
* master
This branch contains this README file and is otherwise not used.
* debian
This branch tracks the Debian unstable distribution and contains
the current state of last released version of the component.
* pristine-tar
This branch contains the pristine-tar metadata. See pristine-tar(1)
or http://kitenet.net/~joey/code/pristine-tar/ for more information.
* upstream
This branch contains the upstream releases.
-- Andrew Lee (李健秋) <ajqlee@debian.org> Thu, 13 Aug 2015 03:14:31 +0800

5
debian/changelog vendored

@ -0,0 +1,5 @@
qtermwidget (0.6.0-1) unstable; urgency=medium
* Initial release (Closes: #675355)
-- Alf Gaida <agaida@siduction.org> Wed, 22 Oct 2014 23:23:30 +0200

1
debian/compat vendored

@ -0,0 +1 @@
9

64
debian/control vendored

@ -0,0 +1,64 @@
Source: qtermwidget
Section: libs
Priority: optional
Maintainer: LXQt Packaging Team <pkg-lxqt-devel@lists.alioth.debian.org>
Uploaders:
Alf Gaida <agaida@siduction.org>,
ChangZhuo Chen (陳昌倬) <czchen@gmail.com>,
Andrew Lee (李健秋) <ajqlee@debian.org>
Build-Depends:
cmake (>= 3.0.2),
debhelper (>= 9),
qtbase5-dev (>= 5.3),
quilt,
Standards-Version: 3.9.6
Homepage: https://github.com/qterminal/qtermwidget
Vcs-Git: git://anonscm.debian.org/pkg-lxqt/qtermwidget.git
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-lxqt/qtermwidget.git
Package: libqtermwidget5-0
Architecture: any
Pre-Depends:
${misc:Pre-Depends}
Depends:
${shlibs:Depends},
${misc:Depends},
qtermwidget5-data (= ${source:Version})
Conflicts:
libqtermwidget0,
qtermwidget-data,
qtermwidget-dev,
qtermwidget-designer
Replaces:
libqtermwidget0,
qtermwidget-data,
qtermwidget-dev,
qtermwidget-designer
Description: Qt terminal widgets
Unicode-enabled, embeddable QT widget for using as a built-in console
or terminal emulation widget
.
This are usefully widgets and libs for building or/and implementing terminal
Qt based applications.
Package: libqtermwidget5-0-dev
Section: libdevel
Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends},
libqtermwidget5-0 (= ${binary:Version})
Description: Qt terminal widgets development files
Libraries for terminal widgets in Qt.
Package: qtermwidget5-data
Architecture: all
Depends:
${shlibs:Depends},
${misc:Depends}
Description: Qt terminal widgets data files
This package install data files, such as keyboards layouts, color shemes and
some others indep arch files usefully for terminal qt based builds over this
awesome library widget.

53
debian/copyright vendored

@ -0,0 +1,53 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: qtermwidget
Source: https://github.com/qterminal/qtermwidget
Files: *
Copyright: 2008-2015 pvanek <petr@scribus.info>
License: GPL-2+
Files: debian/*
Copyright: 2012-2015 Alf Gaida <agaida@siduction.org>
2012 Thorsten Wohlfarth <towo@siduction.org>
2012 Henson Sturgill <daddysturg@gmail.com>
License: GPL-3.0+
Files: pyqt4/*
Copyright: 2008-2009 Piotr "Riklaunim" Malinski <riklaunim@gmail.com>,
2008 Alexander Slesarev <alex.slesarev@gmail.com>
License: GPL-3.0+
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 <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: GPL-3.0+
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 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 3 can be found in "/usr/share/common-licenses/GPL-3".

2
debian/docs vendored

@ -0,0 +1,2 @@
AUTHORS
README

@ -0,0 +1,7 @@
usr/include
usr/lib/*/libqtermwidget5.so
usr/lib/*/pkgconfig/qtermwidget5.pc
usr/share/cmake/qtermwidget5/*.cmake

@ -0,0 +1 @@
usr/lib/*/libqtermwidget5.so.*

File diff suppressed because it is too large Load Diff

@ -0,0 +1,2 @@
usr/share/qtermwidget5/color-schemes
usr/share/qtermwidget5/kb-layouts

16
debian/rules vendored

@ -0,0 +1,16 @@
#!/usr/bin/make -f
#export DH_VERBOSE=1
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
%:
dh $@ --buildsystem cmake --parallel --with quilt
override_dh_auto_configure:
dh_auto_configure -- -DUSE_QT5=ON -DBUILD_DESIGNER_PLUGIN=0
override_dh_install:
dh_install --list-missing --fail-missing

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

@ -0,0 +1 @@
tar-ignore=.gitignore
Loading…
Cancel
Save