diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 12 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/copyright | 2 | ||||
-rw-r--r-- | debian/lintian-overrides | 2 | ||||
-rwxr-xr-x | debian/rules | 1 |
5 files changed, 15 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index e0f50e1..dde8619 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +ipmiutil (3.1.8-1) unstable; urgency=medium + + * New upstream release. + * Remove useless debian/lintian-overrides. + * debian/rules: + - Add autoreconf -i --force. + * Declare compliance with Debian Policy 4.6.0.1 (No changes needed). + * debian/copyright: + - Add 2021 to myself. + + -- Jörg Frings-Fürst <debian@jff.email> Sat, 27 Nov 2021 15:26:23 +0100 + ipmiutil (3.1.7-1) unstable; urgency=medium * New upstrewam release. diff --git a/debian/control b/debian/control index 2a08094..4344cc9 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Build-Depends: libssl-dev, libtool-bin, openssl -Standards-Version: 4.5.0 +Standards-Version: 4.6.0.1 Rules-Requires-Root: no Homepage: https://sourceforge.net/projects/ipmiutil/ Vcs-Git: git://jff.email/opt/git/ipmiutil.git diff --git a/debian/copyright b/debian/copyright index fbe371b..4961442 100644 --- a/debian/copyright +++ b/debian/copyright @@ -11,7 +11,7 @@ Copyright: 2002-2004 Service Availability(TM) Forum License: BSD-3-clause Files: debian/* -Copyright: 2014-2020 Jörg Frings-Fürst <debian@jff.email> +Copyright: 2014-2021 Jörg Frings-Fürst <debian@jff.email> License: BSD-3-clause Files: kern/bmcpanic-2.4.* diff --git a/debian/lintian-overrides b/debian/lintian-overrides deleted file mode 100644 index b352cfd..0000000 --- a/debian/lintian-overrides +++ /dev/null @@ -1,2 +0,0 @@ -# see bug #932378 -missing-versioned-depends-on-init-system-helpers diff --git a/debian/rules b/debian/rules index e56a783..bcded7a 100755 --- a/debian/rules +++ b/debian/rules @@ -17,6 +17,7 @@ override_dh_auto_configure: dh_auto_configure -- $(CONFPARA) override_dh_autoreconf: + autoreconf -i --force dh_autoreconf --exclude=mkinstalldirs override_dh_installchangelogs: |