- Bump Standards-Version to 3.9.8.
- Bump debhelper compatibility version 10.
- Switch from Priority extra to optional.
- Add a space between version and operator in Build-Depends.
- Remove quilt from Build-Depends, already using source format 3.0 (quilt),
and patch and unpatch targets from debian/rules.
- Remove obsolete comment referring to ssh and scp paths.
- Dot not set INSTALL_PROGRAM, dh_strip handles stripping already.
- Fix target dependencies in debian/rules, to support parallel builds.
- Use $(CURDIR) instead of `pwd` in debian/rules.
- Delegate package artifact removal to dh_clean.
- Use dh_prep instead of deprecated «dh_clean -k».
- Remove commented out debhelper commands.
- Do not pass priorities to update-rc.d either directly or via
dh_installinit, use the defaults.
- Always assume that invoke-rc.d is present.
- Remove unnecessary dpkg-checkbuild local script, replaced long ago by
stock dpkg-checkbuilddeps.
- Update .gitignore and debian/.gitignore files.
Change-Id: I17848019d677afd62747f6838512c866e1d2544f
The former is an obsolete transitional/dummy package, let's switch to
the latter package before the former disappears.
Run «wrap-and-sort -a -t -s» on debian/control.
Change-Id: Ie6b6a94f378d5df2015869569de256c4fce03a0d
The patch handling via debian/apply is very tricky and there's
no reason to not follow best practice nowadays with quilt being
available for Debian patch handling.
dpkg: error processing /var/cache/apt/archives/heartbeat-2_2.1.3-6lenny4~bpo60+1_amd64.deb (--unpack):
trying to overwrite '/etc/ha.d/shellfuncs', which is also in package cluster-agents 1:1.0.3-3.1
From: Michael Prokop <mprokop@sipwise.com>
Once we have a fully working package (needs lots of testing right
now) we might want to integrate full sources, but for now this is
the relevant stuff to build the heartbeat-2_2.1.3-6lenny4~bpo60+1
Debian package for Debian/squeeze, using the sources retrieved
via
dget http://ftp.de.debian.org/debian/pool/main/h/heartbeat/heartbeat_2.1.3-6lenny4.dsc
From: Michael Prokop <mprokop@sipwise.com>