-
-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #33 from apandada1/debpackage
Debian package and updated README
- Loading branch information
Showing
8 changed files
with
94 additions
and
15 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
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 @@ | ||
blanket (0.2.0-1) focal; urgency=medium | ||
|
||
* PPA package | ||
|
||
-- Archisman Panigrahi <[email protected]> Sun, 06 Sep 2020 11:48:01 +0530 |
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,27 @@ | ||
Source: blanket | ||
Section: gnome | ||
Priority: optional | ||
Maintainer: Rafael Mardojai CM <[email protected]> | ||
Build-Depends: debhelper-compat(=10), | ||
desktop-file-utils, | ||
gettext, | ||
meson (>= 0.50), | ||
pkg-config, | ||
libglib2.0-dev, | ||
appstream | ||
Standards-Version: 4.5.0 | ||
Rules-Requires-Root: no | ||
Homepage: https://github.com/rafaelmardojai/blanket | ||
Vcs-Browser: https://github.com/rafaelmardojai/blanket | ||
Vcs-Git: https://github.com/rafaelmardojai/blanket.git | ||
|
||
Package: blanket | ||
Architecture: all | ||
Depends: ${misc:Depends}, | ||
libhandy-1-dev, | ||
gir1.2-gst-plugins-bad-1.0, | ||
gir1.2-gtk-3.0, | ||
python3 | ||
Description: Listen to different sounds | ||
Improve focus and increase your productivity by listening to different sounds. | ||
Or allows you to fall asleep in a noisy environment. |
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,23 @@ | ||
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ | ||
Upstream-Name: blanket | ||
Upstream-Contact: Rafael Mardojai CM <[email protected]> | ||
Source: https://github.com/rafaelmardojai/blanket | ||
|
||
Files: * | ||
Copyright: 2020 Rafael Mardojai CM <[email protected]> | ||
License: GPL-3+ | ||
This package 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". |
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,10 @@ | ||
#!/usr/bin/make -f | ||
|
||
export DEB_BUILD_MAINT_OPTIONS = hardening=+all | ||
|
||
%: | ||
dh $@ | ||
|
||
override_dh_auto_install: | ||
dh_auto_install | ||
find ./debian -type f -name "LICENSE" -delete |
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 (quilt) |
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,4 @@ | ||
Bug-Database: https://github.com/rafaelmardojai/blanket | ||
Bug-Submit: https://github.com/rafaelmardojai/blanket/new | ||
Repository: https://github.com/rafaelmardojai/blanket.git | ||
Repository-Browse: https://github.com/rafaelmardojai/blanket |
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 @@ | ||
version=4 | ||
opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/foliate-$1\.tar\.gz/ \ | ||
https://github.com/rafaelmardojai/blanket/tags .*/?(\d\.\d.\d)\.tar\.gz |