Skip to content

Commit aacdff0

Browse files
Update control file
Lowered compat level to 12 for focal support. Added missing GTest dep. Fixed source package name.
1 parent 5f195c1 commit aacdff0

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

debian/changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
libpgm-args-dev (0.4) UNRELEASED; urgency=medium
1+
pgm-args (0.4) UNRELEASED; urgency=medium
22

33
*
44

debian/control

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
Source: libpgm-args-dev
1+
Source: pgm-args
22
Section: libdevel
33
Priority: optional
44
Maintainer: Dimitry Ishenko <dimitry.ishenko@gmail.com>
5-
Build-Depends: debhelper-compat (= 13)
5+
Build-Depends: debhelper-compat (= 12),
6+
libgtest-dev <!nocheck>
67
Standards-Version: 4.6.0
78
Homepage: https://github.com/dimitry-ishenko-cpp/pgm-args
89
Vcs-Browser: https://github.com/dimitry-ishenko-cpp/pgm-args

0 commit comments

Comments
 (0)