Use bzr-builddeb
authorJelmer Vernooij <jelmer@samba.org>
Thu, 1 Feb 2007 16:19:55 +0000 (17:19 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Thu, 1 Feb 2007 16:19:55 +0000 (17:19 +0100)
.bzrignore
debian/rules

index d3083768e41135f589af9fa174c813b251e7e4d2..9ff01cde5a9ee67de85fb76290e6569ee8972aa1 100644 (file)
@@ -8,3 +8,4 @@ build-stamp
 debian/files
 debian/libpam-krb5-migrate-heimdal.substvars
 debian/libpam-krb5-migrate-heimdal
+configure-stamp
index 235bdbd3a0dbc1c6397889619e945be75691434f..7a399c647b9bcc8f0f93d87ac7415764605fe5a1 100755 (executable)
@@ -3,8 +3,14 @@
 # This is the debhelper compatability version to use.
 export DH_COMPAT=5
 
+configure: configure-stamp
+configure-stamp:
+       dh_testdir
+       ./configure
+       touch configure-stamp
+
 build: build-stamp
-build-stamp: 
+build-stamp: configure
        dh_testdir
        
        # Add here commands to compile the package.