mirror of
https://github.com/elegaanz/mobydick
synced 2024-12-27 15:42:30 +01:00
Try somehting else
This commit is contained in:
parent
2994609041
commit
4f37316ccf
5
debian/changelog
vendored
Normal file
5
debian/changelog
vendored
Normal 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
5
debian/control
vendored
@ -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
22
debian/rules
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user