Skip to content

Commit 5f195c1

Browse files
Simplify rules & copyright
1 parent 927f346 commit 5f195c1

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

debian/copyright

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
22
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>
44
Source: https://github.com/dimitry-ishenko-cpp/pgm-args
55

66
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>
128
License: GPL-3.0+

debian/rules

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
#!/usr/bin/make -f
2-
32
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)
83

94
%:
105
dh $@

0 commit comments

Comments
 (0)