mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-23 18:32:55 +00:00
add (experimental) Debian package files
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
0e4b0509c8
commit
115d268e24
8 changed files with 75 additions and 0 deletions
5
package/debian/changelog
Normal file
5
package/debian/changelog
Normal file
|
@ -0,0 +1,5 @@
|
|||
customizer (4.8.7) unstable; urgency=medium
|
||||
|
||||
* Initial package
|
||||
|
||||
-- Ivailo Monev <xakepa10@gmail.com> Sun, 10 Jan 2016 21:28:59 EET
|
1
package/debian/compat
Normal file
1
package/debian/compat
Normal file
|
@ -0,0 +1 @@
|
|||
9
|
23
package/debian/control
Normal file
23
package/debian/control
Normal file
|
@ -0,0 +1,23 @@
|
|||
Source: katie
|
||||
Section: x11
|
||||
Priority: optional
|
||||
Maintainer: Ivailo Monev <xakepa10@gmail.com>
|
||||
Homepage: https://github.com/fluxer/katie
|
||||
Vcs-Git: git://github.com/fluxer/katie
|
||||
Vcs-browser: https://github.com/fluxer/katie
|
||||
Standards-Version: 4.8.7
|
||||
X-Python-Version: >= 2.7
|
||||
Build-Depends: debhelper (>= 9~), g++, python-dev (>= 2.7~), libssl-dev,
|
||||
zlib1g-dev, libc6-dev, libpng12-dev, libjpeg62-turbo-dev, libtiff5-dev,
|
||||
libmng-dev, libcups2-dev, libasound2-dev, libpulse-dev, libfreetype6-dev,
|
||||
libfontconfig1-dev, libicu-dev, libglib-2.0-dev, libdbus-1-dev, libgtk2.0-dev,
|
||||
libgl1-mesa-dev, libwayland-dev, unixodbc-dev, libpq-dev, libmysqld-dev,
|
||||
libsqlite3-dev, libvlc-dev, xorg-dev, cmake
|
||||
Package: katie-git
|
||||
Architecture: i386 amd64
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, openssl, zlib1g, libc6, libpng12,
|
||||
libjpeg62-turbo, libtiffxx5, libmng1, libcups2, libasound2, libpulse0, nas,
|
||||
libfreetype6, libfontconfig1, libicu52, libglib-2.0, libdbus-1, libgtk2.0,
|
||||
libgl1-mesa-glx, libwayland-client0, libwayland-server0, libsqlite3
|
||||
Recommends: unixodbc, libpq5, libmysqlclient18, libvlc5, xorg
|
||||
Description: C++ toolkit derived from the Qt 4.8 framework
|
29
package/debian/copyright
Normal file
29
package/debian/copyright
Normal file
|
@ -0,0 +1,29 @@
|
|||
Copyright (C) 2015 The Qt Company Ltd.
|
||||
Copyright (C) 2016 Ivailo Monev
|
||||
|
||||
See the following for more information:
|
||||
/usr/share/common-licenses/LGPL-2
|
||||
/usr/share/common-licenses/GFDL-1.3
|
||||
|
||||
The Qt Company Qt LGPL Exception version 1.1
|
||||
|
||||
As an additional permission to the GNU Lesser General Public License version
|
||||
2.1, the object code form of a "work that uses the Library" may incorporate
|
||||
material from a header file that is part of the Library. You may distribute
|
||||
such object code under terms of your choice, provided that:
|
||||
(i) the header files of the Library have not been modified; and
|
||||
(ii) the incorporated material is limited to numerical parameters, data
|
||||
structure layouts, accessors, macros, inline functions and
|
||||
templates; and
|
||||
(iii) you comply with the terms of Section 6 of the GNU Lesser General
|
||||
Public License version 2.1.
|
||||
|
||||
Moreover, you may apply this exception to a modified version of the Library,
|
||||
provided that such modification does not involve copying material from the
|
||||
Library into the modified Library's header files unless such material is
|
||||
limited to (i) numerical parameters; (ii) data structure layouts;
|
||||
(iii) accessors; and (iv) small macros, templates and inline functions of
|
||||
five lines or less in length.
|
||||
|
||||
Furthermore, you are not required to apply this additional permission to a
|
||||
modified version of the Library.
|
3
package/debian/postinst
Normal file
3
package/debian/postinst
Normal file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -e
|
3
package/debian/postrm
Normal file
3
package/debian/postrm
Normal file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -e
|
10
package/debian/rules
Executable file
10
package/debian/rules
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/usr/bin/make -f
|
||||
|
||||
override_dh_auto_build:
|
||||
dh_auto_build
|
||||
|
||||
override_dh_auto_install:
|
||||
dh_auto_install
|
||||
|
||||
override_dh_auto_clean:
|
||||
dh_auto_clean
|
1
package/debian/source/format
Normal file
1
package/debian/source/format
Normal file
|
@ -0,0 +1 @@
|
|||
3.0 (native)
|
Loading…
Add table
Reference in a new issue