Try somehting else
This commit is contained in:
parent
2994609041
commit
4f37316ccf
|
@ -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
|
|
@ -1,11 +1,12 @@
|
||||||
Source: com.github.baptistegelez.mobydick
|
Source: com.github.baptistegelez.mobydick
|
||||||
Section: net
|
Section: net
|
||||||
Maintainer: Elza Gelez <elza@gelez.xyz>
|
Maintainer: Elza Gelez <elza@gelez.xyz>
|
||||||
Build-Depends: rustc,
|
Build-Depends: debhelper (>= 10),
|
||||||
|
rustc,
|
||||||
cargo,
|
cargo,
|
||||||
desktop-file-utils,
|
desktop-file-utils,
|
||||||
appstream,
|
appstream,
|
||||||
libgtk-3-dev (>= 3.10),
|
libgtk-3-dev (>= 3.22),
|
||||||
libssl-dev
|
libssl-dev
|
||||||
Standards-Version: 3.9.5
|
Standards-Version: 3.9.5
|
||||||
Homepage: https://github.com/BaptisteGelez/mobydick
|
Homepage: https://github.com/BaptisteGelez/mobydick
|
||||||
|
|
|
@ -1,21 +1,3 @@
|
||||||
# -*- makefile -*-
|
#!/usr/bin/make -f
|
||||||
# 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
|
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh $@
|
dh $@ --buildsystem cargo
|
||||||
|
|
||||||
override_dh_auto_clean:
|
|
||||||
cargo clean
|
|
||||||
|
|
||||||
override_dh_auto_build:
|
|
||||||
cargo build --release
|
|
||||||
|
|
||||||
override_dh_auto_install:
|
|
||||||
PREFIX=/usr ./install
|
|
||||||
|
|
Loading…
Reference in New Issue