diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/compat | 1 | ||||
-rw-r--r-- | debian/control | 4 | ||||
-rw-r--r-- | debian/not-installed | 1 |
4 files changed, 9 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index e281b50..6d501fe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,12 @@ psocksxx (1.1.1-2) UNRELEASED; urgency=medium * Fix ftbfs with GCC-11 (Closes: #984299): - debian rules: Add -std=c++14 to buildflags. + * Declare compliance with Debian Policy 4.6.0.1 (No changes needed). + * Migrate to debhelper-compat 13: + - Remove debian/compat. + - debian/control: + + Bump minimum debhelper-compat version to = 13. + - New debian/not-installed. -- Jörg Frings-Fürst <debian@jff.email> Sun, 22 Aug 2021 11:27:06 +0200 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index b4de394..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -11 diff --git a/debian/control b/debian/control index df723c3..db4d9f3 100644 --- a/debian/control +++ b/debian/control @@ -4,12 +4,12 @@ Priority: optional Maintainer: Jörg Frings-Fürst <debian@jff.email> Uploaders: Uditha Atukorala <ua@nuked.zone> Build-Depends: - debhelper (>= 11), + debhelper-compat (= 13), libcunit1-dev, libcppunit-dev Build-Depends-Indep: doxygen -Standards-Version: 4.1.5 +Standards-Version: 4.6.0.1 Homepage: https://nukedzn.github.io/psocksxx Vcs-Git: git://jff.email/opt/git/psocksxx.git Vcs-Browser: https://jff.email/cgit/psocksxx.git/ diff --git a/debian/not-installed b/debian/not-installed new file mode 100644 index 0000000..795466a --- /dev/null +++ b/debian/not-installed @@ -0,0 +1 @@ +usr/lib/${DEB_HOST_MULTIARCH}/libpsocksxx.a |