diff options
author | Alessio Treglia <alessio@debian.org> | 2013-01-16 00:36:57 +0000 |
---|---|---|
committer | Alessio Treglia <alessio@debian.org> | 2013-01-16 00:36:57 +0000 |
commit | 3a30e3c8eb7bbd9eb3807536edeaff34be92f814 (patch) | |
tree | 2bcf26bac29eafa34c8111289fa6e09f9c22b070 /debian/control | |
parent | febbb65e73b32cc7b66acff138c32c3b97a5b008 (diff) |
debian/rules:
- Use dh_autoreconf instead of calling autoreconf before the configure.
- Properly purge the symlink to gnome-doc-utils.make once the build's
completed.
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 fd5e990..ea9fc33 100644 --- a/debian/control +++ b/debian/control @@ -4,8 +4,8 @@ Priority: optional Maintainer: Alessio Treglia <alessio@debian.org> Standards-Version: 3.9.4 Build-Depends: - autotools-dev, debhelper (>= 9~), + dh-autoreconf, gnome-common, gnome-pkg-tools (>= 0.10), intltool, |