Try somehting else

This commit is contained in:
Baptiste Gelez 2019-02-12 19:41:49 +01:00
parent 2994609041
commit 4f37316ccf
3 changed files with 10 additions and 22 deletions

5
debian/changelog vendored Normal file
View File

@ -0,0 +1,5 @@
mobydick (0.1.0-1) unstable; urgency=medium
* Initial release
-- Elza Gelez <elza@gelez.xyz> Tue, 12 Feb 2019 19:36:00 +0100

5
debian/control vendored
View File

@ -1,11 +1,12 @@
Source: com.github.baptistegelez.mobydick
Section: net
Maintainer: Elza Gelez <elza@gelez.xyz>
Build-Depends: rustc,
Build-Depends: debhelper (>= 10),
rustc,
cargo,
desktop-file-utils,
appstream,
libgtk-3-dev (>= 3.10),
libgtk-3-dev (>= 3.22),
libssl-dev
Standards-Version: 3.9.5
Homepage: https://github.com/BaptisteGelez/mobydick

22
debian/rules vendored
View File

@ -1,21 +1,3 @@
# -*- makefile -*-
# Sample debian/rules that uses debhelper.
# This file was originally written by Joey Hess and Craig Small.
# As a special exception, when this file is copied by dh-make into a
# dh-make output file, you may use that output file without restriction.
# This special exception was added by Craig Small in version 0.37 of dh-make.
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
#!/usr/bin/make -f
%:
dh $@
override_dh_auto_clean:
cargo clean
override_dh_auto_build:
cargo build --release
override_dh_auto_install:
PREFIX=/usr ./install
dh $@ --buildsystem cargo