From 4f37316ccf8d1abc8e94921dd313b746b12bffa4 Mon Sep 17 00:00:00 2001 From: Baptiste Gelez Date: Tue, 12 Feb 2019 19:41:49 +0100 Subject: [PATCH] Try somehting else --- debian/changelog | 5 +++++ debian/control | 5 +++-- debian/rules | 22 ++-------------------- 3 files changed, 10 insertions(+), 22 deletions(-) create mode 100644 debian/changelog diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..2baa317 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +mobydick (0.1.0-1) unstable; urgency=medium + + * Initial release + + -- Elza Gelez Tue, 12 Feb 2019 19:36:00 +0100 diff --git a/debian/control b/debian/control index 0ee63ed..c56ff60 100644 --- a/debian/control +++ b/debian/control @@ -1,11 +1,12 @@ Source: com.github.baptistegelez.mobydick Section: net Maintainer: Elza Gelez -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 diff --git a/debian/rules b/debian/rules index 084463e..044c1c2 100644 --- a/debian/rules +++ b/debian/rules @@ -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