Skip to content

Commit

Permalink
updated debian files, fixed warning
Browse files Browse the repository at this point in the history
  • Loading branch information
GabMus committed Sep 23, 2017
1 parent 4497345 commit d25d9cf
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 29 deletions.
2 changes: 1 addition & 1 deletion data/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ desktop_conf.set('bindir', join_paths(prefix, get_option('bindir')))
desktop_file = configure_file(
input: app_id + '.desktop.in.in',
output: app_id + '.desktop',
type: 'desktop',
# type: 'desktop',
install: true,
install_dir: join_paths(get_option('datadir'), 'applications'),
configuration: desktop_conf
Expand Down
5 changes: 5 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
razercommander (1.2.0) unstable;

* Initial release

-- Gabriele Musco (GabMus) [email protected] Sat, 23 Sep 2017 12:34:26 +0200
15 changes: 10 additions & 5 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,26 @@ Section: gnome
Priority: optional
Maintainer: Gabriele Musco <[email protected]>
Homepage: https://github.com/GabMus/razerCommander
Standards-Version: 3.9.7
Standards-Version: 4.1.0
X-Python3-Version: >= 3.4
Build-Depends:
debhelper (>= 9),
pkg-config,
dh-python,
gettext,
libappstream-glib-dev,
meson (>= 0.40.0)
meson (>= 0.40.0),
pkg-config,
python-all

Package: razercommander
Architecture: all
Depends:
gir1.2-gtk-3.0 (>= 3.14.0),
python3 (>= 3.4),
python3-gi (>= 3.14.0),
gir1.2-gtk-3.0 (>= 3.14.0)
python3-gi (>= 3.14.0)

Recommends:
gnome-icon-theme-symbolic
Description: Razer device manager for Linux
Controls Razer peripherals (mice, keyboards, headphones) enabling the user to
customize the light effects and setting up the macro functionality.
25 changes: 19 additions & 6 deletions debian/copyright
Original file line number Diff line number Diff line change
@@ -1,10 +1,23 @@
Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: razercommander
Upstream-Maintainer: Gabriele Musco <[email protected]>
Upstream-Source: https://github.com/GabMus/razerCommander
Upstream-Contact: Gabriele Musco <[email protected]>
Source: https://github.com/GabMus/razerCommander

Files: *
Copyright: (C) 2016 Gabriele Musco <[email protected]>
License: GPL v3
The full text of the GPL is distributed in
/usr/share/common-licenses/GPL-3 on Debian systems.
License: GPL-3.0+
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".
19 changes: 2 additions & 17 deletions debian/rules
Original file line number Diff line number Diff line change
@@ -1,21 +1,6 @@
#!/usr/bin/make -f

export DH_VERBOSE=1
export NINJA=ninja -v
export BUILDDIR=_build
export PKG=razercommander
#export DH_VERBOSE=1

%:
dh $@

override_dh_auto_configure:
meson $(BUILDDIR) --prefix=/usr

override_dh_auto_build:
$(NINJA) -C $(BUILDDIR)

override_dh_auto_clean:
rm -rf $(BUILDDIR)

override_dh_auto_install:
env DESTDIR=$(CURDIR)/debian/$(PKG) $(NINJA) -C $(BUILDDIR) install
dh $@ --with python3
2 changes: 2 additions & 0 deletions debian/watch
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
version=3
https://github.com/GabMus/razerCommander/releases .*/(.*)\.tar\.gz

0 comments on commit d25d9cf

Please sign in to comment.