Skip to content

Commit 258ee6b

Browse files
author
Corentin Noël
committed
Added debian package
1 parent 1a56baf commit 258ee6b

File tree

6 files changed

+80
-0
lines changed

6 files changed

+80
-0
lines changed

debian/changelog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
com.github.tintou.project-manager (0.0.1) unstable; urgency=low
2+
3+
* Initial Release.
4+
5+
-- Corentin Noël <[email protected]> Fri, 29 Sep 2016 11:04:10 +0100

debian/compat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
9

debian/control

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
Source: com.github.tintou.project-manager
2+
Section: x11
3+
Priority: optional
4+
Maintainer: Corentin Noël <[email protected]>
5+
Build-Depends: cmake,
6+
debhelper (>= 9),
7+
libgranite-dev,
8+
libgee-0.8-dev,
9+
libgtk-3-dev,
10+
libjson-glib-dev,
11+
libgda-5.0-dev,
12+
libsoup2.4-dev,
13+
valac (>= 0.22)
14+
Standards-Version: 3.9.2
15+
Homepage: https://github.com/tintou/project-manager
16+
17+
Package: com.github.tintou.project-manager
18+
Architecture: any
19+
Depends: ${misc:Depends}, ${shlibs:Depends}
20+
Description: Smooth Project Manager
21+
Get informations about bugs and releases for your favorites projects.
22+
23+
Package: com.github.tintou.project-manager-dbg
24+
Architecture: any
25+
Section: debug
26+
Priority: extra
27+
Depends: com.github.tintou.project-manager (= ${binary:Version}), ${misc:Depends}
28+
Enhances: com.github.tintou.project-manager
29+
Description: Smooth Project Manager (debugging symbols)
30+
Get informations about bugs and releases for your favorites projects.
31+
.
32+
This package contains debugging symbols for com.github.tintou.project-manager.

debian/copyright

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
This work was packaged for Debian by:
2+
3+
Corentin Noël <[email protected]> on Tue, 09 Dec 2014 00:28:35 +0100
4+
5+
Upstream Author(s):
6+
7+
Corentin Noël <[email protected]>
8+
9+
Copyright:
10+
11+
Copyright (C) 2014-2016 Corentin Noël
12+
13+
License:
14+
15+
This program is free software: you can redistribute it and/or modify
16+
it under the terms of the GNU General Public License as published by
17+
the Free Software Foundation, either version 3 of the License, or
18+
(at your option) any later version.
19+
20+
This package is distributed in the hope that it will be useful,
21+
but WITHOUT ANY WARRANTY; without even the implied warranty of
22+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23+
GNU General Public License for more details.
24+
25+
You should have received a copy of the GNU General Public License
26+
along with this program. If not, see <http://www.gnu.org/licenses/>.
27+
28+
On Debian systems, the complete text of the GNU General
29+
Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
30+
31+
The Debian packaging is:
32+
33+
Copyright (C) 2011 Sergey "Shnatsel" Davidoff <[email protected]>
34+
35+
and is licensed under the GPL version 3, see above.

debian/rules

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/usr/bin/make -f
2+
%:
3+
dh $@
4+
5+
override_dh_strip:
6+
dh_strip --dbg-package=com.github.tintou.project-manager-dbg

debian/source/format

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.0 (native)

0 commit comments

Comments
 (0)