aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian
diff options
context:
space:
mode:
authorGravatar Keith Winstein <keithw@mit.edu>2012-02-06 16:28:29 -0500
committerGravatar Keith Winstein <keithw@mit.edu>2012-02-06 16:41:58 -0500
commit2611a42fb10a778e69193c0356c80427644e87bb (patch)
treeeea5fb75e60da5dbc9242dd536d3c525b4b6eb95 /debian
parent38c27149ee347aed23b770f2b99e94e6dc18e020 (diff)
Move protobufs inside src and distribute /debian
Diffstat (limited to 'debian')
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules2
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 427f8dc..5d2f587 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: mosh
Section: net
Priority: optional
Maintainer: Keith Winstein <keithw@mit.edu>
-Build-Depends: debhelper (>= 8.0.0), autotools-dev, protobuf-compiler, libprotobuf-dev
+Build-Depends: debhelper (>= 8.0.0), autotools-dev, protobuf-compiler, libprotobuf-dev, dh-autoreconf
Standards-Version: 3.9.2
Homepage: http://mosh.mit.edu
Vcs-Git: git://github.com/keithw/mosh.git
diff --git a/debian/rules b/debian/rules
index b760bee..85ce4e2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,4 +10,4 @@
#export DH_VERBOSE=1
%:
- dh $@
+ dh $@ --with autoreconf