[SCM] atcore packaging branch, master, updated. 514fcafb4001316b2185fda83238baaa9698b9fd

Jonathan Riddell jriddell-guest at moszumanska.debian.org
Wed Dec 14 18:53:11 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/atcore.git;a=commitdiff;h=514fcaf

The following commit has been merged in the master branch:
commit 514fcafb4001316b2185fda83238baaa9698b9fd
Author: Jonathan Riddell <jr at jriddell.org>
Date:   Wed Dec 14 18:53:08 2016 +0000

    wrap-and-sort
---
 debian/.gitattributes           |  1 +
 debian/changelog                |  5 +++++
 debian/control                  | 31 +++++++++++++++++++++++++++
 debian/copyright                | 46 +++++++++++++++++++++++++++++++++++++++++
 debian/libkf5atcore-dev.install |  5 +++++
 debian/libkf5atcore1.install    |  3 +++
 debian/rules                    |  6 ++++++
 debian/source/format            |  1 +
 debian/source/local-options     |  1 +
 9 files changed, 99 insertions(+)

diff --git a/debian/.gitattributes b/debian/.gitattributes
new file mode 100644
index 0000000..6a03163
--- /dev/null
+++ b/debian/.gitattributes
@@ -0,0 +1 @@
+changelog merge=dpkg-mergechangelogs
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..e11e9b5
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+atcore (0.0-0neon) xenial; urgency=medium
+
+  * Initial package
+
+ -- Neon CI <neon at kde.org>  Wed, 18 May 2016 18:45:13 +0200
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..8ca9d1c
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,31 @@
+Source: atcore
+Section: kde
+Priority: optional
+Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
+Build-Depends: cmake,
+               debhelper (>= 9),
+               doxygen,
+               extra-cmake-modules,
+               libqt5serialport5-dev,
+               pkg-kde-tools (>= 0.12),
+               qtbase5-dev
+Standards-Version: 3.9.8
+Homepage: http://www.kde.org/
+Vcs-Browser: https://anonscm.debian.org/git/pkg-kde/kde-extras/atcore.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-kde/kde-extras/atcore.git
+
+Package: libkf5atcore1
+Section: libs
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: Open Source 3D Printing Host - Core Components
+ An api to manage serial connections between computers and 3d printers.
+
+Package: libkf5atcore-dev
+Section: libdevel
+Architecture: any
+Depends: libkf5atcore1 (= ${binary:Version}), ${misc:Depends}
+Description: Open Source 3D Printing Host - Core Components (development)
+ An api to manage serial connections between computers and 3d printers.
+ .
+ This package contains the development files.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..e9be6cc
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,46 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: atcore
+Upstream-Contact: kde-devel at kde.org
+Source: git.kde.org
+
+Files: *
+Copyright: 2016 Lays Rodrigues <laysrodriguessilva at gmail.com>
+           2016 Tomaz Canabrava <tcanabrava at kde.org>
+	   2016 Chris Rizzitello <sithlord48 at gmail.com>
+	   2016 Patrick José Pereira <patrickelectric at gmail.com>
+License: LGPL-3
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 3 of the License, or (at your option) any later version.
+ .
+ This library 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
+ Lesser General Public License for more details.
+ .
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library.  If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU Lesser General
+ Public License version 3 can be found in `/usr/share/common-licenses/LGPL-3'.
+
+
+Files: debian/*
+Copyright: 2016 Jonathan Riddell <jr at jriddell.org>
+License: GPL-2+
+ 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 2 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 2 can be found in `/usr/share/common-licenses/GPL-2'.
diff --git a/debian/libkf5atcore-dev.install b/debian/libkf5atcore-dev.install
new file mode 100644
index 0000000..02d2e11
--- /dev/null
+++ b/debian/libkf5atcore-dev.install
@@ -0,0 +1,5 @@
+usr/include/KF5/KAtCore/
+usr/include/KF5/atcore_version.h
+usr/lib/*/cmake/KF5AtCore/
+usr/lib/*/libKF5AtCore.so
+usr/lib/*/qt5/mkspecs/modules/qt_KAtCore.pri
diff --git a/debian/libkf5atcore1.install b/debian/libkf5atcore1.install
new file mode 100644
index 0000000..ed5a834
--- /dev/null
+++ b/debian/libkf5atcore1.install
@@ -0,0 +1,3 @@
+usr/lib/*/libKF5AtCore.so.*
+usr/lib/*/libKF5AtCore.so.1
+usr/lib/*/qt5/plugins/KAtCore/
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..b887671
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
+
+override_dh_auto_test:
+	:
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)
diff --git a/debian/source/local-options b/debian/source/local-options
new file mode 100644
index 0000000..2ee6f0f
--- /dev/null
+++ b/debian/source/local-options
@@ -0,0 +1 @@
+abort-on-upstream-changes

-- 
atcore packaging



More information about the pkg-kde-commits mailing list