Skip to content

Commit

Permalink
use debhelper autoreconf
Browse files Browse the repository at this point in the history
The initial package build after checkout failed due to missing files.
Use debhelper autoreconf to generate the missing files.

Signed-off-by: Benedikt Spranger <[email protected]>
  • Loading branch information
bene42 committed Jul 27, 2015
1 parent 01f0bc1 commit 21998b1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Source: libuio
Priority: extra
Maintainer: Benedikt Spranger <[email protected]>
Build-Depends: debhelper (>= 7.0.50~), autotools-dev
Build-Depends: debhelper (>= 7.0.50~), dh-autoreconf, autotools-dev
Standards-Version: 3.9.1
Section: libs
Vcs-Git: git://git.linutronix.de/projects/libUIO.git
Expand Down
6 changes: 5 additions & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,8 @@
#export DH_VERBOSE=1

%:
dh $@
dh --with autoreconf $@

override_dh_autoreconf:
touch ChangeLog
dh_autoreconf

0 comments on commit 21998b1

Please sign in to comment.