Skip to content

Commit

Permalink
Added debian package
Browse files Browse the repository at this point in the history
  • Loading branch information
Corentin Noël committed Jan 27, 2017
1 parent 1a56baf commit 258ee6b
Show file tree
Hide file tree
Showing 6 changed files with 80 additions and 0 deletions.
5 changes: 5 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
com.github.tintou.project-manager (0.0.1) unstable; urgency=low

* Initial Release.

-- Corentin Noël <[email protected]> Fri, 29 Sep 2016 11:04:10 +0100
1 change: 1 addition & 0 deletions debian/compat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
9
32 changes: 32 additions & 0 deletions debian/control
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
Source: com.github.tintou.project-manager
Section: x11
Priority: optional
Maintainer: Corentin Noël <[email protected]>
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.
35 changes: 35 additions & 0 deletions debian/copyright
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
This work was packaged for Debian by:

Corentin Noël <[email protected]> on Tue, 09 Dec 2014 00:28:35 +0100

Upstream Author(s):

Corentin Noël <[email protected]>

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 <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".

The Debian packaging is:

Copyright (C) 2011 Sergey "Shnatsel" Davidoff <[email protected]>

and is licensed under the GPL version 3, see above.
6 changes: 6 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/make -f
%:
dh $@

override_dh_strip:
dh_strip --dbg-package=com.github.tintou.project-manager-dbg
1 change: 1 addition & 0 deletions debian/source/format
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0 (native)

0 comments on commit 258ee6b

Please sign in to comment.