Merge branch 'master' into 'master'

first work to package this as a deb package

See merge request pureos/packages/diy-contacts-importer!2
This commit is contained in:
Joao Azevedo 2020-06-24 09:21:57 +00:00
commit 298b555857
8 changed files with 70 additions and 1 deletions

14
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,14 @@
# build on PureOS byzantium
default:
image: pureos/byzantium:latest
# Update packages
before_script:
- DEBIAN_FRONTEND=noninteractive apt -yqq update
- DEBIAN_FRONTEND=noninteractive apt -y install build-essential devscripts
build:
script: debuild -us -uc
tags:
- byzantium

View File

@ -2,5 +2,5 @@
Name=Contacts Importer
Type=Application
Icon=preferences-desktop-personal
Exec=contacts-importer.sh
Exec=/usr/local/bin/contacts-importer
Categories=Utility;

5
debian/changelog vendored Normal file
View File

@ -0,0 +1,5 @@
contacts-importer (0.0-1+pureos10) unstable; urgency=medium
* Initial release.
-- João Azevedo <joao.azevedo@puri.sm> Fri, 19 Jun 2020 13:47:46 +0200

12
debian/control vendored Normal file
View File

@ -0,0 +1,12 @@
Package: contacts-importer
Version: 0.0-1+pureos10
Architecture: all
Maintainer: João Azevedo <joao.azevedo@puri.sm>
Depends: yad, syncevolution, libnotify-bin, evolution-data-server
Installed-Size: 38
Section: comm
Priority: optional
Homepage: https://source.puri.sm/pureos/packages/diy-contacts-importer
Description: Diy contacts importer
A simple script to import contacts from vcards into Evolution Data Server

29
debian/copyright vendored Normal file
View File

@ -0,0 +1,29 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: diy-contacts-importer
Upstream-Contact: https://source.puri.sm/pureos/packages/diy-contacts-importer
Source: https://source.puri.sm/pureos/packages/diy-contacts-importer
Files: *
Copyright: (C) 2019 João Azevedo (joao.azvedo@puri.sm)
License: GPL-3.0+
Files: *
License: GPL-3+
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 program 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/install vendored Normal file
View File

@ -0,0 +1,2 @@
contacts-importer /usr/local/bin
contacts-importer.desktop /usr/local/bin/contacts-importer

7
debian/rules vendored Executable file
View File

@ -0,0 +1,7 @@
#!/usr/bin/make -f
#export DH_VERBOSE = 1
%:
dh $@