diff options
| author | Michael Biebl <biebl@debian.org> | 2014-04-12 12:48:21 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2014-04-12 13:01:27 +0200 |
| commit | 9fbe2ddd07ef99c226a8ff16e2b5025cecd3fb76 (patch) | |
| tree | d3b72b853dbd2a6671c950cf574923e3d50e9194 /debian/control | |
| parent | a6efb2a793f723d0e7bd56c8c64dd1635d484442 (diff) | |
Use dh-autoreconf to update the build system
Override dh_autoreconf since we need to run gtkdocize.
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index cdcc7a00..11fef84c 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian. Uploaders: Michael Biebl <biebl@debian.org>, Sjoerd Simons <sjoerd@debian.org> Build-Depends: debhelper (>= 9), dh-systemd (>= 1.14), - autotools-dev, + dh-autoreconf, pkg-config, intltool, libdbus-glib-1-dev (>= 0.94), |