diff options
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 17 | ||||
| -rw-r--r-- | debian/compat | 1 | ||||
| -rw-r--r-- | debian/control | 6 | ||||
| -rw-r--r-- | debian/patches/0105-typo.patch | 2 | ||||
| -rwxr-xr-x | debian/rules | 8 | 
5 files changed, 29 insertions, 5 deletions
| diff --git a/debian/changelog b/debian/changelog index 5855ea3..73b4222 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,20 @@ +ipmiutil (3.1.5-1) unstable; urgency=medium + +  * New upstream release: +    - Refresh debian/patches/0105-typo.patch. +  * debian/contol: +    - Add anacron to Depends. +  * Switch to debhelper-compat: +    - debian/control: change to debhelper-compat (=12). +    - remove debian/compat. +  * Declare compliance with Debian Policy 4.4.1.2 (No changes needed). +  * debian/control: +    - Add Rules-Requires-Root: no. +  * debian/rules: +    - Remove useless man pages. + + -- Jörg Frings-Fürst <debian@jff.email>  Sun, 22 Dec 2019 20:22:23 +0100 +  ipmiutil (3.1.4-1) unstable; urgency=medium    * New upstream release. diff --git a/debian/compat b/debian/compat deleted file mode 100644 index 48082f7..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -12 diff --git a/debian/control b/debian/control index 6ea3f66..84b4349 100644 --- a/debian/control +++ b/debian/control @@ -3,12 +3,13 @@ Section: utils  Priority: optional  Maintainer: Jörg Frings-Fürst <debian@jff.email>  Build-Depends: - debhelper (>= 12), + debhelper-compat (= 12),   libfreeipmi-dev (>= 1.1.5) | libopenipmi-dev (>=2.0.18),   libssl-dev,   libtool-bin,   openssl -Standards-Version: 4.4.0 +Standards-Version: 4.4.1.2 +Rules-Requires-Root: no  Homepage: https://sourceforge.net/projects/ipmiutil/  Vcs-Git: git://jff.email/opt/git/ipmiutil.git  Vcs-Browser: https://jff.email/cgit/ipmiutil.git @@ -18,6 +19,7 @@ Architecture: any  Depends:   ${shlibs:Depends},   ${misc:Depends}, + anacron,   lsb-base (>= 3.0-6),   rpcbind  Pre-Depends: diff --git a/debian/patches/0105-typo.patch b/debian/patches/0105-typo.patch index aa7ca54..178ae2d 100644 --- a/debian/patches/0105-typo.patch +++ b/debian/patches/0105-typo.patch @@ -54,7 +54,7 @@ Index: trunk/lib/lanplus/lanplus.c  ===================================================================  --- trunk.orig/lib/lanplus/lanplus.c  +++ trunk/lib/lanplus/lanplus.c -@@ -3806,7 +3806,7 @@ ipmi_lanplus_open(struct ipmi_intf * int +@@ -3809,7 +3809,7 @@ ipmi_lanplus_open(struct ipmi_intf * int   		if (ipmi_get_auth_capabilities_cmd(intf, &auth_cap))   		{   			lprintf(LOG_INFO, "Error issuing Get Channel " diff --git a/debian/rules b/debian/rules index 502eb97..183b5fb 100755 --- a/debian/rules +++ b/debian/rules @@ -23,7 +23,13 @@ override_dh_installchangelogs:  	dh_installchangelogs ChangeLog  override_dh_installman: -	dh_installman doc/iseltime.8 +	$(RM) debian/ipmiutil/usr/share/man/man8/idcmi.8.gz +	$(RM) debian/ipmiutil/usr/share/man/man8/idelloem.8.gz +	$(RM) debian/ipmiutil/usr/share/man/man8/iekanalyzer.8.gz +	$(RM) debian/ipmiutil/usr/share/man/man8/ismcoem.8.gz +	$(RM) debian/ipmiutil/usr/share/man/man8/isunoem.8.gz +	$(RM) debian/ipmiutil/usr/share/man/man8/itsol.8.gz +#	dh_installman doc/iseltime.8  	dh_installman  override_dh_installsystemd: | 
