diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..fdc5aa9 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +com.github.tintou.project-manager (0.0.1) unstable; urgency=low + + * Initial Release. + + -- Corentin Noël Fri, 29 Sep 2016 11:04:10 +0100 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..f11c82a --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +9 \ No newline at end of file diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..67fec9f --- /dev/null +++ b/debian/control @@ -0,0 +1,32 @@ +Source: com.github.tintou.project-manager +Section: x11 +Priority: optional +Maintainer: Corentin Noël +Build-Depends: cmake, + debhelper (>= 9), + libgranite-dev, + libgee-0.8-dev, + libgtk-3-dev, + libjson-glib-dev, + libgda-5.0-dev, + libsoup2.4-dev, + valac (>= 0.22) +Standards-Version: 3.9.2 +Homepage: https://github.com/tintou/project-manager + +Package: com.github.tintou.project-manager +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends} +Description: Smooth Project Manager + Get informations about bugs and releases for your favorites projects. + +Package: com.github.tintou.project-manager-dbg +Architecture: any +Section: debug +Priority: extra +Depends: com.github.tintou.project-manager (= ${binary:Version}), ${misc:Depends} +Enhances: com.github.tintou.project-manager +Description: Smooth Project Manager (debugging symbols) + Get informations about bugs and releases for your favorites projects. + . + This package contains debugging symbols for com.github.tintou.project-manager. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..f704db2 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,35 @@ +This work was packaged for Debian by: + + Corentin Noël on Tue, 09 Dec 2014 00:28:35 +0100 + +Upstream Author(s): + + Corentin Noël + +Copyright: + + Copyright (C) 2014-2016 Corentin Noël + +License: + + 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 . + +On Debian systems, the complete text of the GNU General +Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". + +The Debian packaging is: + + Copyright (C) 2011 Sergey "Shnatsel" Davidoff + +and is licensed under the GPL version 3, see above. diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..2a7ef5c --- /dev/null +++ b/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f +%: + dh $@ + +override_dh_strip: + dh_strip --dbg-package=com.github.tintou.project-manager-dbg diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..89ae9db --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (native)