Skip to content

Commit

Permalink
[package] Add build debian package Closed #83
Browse files Browse the repository at this point in the history
  • Loading branch information
atatarov committed Jul 5, 2020
1 parent ba6a73d commit 6130b5f
Show file tree
Hide file tree
Showing 6 changed files with 62 additions and 1 deletion.
2 changes: 1 addition & 1 deletion application/application.pro
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ QML_IMPORT_PATH =
QML_DESIGNER_IMPORT_PATH =

qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
else: unix:!android: target.path = /usr/bin
!isEmpty(target.path): INSTALLS += target

android: include($$(HOME)/Android/Sdk/android_openssl/openssl.pri)
Expand Down
Empty file.
9 changes: 9 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
rheda-messenger (0.0.1) UNRELEASED; urgency=medium

[ Aleksey ]
*

[ Aleksey Tatarov ]
* new changed

-- Aleksey <aleksey@aleksey-Lenovo-IdeaPad-S540-13API> Sun, 05 Jul 2020 15:29:00 +0300
14 changes: 14 additions & 0 deletions debian/control
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Source: rheda-messenger
Section: misc
Priority: optional
Maintainer: Aleksey Tatarov <[email protected]>
Build-Depends: debhelper-compat (= 12)
Standards-Version: 4.4.1
Homepage: https://github.com/omarcompany/rheda-messenger
#Vcs-Git: https://github.com/omarcompany/rheda-messenger.git

Package: rheda-messenger
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: <The simple messenger to send messages>
<The simple messenger to send messages and get messages>
28 changes: 28 additions & 0 deletions debian/copyright
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: rheda-messenger
Upstream-Contact: <Aleksey Tatarov [email protected]>
Source: <url://github.com/omarcompany/rheda-messenger>

Files: *
Copyright: <2020> <Danil Rostovcev [email protected]>
<2020> <Sergey Samohin [email protected]>
<2020> <Valentin Veremchuk [email protected]>
License: GPL-2+
Files: debian/*
Copyright: 2020 Aleksey <[email protected]>
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".
10 changes: 10 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/usr/bin/make -f
#export DH_VERBOSE=1
#export DH_OPTIONS=-v
# This is the debhelper compatability version to use.

#export DH_COMPAT=3
override_dh_auto_configure:
qmake application/application.pro
%:
dh $@

0 comments on commit 6130b5f

Please sign in to comment.