Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 6ec95ba

Browse files
FedericoCerattoBleak Grey
authored andcommitted
Improve packaging
1 parent 5c7696c commit 6ec95ba

File tree

3 files changed

+7
-14
lines changed

3 files changed

+7
-14
lines changed

debian/compat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9
1+
11

debian/control

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
Source: com.github.bleakgrey.tootle
22
Section: x11
3-
Priority: extra
3+
Priority: optional
44
Maintainer: bleak_grey <[email protected]>
55
Build-Depends: meson,
66
valac (>= 0.26),
7-
debhelper (>= 9),
7+
debhelper (>= 11),
88
libgranite-dev,
99
libgtk-3-dev (>= 3.22.0),
1010
libglib2.0-dev (>= 2.30.0),
1111
libgee-0.8-dev (>= 0.8.5),
1212
libsoup2.4-dev,
1313
libjson-glib-dev
14-
Standards-Version: 3.9.3
14+
Standards-Version: 4.1.5
1515

1616
Package: com.github.bleakgrey.tootle
1717
Architecture: any

debian/rules

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,9 @@
11
#!/usr/bin/make -f
2-
# -*- makefile -*-
3-
# Sample debian/rules that uses debhelper.
4-
# This file was originally written by Joey Hess and Craig Small.
5-
# As a special exception, when this file is copied by dh-make into a
6-
# dh-make output file, you may use that output file without restriction.
7-
# This special exception was added by Craig Small in version 0.37 of dh-make.
8-
9-
# Uncomment this to turn on verbose mode.
10-
#export DH_VERBOSE=1
2+
export DH_VERBOSE=1
3+
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
114

125
%:
13-
dh $@
6+
dh $@
147

158
override_dh_auto_clean:
169
rm -rf debian/build

0 commit comments

Comments
 (0)