diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/README.source | 20 | ||||
-rw-r--r-- | debian/changelog | 9 | ||||
-rw-r--r-- | debian/control | 3 | ||||
-rwxr-xr-x | debian/rules | 2 |
4 files changed, 29 insertions, 5 deletions
diff --git a/debian/README.source b/debian/README.source index 4bc7a31..66d89d0 100644 --- a/debian/README.source +++ b/debian/README.source @@ -1,6 +1,26 @@ ipmiutil for Debian ------------------- +Hello, + +now I use the branching model from Vincent Driessen[1]. + +I use the gitflow-avh[2]. with the Documentation[3]. +The Debian package can be found here[4]. + +Please upload unattended uploads use a branch feature/<your title>. + + +Many thanks. + +[1] http://nvie.com/posts/a-successful-git-branching-model/ +[2] https://github.com/petervanderdoes/gitflow-avh +[3] https://github.com/petervanderdoes/gitflow-avh/wiki +[4] https://tracker.debian.org/pkg/git-flow + + -- Jörg Frings-Fürst <debian@jff-webhosting.net> Fri, 02 Jun 2017 19:00:40 +0200 + + - configure parameter enable-landesk=yes does not work: ipmiapi not found diff --git a/debian/changelog b/debian/changelog index c8d4ce9..c02b2cd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -ipmiutil (3.0.4-1) UNRELEASED; urgency=medium +ipmiutil (3.0.7-1) unstable; urgency=medium * New upstream release. * Refresh patches: @@ -6,8 +6,13 @@ ipmiutil (3.0.4-1) UNRELEASED; urgency=medium - debian/patches/0705-crontab.patch. * New source.lintian-overrides to override ancient-libtool warning. - With compat level 10 autoreconf called every time. + * Add new section at README.source to explain the branching model used. + * Declare compliance with Debian Policy 4.1.1. (No changes needed). + * Drop autotools-dev from Build-Depends and drop "--with autotools-dev" + from dh because this is already default when using dh compatibility + level 10. - -- Jörg Frings-Fürst <debian@jff-webhosting.net> Fri, 24 Feb 2017 21:19:36 +0100 + -- Jörg Frings-Fürst <debian@jff-webhosting.net> Sat, 14 Oct 2017 19:41:11 +0200 ipmiutil (3.0.1-1) unstable; urgency=medium diff --git a/debian/control b/debian/control index 5cc948b..0322be5 100644 --- a/debian/control +++ b/debian/control @@ -3,13 +3,12 @@ Section: utils Priority: optional Maintainer: Jörg Frings-Fürst <debian@jff-webhosting.net> Build-Depends: - autotools-dev, debhelper (>= 10), libfreeipmi-dev (>= 1.1.5) | libopenipmi-dev (>=2.0.18), libssl-dev, libtool-bin, openssl -Standards-Version: 3.9.8 +Standards-Version: 4.1.1 Homepage: https://sourceforge.net/projects/ipmiutil/ Vcs-Git: https://anonscm.debian.org/cgit/collab-maint/ipmiutil.git Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/ipmiutil.git diff --git a/debian/rules b/debian/rules index 3b00002..5b4d955 100755 --- a/debian/rules +++ b/debian/rules @@ -10,7 +10,7 @@ CFLAGS += -fPIC CONFPARA = --enable-gpl --enable-useflags --enable-libsensors %: - dh $@ --with autotools-dev + dh $@ override_dh_auto_configure: $(CURDIR)/beforeconf.sh |