This repository was archived by the owner on Dec 15, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-14
lines changed Expand file tree Collapse file tree 3 files changed +7
-14
lines changed Original file line number Diff line number Diff line change 1- 9
1+ 11
Original file line number Diff line number Diff line change 11Source: com.github.bleakgrey.tootle
22Section: x11
3- Priority: extra
3+ Priority: optional
44Maintainer: bleak_grey <
[email protected] >
55Build-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
1616Package: com.github.bleakgrey.tootle
1717Architecture: any
Original file line number Diff line number Diff line change 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
158override_dh_auto_clean :
169 rm -rf debian/build
You can’t perform that action at this time.
0 commit comments