File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change 1
1
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
2
2
Upstream-Name: pgm-args
3
- Upstream-Contact: Dimitry Ishenko <dimitry. ishenko@gmail. com>
3
+ Upstream-Contact: Dimitry Ishenko <dimitry (dot) ishenko (at) (gee) mail (dot) com>
4
4
Source: https://github.com/dimitry-ishenko-cpp/pgm-args
5
5
6
6
Files: *
7
- Copyright: 2018-2022 Dimitry Ishenko <dimitry.ishenko@gmail.com>
8
- License: GPL-3.0+
9
-
10
- Files: debian/*
11
- Copyright: 2022 Dimitry Ishenko <dimitry.ishenko@gmail.com>
7
+ Copyright: 2018-2024 Dimitry Ishenko <dimitry (dot) ishenko (at) (gee) mail (dot) com>
12
8
License: GPL-3.0+
Original file line number Diff line number Diff line change 1
1
# !/usr/bin/make -f
2
-
3
2
export DH_VERBOSE = 1
4
- export DEB_BUILD_MAINT_OPTIONS = hardening=+all
5
- export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
6
- export DEB_CXXFLAGS_MAINT_APPEND = -Wall -pedantic
7
- DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
8
3
9
4
% :
10
5
dh $@
You can’t perform that action at this time.
0 commit comments