Skip to content

Commit 75ce72b

Browse files
committed
add some packaging
1 parent cc22cb0 commit 75ce72b

File tree

7 files changed

+64
-1
lines changed

7 files changed

+64
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ See the current temperature and weather conditions for your location with this m
1010
You'll need the following dependencies:
1111
* libgeoclue-2-dev
1212
* libgtk-3-dev
13-
* libgweather-3-dev
13+
* libgweather-3-dev
1414
* meson
1515
* valac
1616

debian/changelog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
com.github.danrabbit.nimbus (0.1.0) xenial; urgency=low
2+
3+
* Initial Release.
4+
5+
-- Daniel Foré <[email protected]> Sun, 30 Apr 2017 13:09:00 -0800

debian/compat

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

debian/control

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Source: com.github.danrabbit.nimbus
2+
Section: x11
3+
Priority: extra
4+
Maintainer: Daniel Foré <[email protected]>
5+
Build-Depends: debhelper (>= 9),
6+
libgeoclue-2-dev,
7+
libgtk-3-dev,
8+
libgweather-3-dev,
9+
meson,
10+
valac
11+
Standards-Version: 3.9.3
12+
13+
Package: com.github.danrabbit.nimbus
14+
Architecture: any
15+
Depends: ${misc:Depends}, ${shlibs:Depends}
16+
Description: See outside without going there
17+
See the current temperature and weather conditions for your location with this minimal color-changing applet.

debian/copyright

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
Format: http://dep.debian.net/deps/dep5
2+
Upstream-Name: cmake-hello-world
3+
Source: https://github.com/danrabbit/nimbus
4+
5+
Files: *
6+
Copyright: 2017 Daniel Foré <[email protected]>
7+
License: GPL-3.0+
8+
9+
License: GPL-3.0+
10+
This program is free software: you can redistribute it and/or modify
11+
it under the terms of the GNU General Public License as published by
12+
the Free Software Foundation, either version 3 of the License, or
13+
(at your option) any later version.
14+
.
15+
This package is distributed in the hope that it will be useful,
16+
but WITHOUT ANY WARRANTY; without even the implied warranty of
17+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18+
GNU General Public License for more details.
19+
.
20+
You should have received a copy of the GNU General Public License
21+
along with this program. If not, see <http://www.gnu.org/licenses/>.
22+
.
23+
On Debian systems, the complete text of the GNU General
24+
Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
25+

debian/rules

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
#!/usr/bin/make -f
2+
# -*- makefile -*-
3+
# Sample debian/rules that uses debhelper.
4+
# This file was originally written by Joey Hess and Craig Small.
5+
# As a special exception, when this file is copied by dh-make into a
6+
# dh-make output file, you may use that output file without restriction.
7+
# This special exception was added by Craig Small in version 0.37 of dh-make.
8+
9+
# Uncomment this to turn on verbose mode.
10+
#export DH_VERBOSE=1
11+
12+
%:
13+
dh $@
14+

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)