summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/rules2
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 372dcdcde..88907cf8f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -91,6 +91,7 @@ dpkg (1.19.1) UNRELEASED; urgency=medium
- Enable clang -Wdocumentation warning if available.
- Enable gcc-7 -Wregister warning if available.
- Add CPAN distribution machinery for the perl modules. Closes: #821177
+ - Add an autogen script to help people bootstrap the project.
* Packaging:
- Install update-alternatives policykit-1 file.
- Add Breaks to libdpkg-perl against pkg-kde-tools (<< 0.15.28~), as
diff --git a/debian/rules b/debian/rules
index d5e13c67f..6099c5c10 100755
--- a/debian/rules
+++ b/debian/rules
@@ -50,7 +50,7 @@ D := $(CURDIR)/debian/tmp
configure:
dh_testdir
- autoreconf -v -i
+ ./autogen
# Configure the build tree
build-tree/config.status: configure