Skip to content

Commit

Permalink
Merge pull request epicsdeb#2 in EPICS/epics-debhelper from v8.17 to …
Browse files Browse the repository at this point in the history
…master

* commit '4ec2d97d65e03246a8033e3e8d062359bd8ea522':
  8.17
  update for debian 9
  • Loading branch information
mark0n committed Mar 27, 2018
2 parents 5678deb + 4ec2d97 commit f2d1816
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 20 deletions.
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
epics-debhelper (8.17) unstable; urgency=medium

[ Michael Davidsaver ]
* Debian 9 compatibility

-- Michael Davidsaver <[email protected]> Wed, 19 Jul 2017 14:46:10 +0200

epics-debhelper (8.16) unstable; urgency=medium

* Add dh_epics_hostarch
Expand Down
2 changes: 1 addition & 1 deletion debian/compat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7
9
22 changes: 3 additions & 19 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,12 @@

export DH_VERBOSE=1

binary binary-arch binary-indep install:
%:
dh $@
install: build
binary-arch binary-indep: install
binary: binary-arch binary-indep

build: build-arch build-indep
build-arch: build-stamp
build-indep: build-stamp

build-stamp:
dh build --until auto_build

override_dh_auto_build:
pod2man --section=7 epics-debhelper.txt epics-debhelper.7
pod2man --section=1 dh_epics_hostarch.txt dh_epics_hostarch.1

dh build --after auto_build
touch $@

clean:
dh clean --until auto_clean

override_dh_auto_clean:
rm -f *.7 *.1

dh clean --after auto_clean

0 comments on commit f2d1816

Please sign in to comment.