-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Corentin Noël
committed
Jan 27, 2017
1 parent
1a56baf
commit 258ee6b
Showing
6 changed files
with
80 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
3.0 (native) |